[INFO] cloning repository https://github.com/subject026/catr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/subject026/catr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubject026%2Fcatr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubject026%2Fcatr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 530b3da1558b442b86ed8d03043e71dc9b07603e
[INFO] testing subject026/catr against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubject026%2Fcatr" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/subject026/catr
[INFO] finished tweaking git repo https://github.com/subject026/catr
[INFO] tweaked toml for git repo https://github.com/subject026/catr written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/subject026/catr on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/subject026/catr 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d37d13d25428c64ddf84e74a4a622f4e74499621c24ef741201898857bda33a
[INFO] running `Command { std: "docker" "start" "-a" "6d37d13d25428c64ddf84e74a4a622f4e74499621c24ef741201898857bda33a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d37d13d25428c64ddf84e74a4a622f4e74499621c24ef741201898857bda33a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d37d13d25428c64ddf84e74a4a622f4e74499621c24ef741201898857bda33a", kill_on_drop: false }`
[INFO] [stdout] 6d37d13d25428c64ddf84e74a4a622f4e74499621c24ef741201898857bda33a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bac8dce32843ffb5ee861036933cc7edbe5ad740327e2297cda4ead6594b77d
[INFO] running `Command { std: "docker" "start" "-a" "2bac8dce32843ffb5ee861036933cc7edbe5ad740327e2297cda4ead6594b77d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling vec_map v0.8.2
[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: fields `number_lines` and `number_nonblank_lines` are never read
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Config {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 23 |     files: Vec<String>,
[INFO] [stdout] 24 |     number_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 25 |     number_nonblank_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.45s
[INFO] running `Command { std: "docker" "inspect" "2bac8dce32843ffb5ee861036933cc7edbe5ad740327e2297cda4ead6594b77d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bac8dce32843ffb5ee861036933cc7edbe5ad740327e2297cda4ead6594b77d", kill_on_drop: false }`
[INFO] [stdout] 2bac8dce32843ffb5ee861036933cc7edbe5ad740327e2297cda4ead6594b77d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b869c98491263d97e3a280100854501c598fb7ab6314671aafe06b6d586fb0c1
[INFO] running `Command { std: "docker" "start" "-a" "b869c98491263d97e3a280100854501c598fb7ab6314671aafe06b6d586fb0c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling regex-automata v0.3.6
[INFO] [stderr]    Compiling catr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `number_lines` and `number_nonblank_lines` are never read
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Config {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 23 |     files: Vec<String>,
[INFO] [stdout] 24 |     number_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 25 |     number_nonblank_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bstr v1.6.0
[INFO] [stderr]    Compiling regex v1.9.3
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling assert_cmd v2.0.12
[INFO] [stdout] warning: fields `number_lines` and `number_nonblank_lines` are never read
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Config {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 23 |     files: Vec<String>,
[INFO] [stdout] 24 |     number_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 25 |     number_nonblank_lines: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "b869c98491263d97e3a280100854501c598fb7ab6314671aafe06b6d586fb0c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b869c98491263d97e3a280100854501c598fb7ab6314671aafe06b6d586fb0c1", kill_on_drop: false }`
[INFO] [stdout] b869c98491263d97e3a280100854501c598fb7ab6314671aafe06b6d586fb0c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 32229c44ea1d23d18a86b1f9f2156515573f263a2aa18423ce2159c037f79314
[INFO] running `Command { std: "docker" "start" "-a" "32229c44ea1d23d18a86b1f9f2156515573f263a2aa18423ce2159c037f79314", kill_on_drop: false }`
[INFO] [stderr] warning: fields `number_lines` and `number_nonblank_lines` are never read
[INFO] [stderr]   --> src/lib.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Config {
[INFO] [stderr]    |            ------ fields in this struct
[INFO] [stderr] 23 |     files: Vec<String>,
[INFO] [stderr] 24 |     number_lines: bool,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 25 |     number_nonblank_lines: bool,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `catr` (lib) generated 1 warning
[INFO] [stderr] warning: `catr` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/catr-57c89fe01878b7cd)
[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-c29bf62533056be4)
[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-b0a64d3b0f5fe647)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test all_n ... FAILED
[INFO] [stdout] test bustle_b ... FAILED
[INFO] [stdout] test bustle ... FAILED
[INFO] [stdout] test bustle_stdin_b ... FAILED
[INFO] [stdout] test all ... FAILED
[INFO] [stdout] test bustle_n ... FAILED
[INFO] [stdout] test empty_b ... FAILED
[INFO] [stdout] test bustle_stdin_n ... FAILED
[INFO] [stdout] test empty ... FAILED
[INFO] [stdout] test empty_n ... FAILED
[INFO] [stdout] test fox_b ... FAILED
[INFO] [stdout] test fox ... FAILED
[INFO] [stdout] test fox_n ... FAILED
[INFO] [stdout] test spiders ... FAILED
[INFO] [stdout] test spiders_b ... FAILED
[INFO] [stdout] test spiders_n ... FAILED
[INFO] [stdout] test bustle_stdin ... FAILED
[INFO] [stdout] test all_b ... FAILED
[INFO] [stdout] test usage ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] [stdout] test skips_bad_file ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- all_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle_stdin_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- all stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- empty_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle_stdin_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- empty stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- empty_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- fox_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- fox stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- fox_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- spiders stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- spiders_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- spiders_n stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- bustle_stdin stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- all_b stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     all
[INFO] [stdout]     all_b
[INFO] [stdout]     all_n
[INFO] [stdout]     bustle
[INFO] [stdout]     bustle_b
[INFO] [stdout]     bustle_n
[INFO] [stdout]     bustle_stdin
[INFO] [stdout]     bustle_stdin_b
[INFO] [stdout]     bustle_stdin_n
[INFO] [stdout]     empty
[INFO] [stdout]     empty_b
[INFO] [stdout]     empty_n
[INFO] [stdout]     fox
[INFO] [stdout]     fox_b
[INFO] [stdout]     fox_n
[INFO] [stdout]     spiders
[INFO] [stdout]     spiders_b
[INFO] [stdout]     spiders_n
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 18 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "32229c44ea1d23d18a86b1f9f2156515573f263a2aa18423ce2159c037f79314", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32229c44ea1d23d18a86b1f9f2156515573f263a2aa18423ce2159c037f79314", kill_on_drop: false }`
[INFO] [stdout] 32229c44ea1d23d18a86b1f9f2156515573f263a2aa18423ce2159c037f79314
