[INFO] fetching crate dirscan 1.4.1...
[INFO] testing dirscan-1.4.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dirscan 1.4.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate dirscan 1.4.1
[INFO] finished tweaking crates.io crate dirscan 1.4.1
[INFO] tweaked toml for crates.io crate dirscan 1.4.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dirscan 1.4.1 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 crates.io crate dirscan 1.4.1 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 4c9597b2aa2310041f8f25887435a74b129001d74ff6ec511feaa8ff8e1feea1
[INFO] running `Command { std: "docker" "start" "-a" "4c9597b2aa2310041f8f25887435a74b129001d74ff6ec511feaa8ff8e1feea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c9597b2aa2310041f8f25887435a74b129001d74ff6ec511feaa8ff8e1feea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c9597b2aa2310041f8f25887435a74b129001d74ff6ec511feaa8ff8e1feea1", kill_on_drop: false }`
[INFO] [stdout] 4c9597b2aa2310041f8f25887435a74b129001d74ff6ec511feaa8ff8e1feea1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3a91727a77dc1656f192de4398405014833bcd07cfd170aee20a795c028dd0dc
[INFO] running `Command { std: "docker" "start" "-a" "3a91727a77dc1656f192de4398405014833bcd07cfd170aee20a795c028dd0dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.47
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling number_prefix v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling encode_unicode v0.3.6
[INFO] [stderr]    Compiling filesize v0.2.0
[INFO] [stderr]    Compiling strum v0.20.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling crossbeam v0.8.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling indicatif v0.15.0
[INFO] [stderr]    Compiling console v0.14.1
[INFO] [stderr]    Compiling jwalk v0.6.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling prettytable-rs v0.8.0
[INFO] [stderr]    Compiling chrono-humanize v0.1.2
[INFO] [stderr]    Compiling dirscan v1.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.58s
[INFO] running `Command { std: "docker" "inspect" "3a91727a77dc1656f192de4398405014833bcd07cfd170aee20a795c028dd0dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a91727a77dc1656f192de4398405014833bcd07cfd170aee20a795c028dd0dc", kill_on_drop: false }`
[INFO] [stdout] 3a91727a77dc1656f192de4398405014833bcd07cfd170aee20a795c028dd0dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5290858de6c842d2697a10754fe31c8aaa0a610fa92603e05091a33d82abd15f
[INFO] running `Command { std: "docker" "start" "-a" "5290858de6c842d2697a10754fe31c8aaa0a610fa92603e05091a33d82abd15f", kill_on_drop: false }`
[INFO] [stderr]    Compiling dirscan v1.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "5290858de6c842d2697a10754fe31c8aaa0a610fa92603e05091a33d82abd15f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5290858de6c842d2697a10754fe31c8aaa0a610fa92603e05091a33d82abd15f", kill_on_drop: false }`
[INFO] [stdout] 5290858de6c842d2697a10754fe31c8aaa0a610fa92603e05091a33d82abd15f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5d1e229f6aba1b3dddb62b0bef4e5fd8bb81e1b4b87109976ef28746fff0f709
[INFO] running `Command { std: "docker" "start" "-a" "5d1e229f6aba1b3dddb62b0bef4e5fd8bb81e1b4b87109976ef28746fff0f709", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dirscan-a53d87fc0b0ab8fc)
[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] running `Command { std: "docker" "inspect" "5d1e229f6aba1b3dddb62b0bef4e5fd8bb81e1b4b87109976ef28746fff0f709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d1e229f6aba1b3dddb62b0bef4e5fd8bb81e1b4b87109976ef28746fff0f709", kill_on_drop: false }`
[INFO] [stdout] 5d1e229f6aba1b3dddb62b0bef4e5fd8bb81e1b4b87109976ef28746fff0f709
