[INFO] cloning repository https://github.com/beeper/synapse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beeper/synapse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeper%2Fsynapse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeper%2Fsynapse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 396d79ccd5d6d23f9d65e084251da810895db95e [INFO] testing beeper/synapse against 1.98.0-beta.8 for beta-1.99-5 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeper%2Fsynapse" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/beeper/synapse [INFO] finished tweaking git repo https://github.com/beeper/synapse [INFO] tweaked toml for git repo https://github.com/beeper/synapse written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/beeper/synapse on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/beeper/synapse already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quinn-udp v0.5.13 [INFO] [stderr] Downloaded cc v1.2.30 [INFO] [stderr] Downloaded pythonize v0.28.0 [INFO] [stderr] Downloaded icu_locale v2.0.0 [INFO] [stderr] Downloaded quinn v0.11.8 [INFO] [stderr] Downloaded icu_locale_data v2.0.0 [INFO] [stderr] Downloaded h2 v0.4.11 [INFO] [stderr] Downloaded icu_segmenter v2.0.1 [INFO] [stderr] Downloaded icu_segmenter_data v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5 [INFO] running `Command { std: "docker" "start" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling bytes v1.12.0 [INFO] [stderr] Compiling target-lexicon v0.13.5 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling http v1.4.2 [INFO] [stderr] Compiling pyo3-build-config v0.28.3 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling pyo3-macros-backend v0.28.3 [INFO] [stderr] Compiling pyo3-ffi v0.28.3 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling pyo3 v0.28.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling zmij v1.0.19 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling icu_locale_data v2.0.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling icu_segmenter_data v2.0.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling rustls-webpki v0.103.13 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling core_maths v0.1.1 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling synapse v0.1.0 (/opt/rustwide/workdir/rust) [INFO] [stderr] Compiling rand v0.9.4 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling pyo3-macros v0.28.3 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling icu_locale v2.0.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling headers v0.4.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling icu_segmenter v2.0.1 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling regex v1.12.4 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling pyo3-log v0.13.4 [INFO] [stderr] Compiling pythonize v0.28.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s [INFO] running `Command { std: "docker" "inspect" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling synapse v0.1.0 (/opt/rustwide/workdir/rust) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.63s [INFO] running `Command { std: "docker" "inspect" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/synapse-22ded63d67c5984c) [INFO] [stdout] [INFO] [stdout] running 82 tests [INFO] [stdout] test canonical_json::tests::bigints ... ok [INFO] [stdout] test canonical_json::tests::backwards_compatibility ... ok [INFO] [stdout] test canonical_json::tests::empty ... ok [INFO] [stdout] test canonical_json::tests::floats ... ok [INFO] [stdout] test canonical_json::tests::integers ... ok [INFO] [stdout] test canonical_json::tests::hashmap_order ... ok [INFO] [stdout] test canonical_json::tests::map_with_duplicate_keys ... ok [INFO] [stdout] test canonical_json::tests::map_with_out_of_order_keys ... ok [INFO] [stdout] test canonical_json::tests::nested_map ... ok [INFO] [stdout] test canonical_json::tests::strings ... ok [INFO] [stdout] test canonical_json::tests::order_struct_fields ... ok [INFO] [stdout] test canonical_json::tests::raw_value ... ok [INFO] [stdout] test events::signatures::tests::test_add_signature_to_existing_server ... ok [INFO] [stdout] test events::signatures::tests::test_add_signature ... ok [INFO] [stdout] test events::signatures::tests::test_deserialize_empty ... ok [INFO] [stdout] test events::signatures::tests::test_deserialize ... ok [INFO] [stdout] test events::signatures::tests::test_new_empty ... ok [INFO] [stdout] test events::signatures::tests::test_new_prunes_servers_with_no_signatures ... ok [INFO] [stdout] test events::signatures::tests::test_new_with_data ... ok [INFO] [stdout] test events::signatures::tests::test_serialize_empty ... ok [INFO] [stdout] test events::signatures::tests::test_serialize ... ok [INFO] [stdout] test events::serialize::tests::test_split_field ... ok [INFO] [stdout] test events::tests::test_basic_vmsc4242_roundtrip ... ok [INFO] [stdout] test events::tests::test_basic_v3_roundtrip ... ok [INFO] [stdout] test events::tests::test_basic_v1_roundtrip ... ok [INFO] [stdout] test events::tests::test_basic_v4_roundtrip_create_event ... ok [INFO] [stdout] test events::tests::test_basic_v4_roundtrip_with_room_id ... ok [INFO] [stdout] test events::tests::test_v4_auth_event_ids_implicit_create ... ok [INFO] [stdout] test events::tests::test_event_format_enum_untagged_roundtrip ... ok [INFO] [stdout] test events::tests::test_room_id_for_create_event_format_v4 ... ok [INFO] [stdout] test events::tests::test_unknown_top_level_fields_preserved_roundtrip ... ok [INFO] [stdout] test events::tests::test_v4_validate_accepts_create_without_room_id ... ok [INFO] [stdout] test events::tests::test_v4_validate_rejects_missing_room_id_for_non_create ... ok [INFO] [stdout] test events::tests::test_vmsc4242_room_id_for_create_event ... ok [INFO] [stdout] test events::unsigned::tests::test_persisted_fields_serialize_empty_is_empty_object ... ok [INFO] [stdout] test events::unsigned::tests::test_persisted_fields_serialize_populated ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_deserialize_from_flat_object ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_field_from_str_invalid ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_field_from_str_valid ... ok [INFO] [stdout] test events::utils::tests::test_calculate_event_id ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_create ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_history_visibility ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_join_rules ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_member ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_message ... ok [INFO] [stdout] test events::utils::tests::test_calculate_event_id_big_int_is_relaxed ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_power_levels ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_redaction ... ok [INFO] [stdout] test events::utils::tests::test_redact_missing_content ... ok [INFO] [stdout] test events::utils::tests::test_redact_missing_type ... ok [INFO] [stdout] test events::utils::tests::test_redact_updated_redaction_rules ... ok [INFO] [stdout] test json::tests::test_deserialize ... ok [INFO] [stdout] test json::tests::test_deserialize_option ... ok [INFO] [stdout] test json::tests::test_serialize ... ok [INFO] [stdout] test json::tests::test_serialize_absent_error ... ok [INFO] [stdout] test json::tests::test_serialize_option ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_inner_flattens_persisted_fields ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_serializes_transparently ... ok [INFO] [stdout] test events::utils::tests::test_redact_m_room_aliases ... ok [INFO] [stdout] test events::unsigned::tests::test_unsigned_inner_roundtrip ... ok [INFO] [stdout] test push::test_cannot_deserialize_event_match_condition_with_pattern_type ... ok [INFO] [stdout] test push::test_deserialize_action ... ok [INFO] [stdout] test push::test_cannot_deserialize_unstable_msc3664_condition_with_pattern_type ... ok [INFO] [stdout] test push::test_deserialize_condition ... ok [INFO] [stdout] test push::test_deserialize_custom_condition ... ok [INFO] [stdout] test push::test_deserialize_event_property_is_condition ... ok [INFO] [stdout] test push::test_custom_action ... ok [INFO] [stdout] test push::test_serialize_event_match_condition_with_pattern_type ... ok [INFO] [stdout] test push::test_deserialize_unstable_msc3664_condition ... ok [INFO] [stdout] test push::test_serialize_condition ... ok [INFO] [stdout] test push::test_serialize_unstable_msc3664_condition_with_pattern_type ... ok [INFO] [stdout] test push::test_deserialize_unstable_msc3931_condition ... ok [INFO] [stdout] test push::utils::test_get_domain_from_id ... ok [INFO] [stdout] test push::evaluator::test_requires_room_version_supports_condition ... ok [INFO] [stdout] test push::evaluator::push_rule_evaluator ... ok [INFO] [stdout] test push::utils::tset_glob ... ok [INFO] [stdout] test types::tests::test_serialize ... ok [INFO] [stdout] test events::signatures::tests::test_update_signatures_clobbers_existing ... ok [INFO] [stdout] test types::tests::test_deserialize_coerces_truthy_bools ... ok [INFO] [stdout] test types::tests::test_deserialize_defaults_scope_when_missing ... ok [INFO] [stdout] test types::tests::test_serialize_deserialize_round_trip ... ok [INFO] [stdout] test canonical_json::tests::escapes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] [stderr] Doc-tests synapse [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test rust/src/config/mod.rs - config::SynapseHomeServerConfig (line 28) ... ignored [INFO] [stdout] test rust/src/storage/db/mod.rs - storage::db::DatabasePoolExt::run_interaction (line 82) ... ignored [INFO] [stdout] test rust/src/json.rs - json::AllowMissing (line 29) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5", kill_on_drop: false }` [INFO] [stdout] 048247cb62a3b47fdd9a73fa0e4a3a9fb769451923f5f24ce7dc8572d0d954d5