[INFO] cloning repository https://github.com/jk1006/cli_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jk1006/cli_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjk1006%2Fcli_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjk1006%2Fcli_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f3fc2dbc24418401f2636b59a074e503a1e06d8
[INFO] testing jk1006/cli_rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjk1006%2Fcli_rust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jk1006/cli_rust
[INFO] finished tweaking git repo https://github.com/jk1006/cli_rust
[INFO] tweaked toml for git repo https://github.com/jk1006/cli_rust written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jk1006/cli_rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jk1006/cli_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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5
[INFO] running `Command { std: "docker" "start" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling catr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout]    |            ^                                                 ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout] 35 +         if number_nonblank_lines && !line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout]    |                   ^                                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout] 37 +         } else if number_nonblank_lines && line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/lib.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     for (i, line) in content.lines().enumerate() {
[INFO] [stdout]    |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 12.04s
[INFO] running `Command { std: "docker" "inspect" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling bstr v1.0.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling catr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling predicates v2.1.3
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout]    |            ^                                                 ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout] 35 +         if number_nonblank_lines && !line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout]    |                   ^                                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout] 37 +         } else if number_nonblank_lines && line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/lib.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     for (i, line) in content.lines().enumerate() {
[INFO] [stdout]    |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling assert_cmd v2.0.6
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout]    |            ^                                                 ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout] 35 +         if number_nonblank_lines && !line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/lib.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout]    |                   ^                                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout] 37 +         } else if number_nonblank_lines && line_content.is_empty() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/lib.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     for (i, line) in content.lines().enumerate() {
[INFO] [stdout]    |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut result = "".to_string();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 29.15s
[INFO] running `Command { std: "docker" "inspect" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stdout] 
[INFO] [stderr]   --> src/lib.rs:35:12
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 35 |         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |            ^                                                 ^
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] running 0 tests
[INFO] [stderr] help: remove these parentheses
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 35 -         if (number_nonblank_lines && !line_content.is_empty()) {
[INFO] [stdout] 
[INFO] [stderr] 35 +         if number_nonblank_lines && !line_content.is_empty() {
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] running 20 tests
[INFO] [stderr] 
[INFO] [stdout] test all_n ... ok
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stdout] test bustle_stdin_n ... ok
[INFO] [stderr]   --> src/lib.rs:37:19
[INFO] [stdout] test bustle_b ... ok
[INFO] [stderr]    |
[INFO] [stdout] test all_b ... ok
[INFO] [stderr] 37 |         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout] test bustle_stdin_b ... ok
[INFO] [stderr]    |                   ^                                                ^
[INFO] [stdout] test empty_b ... ok
[INFO] [stderr]    |
[INFO] [stdout] test bustle_n ... ok
[INFO] [stderr] help: remove these parentheses
[INFO] [stdout] test empty ... ok
[INFO] [stderr]    |
[INFO] [stdout] test bustle_stdin ... FAILED
[INFO] [stderr] 37 -         } else if (number_nonblank_lines && line_content.is_empty()) {
[INFO] [stdout] test all ... FAILED
[INFO] [stderr] 37 +         } else if number_nonblank_lines && line_content.is_empty() {
[INFO] [stdout] test bustle ... FAILED
[INFO] [stderr]    |
[INFO] [stdout] test fox_n ... ok
[INFO] [stderr] 
[INFO] [stdout] test empty_n ... ok
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stdout] test fox_b ... ok
[INFO] [stderr]   --> src/lib.rs:30:13
[INFO] [stdout] test spiders_b ... FAILED
[INFO] [stderr]    |
[INFO] [stdout] test fox ... FAILED
[INFO] [stderr] 30 |         let mut result = "".to_string();
[INFO] [stdout] test spiders_n ... ok
[INFO] [stderr]    |             ----^^^^^^
[INFO] [stdout] test spiders ... FAILED
[INFO] [stderr]    |             |
[INFO] [stdout] test skips_bad_file ... ok
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stdout] test usage ... ok
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] failures:
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stdout] ---- bustle_stdin stdout ----
[INFO] [stderr]   --> src/lib.rs:29:10
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] thread 'bustle_stdin' (1006) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stderr] 29 |     for (i, line) in content.lines().enumerate() {
[INFO] [stdout] Unexpected stdout, failed diff original var
[INFO] [stderr]    |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] ├── original: The bustle in a house
[INFO] [stderr]    |
[INFO] [stdout] │   The morning after death
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] │   Is solemnest of industries
[INFO] [stderr] 
[INFO] [stdout] │   Enacted upon earth,—
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stdout] │   
[INFO] [stderr]   --> src/lib.rs:30:13
[INFO] [stdout] │   The sweeping up the heart,
[INFO] [stderr]    |
[INFO] [stdout] │   And putting love away
[INFO] [stderr] 30 |         let mut result = "".to_string();
[INFO] [stdout] │   We shall not want to use again
[INFO] [stderr]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] │   Until eternity.
[INFO] [stderr] 
[INFO] [stdout] ├── diff: 
[INFO] [stderr] warning: `catr` (lib) generated 5 warnings (run `cargo fix --lib -p catr` to apply 5 suggestions)
[INFO] [stdout] │   --- 	orig
[INFO] [stderr] warning: `catr` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stdout] │   +++ 	var
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stdout] │   @@ -1,9 +0,0 @@
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/catr-dd65dd78819e795e)
[INFO] [stdout] │   -The bustle in a house
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/catr-815ee028be6a7043)
[INFO] [stdout] │   -The morning after death
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/release/deps/cli-a398e336e76a7e8f)
[INFO] [stdout] │   -Is solemnest of industries
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] [stdout] │   -Enacted upon earth,—
[INFO] [stdout] │   -
[INFO] [stdout] │   -The sweeping up the heart,
[INFO] [stdout] │   -And putting love away
[INFO] [stdout] │   -We shall not want to use again
[INFO] [stdout] │   -Until eternity.
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "-"`
[INFO] [stdout] stdin=`"The bustle in a house\nThe morning after death\nIs solemnest of industries\nEnacted upon earth,—\n\nThe sweeping up the heart,\nAnd putting love away\nWe shall not want to use again\nUntil eternity.\n"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc1d694 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc209fc - cli[7fc8af8b1b35a64]::run_stdin
[INFO] [stdout]   13:     0x5d9c3bc213d1 - <cli[7fc8af8b1b35a64]::bustle_stdin::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   20:     0x79d52baca534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'all' (996) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed diff original var
[INFO] [stdout] ├── original: The quick brown fox jumps over the lazy dog.
[INFO] [stdout] │   Don't worry, spiders,
[INFO] [stdout] │   I keep house
[INFO] [stdout] │   casually.
[INFO] [stdout] │   The bustle in a house
[INFO] [stdout] │   The morning after death
[INFO] [stdout] │   Is solemnest of industries
[INFO] [stdout] │   Enacted upon earth,—
[INFO] [stdout] │   
[INFO] [stdout] │   The sweeping up the heart,
[INFO] [stdout] │   And putting love away
[INFO] [stdout] │   We shall not want to use again
[INFO] [stdout] │   Until eternity.
[INFO] [stdout] ├── diff: 
[INFO] [stdout] │   --- 	orig
[INFO] [stdout] │   +++ 	var
[INFO] [stdout] │   @@ -1,13 +0,0 @@
[INFO] [stdout] │   -The quick brown fox jumps over the lazy dog.
[INFO] [stdout] │   -Don't worry, spiders,
[INFO] [stdout] │   -I keep house
[INFO] [stdout] │   -casually.
[INFO] [stdout] │   -The bustle in a house
[INFO] [stdout] │   -The morning after death
[INFO] [stdout] │   -Is solemnest of industries
[INFO] [stdout] │   -Enacted upon earth,—
[INFO] [stdout] │   -
[INFO] [stdout] │   -The sweeping up the heart,
[INFO] [stdout] │   -And putting love away
[INFO] [stdout] │   -We shall not want to use again
[INFO] [stdout] │   -Until eternity.
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "tests/inputs/fox.txt" "tests/inputs/spiders.txt" "tests/inputs/the-bustle.txt"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc1d694 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc20532 - cli[7fc8af8b1b35a64]::run
[INFO] [stdout]   13:     0x5d9c3bc218e1 - <cli[7fc8af8b1b35a64]::all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   20:     0x79d52baca534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- bustle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bustle' (999) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed diff original var
[INFO] [stdout] ├── original: The bustle in a house
[INFO] [stdout] │   The morning after death
[INFO] [stdout] │   Is solemnest of industries
[INFO] [stdout] │   Enacted upon earth,—
[INFO] [stdout] │   
[INFO] [stdout] │   The sweeping up the heart,
[INFO] [stdout] │   And putting love away
[INFO] [stdout] │   We shall not want to use again
[INFO] [stdout] │   Until eternity.
[INFO] [stdout] ├── diff: 
[INFO] [stdout] │   --- 	orig
[INFO] [stdout] │   +++ 	var
[INFO] [stdout] │   @@ -1,9 +0,0 @@
[INFO] [stdout] │   -The bustle in a house
[INFO] [stdout] │   -The morning after death
[INFO] [stdout] │   -Is solemnest of industries
[INFO] [stdout] │   -Enacted upon earth,—
[INFO] [stdout] │   -
[INFO] [stdout] │   -The sweeping up the heart,
[INFO] [stdout] │   -And putting love away
[INFO] [stdout] │   -We shall not want to use again
[INFO] [stdout] │   -Until eternity.
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "tests/inputs/the-bustle.txt"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc1d694 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc20532 - cli[7fc8af8b1b35a64]::run
[INFO] [stdout]   13:     0x5d9c3bc21f11 - <cli[7fc8af8b1b35a64]::bustle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   20:     0x79d52baca534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spiders_b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spiders_b' (1054) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```"error: Found argument \'--number-nonblank\' which wasn\'t expected, or isn\'t valid in this context\n\tDid you mean \u{1b}[32m--\u{1b}[0m\u{1b}[32mnumber\u{1b}[0m?\n\nUSAGE:\n    catr --number\n\nFor more information try --help\n"```
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "--number-nonblank" "tests/inputs/spiders.txt"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr="error: Found argument \'--number-nonblank\' which wasn\'t expected, or isn\'t valid in this context\n\tDid you mean \u{1b}[32m--\u{1b}[0m\u{1b}[32mnumber\u{1b}[0m?\n\nUSAGE:\n    catr --number\n\nFor more information try --help\n"
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc662a3 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc66c86 - <assert_cmd[d9e1deab5659478]::assert::Assert>::success
[INFO] [stdout]   13:     0x5d9c3bc20342 - cli[7fc8af8b1b35a64]::run
[INFO] [stdout]   14:     0x5d9c3bc22031 - <cli[7fc8af8b1b35a64]::spiders_b::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   21:     0x79d52baca534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fox stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fox' (1027) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed diff original var
[INFO] [stdout] ├── original: The quick brown fox jumps over the lazy dog.
[INFO] [stdout] ├── diff: 
[INFO] [stdout] │   --- 	orig
[INFO] [stdout] │   +++ 	var
[INFO] [stdout] │   @@ -1 +0,0 @@
[INFO] [stdout] │   -The quick brown fox jumps over the lazy dog.
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "tests/inputs/fox.txt"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc1d694 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc20532 - cli[7fc8af8b1b35a64]::run
[INFO] [stdout]   13:     0x5d9c3bc21911 - <cli[7fc8af8b1b35a64]::fox::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   20:     0x79d52baca534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spiders stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spiders' (1052) panicked at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed diff original var
[INFO] [stdout] ├── original: Don't worry, spiders,
[INFO] [stdout] │   I keep house
[INFO] [stdout] │   casually.
[INFO] [stdout] ├── diff: 
[INFO] [stdout] │   --- 	orig
[INFO] [stdout] │   +++ 	var
[INFO] [stdout] │   @@ -1,3 +0,0 @@
[INFO] [stdout] │   -Don't worry, spiders,
[INFO] [stdout] │   -I keep house
[INFO] [stdout] │   -casually.
[INFO] [stdout] └── var as str: 
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/release/catr" "tests/inputs/spiders.txt"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9c3bd270e1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5d9c3bd3dd0a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5d9c3bd2ca3c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5d9c3bd028d6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5d9c3bd1f2d9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5d9c3bc2ee30 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5d9c3bd1f492 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5d9c3bd02982 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5d9c3bcfada9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5d9c3bd0357d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5d9c3bd3e46c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5d9c3bc1d694 - <assert_cmd[d9e1deab5659478]::assert::AssertError>::panic::<assert_cmd[d9e1deab5659478]::assert::Assert>
[INFO] [stdout]   12:     0x5d9c3bc20532 - cli[7fc8af8b1b35a64]::run
[INFO] [stdout]   13:     0x5d9c3bc21fa1 - <cli[7fc8af8b1b35a64]::spiders::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5d9c3bc2211b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5d9c3bc2f785 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5d9c3bc28b44 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5d9c3bc328e2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5d9c3bd265c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x79d52ba3707a - <unknown>
[INFO] [stdout]   20:     0x79d52baca534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     all
[INFO] [stdout]     bustle
[INFO] [stdout]     bustle_stdin
[INFO] [stdout]     fox
[INFO] [stdout]     spiders
[INFO] [stdout]     spiders_b
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5", kill_on_drop: false }`
[INFO] [stdout] c8eec69cbf9bd00238637d0b6d5560faeba45e3d278ded664d3d3698c5d171c5
