[INFO] cloning repository https://github.com/michael-grunder/gitchat-relay-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michael-grunder/gitchat-relay-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-grunder%2Fgitchat-relay-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-grunder%2Fgitchat-relay-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4ba4fa200ecf6f2b6cc1e05d47d3c0c0c141884c
[INFO] testing michael-grunder/gitchat-relay-server against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichael-grunder%2Fgitchat-relay-server" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michael-grunder/gitchat-relay-server
[INFO] finished tweaking git repo https://github.com/michael-grunder/gitchat-relay-server
[INFO] tweaked toml for git repo https://github.com/michael-grunder/gitchat-relay-server written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michael-grunder/gitchat-relay-server on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michael-grunder/gitchat-relay-server 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest_generator v2.8.5
[INFO] [stderr]   Downloaded arc-swap v1.8.0
[INFO] [stderr]   Downloaded fs-err v3.2.2
[INFO] [stderr]   Downloaded pest_derive v2.8.5
[INFO] [stderr]   Downloaded axum-server v0.7.3
[INFO] [stderr]   Downloaded pest_meta v2.8.5
[INFO] [stderr]   Downloaded zmij v1.0.16
[INFO] [stderr]   Downloaded pest v2.8.5
[INFO] [stderr]   Downloaded time v0.3.46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77e00f818e082a334fb832469d1073edd5e6089c1fa1300e6c8e41a4d001c08f
[INFO] running `Command { std: "docker" "start" "-a" "77e00f818e082a334fb832469d1073edd5e6089c1fa1300e6c8e41a4d001c08f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77e00f818e082a334fb832469d1073edd5e6089c1fa1300e6c8e41a4d001c08f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77e00f818e082a334fb832469d1073edd5e6089c1fa1300e6c8e41a4d001c08f", kill_on_drop: false }`
[INFO] [stdout] 77e00f818e082a334fb832469d1073edd5e6089c1fa1300e6c8e41a4d001c08f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fee96cf1dbe1ceb02642320055974a25e803018278da8886659bebd201f3df30
[INFO] running `Command { std: "docker" "start" "-a" "fee96cf1dbe1ceb02642320055974a25e803018278da8886659bebd201f3df30", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling aws-lc-rs v1.15.4
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fs-err v3.2.2
[INFO] [stderr]    Compiling line-clipping v0.3.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling time v0.3.46
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling unicode-truncate v2.0.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling arc-swap v1.8.0
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling aws-lc-sys v0.37.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling kasuari v0.4.11
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling ratatui-core v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling ratatui-widgets v0.3.0
[INFO] [stderr]    Compiling ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling ratatui-macros v0.7.0
[INFO] [stderr]    Compiling ratatui v0.30.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum-server v0.7.3
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.13.1
[INFO] [stderr]    Compiling gitchat-relay-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `id`, `nonce_b64`, and `issued_at_ms` are never read
[INFO] [stdout]   --> src/types.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Challenge {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 15 |     pub id: ChallengeId,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub nonce_b64: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 20 |     pub to_sign: String,
[INFO] [stdout] 21 |     pub issued_at_ms: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Challenge` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `token` and `issued_at_ms` are never read
[INFO] [stdout]   --> src/types.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 28 |     pub token: SessionToken,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub issued_at_ms: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user` and `key_proof` are never read
[INFO] [stdout]   --> src/types.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct DeviceRecord {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 45 |     pub user: UserId,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub key_proof: DeviceKeyProof,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DeviceRecord` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DM_SALT_LEN` is never used
[INFO] [stdout]   --> src/bin/tui.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 42 | const DM_SALT_LEN: usize = 16;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `display` is never read
[INFO] [stdout]    --> src/bin/tui.rs:246:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | struct AnonymousResponse {
[INFO] [stdout]     |        ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 246 |     display: Option<String>,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user`, `bundle_version`, and `spk_sig_b64` are never read
[INFO] [stdout]    --> src/bin/tui.rs:302:5
[INFO] [stdout]     |
[INFO] [stdout] 301 | struct PrekeyBundleResponse {
[INFO] [stdout]     |        -------------------- fields in this struct
[INFO] [stdout] 302 |     user: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 303 |     bundle_version: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |     spk_sig_b64: Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrekeyBundleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `verified_at_ms` is never read
[INFO] [stdout]    --> src/bin/tui.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 351 | struct DeviceInfo {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 354 |     verified_at_ms: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DeviceInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `to_user_id` is never read
[INFO] [stdout]     --> src/bin/tui.rs:2304:5
[INFO] [stdout]      |
[INFO] [stdout] 2303 | struct DmSessionInitPrekey {
[INFO] [stdout]      |        ------------------- field in this struct
[INFO] [stdout] 2304 |     to_user_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitPrekey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `from_user_id`, `from_device_id`, and `from_ek_pub_b64` are never read
[INFO] [stdout]     --> src/bin/tui.rs:2311:5
[INFO] [stdout]      |
[INFO] [stdout] 2310 | struct DmSessionInitX3dh {
[INFO] [stdout]      |        ----------------- fields in this struct
[INFO] [stdout] 2311 |     from_user_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2312 |     from_device_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2313 |     from_ek_pub_b64: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitX3dh` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x3dh` is never read
[INFO] [stdout]     --> src/bin/tui.rs:2325:5
[INFO] [stdout]      |
[INFO] [stdout] 2317 | struct DmSessionInitEnvelope {
[INFO] [stdout]      |        --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 2325 |     x3dh: Option<DmSessionInitX3dh>,
[INFO] [stdout]      |     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitEnvelope` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_with_key_chacha20` is never used
[INFO] [stdout]     --> src/bin/tui.rs:2838:4
[INFO] [stdout]      |
[INFO] [stdout] 2838 | fn encrypt_with_key_chacha20(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_dm_envelope` is never used
[INFO] [stdout]     --> src/bin/tui.rs:3263:4
[INFO] [stdout]      |
[INFO] [stdout] 3263 | fn build_dm_envelope(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "fee96cf1dbe1ceb02642320055974a25e803018278da8886659bebd201f3df30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fee96cf1dbe1ceb02642320055974a25e803018278da8886659bebd201f3df30", kill_on_drop: false }`
[INFO] [stdout] fee96cf1dbe1ceb02642320055974a25e803018278da8886659bebd201f3df30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3ea5b90556ab0e04c61618b3cc72df0c0f29944daf51a94a8b77485230d52e6
[INFO] running `Command { std: "docker" "start" "-a" "d3ea5b90556ab0e04c61618b3cc72df0c0f29944daf51a94a8b77485230d52e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling gitchat-relay-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `display` is never read
[INFO] [stdout]    --> src/bin/tui.rs:246:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | struct AnonymousResponse {
[INFO] [stdout]     |        ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 246 |     display: Option<String>,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user`, `bundle_version`, and `spk_sig_b64` are never read
[INFO] [stdout]    --> src/bin/tui.rs:302:5
[INFO] [stdout]     |
[INFO] [stdout] 301 | struct PrekeyBundleResponse {
[INFO] [stdout]     |        -------------------- fields in this struct
[INFO] [stdout] 302 |     user: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 303 |     bundle_version: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |     spk_sig_b64: Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrekeyBundleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `verified_at_ms` is never read
[INFO] [stdout]    --> src/bin/tui.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 351 | struct DeviceInfo {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 354 |     verified_at_ms: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DeviceInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `to_user_id` is never read
[INFO] [stdout]     --> src/bin/tui.rs:2304:5
[INFO] [stdout]      |
[INFO] [stdout] 2303 | struct DmSessionInitPrekey {
[INFO] [stdout]      |        ------------------- field in this struct
[INFO] [stdout] 2304 |     to_user_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitPrekey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `from_user_id`, `from_device_id`, and `from_ek_pub_b64` are never read
[INFO] [stdout]     --> src/bin/tui.rs:2311:5
[INFO] [stdout]      |
[INFO] [stdout] 2310 | struct DmSessionInitX3dh {
[INFO] [stdout]      |        ----------------- fields in this struct
[INFO] [stdout] 2311 |     from_user_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2312 |     from_device_id: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2313 |     from_ek_pub_b64: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitX3dh` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x3dh` is never read
[INFO] [stdout]     --> src/bin/tui.rs:2325:5
[INFO] [stdout]      |
[INFO] [stdout] 2317 | struct DmSessionInitEnvelope {
[INFO] [stdout]      |        --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 2325 |     x3dh: Option<DmSessionInitX3dh>,
[INFO] [stdout]      |     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `DmSessionInitEnvelope` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `nonce_b64`, and `issued_at_ms` are never read
[INFO] [stdout]   --> src/types.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Challenge {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 15 |     pub id: ChallengeId,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub nonce_b64: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 20 |     pub to_sign: String,
[INFO] [stdout] 21 |     pub issued_at_ms: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Challenge` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `token` and `issued_at_ms` are never read
[INFO] [stdout]   --> src/types.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 28 |     pub token: SessionToken,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub issued_at_ms: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user` and `key_proof` are never read
[INFO] [stdout]   --> src/types.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct DeviceRecord {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 45 |     pub user: UserId,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub key_proof: DeviceKeyProof,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DeviceRecord` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.87s
[INFO] running `Command { std: "docker" "inspect" "d3ea5b90556ab0e04c61618b3cc72df0c0f29944daf51a94a8b77485230d52e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3ea5b90556ab0e04c61618b3cc72df0c0f29944daf51a94a8b77485230d52e6", kill_on_drop: false }`
[INFO] [stdout] d3ea5b90556ab0e04c61618b3cc72df0c0f29944daf51a94a8b77485230d52e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bff694834a6966b3a2436555bf242ac3f20ee0c0d1e89b2e57cf2e6b6bbfd6bd
[INFO] running `Command { std: "docker" "start" "-a" "bff694834a6966b3a2436555bf242ac3f20ee0c0d1e89b2e57cf2e6b6bbfd6bd", kill_on_drop: false }`
[INFO] [stderr] warning: fields `id`, `nonce_b64`, and `issued_at_ms` are never read
[INFO] [stderr]   --> src/types.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct Challenge {
[INFO] [stderr]    |            --------- fields in this struct
[INFO] [stderr] 15 |     pub id: ChallengeId,
[INFO] [stderr]    |         ^^
[INFO] [stderr] ...
[INFO] [stderr] 19 |     pub nonce_b64: String,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 20 |     pub to_sign: String,
[INFO] [stderr] 21 |     pub issued_at_ms: u64,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Challenge` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `token` and `issued_at_ms` are never read
[INFO] [stderr]   --> src/types.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct Session {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] 28 |     pub token: SessionToken,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 31 |     pub issued_at_ms: u64,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Session` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `user` and `key_proof` are never read
[INFO] [stderr]   --> src/types.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct DeviceRecord {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] 45 |     pub user: UserId,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 48 |     pub key_proof: DeviceKeyProof,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `DeviceRecord` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `display` is never read
[INFO] [stderr]    --> src/bin/tui.rs:246:5
[INFO] [stderr]     |
[INFO] [stderr] 241 | struct AnonymousResponse {
[INFO] [stderr]     |        ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 246 |     display: Option<String>,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AnonymousResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `user`, `bundle_version`, and `spk_sig_b64` are never read
[INFO] [stderr]    --> src/bin/tui.rs:302:5
[INFO] [stderr]     |
[INFO] [stderr] 301 | struct PrekeyBundleResponse {
[INFO] [stderr]     |        -------------------- fields in this struct
[INFO] [stderr] 302 |     user: String,
[INFO] [stderr]     |     ^^^^
[INFO] [stderr] 303 |     bundle_version: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 306 |     spk_sig_b64: Option<String>,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PrekeyBundleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `verified_at_ms` is never read
[INFO] [stderr]    --> src/bin/tui.rs:354:5
[INFO] [stderr]     |
[INFO] [stderr] 351 | struct DeviceInfo {
[INFO] [stderr]     |        ---------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 354 |     verified_at_ms: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `DeviceInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `to_user_id` is never read
[INFO] [stderr]     --> src/bin/tui.rs:2304:5
[INFO] [stderr]      |
[INFO] [stderr] 2303 | struct DmSessionInitPrekey {
[INFO] [stderr]      |        ------------------- field in this struct
[INFO] [stderr] 2304 |     to_user_id: Option<String>,
[INFO] [stderr]      |     ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `DmSessionInitPrekey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `from_user_id`, `from_device_id`, and `from_ek_pub_b64` are never read
[INFO] [stderr]     --> src/bin/tui.rs:2311:5
[INFO] [stderr]      |
[INFO] [stderr] 2310 | struct DmSessionInitX3dh {
[INFO] [stderr]      |        ----------------- fields in this struct
[INFO] [stderr] 2311 |     from_user_id: Option<String>,
[INFO] [stderr]      |     ^^^^^^^^^^^^
[INFO] [stderr] 2312 |     from_device_id: Option<String>,
[INFO] [stderr]      |     ^^^^^^^^^^^^^^
[INFO] [stderr] 2313 |     from_ek_pub_b64: Option<String>,
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `DmSessionInitX3dh` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `x3dh` is never read
[INFO] [stderr]     --> src/bin/tui.rs:2325:5
[INFO] [stderr]      |
[INFO] [stderr] 2317 | struct DmSessionInitEnvelope {
[INFO] [stderr]      |        --------------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 2325 |     x3dh: Option<DmSessionInitX3dh>,
[INFO] [stderr]      |     ^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `DmSessionInitEnvelope` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `gitchat-relay-server` (bin "gitchat-relay-server" test) generated 3 warnings
[INFO] [stderr] warning: `gitchat-relay-server` (bin "gitchat-tui" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gitchat_relay_server-d49c435ebd40667f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/tui.rs (/opt/rustwide/target/debug/deps/gitchat_tui-e952735258d219f1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::dm_envelope_roundtrip_with_recipient_key ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bff694834a6966b3a2436555bf242ac3f20ee0c0d1e89b2e57cf2e6b6bbfd6bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bff694834a6966b3a2436555bf242ac3f20ee0c0d1e89b2e57cf2e6b6bbfd6bd", kill_on_drop: false }`
[INFO] [stdout] bff694834a6966b3a2436555bf242ac3f20ee0c0d1e89b2e57cf2e6b6bbfd6bd
