[INFO] cloning repository https://github.com/obsidrielle/m3sh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/obsidrielle/m3sh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobsidrielle%2Fm3sh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobsidrielle%2Fm3sh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c98f5555fdbc73d375f5b77a631e4661ea72f4f
[INFO] testing obsidrielle/m3sh against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobsidrielle%2Fm3sh" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/obsidrielle/m3sh
[INFO] finished tweaking git repo https://github.com/obsidrielle/m3sh
[INFO] tweaked toml for git repo https://github.com/obsidrielle/m3sh written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/obsidrielle/m3sh on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/obsidrielle/m3sh 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d9cc0f45280749e445093fb4ca3f3cfe39d476efadcb4742d29df2d912e2010
[INFO] running `Command { std: "docker" "start" "-a" "8d9cc0f45280749e445093fb4ca3f3cfe39d476efadcb4742d29df2d912e2010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d9cc0f45280749e445093fb4ca3f3cfe39d476efadcb4742d29df2d912e2010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d9cc0f45280749e445093fb4ca3f3cfe39d476efadcb4742d29df2d912e2010", kill_on_drop: false }`
[INFO] [stdout] 8d9cc0f45280749e445093fb4ca3f3cfe39d476efadcb4742d29df2d912e2010
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13350ba9dc7d19f9e6620bdaf6f2c2f16bfe8b9d9785ca24cf6a96f938466d86
[INFO] running `Command { std: "docker" "start" "-a" "13350ba9dc7d19f9e6620bdaf6f2c2f16bfe8b9d9785ca24cf6a96f938466d86", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap_builder v4.5.38
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling fid-rs v0.2.0
[INFO] [stderr]    Compiling louds-rs v0.7.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling shellexpand v3.1.1
[INFO] [stderr]    Compiling trie-rs v0.4.2
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling path-clean v1.0.1
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling reedline v0.40.0
[INFO] [stderr]    Compiling m3sh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/sh/command/built_in/external.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Read;
[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 variable: `cursor`
[INFO] [stdout]   --> src/input/highlighter.rs:26:37
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn highlight(&self, line: &str, cursor: usize) -> StyledText {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line_prefix`
[INFO] [stdout]   --> src/input/hinter.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let line_prefix = &line[..pos];
[INFO] [stdout]    |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_prefix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `history`
[INFO] [stdout]   --> src/input/hinter.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         history: &dyn History,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cwd`
[INFO] [stdout]   --> src/input/hinter.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         cwd: &str,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cwd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timer_fg`
[INFO] [stdout]   --> src/input/prompt.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let timer_fg = Color::Blue;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timer_fg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home`
[INFO] [stdout]    --> src/input/prompt.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |         let home = format!("{}", Style::new().fg(home_fg).on(home_bg).paint(" 🏠 "));
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_home`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reader`
[INFO] [stdout]   --> src/sh/command/data/pipeline_data.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |             ByteStreamSource::Read(reader) => None,
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_stream`
[INFO] [stdout]    --> src/sh/command/data/pipeline_data.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |             Self::ByteStream(byte_stream) => {
[INFO] [stdout]     |                              ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_command_status` is never read
[INFO] [stdout]   --> src/input/prompt.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct M3shPrompt {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 13 |     last_command_status: Option<i32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `type_` and `known_size` are never read
[INFO] [stdout]   --> src/sh/command/data/pipeline_data.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct ByteStream {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 43 |     source: ByteStreamSource,
[INFO] [stdout] 44 |     type_: ByteStreamType,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 45 |     known_size: Option<u64>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutRedirection` is never constructed
[INFO] [stdout]  --> src/sh/command/redirect.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct OutRedirection {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrRedirection` is never constructed
[INFO] [stdout]  --> src/sh/command/redirect.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ErrRedirection {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl ErrRedirection {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn from<T>(mode: ErrRedirectionMode, writer: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OutRedirection {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 26 |     pub fn from<T>(mode: OutRedirectionMode, writer: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OutRedirectionMode` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum OutRedirectionMode {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrRedirectionMode` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum ErrRedirectionMode {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InRedirection` is never constructed
[INFO] [stdout]   --> src/sh/command/redirect.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct InRedirection {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl InRedirection {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 52 |     pub fn from<T>(reader: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `register_command` and `register_command_with_name` are never used
[INFO] [stdout]   --> src/sh/state/state.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Builder {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn register_command<T: Default + ShellCommand + 'static>(mut self) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `register_command_with_name` is never used
[INFO] [stdout]   --> src/sh/state/state.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl State {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 86 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:166:27
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:181:28
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:185:32
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<str> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:205:42
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stdout]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 211 |         history_search: PromptHistorySearch,
[INFO] [stdout] 212 |     ) -> Cow<str> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     ) -> Cow<'_, str> {
[INFO] [stdout]     |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "13350ba9dc7d19f9e6620bdaf6f2c2f16bfe8b9d9785ca24cf6a96f938466d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13350ba9dc7d19f9e6620bdaf6f2c2f16bfe8b9d9785ca24cf6a96f938466d86", kill_on_drop: false }`
[INFO] [stdout] 13350ba9dc7d19f9e6620bdaf6f2c2f16bfe8b9d9785ca24cf6a96f938466d86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66c8af389ec4681925b7de1f40739547d6c14f9c0e5582183bac4f2bd797932c
[INFO] running `Command { std: "docker" "start" "-a" "66c8af389ec4681925b7de1f40739547d6c14f9c0e5582183bac4f2bd797932c", kill_on_drop: false }`
[INFO] [stderr]    Compiling m3sh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Read`
[INFO] [stdout]  --> src/sh/command/built_in/external.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Read;
[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 variable: `cursor`
[INFO] [stdout]   --> src/input/highlighter.rs:26:37
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn highlight(&self, line: &str, cursor: usize) -> StyledText {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line_prefix`
[INFO] [stdout]   --> src/input/hinter.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let line_prefix = &line[..pos];
[INFO] [stdout]    |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_prefix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `history`
[INFO] [stdout]   --> src/input/hinter.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         history: &dyn History,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cwd`
[INFO] [stdout]   --> src/input/hinter.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         cwd: &str,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cwd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timer_fg`
[INFO] [stdout]   --> src/input/prompt.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let timer_fg = Color::Blue;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timer_fg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home`
[INFO] [stdout]    --> src/input/prompt.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |         let home = format!("{}", Style::new().fg(home_fg).on(home_bg).paint(" 🏠 "));
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_home`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reader`
[INFO] [stdout]   --> src/sh/command/data/pipeline_data.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |             ByteStreamSource::Read(reader) => None,
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_stream`
[INFO] [stdout]    --> src/sh/command/data/pipeline_data.rs:175:30
[INFO] [stdout]     |
[INFO] [stdout] 175 |             Self::ByteStream(byte_stream) => {
[INFO] [stdout]     |                              ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_command_status` is never read
[INFO] [stdout]   --> src/input/prompt.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct M3shPrompt {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 13 |     last_command_status: Option<i32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `type_` and `known_size` are never read
[INFO] [stdout]   --> src/sh/command/data/pipeline_data.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct ByteStream {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 43 |     source: ByteStreamSource,
[INFO] [stdout] 44 |     type_: ByteStreamType,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 45 |     known_size: Option<u64>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OutRedirection` is never constructed
[INFO] [stdout]  --> src/sh/command/redirect.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct OutRedirection {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrRedirection` is never constructed
[INFO] [stdout]  --> src/sh/command/redirect.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ErrRedirection {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl ErrRedirection {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn from<T>(mode: ErrRedirectionMode, writer: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OutRedirection {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 26 |     pub fn from<T>(mode: OutRedirectionMode, writer: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OutRedirectionMode` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum OutRedirectionMode {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrRedirectionMode` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum ErrRedirectionMode {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InRedirection` is never constructed
[INFO] [stdout]   --> src/sh/command/redirect.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct InRedirection {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/sh/command/redirect.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl InRedirection {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 52 |     pub fn from<T>(reader: T) -> Self
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `register_command` and `register_command_with_name` are never used
[INFO] [stdout]   --> src/sh/state/state.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Builder {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn register_command<T: Default + ShellCommand + 'static>(mut self) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `register_command_with_name` is never used
[INFO] [stdout]   --> src/sh/state/state.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl State {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 86 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:166:27
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:181:28
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:185:32
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<str> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:205:42
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stdout]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/input/prompt.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 211 |         history_search: PromptHistorySearch,
[INFO] [stdout] 212 |     ) -> Cow<str> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     ) -> Cow<'_, str> {
[INFO] [stdout]     |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.18s
[INFO] running `Command { std: "docker" "inspect" "66c8af389ec4681925b7de1f40739547d6c14f9c0e5582183bac4f2bd797932c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66c8af389ec4681925b7de1f40739547d6c14f9c0e5582183bac4f2bd797932c", kill_on_drop: false }`
[INFO] [stdout] 66c8af389ec4681925b7de1f40739547d6c14f9c0e5582183bac4f2bd797932c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed72368078e8f5ef9815a4a196c26ba007423fe33820f612890a6b3770719267
[INFO] running `Command { std: "docker" "start" "-a" "ed72368078e8f5ef9815a4a196c26ba007423fe33820f612890a6b3770719267", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io::Read`
[INFO] [stderr]  --> src/sh/command/built_in/external.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::io::Read;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cursor`
[INFO] [stderr]   --> src/input/highlighter.rs:26:37
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn highlight(&self, line: &str, cursor: usize) -> StyledText {
[INFO] [stderr]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cursor`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `line_prefix`
[INFO] [stderr]   --> src/input/hinter.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |         let line_prefix = &line[..pos];
[INFO] [stderr]    |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_prefix`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `history`
[INFO] [stderr]   --> src/input/hinter.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |         history: &dyn History,
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cwd`
[INFO] [stderr]   --> src/input/hinter.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         cwd: &str,
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cwd`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `timer_fg`
[INFO] [stderr]   --> src/input/prompt.rs:93:13
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let timer_fg = Color::Blue;
[INFO] [stderr]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timer_fg`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `home`
[INFO] [stderr]    --> src/input/prompt.rs:126:13
[INFO] [stderr]     |
[INFO] [stderr] 126 |         let home = format!("{}", Style::new().fg(home_fg).on(home_bg).paint(" 🏠 "));
[INFO] [stderr]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_home`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `reader`
[INFO] [stderr]   --> src/sh/command/data/pipeline_data.rs:52:36
[INFO] [stderr]    |
[INFO] [stderr] 52 |             ByteStreamSource::Read(reader) => None,
[INFO] [stderr]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `byte_stream`
[INFO] [stderr]    --> src/sh/command/data/pipeline_data.rs:175:30
[INFO] [stderr]     |
[INFO] [stderr] 175 |             Self::ByteStream(byte_stream) => {
[INFO] [stderr]     |                              ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_stream`
[INFO] [stderr] 
[INFO] [stderr] warning: field `last_command_status` is never read
[INFO] [stderr]   --> src/input/prompt.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct M3shPrompt {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] 13 |     last_command_status: Option<i32>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `type_` and `known_size` are never read
[INFO] [stderr]   --> src/sh/command/data/pipeline_data.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct ByteStream {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 43 |     source: ByteStreamSource,
[INFO] [stderr] 44 |     type_: ByteStreamType,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 45 |     known_size: Option<u64>,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OutRedirection` is never constructed
[INFO] [stderr]  --> src/sh/command/redirect.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct OutRedirection {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ErrRedirection` is never constructed
[INFO] [stderr]  --> src/sh/command/redirect.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct ErrRedirection {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]   --> src/sh/command/redirect.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl ErrRedirection {
[INFO] [stderr]    | ------------------- associated function in this implementation
[INFO] [stderr] 14 |     pub fn from<T>(mode: ErrRedirectionMode, writer: T) -> Self
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]   --> src/sh/command/redirect.rs:26:12
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl OutRedirection {
[INFO] [stderr]    | ------------------- associated function in this implementation
[INFO] [stderr] 26 |     pub fn from<T>(mode: OutRedirectionMode, writer: T) -> Self
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `OutRedirectionMode` is never used
[INFO] [stderr]   --> src/sh/command/redirect.rs:37:10
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub enum OutRedirectionMode {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ErrRedirectionMode` is never used
[INFO] [stderr]   --> src/sh/command/redirect.rs:42:10
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub enum ErrRedirectionMode {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InRedirection` is never constructed
[INFO] [stderr]   --> src/sh/command/redirect.rs:47:12
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub struct InRedirection {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]   --> src/sh/command/redirect.rs:52:12
[INFO] [stderr]    |
[INFO] [stderr] 51 | impl InRedirection {
[INFO] [stderr]    | ------------------ associated function in this implementation
[INFO] [stderr] 52 |     pub fn from<T>(reader: T) -> Self
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `register_command` and `register_command_with_name` are never used
[INFO] [stderr]   --> src/sh/state/state.rs:45:8
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl Builder {
[INFO] [stderr]    | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 45 |     fn register_command<T: Default + ShellCommand + 'static>(mut self) -> Self {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 51 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `register_command_with_name` is never used
[INFO] [stderr]   --> src/sh/state/state.rs:86:8
[INFO] [stderr]    |
[INFO] [stderr] 71 | impl State {
[INFO] [stderr]    | ---------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 86 |     fn register_command_with_name<T: Default + ShellCommand + 'static>(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/input/prompt.rs:166:27
[INFO] [stderr]     |
[INFO] [stderr] 166 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/input/prompt.rs:181:28
[INFO] [stderr]     |
[INFO] [stderr] 181 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 181 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/input/prompt.rs:185:32
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<str> {
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn render_prompt_indicator(&self, prompt_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stderr]     |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/input/prompt.rs:205:42
[INFO] [stderr]     |
[INFO] [stderr] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stderr]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 205 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/input/prompt.rs:210:9
[INFO] [stderr]     |
[INFO] [stderr] 210 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 211 |         history_search: PromptHistorySearch,
[INFO] [stderr] 212 |     ) -> Cow<str> {
[INFO] [stderr]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 212 |     ) -> Cow<'_, str> {
[INFO] [stderr]     |              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `m3sh` (bin "m3sh" test) generated 26 warnings (run `cargo fix --bin "m3sh" --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/m3sh-6649bdf5c3525a4f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test utils::tests::test_expand_path ... FAILED
[INFO] [stdout] test sh::command::data::pipeline_data::tests::test_cat_grep ... ok
[INFO] [stdout] test utils::tests::test_prefix_dir ... FAILED
[INFO] [stdout] test input::highlighter::tests::test_highlight ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::tests::test_expand_path stdout ----
[INFO] [stdout] Error: Command(NotExists("/root/Pictures"))
[INFO] [stdout] 
[INFO] [stdout] ---- utils::tests::test_prefix_dir stdout ----
[INFO] [stdout] []
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::tests::test_prefix_dir' (20) panicked at src/utils.rs:120:9:
[INFO] [stdout] assertion failed: dirs.contains(&PathBuf::from("/home/cagliostro/Pictures"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x627987f9aca2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x627987f9aca2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x627987f9aca2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x627987f9aca2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x627987fabb4f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x627987fabb4f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x627987f655e1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x627987f655e1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x627987f721e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x627987f7727f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x627987f77111 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x627987dd450e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x627987dd450e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x627987f779ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x627987f779ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x627987f77766 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x627987f72319 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x627987f595fd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x627987fb45e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x627987fb45bc - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x627987b200dc - m3sh::utils::tests::test_prefix_dir::h20b5b03633b557f2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:120:9
[INFO] [stdout]   21:     0x627987b20143 - m3sh::utils::tests::test_prefix_dir::{{closure}}::h65e83dec7877918d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:114:29
[INFO] [stdout]   22:     0x627987b1d646 - core::ops::function::FnOnce::call_once::h579090568f5347d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x627987dd42cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x627987dd42cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x627987de9f35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x627987de9f35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x627987de9f35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x627987de9f35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x627987de9f35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x627987de9f35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x627987de9f35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x627987dc0724 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x627987dc0724 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x627987dc3fea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x627987dc3fea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x627987dc3fea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x627987dc3fea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x627987dc3fea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x627987dc3fea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x627987dc3fea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x627987f6d35f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   42:     0x627987f6d35f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   43:     0x70c7337e4aa4 - <unknown>
[INFO] [stdout]   44:     0x70c733871a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- input::highlighter::tests::test_highlight stdout ----
[INFO] [stdout] /root
[INFO] [stdout] Error: Command(NotExists("/root/Pictures"))
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     input::highlighter::tests::test_highlight
[INFO] [stdout]     utils::tests::test_expand_path
[INFO] [stdout]     utils::tests::test_prefix_dir
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin m3sh`
[INFO] running `Command { std: "docker" "inspect" "ed72368078e8f5ef9815a4a196c26ba007423fe33820f612890a6b3770719267", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed72368078e8f5ef9815a4a196c26ba007423fe33820f612890a6b3770719267", kill_on_drop: false }`
[INFO] [stdout] ed72368078e8f5ef9815a4a196c26ba007423fe33820f612890a6b3770719267
