[INFO] cloning repository https://github.com/Alexandre-Sage/codecrafters-shell-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alexandre-Sage/codecrafters-shell-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Sage%2Fcodecrafters-shell-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Sage%2Fcodecrafters-shell-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c8e80c2b0363e844c9bf58dd7925fed0b42b4e5
[INFO] testing Alexandre-Sage/codecrafters-shell-rust against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandre-Sage%2Fcodecrafters-shell-rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Alexandre-Sage/codecrafters-shell-rust
[INFO] finished tweaking git repo https://github.com/Alexandre-Sage/codecrafters-shell-rust
[INFO] tweaked toml for git repo https://github.com/Alexandre-Sage/codecrafters-shell-rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Alexandre-Sage/codecrafters-shell-rust on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Alexandre-Sage/codecrafters-shell-rust 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4ebbb27aea87c596ba3c12b95606bf5a264cb849f0eafaa60d15a02deaf0e6d2
[INFO] running `Command { std: "docker" "start" "-a" "4ebbb27aea87c596ba3c12b95606bf5a264cb849f0eafaa60d15a02deaf0e6d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ebbb27aea87c596ba3c12b95606bf5a264cb849f0eafaa60d15a02deaf0e6d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ebbb27aea87c596ba3c12b95606bf5a264cb849f0eafaa60d15a02deaf0e6d2", kill_on_drop: false }`
[INFO] [stdout] 4ebbb27aea87c596ba3c12b95606bf5a264cb849f0eafaa60d15a02deaf0e6d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89faef6646b0bedfee75cff7693a2770cb46ff3fc29ce75420474a12c66ede0c
[INFO] running `Command { std: "docker" "start" "-a" "89faef6646b0bedfee75cff7693a2770cb46ff3fc29ce75420474a12c66ede0c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling codecrafters-shell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::char`
[INFO] [stdout]  --> src/executable/repl.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::char;
[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 imports: `Read`, `Stdin`, `StdoutLock`, `Stdout`, and `stdout`
[INFO] [stdout]  --> src/executable/repl.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, stdout, Read, Stdin, Stdout, StdoutLock, Write};
[INFO] [stdout]   |                     ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/executable/repl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::raw_mode::RawMode`
[INFO] [stdout]   --> src/executable/repl.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::shell::raw_mode::RawMode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/shell/completion/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, sync::Arc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `self` and `self`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |             self,
[INFO] [stdout]   |             ^^^^
[INFO] [stdout] 8 |             path_dirs::{self, PathDirsCompletion},
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `StdinLock`, `Stdin`, and `StdoutLock`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{self, Read, Stdin, StdinLock, StdoutLock, Write};
[INFO] [stdout]   |                           ^^^^^  ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |         completion::{self, builtins::BuiltinsCompletion, CompletionComponent},
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fs::ReadDir` and `vec`
[INFO] [stdout]  --> src/shell/path.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs::ReadDir, os::unix::fs::PermissionsExt, path::PathBuf, vec};
[INFO] [stdout]   |           ^^^^^^^^^^^                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion::path_dirs`
[INFO] [stdout]  --> src/shell/path.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion::path_dirs;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path_dirs` is never read
[INFO] [stdout]   --> src/commands/registry.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct CommandRegistry {
[INFO] [stdout]    |                   --------------- field in this struct
[INFO] [stdout] 14 |     registry: HashMap<CommandToken, Arc<dyn Command>>,
[INFO] [stdout] 15 |     path_dirs: Arc<PathDirsProvider>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
[INFO] running `Command { std: "docker" "inspect" "89faef6646b0bedfee75cff7693a2770cb46ff3fc29ce75420474a12c66ede0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89faef6646b0bedfee75cff7693a2770cb46ff3fc29ce75420474a12c66ede0c", kill_on_drop: false }`
[INFO] [stdout] 89faef6646b0bedfee75cff7693a2770cb46ff3fc29ce75420474a12c66ede0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8faadd9a7625f3353038bfb7ee38de28dd9de03aed1347e74f1c07fb16981d0
[INFO] running `Command { std: "docker" "start" "-a" "c8faadd9a7625f3353038bfb7ee38de28dd9de03aed1347e74f1c07fb16981d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling codecrafters-shell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::char`
[INFO] [stdout]  --> src/executable/repl.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::char;
[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 imports: `Read`, `Stdin`, `StdoutLock`, `Stdout`, and `stdout`
[INFO] [stdout]  --> src/executable/repl.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, stdout, Read, Stdin, Stdout, StdoutLock, Write};
[INFO] [stdout]   |                     ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/executable/repl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::raw_mode::RawMode`
[INFO] [stdout]   --> src/executable/repl.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::shell::raw_mode::RawMode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/shell/completion/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, sync::Arc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `self` and `self`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |             self,
[INFO] [stdout]   |             ^^^^
[INFO] [stdout] 8 |             path_dirs::{self, PathDirsCompletion},
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `StdinLock`, `Stdin`, and `StdoutLock`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{self, Read, Stdin, StdinLock, StdoutLock, Write};
[INFO] [stdout]   |                           ^^^^^  ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |         completion::{self, builtins::BuiltinsCompletion, CompletionComponent},
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fs::ReadDir` and `vec`
[INFO] [stdout]  --> src/shell/path.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs::ReadDir, os::unix::fs::PermissionsExt, path::PathBuf, vec};
[INFO] [stdout]   |           ^^^^^^^^^^^                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion::path_dirs`
[INFO] [stdout]  --> src/shell/path.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion::path_dirs;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path_dirs` is never read
[INFO] [stdout]   --> src/commands/registry.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct CommandRegistry {
[INFO] [stdout]    |                   --------------- field in this struct
[INFO] [stdout] 14 |     registry: HashMap<CommandToken, Arc<dyn Command>>,
[INFO] [stdout] 15 |     path_dirs: Arc<PathDirsProvider>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> tests/redirection.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let output = test_case("echo hello world > /tmp/test_echo_redirect.txt", true);
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> tests/redirection.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let output = test_case("echo test > \"/tmp/test file with spaces.txt\"", true);
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> tests/redirection.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let output = test_case("echo new content > /tmp/test_overwrite.txt", true);
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> tests/redirection.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let output = test_case("ls /tmp > /tmp/test_ls_redirect.txt", true);
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]    --> tests/redirection.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let output = test_case("echo 'hello world' > /tmp/test_special_chars.txt", true);
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stdout`
[INFO] [stdout]    --> tests/cd.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |     let stdout = String::from_utf8_lossy(&output.stdout);
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stdout`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::char`
[INFO] [stdout]  --> src/executable/repl.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::char;
[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 imports: `Read`, `Stdin`, `StdoutLock`, `Stdout`, and `stdout`
[INFO] [stdout]  --> src/executable/repl.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::io::{self, stdout, Read, Stdin, Stdout, StdoutLock, Write};
[INFO] [stdout]   |                     ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/executable/repl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::raw_mode::RawMode`
[INFO] [stdout]   --> src/executable/repl.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::shell::raw_mode::RawMode;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion`
[INFO] [stdout]  --> src/shell/completion/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, sync::Arc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `self` and `self`
[INFO] [stdout]  --> src/shell/completion/builtins.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |             self,
[INFO] [stdout]   |             ^^^^
[INFO] [stdout] 8 |             path_dirs::{self, PathDirsCompletion},
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `StdinLock`, `Stdin`, and `StdoutLock`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{self, Read, Stdin, StdinLock, StdoutLock, Write};
[INFO] [stdout]   |                           ^^^^^  ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/shell/input/input_handler.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |         completion::{self, builtins::BuiltinsCompletion, CompletionComponent},
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs::ReadDir`
[INFO] [stdout]  --> src/shell/path.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs::ReadDir, os::unix::fs::PermissionsExt, path::PathBuf, vec};
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::shell::completion::path_dirs`
[INFO] [stdout]  --> src/shell/path.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::shell::completion::path_dirs;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path_dirs` is never read
[INFO] [stdout]   --> src/commands/registry.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct CommandRegistry {
[INFO] [stdout]    |                   --------------- field in this struct
[INFO] [stdout] 14 |     registry: HashMap<CommandToken, Arc<dyn Command>>,
[INFO] [stdout] 15 |     path_dirs: Arc<PathDirsProvider>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]   --> src/shell/path.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |         assert!(path.path_dirs.len() >= 0);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.81s
[INFO] running `Command { std: "docker" "inspect" "c8faadd9a7625f3353038bfb7ee38de28dd9de03aed1347e74f1c07fb16981d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8faadd9a7625f3353038bfb7ee38de28dd9de03aed1347e74f1c07fb16981d0", kill_on_drop: false }`
[INFO] [stdout] c8faadd9a7625f3353038bfb7ee38de28dd9de03aed1347e74f1c07fb16981d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0aff20612075a31084eef8961e1a2e4c3add4379a9ce2de41334f44ffc20fbf9
[INFO] running `Command { std: "docker" "start" "-a" "0aff20612075a31084eef8961e1a2e4c3add4379a9ce2de41334f44ffc20fbf9", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]   --> tests/redirection.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let output = test_case("echo hello world > /tmp/test_echo_redirect.txt", true);
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]   --> tests/redirection.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let output = test_case("echo test > \"/tmp/test file with spaces.txt\"", true);
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]   --> tests/redirection.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     let output = test_case("echo new content > /tmp/test_overwrite.txt", true);
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]   --> tests/redirection.rs:88:9
[INFO] [stderr]    |
[INFO] [stderr] 88 |     let output = test_case("ls /tmp > /tmp/test_ls_redirect.txt", true);
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]    --> tests/redirection.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     let output = test_case("echo 'hello world' > /tmp/test_special_chars.txt", true);
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stdout`
[INFO] [stderr]    --> tests/cd.rs:143:9
[INFO] [stderr]     |
[INFO] [stderr] 143 |     let stdout = String::from_utf8_lossy(&output.stdout);
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stdout`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::char`
[INFO] [stderr]  --> src/executable/repl.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::char;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Read`, `Stdin`, `StdoutLock`, `Stdout`, and `stdout`
[INFO] [stderr]  --> src/executable/repl.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::io::{self, stdout, Read, Stdin, Stdout, StdoutLock, Write};
[INFO] [stderr]   |                     ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::shell::completion`
[INFO] [stderr]  --> src/executable/repl.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::shell::completion;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::shell::raw_mode::RawMode`
[INFO] [stderr]   --> src/executable/repl.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::shell::raw_mode::RawMode;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::shell::completion`
[INFO] [stderr]  --> src/shell/completion/mod.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::shell::completion;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collections::HashSet`
[INFO] [stderr]  --> src/shell/completion/builtins.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{collections::HashSet, sync::Arc};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `self` and `self`
[INFO] [stderr]  --> src/shell/completion/builtins.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |             self,
[INFO] [stderr]   |             ^^^^
[INFO] [stderr] 8 |             path_dirs::{self, PathDirsCompletion},
[INFO] [stderr]   |                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `StdinLock`, `Stdin`, and `StdoutLock`
[INFO] [stderr]  --> src/shell/input/input_handler.rs:1:27
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::io::{self, Read, Stdin, StdinLock, StdoutLock, Write};
[INFO] [stderr]   |                           ^^^^^  ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/shell/input/input_handler.rs:6:22
[INFO] [stderr]   |
[INFO] [stderr] 6 |         completion::{self, builtins::BuiltinsCompletion, CompletionComponent},
[INFO] [stderr]   |                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `fs::ReadDir`
[INFO] [stderr]  --> src/shell/path.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{fs::ReadDir, os::unix::fs::PermissionsExt, path::PathBuf, vec};
[INFO] [stderr]   |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::shell::completion::path_dirs`
[INFO] [stderr]  --> src/shell/path.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::shell::completion::path_dirs;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `path_dirs` is never read
[INFO] [stderr]   --> src/commands/registry.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub(crate) struct CommandRegistry {
[INFO] [stderr]    |                   --------------- field in this struct
[INFO] [stderr] 14 |     registry: HashMap<CommandToken, Arc<dyn Command>>,
[INFO] [stderr] 15 |     path_dirs: Arc<PathDirsProvider>,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]   --> src/shell/path.rs:73:17
[INFO] [stderr]    |
[INFO] [stderr] 73 |         assert!(path.path_dirs.len() >= 0);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `fs::ReadDir` and `vec`
[INFO] [stderr]  --> src/shell/path.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{fs::ReadDir, os::unix::fs::PermissionsExt, path::PathBuf, vec};
[INFO] [stderr]   |           ^^^^^^^^^^^                                               ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `codecrafters-shell` (test "redirection") generated 5 warnings (run `cargo fix --test "redirection" -p codecrafters-shell` to apply 5 suggestions)
[INFO] [stderr] warning: `codecrafters-shell` (test "cd") generated 1 warning (run `cargo fix --test "cd" -p codecrafters-shell` to apply 1 suggestion)
[INFO] [stderr] warning: `codecrafters-shell` (bin "codecrafters-shell" test) generated 13 warnings (run `cargo fix --bin "codecrafters-shell" -p codecrafters-shell --tests` to apply 11 suggestions)
[INFO] [stderr] warning: `codecrafters-shell` (bin "codecrafters-shell") generated 12 warnings (11 duplicates) (run `cargo fix --bin "codecrafters-shell" -p codecrafters-shell` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/codecrafters_shell-04b60cb8562faa4a)
[INFO] [stdout] 
[INFO] [stdout] running 123 tests
[INFO] [stdout] test commands::builtins::cd::tests::change_to_param_dir ... ok
[INFO] [stdout] test commands::builtins::cd::tests::errorr_not_a_dir ... ok
[INFO] [stdout] test commands::builtins::cd::tests::change_to_home_with_tilde ... ok
[INFO] [stdout] test commands::builtins::echo::tests::echo_empty ... ok
[INFO] [stdout] test commands::builtins::echo::tests::echo_hello_world ... ok
[INFO] [stdout] test commands::builtins::exit::tests::exit_1 ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_builtin_takes_precedence_over_external ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_empty_args ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_empty_path_only_finds_builtins ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_echo_builtin ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_exit_builtin ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_finds_cat_in_system_path ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_finds_ls_in_system_path ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_itself_is_builtin ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_multiple_args ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_too_many_args ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_with_specific_paths ... ok
[INFO] [stdout] test commands::registry::tests::command_not_found ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_unknown_command ... ok
[INFO] [stdout] test commands::registry::tests::get_command ... ok
[INFO] [stdout] test shell::completion::builtins::tests::complete_ambiguous_prefix_returns_none ... ok
[INFO] [stdout] test shell::completion::builtins::tests::complete_no_match_returns_none ... ok
[INFO] [stdout] test shell::completion::tests::test_empty_input_with_matches ... ok
[INFO] [stdout] test shell::completion::builtins::tests::complete_partial_command_with_single_match ... ok
[INFO] [stdout] test shell::completion::tests::test_multiple_completion_preserves_sort_order ... ok
[INFO] [stdout] test commands::builtins::exit::tests::exit_0 ... ok
[INFO] [stdout] test shell::completion::tests::test_partial_with_three_matches ... ok
[INFO] [stdout] test shell::completion::builtins::tests::complete_full_command_returns_empty_string ... ok
[INFO] [stdout] test shell::completion::tests::test_single_char_partial_completion ... ok
[INFO] [stdout] test shell::completion::tests::test_already_fully_typed_returns_space ... ok
[INFO] [stdout] test shell::completion::tests::test_single_match_completes_with_space ... ok
[INFO] [stdout] test shell::completion::tests::test_partial_completion_common_prefix ... ok
[INFO] [stdout] test shell::completion::tests::test_no_matches_returns_none ... ok
[INFO] [stdout] test shell::completion::tests::test_multiple_completion_shows_all_sorted ... ok
[INFO] [stdout] test shell::completion::tests::test_no_common_prefix_beyond_input ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_adjacent_single_quoted_strings_concatenate ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_adjacent_double_quoted_strings_concatenate ... ok
[INFO] [stdout] test commands::builtins::cd::tests::error_not_found ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_alternating_single_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_at_end_of_argument ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_does_not_escape_inside_single_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_escapes_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_escapes_single_quote ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_escapes_special_chars ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_inside_double_quotes_preserved ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_in_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_newline_continuation ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_escapes_space ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_with_regular_char ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_space_inside_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_codecrafter_test_case ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_command_with_escaped_backslash ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_command_without_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_backslash_inside_double_quotes_produces_single ... ok
[INFO] [stdout] test commands::builtins::r#type::tests::type_nonexistent_external_command ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_backslash_with_non_escapable_char_in_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_backslash_produces_single ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quote_with_escaped_quote_at_boundaries ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quotes_command_name ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quote_with_spaces_in_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quotes_preserve_multiple_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quotes_with_escaped_quote_in_middle ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_empty_double_quotes_ignored ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quotes_with_single_quote_inside ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_escaped_double_quote_inside_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_escaped_quote_allows_concatenation ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_stderr_vs_append_stdout ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_at_end_of_command ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_vs_write_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_stderr_with_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_with_spaces_around_operator ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_append_with_quoted_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_filename_with_escaped_backslash_and_quote ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_single_and_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_multiple_double_quoted_arguments ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_escapes_in_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_quoted_and_unquoted ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_quotes_and_backslashes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_double_quoted_and_unquoted ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_mixed_escaped_and_unescaped_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_multiple_escaped_backslashes_in_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_multiple_escaped_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_multiple_single_quoted_arguments ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_in_middle_is_not_detected ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_multiple_words_after_redirection_operator ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_only_quotes_no_command ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_quoted_command_with_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_at_end ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_with_single_quoted_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_simple_output_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_with_path ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_simple_append_stderr_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_with_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_simple_double_quoted_string ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_with_quoted_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_simple_append_redirection ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_simple_single_quoted_string ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_single_backslash_before_regular_char_in_double_quotes ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_single_quote_with_spaces_in_filename ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_single_quotes_preserve_multiple_spaces ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_single_quotes_with_double_quote_inside ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_single_quotes_with_special_characters ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_unclosed_double_quote_returns_error ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_trailing_backslash_escapes_nothing ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_unclosed_single_quote_returns_error ... ok
[INFO] [stdout] test shell::path::tests::find_executable_finds_cat_in_system_path ... ok
[INFO] [stdout] test shell::path::tests::find_executable_finds_ls_in_system_path ... ok
[INFO] [stdout] test shell::path::tests::find_executable_ignores_directories ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_redirection_without_filename_returns_error ... ok
[INFO] [stdout] test shell::path::tests::find_executable_with_empty_name ... ok
[INFO] [stdout] test shell::path::tests::find_executable_returns_first_match ... ok
[INFO] [stdout] test shell::path::tests::find_executable_with_nonexistent_directory_in_path ... ok
[INFO] [stdout] test shell::path::tests::find_executable_with_specific_directories ... ok
[INFO] [stdout] test shell::path::tests::new_creates_path_with_directories ... ok
[INFO] [stdout] test shell::path::tests::from_env_creates_path_from_environment ... ok
[INFO] [stdout] test shell::path::tests::new_creates_empty_path ... ok
[INFO] [stdout] test shell::path::tests::find_executable_case_sensitive ... ok
[INFO] [stdout] test shell::path::tests::find_executable_returns_none_for_nonexistent ... ok
[INFO] [stdout] test shell::path::tests::find_executable_with_empty_path_returns_none ... ok
[INFO] [stdout] test commands::builtins::cd::tests::change_to_home_if_empty ... ok
[INFO] [stdout] test shell::input::input_parser::tests::parse_double_quotes_only_command ... ok
[INFO] [stdout] test shell::completion::builtins::tests::complete_empty_input_returns_none ... ok
[INFO] [stderr]      Running tests/append_redirection.rs (/opt/rustwide/target/debug/deps/append_redirection-5976568f16c933ff)
[INFO] [stdout] test shell::input::input_parser::tests::parse_empty_single_quotes_ignored ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 123 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test append_to_new_file ... ok
[INFO] [stdout] test append_empty_output ... ok
[INFO] [stdout] test append_with_quoted_filename ... ok
[INFO] [stdout] test append_stderr_to_existing_file ... ok
[INFO] [stdout] test append_vs_overwrite_behavior ... ok
[INFO] [stdout] test append_to_existing_file ... ok
[INFO] [stdout] test append_stderr_to_new_file ... ok
[INFO] [stdout] test append_preserves_file_size_growth ... ok
[INFO] [stdout] test append_stderr_vs_overwrite_stderr ... ok
[INFO] [stdout] test multiple_appends_to_same_file ... ok
[INFO] [stdout] test append_external_command_output ... ok
[INFO] [stderr]      Running tests/backslash.rs (/opt/rustwide/target/debug/deps/backslash-d859431ea3f64a61)
[INFO] [stdout] test append_stderr_multiple_times ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test echo_backslash_escapes_space ... ok
[INFO] [stdout] test echo_backslash_inside_double_quotes_preserved ... ok
[INFO] [stdout] test cat_file_with_backslash_in_name ... ok
[INFO] [stdout] test echo_backslash_with_regular_chars ... ok
[INFO] [stdout] test echo_mixed_quotes_and_backslashes ... ok
[INFO] [stdout] test echo_multiple_escaped_spaces ... ok
[INFO] [stdout] test echo_double_backslash_produces_single ... ok
[INFO] [stdout] test echo_escaped_quotes ... ok
[INFO] [stdout] test echo_mixed_escaped_and_unescaped_spaces ... ok
[INFO] [stdout] test cat_files_with_backslashes_inside_double_quotes ... FAILED
[INFO] [stdout] test echo_backslash_escapes_special_chars ... FAILED
[INFO] [stdout] test echo_backslash_not_escape_inside_single_quotes ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cat_files_with_backslashes_inside_double_quotes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cat_files_with_backslashes_inside_double_quotes' (602) panicked at tests/backslash.rs:174:5:
[INFO] [stdout] Expected both 'content1' and 'content2' in output, got: $ cat "/tmp/file\\name" "/tmp/file\ name"
[INFO] [stdout] content2$ exit
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e20c80cbfb2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e20c80cbfb2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e20c80cbfb2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e20c80cbfb2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e20c80dc08a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e20c80dc08a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5e20c809a666 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e20c809a666 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e20c80ab3d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e20c80ab3d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e20c80ab271 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e20c806f1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e20c806f1ae - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e20c80ab652 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e20c80ab652 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e20c80ab498 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e20c80a66d9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e20c808f2fd - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e20c80e337c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e20c8041cb9 - backslash::cat_files_with_backslashes_inside_double_quotes::h9d924e51d0e56a26
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/backslash.rs:174:5
[INFO] [stdout]   20:     0x5e20c8041d47 - backslash::cat_files_with_backslashes_inside_double_quotes::{{closure}}::h6b374ed76f7fe0e4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/backslash.rs:161:53
[INFO] [stdout]   21:     0x5e20c8042856 - core::ops::function::FnOnce::call_once::h57d95065351caf08
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5e20c806ef6b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5e20c806ef6b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5e20c808297a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5e20c808297a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5e20c808297a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5e20c808297a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5e20c808297a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5e20c808297a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5e20c808297a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5e20c805cdd4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5e20c805cdd4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5e20c8060772 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x5e20c8060772 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5e20c8060772 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5e20c8060772 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5e20c8060772 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5e20c8060772 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x5e20c8060772 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5e20c80a179f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x5e20c80a179f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x73109abcfaa4 - <unknown>
[INFO] [stdout]   43:     0x73109ac5ca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- echo_backslash_escapes_special_chars stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'echo_backslash_escapes_special_chars' (604) panicked at tests/backslash.rs:133:5:
[INFO] [stdout] Expected '$HOME * ?' in output, got: ["echo \\$HOME \\* \\?", "exit"]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e20c80cbfb2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e20c80cbfb2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e20c80cbfb2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e20c80cbfb2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e20c80dc08a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e20c80dc08a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5e20c809a666 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e20c809a666 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e20c80ab3d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e20c80ab3d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e20c80ab271 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e20c806f1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e20c806f1ae - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e20c80ab652 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e20c80ab652 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e20c80ab498 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e20c80a66d9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e20c808f2fd - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e20c80e337c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e20c8040661 - backslash::echo_backslash_escapes_special_chars::hefa4251cecd47506
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/backslash.rs:133:5
[INFO] [stdout]   20:     0x5e20c8040837 - backslash::echo_backslash_escapes_special_chars::{{closure}}::ha22f6d436c31c010
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/backslash.rs:114:42
[INFO] [stdout]   21:     0x5e20c8042956 - core::ops::function::FnOnce::call_once::h881210d4ab93f10d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5e20c806ef6b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5e20c806ef6b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5e20c808297a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5e20c808297a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5e20c808297a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5e20c808297a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5e20c808297a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5e20c808297a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5e20c808297a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5e20c805cdd4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5e20c805cdd4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5e20c8060772 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x5e20c8060772 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5e20c8060772 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5e20c8060772 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5e20c8060772 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5e20c8060772 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x5e20c8060772 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5e20c80a179f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x5e20c80a179f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x73109abcfaa4 - <unknown>
[INFO] [stdout]   43:     0x73109ac5ca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cat_files_with_backslashes_inside_double_quotes
[INFO] [stdout]     echo_backslash_escapes_special_chars
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test backslash`
[INFO] running `Command { std: "docker" "inspect" "0aff20612075a31084eef8961e1a2e4c3add4379a9ce2de41334f44ffc20fbf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aff20612075a31084eef8961e1a2e4c3add4379a9ce2de41334f44ffc20fbf9", kill_on_drop: false }`
[INFO] [stdout] 0aff20612075a31084eef8961e1a2e4c3add4379a9ce2de41334f44ffc20fbf9
