[INFO] cloning repository https://github.com/dkuku/rust_cli_book
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dkuku/rust_cli_book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkuku%2Frust_cli_book", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkuku%2Frust_cli_book'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6cadc07025e83c1e44897ff8b4ccaa4bd533308
[INFO] testing dkuku/rust_cli_book against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkuku%2Frust_cli_book" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dkuku/rust_cli_book
[INFO] finished tweaking git repo https://github.com/dkuku/rust_cli_book
[INFO] tweaked toml for git repo https://github.com/dkuku/rust_cli_book written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dkuku/rust_cli_book on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dkuku/rust_cli_book 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb9ae352e3c939fe553eb4012c9bb64f6dd2059f01ba34e0f1cd892e21e4a433
[INFO] running `Command { std: "docker" "start" "-a" "bb9ae352e3c939fe553eb4012c9bb64f6dd2059f01ba34e0f1cd892e21e4a433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb9ae352e3c939fe553eb4012c9bb64f6dd2059f01ba34e0f1cd892e21e4a433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb9ae352e3c939fe553eb4012c9bb64f6dd2059f01ba34e0f1cd892e21e4a433", kill_on_drop: false }`
[INFO] [stdout] bb9ae352e3c939fe553eb4012c9bb64f6dd2059f01ba34e0f1cd892e21e4a433
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d0bb4a465dc54a67e43831c98d5286780141f78741fc0c7eff78667e5236183
[INFO] running `Command { std: "docker" "start" "-a" "6d0bb4a465dc54a67e43831c98d5286780141f78741fc0c7eff78667e5236183", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling regex-automata v0.4.4
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling cutr v0.1.0 (/opt/rustwide/workdir/cutr)
[INFO] [stderr]    Compiling wcr v0.1.0 (/opt/rustwide/workdir/wcr)
[INFO] [stderr]    Compiling findr v0.1.0 (/opt/rustwide/workdir/findr)
[INFO] [stderr]    Compiling tailr v0.1.0 (/opt/rustwide/workdir/tailr)
[INFO] [stderr]    Compiling uniqr v0.1.0 (/opt/rustwide/workdir/uniqr)
[INFO] [stderr]    Compiling fortuner v0.1.0 (/opt/rustwide/workdir/fortuner)
[INFO] [stderr]    Compiling grepr v0.1.0 (/opt/rustwide/workdir/grepr)
[INFO] [stderr]    Compiling headr v0.1.0 (/opt/rustwide/workdir/headr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> wcr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> tailr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> uniqr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> headr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> fortuner/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> findr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> cutr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{command, ArgGroup, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling catr v0.1.0 (/opt/rustwide/workdir/catr)
[INFO] [stdout] warning: feature `buf_read_has_data_left` is declared but not used
[INFO] [stdout]  --> uniqr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(buf_read_has_data_left)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling commr v0.1.0 (/opt/rustwide/workdir/commr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> catr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> commr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{command, ArgAction, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling echor v0.1.0 (/opt/rustwide/workdir/echor)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> echor/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.56s
[INFO] running `Command { std: "docker" "inspect" "6d0bb4a465dc54a67e43831c98d5286780141f78741fc0c7eff78667e5236183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d0bb4a465dc54a67e43831c98d5286780141f78741fc0c7eff78667e5236183", kill_on_drop: false }`
[INFO] [stdout] 6d0bb4a465dc54a67e43831c98d5286780141f78741fc0c7eff78667e5236183
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b123f997cba2b5e31ffaa053abf615969d915322c15605087dd286367f6d219f
[INFO] running `Command { std: "docker" "start" "-a" "b123f997cba2b5e31ffaa053abf615969d915322c15605087dd286367f6d219f", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.4
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> tailr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> wcr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> uniqr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `buf_read_has_data_left` is declared but not used
[INFO] [stdout]  --> uniqr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(buf_read_has_data_left)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> commr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{command, ArgAction, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> headr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> catr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> echor/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling bstr v1.9.0
[INFO] [stderr]    Compiling tempfile v3.9.0
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling fortuner v0.1.0 (/opt/rustwide/workdir/fortuner)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> fortuner/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cutr v0.1.0 (/opt/rustwide/workdir/cutr)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> cutr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{command, ArgGroup, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling findr v0.1.0 (/opt/rustwide/workdir/findr)
[INFO] [stderr]    Compiling grepr v0.1.0 (/opt/rustwide/workdir/grepr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> findr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling assert_cmd v2.0.13
[INFO] [stderr]    Compiling uniqr v0.1.0 (/opt/rustwide/workdir/uniqr)
[INFO] [stderr]    Compiling catr v0.1.0 (/opt/rustwide/workdir/catr)
[INFO] [stderr]    Compiling wcr v0.1.0 (/opt/rustwide/workdir/wcr)
[INFO] [stderr]    Compiling headr v0.1.0 (/opt/rustwide/workdir/headr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> fortuner/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> cutr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{command, ArgGroup, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tailr v0.1.0 (/opt/rustwide/workdir/tailr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> tailr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> headr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling commr v0.1.0 (/opt/rustwide/workdir/commr)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> findr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> uniqr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> commr/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{command, ArgAction, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `buf_read_has_data_left` is declared but not used
[INFO] [stdout]  --> uniqr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(buf_read_has_data_left)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> wcr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling echor v0.1.0 (/opt/rustwide/workdir/echor)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> findr/tests/cli.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn format_file_name(expected_file: &str) -> Cow<str> {
[INFO] [stdout]    |                                    ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn format_file_name(expected_file: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> catr/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[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: `arg` and `command`
[INFO] [stdout]  --> echor/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.52s
[INFO] running `Command { std: "docker" "inspect" "b123f997cba2b5e31ffaa053abf615969d915322c15605087dd286367f6d219f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b123f997cba2b5e31ffaa053abf615969d915322c15605087dd286367f6d219f", kill_on_drop: false }`
[INFO] [stdout] b123f997cba2b5e31ffaa053abf615969d915322c15605087dd286367f6d219f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 04349b60df8dd0ddbc0a52f5f270c23a2d47e59e48b23142e3d6172b2c492653
[INFO] running `Command { std: "docker" "start" "-a" "04349b60df8dd0ddbc0a52f5f270c23a2d47e59e48b23142e3d6172b2c492653", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> findr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> tailr/src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `command`
[INFO] [stderr]  --> cutr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{command, ArgGroup, Parser};
[INFO] [stderr]   |            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> fortuner/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> catr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `findr` (lib) generated 1 warning (run `cargo fix --lib -p findr` to apply 1 suggestion)
[INFO] [stderr] warning: `tailr` (lib) generated 1 warning (run `cargo fix --lib -p tailr` to apply 1 suggestion)
[INFO] [stderr] warning: `cutr` (lib) generated 1 warning (run `cargo fix --lib -p cutr` to apply 1 suggestion)
[INFO] [stderr] warning: `fortuner` (lib) generated 1 warning (run `cargo fix --lib -p fortuner` to apply 1 suggestion)
[INFO] [stderr] warning: `catr` (lib) generated 1 warning (run `cargo fix --lib -p catr` to apply 1 suggestion)
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> uniqr/src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: feature `buf_read_has_data_left` is declared but not used
[INFO] [stderr]  --> uniqr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(buf_read_has_data_left)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> headr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> wcr/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `command`
[INFO] [stderr]  --> commr/src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use clap::{command, ArgAction, Parser};
[INFO] [stderr]   |            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `uniqr` (lib) generated 2 warnings (run `cargo fix --lib -p uniqr` to apply 1 suggestion)
[INFO] [stderr] warning: `headr` (lib) generated 1 warning (run `cargo fix --lib -p headr` to apply 1 suggestion)
[INFO] [stderr] warning: `wcr` (lib) generated 1 warning (run `cargo fix --lib -p wcr` to apply 1 suggestion)
[INFO] [stderr] warning: `commr` (lib) generated 1 warning (run `cargo fix --lib -p commr` to apply 1 suggestion)
[INFO] [stderr] warning: `uniqr` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> findr/tests/cli.rs:71:36
[INFO] [stderr]    |
[INFO] [stderr] 71 | fn format_file_name(expected_file: &str) -> Cow<str> {
[INFO] [stderr]    |                                    ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 | fn format_file_name(expected_file: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `findr` (test "cli") generated 1 warning (run `cargo fix --test "cli" -p findr` to apply 1 suggestion)
[INFO] [stderr] warning: `findr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `cutr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused imports: `arg` and `command`
[INFO] [stderr]  --> echor/src/main.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{arg, command, Parser};
[INFO] [stderr]   |            ^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tailr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `fortuner` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `commr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `headr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `wcr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `catr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `echor` (bin "echor" test) generated 1 warning (run `cargo fix --bin "echor" -p echor --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `echor` (bin "echor") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/catr-23b8bf2e4bf1c8cb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/catr-bd05b0644731f1bf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-9c7bce69a1ab9faf)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test all_b ... ok
[INFO] [stdout] test bustle ... ok
[INFO] [stdout] test all ... ok
[INFO] [stdout] test all_e ... ok
[INFO] [stdout] test all_n ... ok
[INFO] [stdout] test bustle_b ... ok
[INFO] [stdout] test bustle_e ... ok
[INFO] [stdout] test bustle_n ... ok
[INFO] [stdout] test bustle_stdin ... ok
[INFO] [stdout] test bustle_skip_s ... ok
[INFO] [stdout] test bustle_skip_n ... ok
[INFO] [stdout] test bustle_skip ... ok
[INFO] [stdout] test empty_e ... ok
[INFO] [stdout] test bustle_skip_b ... ok
[INFO] [stdout] test empty_b ... ok
[INFO] [stdout] test empty_n ... ok
[INFO] [stdout] test bustle_skip_e ... ok
[INFO] [stdout] test empty ... ok
[INFO] [stdout] test bustle_stdin_n ... ok
[INFO] [stdout] test spiders ... ok
[INFO] [stdout] test bustle_stdin_b ... ok
[INFO] [stdout] test fox_e ... ok
[INFO] [stdout] test skips_bad_file ... ok
[INFO] [stdout] test fox_n ... ok
[INFO] [stdout] test spiders_b ... ok
[INFO] [stdout] test fox_b ... ok
[INFO] [stdout] test fox ... ok
[INFO] [stdout] test spiders_n ... ok
[INFO] [stdout] test spiders_e ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/commr-852015b78b4aa0a4)
[INFO] [stdout] test usage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/commr-87b539f1ed5423c4)
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-38fd2753accc2067)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test dies_both_stdin ... ok
[INFO] [stdout] test dies_no_args ... ok
[INFO] [stdout] test file1_file2 ... ok
[INFO] [stdout] test blank_file1 ... ok
[INFO] [stdout] test dies_bad_file1 ... ok
[INFO] [stdout] test empty_file2 ... ok
[INFO] [stdout] test empty_empty ... ok
[INFO] [stdout] test file1_file1 ... ok
[INFO] [stdout] test file1_file2_1 ... ok
[INFO] [stdout] test file1_file2_123 ... ok
[INFO] [stdout] test file1_empty ... ok
[INFO] [stdout] test dies_bad_file2 ... ok
[INFO] [stdout] test file1_file2_12_delim ... ok
[INFO] [stdout] test file1_file2_123_delim ... ok
[INFO] [stdout] test file1_file2_123_i ... ok
[INFO] [stdout] test file1_file2_13_i ... ok
[INFO] [stdout] test file1_file2_13 ... ok
[INFO] [stdout] test file1_file2_13_delim ... ok
[INFO] [stdout] test file1_file2_1_2_i ... ok
[INFO] [stdout] test file1_file2_1_i ... ok
[INFO] [stdout] test file1_file2_2 ... ok
[INFO] [stdout] test file1_file2_2_delim ... ok
[INFO] [stdout] test file1_file2_1_delim ... ok
[INFO] [stdout] test file1_file2_2_i ... ok
[INFO] [stdout] test file1_file2_23_delim ... ok
[INFO] [stdout] test file1_file2_1_2 ... ok
[INFO] [stdout] test file1_file2_3_delim ... ok
[INFO] [stdout] test file1_file2_3 ... ok
[INFO] [stdout] test file1_file2_2_3 ... ok
[INFO] [stdout] test file1_file2_delim ... ok
[INFO] [stdout] test file1_file2_3_i ... ok
[INFO] [stdout] test file1_file2_2_3_i ... ok
[INFO] [stdout] test stdin_file1 ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cutr-19518db29dc0e52b)
[INFO] [stdout] test stdin_file2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test unit_tests::test_extract_chars ... ok
[INFO] [stdout] test unit_tests::test_extract_bytes ... ok
[INFO] [stdout] test unit_tests::test_extract_fields ... ok
[INFO] [stdout] test unit_tests::test_parse_position ... ok
[INFO] [stdout] test unit_tests::test_parse_position01 ... ok
[INFO] [stdout] test unit_tests::test_parse_position_empty_range ... ok
[INFO] [stdout] test unit_tests::test_parse_position_comma ... ok
[INFO] [stdout] test unit_tests::test_parse_position_1plus2 ... ok
[INFO] [stdout] test unit_tests::test_parse_position0 ... ok
[INFO] [stdout] test unit_tests::test_parse_position_invalid_range_reverse ... ok
[INFO] [stdout] test unit_tests::test_parse_position_non_number ... ok
[INFO] [stdout] test unit_tests::test_parse_position_non_number_number_range ... ok
[INFO] [stdout] test unit_tests::test_parse_position_invalid_range_int ... ok
[INFO] [stdout] test unit_tests::test_parse_position_nothing_after_comma ... ok
[INFO] [stdout] test unit_tests::test_parse_position_number_non_number ... ok
[INFO] [stdout] test unit_tests::test_parse_position_invalid_range_char ... ok
[INFO] [stdout] test unit_tests::test_parse_position_number_non_number_range ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_comma ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_comma_with_0 ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_multiple_xx ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_multiple_x ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_range_same ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_single ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_range ... ok
[INFO] [stdout] test unit_tests::test_parse_position_plus12 ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_single_with_0 ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cutr-cc0a082f46df8a94)
[INFO] [stdout] test unit_tests::test_parse_position_plus1 ... ok
[INFO] [stdout] test unit_tests::test_parse_position_ok_range_with_0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-1516c49790be8df3)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test csv_f2 ... ok
[INFO] [stdout] test dies_bad_digit_bytes ... ok
[INFO] [stdout] test dies_bad_delimiter ... ok
[INFO] [stdout] test csv_f1_3 ... ok
[INFO] [stdout] test csv_f1_2 ... ok
[INFO] [stdout] test csv_f1 ... ok
[INFO] [stdout] test csv_f3 ... ok
[INFO] [stdout] test csv_f2_3 ... ok
[INFO] [stdout] test dies_bytes_fields ... ok
[INFO] [stdout] test dies_chars_bytes ... ok
[INFO] [stdout] test dies_bad_digit_field ... ok
[INFO] [stdout] test repeated_value ... ok
[INFO] [stdout] test dies_empty_delimiter ... ok
[INFO] [stdout] test dies_chars_bytes_fields ... ok
[INFO] [stdout] test dies_not_enough_args ... ok
[INFO] [stdout] test tsv_b1_2 ... ok
[INFO] [stdout] test dies_chars_fields ... ok
[INFO] [stdout] test tsv_b1 ... ok
[INFO] [stdout] test tsv_b2_3 ... ok
[INFO] [stdout] test tsv_b1_8 ... ok
[INFO] [stdout] test skips_bad_file ... ok
[INFO] [stdout] test tsv_b2 ... ok
[INFO] [stdout] test tsv_c2 ... ok
[INFO] [stdout] test tsv_b8 ... ok
[INFO] [stdout] test tsv_c1_8 ... ok
[INFO] [stdout] test tsv_c1 ... ok
[INFO] [stdout] test tsv_c8 ... ok
[INFO] [stdout] test tsv_c2_3 ... ok
[INFO] [stdout] test tsv_f1 ... ok
[INFO] [stdout] test tsv_f2_3 ... ok
[INFO] [stdout] test tsv_c1_2 ... ok
[INFO] [stdout] test tsv_f2 ... ok
[INFO] [stdout] test tsv_f1_3 ... ok
[INFO] [stdout] test tsv_f1_2 ... ok
[INFO] [stdout] test tsv_f3 ... ok
[INFO] [stdout] test dies_bad_digit_chars ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- dies_bad_digit_chars stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dies_bad_digit_chars' (343) panicked at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stderr, failed var.contains(illegal list value: "4ZSQ5Cl")
[INFO] [stdout] ├── var: error: invalid value '4ZSQ5Cl' for '--chars <CHARS>': illegal list value: "ZSQ5Cl"
[INFO] [stdout] │   
[INFO] [stdout] │   For more information, try '--help'.
[INFO] [stdout] └── var as str: error: invalid value '4ZSQ5Cl' for '--chars <CHARS>': illegal list value: "ZSQ5Cl"
[INFO] [stdout]     
[INFO] [stdout]     For more information, try '--help'.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/cutr" "tests/inputs/movies1.csv" "-c" "4ZSQ5Cl"`
[INFO] [stdout] code=2
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=```
[INFO] [stdout] error: invalid value \'4ZSQ5Cl\' for \'--chars <CHARS>\': illegal list value: \"ZSQ5Cl\"
[INFO] [stdout] 
[INFO] [stdout] For more information, try \'--help\'.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x619649759e3a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x619649759e3a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x619649759e3a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x619649759e3a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61964977062a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61964977062a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x61964975fad2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61964975fad2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x619649737eef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x619649737eef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x619649751bb9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6196493e9e7c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x6196493e9e7c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x619649751d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x619649751d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x619649737fa8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61964972f7f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x619649738cbd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x619649770e6c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6196494723d8 - core[35159d6ffb30e017]::panicking::panic_display::<assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x619649472337 - <assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError>::panic::<assert_cmd[a5fc8a7bb158d9d6]::assert::Assert>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.13/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x6196494676f7 - <<assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError>::panic<assert_cmd[a5fc8a7bb158d9d6]::assert::Assert> as core[35159d6ffb30e017]::ops::function::FnOnce<(assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError,)>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x619649471db4 - <core[35159d6ffb30e017]::result::Result<assert_cmd[a5fc8a7bb158d9d6]::assert::Assert, assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError>>::unwrap_or_else::<<assert_cmd[a5fc8a7bb158d9d6]::assert::AssertError>::panic<assert_cmd[a5fc8a7bb158d9d6]::assert::Assert>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x6196493d5824 - <assert_cmd[a5fc8a7bb158d9d6]::assert::Assert>::stderr::<predicates[a4531d6bd041fe18]::str::basics::ContainsPredicate, assert_cmd[a5fc8a7bb158d9d6]::assert::StrOutputPredicate<predicates[a4531d6bd041fe18]::str::basics::ContainsPredicate>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.13/src/assert.rs:460:31
[INFO] [stdout]   24:     0x6196493d7eb2 - cli[ede4daf344976b1c]::dies
[INFO] [stdout]                                at /opt/rustwide/workdir/cutr/tests/cli.rs:51:10
[INFO] [stdout]   25:     0x6196493d9457 - cli[ede4daf344976b1c]::dies_bad_digit_chars
[INFO] [stdout]                                at /opt/rustwide/workdir/cutr/tests/cli.rs:88:5
[INFO] [stdout]   26:     0x6196493d6f97 - cli[ede4daf344976b1c]::dies_bad_digit_chars::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/cutr/tests/cli.rs:86:30
[INFO] [stdout]   27:     0x6196493dc7e6 - <cli[ede4daf344976b1c]::dies_bad_digit_chars::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x6196493dd15b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x6196493dd15b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   30:     0x6196493ea94b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   31:     0x6196493ea94b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x6196493ea94b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x6196493ea94b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x6196493ea94b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x6196493ea94b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   36:     0x6196493ea94b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   37:     0x6196493e5324 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   38:     0x6196493e5324 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x6196493ed552 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   40:     0x6196493ed552 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x6196493ed552 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x6196493ed552 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x6196493ed552 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x6196493ed552 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   45:     0x6196493ed552 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x61964975907f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   47:     0x61964975907f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x74b4756b5aa4 - <unknown>
[INFO] [stdout]   49:     0x74b475742a64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     dies_bad_digit_chars
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 35 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p cutr --test cli`
[INFO] running `Command { std: "docker" "inspect" "04349b60df8dd0ddbc0a52f5f270c23a2d47e59e48b23142e3d6172b2c492653", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04349b60df8dd0ddbc0a52f5f270c23a2d47e59e48b23142e3d6172b2c492653", kill_on_drop: false }`
[INFO] [stdout] 04349b60df8dd0ddbc0a52f5f270c23a2d47e59e48b23142e3d6172b2c492653
