[INFO] cloning repository https://github.com/Lunaphied/plural-kitty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lunaphied/plural-kitty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunaphied%2Fplural-kitty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunaphied%2Fplural-kitty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 441d026e592131ad0c93c6fd776a46cea499bf0f
[INFO] testing Lunaphied/plural-kitty against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunaphied%2Fplural-kitty" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/Lunaphied/plural-kitty
[INFO] finished tweaking git repo https://github.com/Lunaphied/plural-kitty
[INFO] tweaked toml for git repo https://github.com/Lunaphied/plural-kitty written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lunaphied/plural-kitty on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lunaphied/plural-kitty 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e62dd1afd5c1c6d2e8f44df6d7228b1508cd194478acfe181f4d0e2aff252c07
[INFO] running `Command { std: "docker" "start" "-a" "e62dd1afd5c1c6d2e8f44df6d7228b1508cd194478acfe181f4d0e2aff252c07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e62dd1afd5c1c6d2e8f44df6d7228b1508cd194478acfe181f4d0e2aff252c07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e62dd1afd5c1c6d2e8f44df6d7228b1508cd194478acfe181f4d0e2aff252c07", kill_on_drop: false }`
[INFO] [stdout] e62dd1afd5c1c6d2e8f44df6d7228b1508cd194478acfe181f4d0e2aff252c07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cee9c4afddc801e8666f05ac52948c6f4f31467fe86daedbd542a9348f3ea42f
[INFO] running `Command { std: "docker" "start" "-a" "cee9c4afddc801e8666f05ac52948c6f4f31467fe86daedbd542a9348f3ea42f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling value-bag v1.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling cpufeatures v0.2.8
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling openssl v0.10.54
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.97
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling openssl-sys v0.9.88
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling winnow v0.4.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling parking v2.1.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling js_int v0.2.2
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling pulldown-cmark v0.9.3
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling konst_proc_macros v0.2.11
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling allocator-api2 v0.2.15
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling konst v0.2.19
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling uuid v1.3.4
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling ruma-identifiers-validation v0.9.1 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling wildmatch v2.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling hashlink v0.8.3
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling const-oid v0.7.1
[INFO] [stderr]    Compiling assign v1.1.1
[INFO] [stderr]    Compiling ruma-client v0.11.0 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling async-task v4.4.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling async-process v1.7.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling atomic-waker v1.1.1
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]    Compiling blocking v1.3.1
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling spki v0.5.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling async-executor v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling rmp v0.8.11
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling blake3 v1.4.0
[INFO] [stderr]    Compiling universal-hash v0.4.0
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling matrix-sdk-common v0.6.0 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stderr]    Compiling toml_datetime v0.6.2
[INFO] [stderr]    Compiling serde_spanned v0.6.2
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling toml_edit v0.19.10
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling serde_html_form v0.2.0
[INFO] [stderr]    Compiling js_option v0.1.1
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling arrayvec v0.7.3
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling serde_bytes v0.11.9
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.7.4
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling x25519-dalek v1.2.0
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling rmp-serde v1.1.1
[INFO] [stderr]    Compiling chacha20 v0.8.2
[INFO] [stderr]    Compiling poly1305 v0.7.2
[INFO] [stderr]    Compiling deadpool-runtime v0.1.2
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling pkcs7 v0.3.0
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling ruma-macros v0.11.3 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling matrix-pickle-derive v0.1.0
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling constant_time_eq v0.2.6
[INFO] [stderr]    Compiling crc-catalog v2.2.0
[INFO] [stderr]    Compiling readlock v0.1.5
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling eyeball v0.7.0
[INFO] [stderr]    Compiling pest v2.6.0
[INFO] [stderr]    Compiling matrix-pickle v0.1.0
[INFO] [stderr]    Compiling vodozemac v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling chacha20poly1305 v0.9.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling ulid v1.0.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling bitmaps v3.2.0
[INFO] [stderr]    Compiling whoami v1.4.0
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling sqlformat v0.2.1
[INFO] [stderr]    Compiling matrix-sdk-store-encryption v0.2.0 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stderr]    Compiling rusqlite v0.28.0
[INFO] [stderr]    Compiling imbl-sized-chunks v0.1.1
[INFO] [stderr]    Compiling pest_meta v2.6.0
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling deadpool-sync v0.1.0
[INFO] [stderr]    Compiling ruma-common v0.11.3 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling bitflags v2.3.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling pin-project v1.1.0
[INFO] [stderr]    Compiling imbl v2.0.0
[INFO] [stderr]    Compiling pest_generator v2.6.0
[INFO] [stderr]    Compiling deadpool-sqlite v0.5.0
[INFO] [stderr]    Compiling axum v0.6.18
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling ipnet v2.7.2
[INFO] [stderr]    Compiling matrix-sdk v0.6.2 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stderr]    Compiling eyeball-im v0.2.1
[INFO] [stderr]    Compiling pest_derive v2.6.0
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling reqwest v0.11.18
[INFO] [stderr]    Compiling serde_path_to_error v0.1.11
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling rtoolbox v0.0.1
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling plural-kitty v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling mime2ext v0.1.52
[INFO] [stderr]    Compiling utf8-width v0.1.6
[INFO] [stderr]    Compiling bytesize v1.2.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.8
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling serde_yaml v0.9.21
[INFO] [stderr]    Compiling rpassword v7.2.0
[INFO] [stderr]    Compiling html_parser v0.7.0
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]    Compiling ruma-client-api v0.16.2 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling sqlx v0.6.3
[INFO] [stderr]    Compiling ruma v0.8.2 (https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100)
[INFO] [stderr]    Compiling matrix-sdk-crypto v0.6.0 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stderr]    Compiling matrix-sdk-base v0.6.1 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stderr]    Compiling matrix-sdk-sqlite v0.1.0 (https://codeberg.org/Apothecary/matrix-rust-sdk.git?branch=plural-kitty#5aa56d35)
[INFO] [stdout] warning: fields `mxid` and `track_account` are never read
[INFO] [stdout]  --> src/db/models.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Member {
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 2 |     pub mxid: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |     pub track_account: bool,
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.54, sqlx-core v0.6.3, x25519-dalek v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "cee9c4afddc801e8666f05ac52948c6f4f31467fe86daedbd542a9348f3ea42f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cee9c4afddc801e8666f05ac52948c6f4f31467fe86daedbd542a9348f3ea42f", kill_on_drop: false }`
[INFO] [stdout] cee9c4afddc801e8666f05ac52948c6f4f31467fe86daedbd542a9348f3ea42f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1100814d4f291b1d937d1a25719ad89d71bce8b221194bec31d2ef46b3a25d29
[INFO] running `Command { std: "docker" "start" "-a" "1100814d4f291b1d937d1a25719ad89d71bce8b221194bec31d2ef46b3a25d29", kill_on_drop: false }`
[INFO] [stderr]    Compiling plural-kitty v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `mxid` and `track_account` are never read
[INFO] [stdout]  --> src/db/models.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Member {
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 2 |     pub mxid: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |     pub track_account: bool,
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.54, sqlx-core v0.6.3, x25519-dalek v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "1100814d4f291b1d937d1a25719ad89d71bce8b221194bec31d2ef46b3a25d29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1100814d4f291b1d937d1a25719ad89d71bce8b221194bec31d2ef46b3a25d29", kill_on_drop: false }`
[INFO] [stdout] 1100814d4f291b1d937d1a25719ad89d71bce8b221194bec31d2ef46b3a25d29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0f48caceeb2544107d7c4a4e51c92eb6e6a2a2254790586bae23f18d4e7d6ea
[INFO] running `Command { std: "docker" "start" "-a" "a0f48caceeb2544107d7c4a4e51c92eb6e6a2a2254790586bae23f18d4e7d6ea", kill_on_drop: false }`
[INFO] [stderr] warning: fields `mxid` and `track_account` are never read
[INFO] [stderr]  --> src/db/models.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct Member {
[INFO] [stderr]   |            ------ fields in this struct
[INFO] [stderr] 2 |     pub mxid: String,
[INFO] [stderr]   |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 7 |     pub track_account: bool,
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `plural-kitty` (bin "plural-kitty" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.54, sqlx-core v0.6.3, x25519-dalek v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/plural_kitty-2d0d59517c7a7155)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test bot::parser::tests::test1 ... ok
[INFO] [stdout] test bot::parser::tests::test2 ... ok
[INFO] [stdout] test bot::parser::tests::test3 ... ok
[INFO] [stdout] test bot::parser::tests::test4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0f48caceeb2544107d7c4a4e51c92eb6e6a2a2254790586bae23f18d4e7d6ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0f48caceeb2544107d7c4a4e51c92eb6e6a2a2254790586bae23f18d4e7d6ea", kill_on_drop: false }`
[INFO] [stdout] a0f48caceeb2544107d7c4a4e51c92eb6e6a2a2254790586bae23f18d4e7d6ea
