[INFO] cloning repository https://github.com/MichaelDanCurtis/BambuMate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MichaelDanCurtis/BambuMate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelDanCurtis%2FBambuMate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelDanCurtis%2FBambuMate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b97d08a4562b0a31009f1dbe5ed44e698c119357
[INFO] testing MichaelDanCurtis/BambuMate against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelDanCurtis%2FBambuMate" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MichaelDanCurtis/BambuMate
[INFO] finished tweaking git repo https://github.com/MichaelDanCurtis/BambuMate
[INFO] tweaked toml for git repo https://github.com/MichaelDanCurtis/BambuMate written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MichaelDanCurtis/BambuMate on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MichaelDanCurtis/BambuMate already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22
[INFO] running `Command { std: "docker" "start" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.108
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling wasm-bindgen v0.2.108
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling throw_error v0.3.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling send_wrapper v0.6.0
[INFO] [stderr]    Compiling reactive_graph v0.2.12
[INFO] [stderr]    Compiling server_fn_macro v0.8.8
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling or_poisoned v0.1.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling guardian v1.3.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling tachys v0.2.11
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling either_of v0.1.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling server_fn v0.8.9
[INFO] [stderr]    Compiling const_str_slice_concat v0.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.108
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling next_tuple v0.1.0
[INFO] [stderr]    Compiling erased v0.1.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling linear-map v1.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling syn_derive v0.2.0
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.108
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling reactive_stores_macro v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling js-sys v0.3.85
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]    Compiling hydration_context v0.3.0
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling oco_ref v0.2.1
[INFO] [stderr]    Compiling serde_qs v0.15.0
[INFO] [stderr]    Compiling rstml v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling typed-builder-macro v0.21.2
[INFO] [stderr]    Compiling server_fn_macro_default v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling leptos_macro v0.8.14
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling const-str v0.7.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling wasm_split_macros v0.2.0
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling config v0.15.19
[INFO] [stderr]    Compiling leptos_hot_reload v0.8.5
[INFO] [stderr]    Compiling typed-builder v0.21.2
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling codee v0.3.5
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.58
[INFO] [stderr]    Compiling web-sys v0.3.85
[INFO] [stderr]    Compiling any_spawner v0.3.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling leptos v0.8.15
[INFO] [stderr]    Compiling async-once-cell v0.5.4
[INFO] [stderr]    Compiling wasm_split_helpers v0.2.0
[INFO] [stderr]    Compiling leptos_config v0.8.8
[INFO] [stderr]    Compiling leptos_router v0.8.11
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling leptos_router_macro v0.8.6
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling reactive_stores v0.3.1
[INFO] [stderr]    Compiling gloo-utils v0.2.0
[INFO] [stderr]    Compiling gloo-net v0.6.0
[INFO] [stderr]    Compiling wasm-streams v0.4.2
[INFO] [stderr]    Compiling leptos_dom v0.8.7
[INFO] [stderr]    Compiling leptos_server v0.8.6
[INFO] [stderr]    Compiling bambumate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `AiCapabilities` is never constructed
[INFO] [stdout]    --> src/commands.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct AiCapabilities {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ai_capabilities` is never used
[INFO] [stdout]    --> src/commands.rs:246:14
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub async fn get_ai_capabilities() -> Result<AiCapabilities, String> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filament_id` and `is_user_profile` are never read
[INFO] [stdout]    --> src/commands.rs:818:9
[INFO] [stdout]     |
[INFO] [stdout] 815 | pub struct ProfileInfo {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 818 |     pub filament_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 819 |     pub path: String,
[INFO] [stdout] 820 |     pub is_user_profile: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileInfo` 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: fields `filament_id`, `inherits`, `nozzle_temperature`, `bed_temperature`, `compatible_printers`, and `metadata` are never read
[INFO] [stdout]    --> src/commands.rs:946:9
[INFO] [stdout]     |
[INFO] [stdout] 943 | pub struct ProfileDetail {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 946 |     pub filament_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 947 |     pub inherits: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 948 |     pub field_count: usize,
[INFO] [stdout] 949 |     pub nozzle_temperature: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 950 |     pub bed_temperature: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 951 |     pub compatible_printers: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 952 |     pub metadata: Option<ProfileMetadataInfo>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileDetail` 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: fields `sync_info`, `user_id`, `setting_id`, `base_id`, and `updated_time` are never read
[INFO] [stdout]    --> src/commands.rs:959:9
[INFO] [stdout]     |
[INFO] [stdout] 958 | pub struct ProfileMetadataInfo {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 959 |     pub sync_info: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 960 |     pub user_id: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 961 |     pub setting_id: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 962 |     pub base_id: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 963 |     pub updated_time: u64,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileMetadataInfo` 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 `profile_path` is never read
[INFO] [stdout]     --> src/commands.rs:1157:9
[INFO] [stdout]      |
[INFO] [stdout] 1151 | pub struct ApplyResult {
[INFO] [stdout]      |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1157 |     pub profile_path: String,
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ApplyResult` 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: struct `SessionDetail` is never constructed
[INFO] [stdout]     --> src/commands.rs:1172:12
[INFO] [stdout]      |
[INFO] [stdout] 1172 | pub struct SessionDetail {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parameter`, `old_value`, and `new_value` are never read
[INFO] [stdout]     --> src/commands.rs:1184:9
[INFO] [stdout]      |
[INFO] [stdout] 1183 | pub struct AppliedChange {
[INFO] [stdout]      |            ------------- fields in this struct
[INFO] [stdout] 1184 |     pub parameter: String,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout] 1185 |     pub old_value: f32,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout] 1186 |     pub new_value: f32,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AppliedChange` 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: struct `GetHistorySessionArgs` is never constructed
[INFO] [stdout]     --> src/commands.rs:1199:8
[INFO] [stdout]      |
[INFO] [stdout] 1199 | struct GetHistorySessionArgs {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_history_session` is never used
[INFO] [stdout]     --> src/commands.rs:1226:14
[INFO] [stdout]      |
[INFO] [stdout] 1226 | pub async fn get_history_session(session_id: i64) -> Result<SessionDetail, String> {
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `launched`, `app_path`, and `was_already_running` are never read
[INFO] [stdout]     --> src/commands.rs:1298:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 | pub struct LaunchResult {
[INFO] [stdout]      |            ------------ fields in this struct
[INFO] [stdout] 1298 |     pub launched: bool,
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 1299 |     pub app_path: String,
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 1300 |     pub was_already_running: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `LaunchResult` 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: function `detect_bambu_studio_path` is never used
[INFO] [stdout]     --> src/commands.rs:1311:14
[INFO] [stdout]      |
[INFO] [stdout] 1311 | pub async fn detect_bambu_studio_path() -> Result<String, String> {
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `brand` is never read
[INFO] [stdout]     --> src/commands.rs:1345:9
[INFO] [stdout]      |
[INFO] [stdout] 1343 | pub struct BatchEntry {
[INFO] [stdout]      |            ---------- field in this struct
[INFO] [stdout] 1344 |     pub filament_name: String,
[INFO] [stdout] 1345 |     pub brand: String,
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `BatchEntry` 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 `completed` is never read
[INFO] [stdout]     --> src/commands.rs:1356:9
[INFO] [stdout]      |
[INFO] [stdout] 1354 | pub struct BatchProgress {
[INFO] [stdout]      |            ------------- field in this struct
[INFO] [stdout] 1355 |     pub total: usize,
[INFO] [stdout] 1356 |     pub completed: usize,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `BatchProgress` 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 `received_at` is never read
[INFO] [stdout]     --> src/commands.rs:1408:9
[INFO] [stdout]      |
[INFO] [stdout] 1405 | pub struct StlFile {
[INFO] [stdout]      |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1408 |     pub received_at: String,
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `StlFile` 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: variant `Unknown` is never constructed
[INFO] [stdout]  --> src/components/status_badge.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum CheckStatus {
[INFO] [stdout]   |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Unknown,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CheckStatus` 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: struct `AnalyzeRequest` is never constructed
[INFO] [stdout]   --> src/pages/print_analysis.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct AnalyzeRequest {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `event_target_value_input` is never used
[INFO] [stdout]    --> src/pages/print_analysis.rs:586:4
[INFO] [stdout]     |
[INFO] [stdout] 586 | fn event_target_value_input(ev: &web_sys::Event) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bambumate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `AiCapabilities` is never constructed
[INFO] [stdout]    --> src/commands.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct AiCapabilities {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ai_capabilities` is never used
[INFO] [stdout]    --> src/commands.rs:246:14
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub async fn get_ai_capabilities() -> Result<AiCapabilities, String> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filament_id` and `is_user_profile` are never read
[INFO] [stdout]    --> src/commands.rs:818:9
[INFO] [stdout]     |
[INFO] [stdout] 815 | pub struct ProfileInfo {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 818 |     pub filament_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 819 |     pub path: String,
[INFO] [stdout] 820 |     pub is_user_profile: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileInfo` 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: fields `filament_id`, `inherits`, `nozzle_temperature`, `bed_temperature`, `compatible_printers`, and `metadata` are never read
[INFO] [stdout]    --> src/commands.rs:946:9
[INFO] [stdout]     |
[INFO] [stdout] 943 | pub struct ProfileDetail {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 946 |     pub filament_id: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 947 |     pub inherits: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 948 |     pub field_count: usize,
[INFO] [stdout] 949 |     pub nozzle_temperature: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 950 |     pub bed_temperature: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 951 |     pub compatible_printers: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 952 |     pub metadata: Option<ProfileMetadataInfo>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileDetail` 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: fields `sync_info`, `user_id`, `setting_id`, `base_id`, and `updated_time` are never read
[INFO] [stdout]    --> src/commands.rs:959:9
[INFO] [stdout]     |
[INFO] [stdout] 958 | pub struct ProfileMetadataInfo {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 959 |     pub sync_info: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 960 |     pub user_id: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 961 |     pub setting_id: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 962 |     pub base_id: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 963 |     pub updated_time: u64,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ProfileMetadataInfo` 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 `profile_path` is never read
[INFO] [stdout]     --> src/commands.rs:1157:9
[INFO] [stdout]      |
[INFO] [stdout] 1151 | pub struct ApplyResult {
[INFO] [stdout]      |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1157 |     pub profile_path: String,
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ApplyResult` 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: struct `SessionDetail` is never constructed
[INFO] [stdout]     --> src/commands.rs:1172:12
[INFO] [stdout]      |
[INFO] [stdout] 1172 | pub struct SessionDetail {
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parameter`, `old_value`, and `new_value` are never read
[INFO] [stdout]     --> src/commands.rs:1184:9
[INFO] [stdout]      |
[INFO] [stdout] 1183 | pub struct AppliedChange {
[INFO] [stdout]      |            ------------- fields in this struct
[INFO] [stdout] 1184 |     pub parameter: String,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout] 1185 |     pub old_value: f32,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout] 1186 |     pub new_value: f32,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AppliedChange` 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: struct `GetHistorySessionArgs` is never constructed
[INFO] [stdout]     --> src/commands.rs:1199:8
[INFO] [stdout]      |
[INFO] [stdout] 1199 | struct GetHistorySessionArgs {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_history_session` is never used
[INFO] [stdout]     --> src/commands.rs:1226:14
[INFO] [stdout]      |
[INFO] [stdout] 1226 | pub async fn get_history_session(session_id: i64) -> Result<SessionDetail, String> {
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `launched`, `app_path`, and `was_already_running` are never read
[INFO] [stdout]     --> src/commands.rs:1298:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 | pub struct LaunchResult {
[INFO] [stdout]      |            ------------ fields in this struct
[INFO] [stdout] 1298 |     pub launched: bool,
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 1299 |     pub app_path: String,
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 1300 |     pub was_already_running: bool,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `LaunchResult` 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: function `detect_bambu_studio_path` is never used
[INFO] [stdout]     --> src/commands.rs:1311:14
[INFO] [stdout]      |
[INFO] [stdout] 1311 | pub async fn detect_bambu_studio_path() -> Result<String, String> {
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `brand` is never read
[INFO] [stdout]     --> src/commands.rs:1345:9
[INFO] [stdout]      |
[INFO] [stdout] 1343 | pub struct BatchEntry {
[INFO] [stdout]      |            ---------- field in this struct
[INFO] [stdout] 1344 |     pub filament_name: String,
[INFO] [stdout] 1345 |     pub brand: String,
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `BatchEntry` 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 `completed` is never read
[INFO] [stdout]     --> src/commands.rs:1356:9
[INFO] [stdout]      |
[INFO] [stdout] 1354 | pub struct BatchProgress {
[INFO] [stdout]      |            ------------- field in this struct
[INFO] [stdout] 1355 |     pub total: usize,
[INFO] [stdout] 1356 |     pub completed: usize,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `BatchProgress` 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 `received_at` is never read
[INFO] [stdout]     --> src/commands.rs:1408:9
[INFO] [stdout]      |
[INFO] [stdout] 1405 | pub struct StlFile {
[INFO] [stdout]      |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1408 |     pub received_at: String,
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `StlFile` 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: variant `Unknown` is never constructed
[INFO] [stdout]  --> src/components/status_badge.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum CheckStatus {
[INFO] [stdout]   |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Unknown,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CheckStatus` 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: struct `AnalyzeRequest` is never constructed
[INFO] [stdout]   --> src/pages/print_analysis.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct AnalyzeRequest {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `event_target_value_input` is never used
[INFO] [stdout]    --> src/pages/print_analysis.rs:586:4
[INFO] [stdout]     |
[INFO] [stdout] 586 | fn event_target_value_input(ev: &web_sys::Event) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.53s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: struct `AiCapabilities` is never constructed
[INFO] [stderr]    --> src/commands.rs:117:12
[INFO] [stderr]     |
[INFO] [stderr] 117 | pub struct AiCapabilities {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_ai_capabilities` is never used
[INFO] [stderr]    --> src/commands.rs:246:14
[INFO] [stderr]     |
[INFO] [stderr] 246 | pub async fn get_ai_capabilities() -> Result<AiCapabilities, String> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `filament_id` and `is_user_profile` are never read
[INFO] [stderr]    --> src/commands.rs:818:9
[INFO] [stderr]     |
[INFO] [stderr] 815 | pub struct ProfileInfo {
[INFO] [stderr]     |            ----------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 818 |     pub filament_id: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 819 |     pub path: String,
[INFO] [stderr] 820 |     pub is_user_profile: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ProfileInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `filament_id`, `inherits`, `nozzle_temperature`, `bed_temperature`, `compatible_printers`, and `metadata` are never read
[INFO] [stderr]    --> src/commands.rs:946:9
[INFO] [stderr]     |
[INFO] [stderr] 943 | pub struct ProfileDetail {
[INFO] [stderr]     |            ------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 946 |     pub filament_id: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 947 |     pub inherits: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 948 |     pub field_count: usize,
[INFO] [stderr] 949 |     pub nozzle_temperature: Option<Vec<String>>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 950 |     pub bed_temperature: Option<Vec<String>>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 951 |     pub compatible_printers: Option<Vec<String>>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 952 |     pub metadata: Option<ProfileMetadataInfo>,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ProfileDetail` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `sync_info`, `user_id`, `setting_id`, `base_id`, and `updated_time` are never read
[INFO] [stderr]    --> src/commands.rs:959:9
[INFO] [stderr]     |
[INFO] [stderr] 958 | pub struct ProfileMetadataInfo {
[INFO] [stderr]     |            ------------------- fields in this struct
[INFO] [stderr] 959 |     pub sync_info: String,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 960 |     pub user_id: String,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 961 |     pub setting_id: String,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr] 962 |     pub base_id: String,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 963 |     pub updated_time: u64,
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ProfileMetadataInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `profile_path` is never read
[INFO] [stderr]     --> src/commands.rs:1157:9
[INFO] [stderr]      |
[INFO] [stderr] 1151 | pub struct ApplyResult {
[INFO] [stderr]      |            ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 1157 |     pub profile_path: String,
[INFO] [stderr]      |         ^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `ApplyResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SessionDetail` is never constructed
[INFO] [stderr]     --> src/commands.rs:1172:12
[INFO] [stderr]      |
[INFO] [stderr] 1172 | pub struct SessionDetail {
[INFO] [stderr]      |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `parameter`, `old_value`, and `new_value` are never read
[INFO] [stderr]     --> src/commands.rs:1184:9
[INFO] [stderr]      |
[INFO] [stderr] 1183 | pub struct AppliedChange {
[INFO] [stderr]      |            ------------- fields in this struct
[INFO] [stderr] 1184 |     pub parameter: String,
[INFO] [stderr]      |         ^^^^^^^^^
[INFO] [stderr] 1185 |     pub old_value: f32,
[INFO] [stderr]      |         ^^^^^^^^^
[INFO] [stderr] 1186 |     pub new_value: f32,
[INFO] [stderr]      |         ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `AppliedChange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetHistorySessionArgs` is never constructed
[INFO] [stderr]     --> src/commands.rs:1199:8
[INFO] [stderr]      |
[INFO] [stderr] 1199 | struct GetHistorySessionArgs {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_history_session` is never used
[INFO] [stderr]     --> src/commands.rs:1226:14
[INFO] [stderr]      |
[INFO] [stderr] 1226 | pub async fn get_history_session(session_id: i64) -> Result<SessionDetail, String> {
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `launched`, `app_path`, and `was_already_running` are never read
[INFO] [stderr]     --> src/commands.rs:1298:9
[INFO] [stderr]      |
[INFO] [stderr] 1297 | pub struct LaunchResult {
[INFO] [stderr]      |            ------------ fields in this struct
[INFO] [stderr] 1298 |     pub launched: bool,
[INFO] [stderr]      |         ^^^^^^^^
[INFO] [stderr] 1299 |     pub app_path: String,
[INFO] [stderr]      |         ^^^^^^^^
[INFO] [stderr] 1300 |     pub was_already_running: bool,
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `LaunchResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `detect_bambu_studio_path` is never used
[INFO] [stderr]     --> src/commands.rs:1311:14
[INFO] [stderr]      |
[INFO] [stderr] 1311 | pub async fn detect_bambu_studio_path() -> Result<String, String> {
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `brand` is never read
[INFO] [stderr]     --> src/commands.rs:1345:9
[INFO] [stderr]      |
[INFO] [stderr] 1343 | pub struct BatchEntry {
[INFO] [stderr]      |            ---------- field in this struct
[INFO] [stderr] 1344 |     pub filament_name: String,
[INFO] [stderr] 1345 |     pub brand: String,
[INFO] [stderr]      |         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `BatchEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `completed` is never read
[INFO] [stderr]     --> src/commands.rs:1356:9
[INFO] [stderr]      |
[INFO] [stderr] 1354 | pub struct BatchProgress {
[INFO] [stderr]      |            ------------- field in this struct
[INFO] [stderr] 1355 |     pub total: usize,
[INFO] [stderr] 1356 |     pub completed: usize,
[INFO] [stderr]      |         ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `BatchProgress` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `received_at` is never read
[INFO] [stderr]     --> src/commands.rs:1408:9
[INFO] [stderr]      |
[INFO] [stderr] 1405 | pub struct StlFile {
[INFO] [stderr]      |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 1408 |     pub received_at: String,
[INFO] [stderr]      |         ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `StlFile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Unknown` is never constructed
[INFO] [stderr]  --> src/components/status_badge.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub enum CheckStatus {
[INFO] [stderr]   |          ----------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 8 |     Unknown,
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `CheckStatus` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AnalyzeRequest` is never constructed
[INFO] [stderr]   --> src/pages/print_analysis.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct AnalyzeRequest {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `event_target_value_input` is never used
[INFO] [stderr]    --> src/pages/print_analysis.rs:586:4
[INFO] [stderr]     |
[INFO] [stderr] 586 | fn event_target_value_input(ev: &web_sys::Event) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bambumate` (bin "bambumate" test) generated 18 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bambumate-83e00079e2799554)
[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" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22", kill_on_drop: false }`
[INFO] [stdout] 5711e08c5c9e6dd7eed0775dc679705d2c2ef6ce0fba39b33d70a3e1d7053c22
