[INFO] cloning repository https://github.com/ankurah/leptos-sled-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ankurah/leptos-sled-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankurah%2Fleptos-sled-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankurah%2Fleptos-sled-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4549b77e883d52db681a3f525ec972f848e7626e [INFO] testing ankurah/leptos-sled-template against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankurah%2Fleptos-sled-template" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/ankurah/leptos-sled-template [INFO] finished tweaking git repo https://github.com/ankurah/leptos-sled-template [INFO] tweaked toml for git repo https://github.com/ankurah/leptos-sled-template written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ankurah/leptos-sled-template 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/ankurah/leptos-sled-template 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c6d38e6de7b3dbfbfbdc6c2d11e617d60d81aefe6af32c28a4c216a7ad9b5cf5 [INFO] running `Command { std: "docker" "start" "-a" "c6d38e6de7b3dbfbfbdc6c2d11e617d60d81aefe6af32c28a4c216a7ad9b5cf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6d38e6de7b3dbfbfbdc6c2d11e617d60d81aefe6af32c28a4c216a7ad9b5cf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d38e6de7b3dbfbfbdc6c2d11e617d60d81aefe6af32c28a4c216a7ad9b5cf5", kill_on_drop: false }` [INFO] [stdout] c6d38e6de7b3dbfbfbdc6c2d11e617d60d81aefe6af32c28a4c216a7ad9b5cf5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] f80ad174f60d8325660761d620385d1dc9b443e1b9b58067f47f039299b864f2 [INFO] running `Command { std: "docker" "start" "-a" "f80ad174f60d8325660761d620385d1dc9b443e1b9b58067f47f039299b864f2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.105 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling wasm-bindgen v0.2.105 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling throw_error v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling reactive_graph v0.2.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling send_wrapper v0.6.0 [INFO] [stderr] Compiling or_poisoned v0.1.0 [INFO] [stderr] Compiling guardian v1.3.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling smallstr v0.3.1 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling append-only-vec v0.1.8 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling server_fn_macro v0.8.8 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling utf8-width v0.1.7 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling tachys v0.2.10 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling either_of v0.1.6 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling server_fn v0.8.8 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling syn v2.0.109 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Compiling next_tuple v0.1.0 [INFO] [stderr] Compiling drain_filter_polyfill v0.1.3 [INFO] [stderr] Compiling erased v0.1.2 [INFO] [stderr] Compiling linear-map v1.2.0 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Compiling collection_literals v1.0.3 [INFO] [stderr] Compiling const_str_slice_concat v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling pxfm v0.1.25 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling leptos_macro v0.8.11 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling base16 v0.2.1 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Compiling const-str v0.6.4 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling leptos v0.8.12 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling config v0.15.19 [INFO] [stderr] Compiling nonempty v0.7.0 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling async-once-cell v0.5.4 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling sled v0.34.7 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.105 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Compiling moxcms v0.7.9 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling gensym v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive-where v1.6.0 [INFO] [stderr] Compiling syn_derive v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling quote-use-macros v0.8.4 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling reactive_stores_macro v0.2.6 [INFO] [stderr] Compiling server_fn_macro_default v0.8.5 [INFO] [stderr] Compiling quote-use v0.8.4 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling typed-builder-macro v0.21.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling attribute-derive-macro v0.10.5 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling wasm_split_macros v0.2.0 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling forwarded-header-value v0.1.1 [INFO] [stderr] Compiling wasm_split_helpers v0.2.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling rstml v0.12.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling attribute-derive v0.10.5 [INFO] [stderr] Compiling typed-builder v0.21.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.105 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling pest v2.8.3 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling yrs v0.24.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling ron v0.11.0 [INFO] [stderr] Compiling futures-signals v0.3.34 [INFO] [stderr] Compiling oco_ref v0.2.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_qs v0.15.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling hydration_context v0.3.0 [INFO] [stderr] Compiling leptos_hot_reload v0.8.5 [INFO] [stderr] Compiling codee v0.3.3 [INFO] [stderr] Compiling image v0.25.8 [INFO] [stderr] Compiling js-sys v0.3.82 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tracing-wasm v0.2.1 [INFO] [stderr] Compiling pest_meta v2.8.3 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling leptos_config v0.8.7 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling pest_generator v2.8.3 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling headers v0.4.1 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling qrcode v0.14.1 [INFO] [stderr] Compiling pest_derive v2.8.3 [INFO] [stderr] Compiling ankql v0.7.0 [INFO] [stderr] Compiling ankurah-derive v0.7.0 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.55 [INFO] [stderr] Compiling web-sys v0.3.82 [INFO] [stderr] Compiling gloo-timers v0.2.6 [INFO] [stderr] Compiling serde-wasm-bindgen v0.6.5 [INFO] [stderr] Compiling gloo-timers v0.3.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling any_spawner v0.3.0 [INFO] [stderr] Compiling ankurah-proto v0.7.0 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling ankurah-signals v0.7.0 [INFO] [stderr] Compiling reactive_stores v0.3.0 [INFO] [stderr] Compiling axum v0.8.6 [INFO] [stderr] Compiling ankurah-core v0.7.0 [INFO] [stderr] Compiling axum-extra v0.10.3 [INFO] [stderr] Compiling ankurah-storage-common v0.7.0 [INFO] [stderr] Compiling ankurah v0.7.0 [INFO] [stderr] Compiling ankurah-websocket-server v0.7.0 [INFO] [stderr] Compiling ankurah-template-model v0.6.0 (/opt/rustwide/workdir/model) [INFO] [stderr] Compiling ankurah-storage-sled v0.7.0 [INFO] [stderr] Compiling ankurah-template-server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Compiling gloo-utils v0.2.0 [INFO] [stderr] Compiling wasm-logger v0.2.0 [INFO] [stderr] Compiling gloo-net v0.6.0 [INFO] [stderr] Compiling wasm-streams v0.4.2 [INFO] [stderr] Compiling ankurah-storage-indexeddb-wasm v0.7.0 [INFO] [stderr] Compiling ankurah-websocket-client-wasm v0.7.0 [INFO] [stderr] Compiling leptos_dom v0.8.7 [INFO] [stderr] Compiling leptos_server v0.8.5 [INFO] [stderr] Compiling leptos-app v0.1.0 (/opt/rustwide/workdir/leptos-app) [INFO] [stdout] warning: unused import: `Message` [INFO] [stdout] --> leptos-app/src/main.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | use ankurah_template_model::{Message, RoomView, User, UserView}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ctx` [INFO] [stdout] --> leptos-app/src/editable_text_field.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::ctx; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ws_client` [INFO] [stdout] --> leptos-app/src/header.rs:7:81 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::{editable_text_field::EditableTextField, qr_code_modal::QRCodeModal, ws_client}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah_signals::Get` [INFO] [stdout] --> leptos-app/src/editable_text_field.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use ankurah_signals::Get as AnkurahGet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah_signals::Get` [INFO] [stdout] --> leptos-app/src/header.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use ankurah_signals::Get as AnkurahGet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah::model::Mutable` [INFO] [stdout] --> leptos-app/src/message_context_menu.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use ankurah::model::Mutable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `notification_count` is never read [INFO] [stdout] --> leptos-app/src/notification_manager.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct RoomQueryState { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 35 | notification_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Require` is never used [INFO] [stdout] --> leptos-app/src/require.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Require { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> leptos-app/src/message_context_menu.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | mutable.deleted().set(&true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 115 | let _ = mutable.deleted().set(&true); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> leptos-app/src/message_input.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | mutable.text().replace(&input_text.trim()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 50 | let _ = mutable.text().replace(&input_text.trim()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s [INFO] running `Command { std: "docker" "inspect" "f80ad174f60d8325660761d620385d1dc9b443e1b9b58067f47f039299b864f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f80ad174f60d8325660761d620385d1dc9b443e1b9b58067f47f039299b864f2", kill_on_drop: false }` [INFO] [stdout] f80ad174f60d8325660761d620385d1dc9b443e1b9b58067f47f039299b864f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 46a50ab27652d71163fe69d668ac423ca8703663653a1850e4af17f2c762e001 [INFO] running `Command { std: "docker" "start" "-a" "46a50ab27652d71163fe69d668ac423ca8703663653a1850e4af17f2c762e001", kill_on_drop: false }` [INFO] [stderr] Compiling ankurah-template-model v0.6.0 (/opt/rustwide/workdir/model) [INFO] [stderr] Compiling leptos-app v0.1.0 (/opt/rustwide/workdir/leptos-app) [INFO] [stderr] Compiling ankurah-template-server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stdout] warning: unused import: `Message` [INFO] [stdout] --> leptos-app/src/main.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | use ankurah_template_model::{Message, RoomView, User, UserView}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ctx` [INFO] [stdout] --> leptos-app/src/editable_text_field.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::ctx; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ws_client` [INFO] [stdout] --> leptos-app/src/header.rs:7:81 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::{editable_text_field::EditableTextField, qr_code_modal::QRCodeModal, ws_client}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah_signals::Get` [INFO] [stdout] --> leptos-app/src/editable_text_field.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use ankurah_signals::Get as AnkurahGet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah_signals::Get` [INFO] [stdout] --> leptos-app/src/header.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use ankurah_signals::Get as AnkurahGet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ankurah::model::Mutable` [INFO] [stdout] --> leptos-app/src/message_context_menu.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use ankurah::model::Mutable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `notification_count` is never read [INFO] [stdout] --> leptos-app/src/notification_manager.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct RoomQueryState { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 35 | notification_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Require` is never used [INFO] [stdout] --> leptos-app/src/require.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Require { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> leptos-app/src/message_context_menu.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | mutable.deleted().set(&true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 115 | let _ = mutable.deleted().set(&true); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> leptos-app/src/message_input.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | mutable.text().replace(&input_text.trim()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 50 | let _ = mutable.text().replace(&input_text.trim()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.40s [INFO] running `Command { std: "docker" "inspect" "46a50ab27652d71163fe69d668ac423ca8703663653a1850e4af17f2c762e001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a50ab27652d71163fe69d668ac423ca8703663653a1850e4af17f2c762e001", kill_on_drop: false }` [INFO] [stdout] 46a50ab27652d71163fe69d668ac423ca8703663653a1850e4af17f2c762e001 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 9429b3746abc3ada2784a2a422b673e22ff248a938592c764007006baaa4adb4 [INFO] running `Command { std: "docker" "start" "-a" "9429b3746abc3ada2784a2a422b673e22ff248a938592c764007006baaa4adb4", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Message` [INFO] [stderr] --> leptos-app/src/main.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use ankurah_template_model::{Message, RoomView, User, UserView}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ctx` [INFO] [stderr] --> leptos-app/src/editable_text_field.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::ctx; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ws_client` [INFO] [stderr] --> leptos-app/src/header.rs:7:81 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::{editable_text_field::EditableTextField, qr_code_modal::QRCodeModal, ws_client}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ankurah_signals::Get` [INFO] [stderr] --> leptos-app/src/editable_text_field.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use ankurah_signals::Get as AnkurahGet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ankurah_signals::Get` [INFO] [stderr] --> leptos-app/src/header.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ankurah_signals::Get as AnkurahGet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ankurah::model::Mutable` [INFO] [stderr] --> leptos-app/src/message_context_menu.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use ankurah::model::Mutable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `notification_count` is never read [INFO] [stderr] --> leptos-app/src/notification_manager.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 32 | struct RoomQueryState { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 35 | notification_count: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait `Require` is never used [INFO] [stderr] --> leptos-app/src/require.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | pub trait Require { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> leptos-app/src/message_context_menu.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | mutable.deleted().set(&true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 115 | let _ = mutable.deleted().set(&true); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> leptos-app/src/message_input.rs:50:21 [INFO] [stderr] | [INFO] [stderr] 50 | mutable.text().replace(&input_text.trim()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 50 | let _ = mutable.text().replace(&input_text.trim()); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `leptos-app` (bin "leptos-app" test) generated 10 warnings (run `cargo fix --bin "leptos-app" -p leptos-app --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ankurah_template_model-e13377d2a5a49d86) [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/main.rs (/opt/rustwide/target/debug/deps/ankurah_template_server-a3aeb9622d5b6656) [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/main.rs (/opt/rustwide/target/debug/deps/leptos_app-c68b4e2238043176) [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] Doc-tests ankurah_template_model [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] running `Command { std: "docker" "inspect" "9429b3746abc3ada2784a2a422b673e22ff248a938592c764007006baaa4adb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9429b3746abc3ada2784a2a422b673e22ff248a938592c764007006baaa4adb4", kill_on_drop: false }` [INFO] [stdout] 9429b3746abc3ada2784a2a422b673e22ff248a938592c764007006baaa4adb4