[INFO] fetching crate datex_cli 0.0.10...
[INFO] checking datex_cli-0.0.10 against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027
[INFO] extracting crate datex_cli 0.0.10 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate datex_cli 0.0.10
[INFO] finished tweaking crates.io crate datex_cli 0.0.10
[INFO] tweaked toml for crates.io crate datex_cli 0.0.10 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate datex_cli 0.0.10 on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate datex_cli 0.0.10 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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8efa3cd230cb14bd4bfd065ec1e18a67980fc228f0e7fc4df79e3eae1f7a600c
[INFO] running `Command { std: "docker" "start" "-a" "8efa3cd230cb14bd4bfd065ec1e18a67980fc228f0e7fc4df79e3eae1f7a600c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8efa3cd230cb14bd4bfd065ec1e18a67980fc228f0e7fc4df79e3eae1f7a600c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8efa3cd230cb14bd4bfd065ec1e18a67980fc228f0e7fc4df79e3eae1f7a600c", kill_on_drop: false }`
[INFO] [stdout] 8efa3cd230cb14bd4bfd065ec1e18a67980fc228f0e7fc4df79e3eae1f7a600c
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 306984ca9c6f2c3ccb608eb5f960b3c101546ec6cc35a82e0dee9906810bf904
[INFO] running `Command { std: "docker" "start" "-a" "306984ca9c6f2c3ccb608eb5f960b3c101546ec6cc35a82e0dee9906810bf904", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling binrw_derive v0.15.1
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling binrw v0.15.1
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking datex-crypto-facade v0.0.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking internment v0.8.6
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking pretty v0.12.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking ringmap v0.1.8
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling ntest_timeout v0.9.5
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling modular-bitfield-impl v0.13.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling async-select-proc-macros v0.3.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling realhydroper-lsp-macros v0.9.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking async-select v0.3.0
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]     Checking unescaper v0.1.8
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking logos v0.15.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling datex-macros-internal v0.0.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking modular-bitfield v0.13.1
[INFO] [stderr]     Checking datex-crypto-native v0.0.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking serialport v4.8.1
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking serde-big-array v0.5.1
[INFO] [stderr]    Compiling datex_cli v0.0.10 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr]     Checking flexi_logger v0.31.8
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking async_tiny v0.4.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking realhydroper-lsp v0.22.0
[INFO] [stderr]     Checking datex-core v0.0.10
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking datex-native v0.0.10
[INFO] [stdout] warning: unused import: `datex_core::compiler::workspace::CompilerWorkspace`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use datex_core::compiler::workspace::CompilerWorkspace;
[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: `Runtime`
[INFO] [stdout]  --> src/lib.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use datex_core::runtime::{Runtime, RuntimeConfig, RuntimeRunner};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/repl.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `datex_core::compiler::workspace::CompilerWorkspace`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use datex_core::compiler::workspace::CompilerWorkspace;
[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: `Runtime`
[INFO] [stdout]  --> src/lib.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use datex_core::runtime::{Runtime, RuntimeConfig, RuntimeRunner};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/repl.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]   --> src/repl.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]   --> src/repl.rs:29:42
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `kind`
[INFO] [stdout]   --> src/repl.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/repl.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn validate(&self, ctx: &mut ValidationContext) -> rustyline::Result<ValidationResult> {
[INFO] [stdout]    |                        ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]   --> src/repl.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]   --> src/repl.rs:29:42
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `kind`
[INFO] [stdout]   --> src/repl.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn highlight_char(&self, line: &str, pos: usize, kind: CmdKind) -> bool {
[INFO] [stdout]    |                                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/repl.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn validate(&self, ctx: &mut ValidationContext) -> rustyline::Result<ValidationResult> {
[INFO] [stdout]    |                        ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `result_string` is never read
[INFO] [stdout]    --> src/repl.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |                     let mut result_string = None;
[INFO] [stdout]     |                                             ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 130 |                                 result_string = Some(format!("\x1b[31m[Compiler Error] {e}\x1b[0m"));
[INFO] [stdout]     |                                 ------------- `result_string` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `result_string` is never read
[INFO] [stdout]    --> src/repl.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |                     let mut result_string = None;
[INFO] [stdout]     |                                             ^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 130 |                                 result_string = Some(format!("\x1b[31m[Compiler Error] {e}\x1b[0m"));
[INFO] [stdout]     |                                 ------------- `result_string` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/repl.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ReadlineError(ReadlineError),
[INFO] [stdout]    |     ------------- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReplError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 58 -     ReadlineError(ReadlineError),
[INFO] [stdout] 58 +     ReadlineError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/repl.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |     ConfigError(ConfigError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReplError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 59 -     ConfigError(ConfigError),
[INFO] [stdout] 59 +     ConfigError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     SerializationError(SerializationError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -     SerializationError(SerializationError),
[INFO] [stdout] 16 +     SerializationError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |     DeserializationError(DeserializationError),
[INFO] [stdout]    |     -------------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 17 -     DeserializationError(DeserializationError),
[INFO] [stdout] 17 +     DeserializationError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |     IOError(std::io::Error),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     IOError(std::io::Error),
[INFO] [stdout] 18 +     IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/repl.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ReadlineError(ReadlineError),
[INFO] [stdout]    |     ------------- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReplError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 58 -     ReadlineError(ReadlineError),
[INFO] [stdout] 58 +     ReadlineError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/repl.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |     ConfigError(ConfigError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReplError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 59 -     ConfigError(ConfigError),
[INFO] [stdout] 59 +     ConfigError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     SerializationError(SerializationError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -     SerializationError(SerializationError),
[INFO] [stdout] 16 +     SerializationError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |     DeserializationError(DeserializationError),
[INFO] [stdout]    |     -------------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 17 -     DeserializationError(DeserializationError),
[INFO] [stdout] 17 +     DeserializationError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/utils/config.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |     IOError(std::io::Error),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfigError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     IOError(std::io::Error),
[INFO] [stdout] 18 +     IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
[INFO] running `Command { std: "docker" "inspect" "306984ca9c6f2c3ccb608eb5f960b3c101546ec6cc35a82e0dee9906810bf904", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "306984ca9c6f2c3ccb608eb5f960b3c101546ec6cc35a82e0dee9906810bf904", kill_on_drop: false }`
[INFO] [stdout] 306984ca9c6f2c3ccb608eb5f960b3c101546ec6cc35a82e0dee9906810bf904
