[INFO] cloning repository https://github.com/zebp/gzpi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zebp/gzpi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebp%2Fgzpi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebp%2Fgzpi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a201f2a9c1a251358c1905d1d1cb2b4d32e75ff6
[INFO] testing zebp/gzpi against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzebp%2Fgzpi" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zebp/gzpi
[INFO] finished tweaking git repo https://github.com/zebp/gzpi
[INFO] tweaked toml for git repo https://github.com/zebp/gzpi written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zebp/gzpi on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zebp/gzpi 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3fe06f0bfcec785c49c0add386f952551957b89c877616b4818271e9294f17ca
[INFO] running `Command { std: "docker" "start" "-a" "3fe06f0bfcec785c49c0add386f952551957b89c877616b4818271e9294f17ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3fe06f0bfcec785c49c0add386f952551957b89c877616b4818271e9294f17ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fe06f0bfcec785c49c0add386f952551957b89c877616b4818271e9294f17ca", kill_on_drop: false }`
[INFO] [stdout] 3fe06f0bfcec785c49c0add386f952551957b89c877616b4818271e9294f17ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 089d92722a90bb79d6c7d0985e601edab5efcee11d15e0bb24df474fc67b37c9
[INFO] running `Command { std: "docker" "start" "-a" "089d92722a90bb79d6c7d0985e601edab5efcee11d15e0bb24df474fc67b37c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling libc v0.2.95
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling pin-project-lite v0.2.6
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling fastrand v1.4.1
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling once_cell v1.7.2
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling tokio v1.6.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]    Compiling futures-lite v1.11.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling snowflake v1.3.0
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling id_tree v1.8.0
[INFO] [stderr]    Compiling gitignore v1.0.7
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling async-fs v1.5.0
[INFO] [stderr]    Compiling async-walkdir v0.2.0
[INFO] [stderr]    Compiling tokio-macros v1.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling gzpi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `is_file` is never read
[INFO] [stdout]   --> src/walk.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Item {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 14 |     path: PathBuf,
[INFO] [stdout] 15 |     is_file: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Item` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.24s
[INFO] running `Command { std: "docker" "inspect" "089d92722a90bb79d6c7d0985e601edab5efcee11d15e0bb24df474fc67b37c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "089d92722a90bb79d6c7d0985e601edab5efcee11d15e0bb24df474fc67b37c9", kill_on_drop: false }`
[INFO] [stdout] 089d92722a90bb79d6c7d0985e601edab5efcee11d15e0bb24df474fc67b37c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3ac3ae25d62511d979486ed3a79b63a00b7949012f20be2934c06d7a0399048
[INFO] running `Command { std: "docker" "start" "-a" "d3ac3ae25d62511d979486ed3a79b63a00b7949012f20be2934c06d7a0399048", kill_on_drop: false }`
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]    Compiling gzpi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `is_file` is never read
[INFO] [stdout]   --> src/walk.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Item {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 14 |     path: PathBuf,
[INFO] [stdout] 15 |     is_file: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Item` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.02s
[INFO] running `Command { std: "docker" "inspect" "d3ac3ae25d62511d979486ed3a79b63a00b7949012f20be2934c06d7a0399048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3ac3ae25d62511d979486ed3a79b63a00b7949012f20be2934c06d7a0399048", kill_on_drop: false }`
[INFO] [stdout] d3ac3ae25d62511d979486ed3a79b63a00b7949012f20be2934c06d7a0399048
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 561cbdb359a715cd64cacb7ddde74d0231b621b07a532fff0c7bf2d7885510cc
[INFO] running `Command { std: "docker" "start" "-a" "561cbdb359a715cd64cacb7ddde74d0231b621b07a532fff0c7bf2d7885510cc", kill_on_drop: false }`
[INFO] [stderr] warning: field `is_file` is never read
[INFO] [stderr]   --> src/walk.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct Item {
[INFO] [stderr]    |            ---- field in this struct
[INFO] [stderr] 14 |     path: PathBuf,
[INFO] [stderr] 15 |     is_file: bool,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Item` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gzpi` (bin "gzpi" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gzpi-b6a8e6bda02bbaa2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test walk::tests::tree_from_file ... ok
[INFO] [stdout] test walk::tests::tree_from_dirs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "561cbdb359a715cd64cacb7ddde74d0231b621b07a532fff0c7bf2d7885510cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "561cbdb359a715cd64cacb7ddde74d0231b621b07a532fff0c7bf2d7885510cc", kill_on_drop: false }`
[INFO] [stdout] 561cbdb359a715cd64cacb7ddde74d0231b621b07a532fff0c7bf2d7885510cc
