[INFO] cloning repository https://github.com/0xjiggleandwiggle/rust-find-unique-items
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xjiggleandwiggle/rust-find-unique-items" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xjiggleandwiggle%2Frust-find-unique-items", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xjiggleandwiggle%2Frust-find-unique-items'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c46e37d607c2ee29df74f2de81d50218fdec9b6
[INFO] checking 0xjiggleandwiggle/rust-find-unique-items against master#d5419f1e97b90741d51841f800d3c697c662567d for pr-147565
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xjiggleandwiggle%2Frust-find-unique-items" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xjiggleandwiggle/rust-find-unique-items
[INFO] finished tweaking git repo https://github.com/0xjiggleandwiggle/rust-find-unique-items
[INFO] tweaked toml for git repo https://github.com/0xjiggleandwiggle/rust-find-unique-items written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xjiggleandwiggle/rust-find-unique-items on toolchain d5419f1e97b90741d51841f800d3c697c662567d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d5419f1e97b90741d51841f800d3c697c662567d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xjiggleandwiggle/rust-find-unique-items 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" "+d5419f1e97b90741d51841f800d3c697c662567d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d5419f1e97b90741d51841f800d3c697c662567d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dda8ea68b17a7862ef1b7de69e5fddb7f6f84a3c56b338ecb33222abb6b36976
[INFO] running `Command { std: "docker" "start" "-a" "dda8ea68b17a7862ef1b7de69e5fddb7f6f84a3c56b338ecb33222abb6b36976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dda8ea68b17a7862ef1b7de69e5fddb7f6f84a3c56b338ecb33222abb6b36976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dda8ea68b17a7862ef1b7de69e5fddb7f6f84a3c56b338ecb33222abb6b36976", kill_on_drop: false }`
[INFO] [stdout] dda8ea68b17a7862ef1b7de69e5fddb7f6f84a3c56b338ecb33222abb6b36976
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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" "+d5419f1e97b90741d51841f800d3c697c662567d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d35fcc98a285365d3a81e1f5d89685a8a396d02b3cf3489a90dfbadfbf0a295
[INFO] running `Command { std: "docker" "start" "-a" "5d35fcc98a285365d3a81e1f5d89685a8a396d02b3cf3489a90dfbadfbf0a295", kill_on_drop: false }`
[INFO] [stderr]     Checking find-unique-items v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "5d35fcc98a285365d3a81e1f5d89685a8a396d02b3cf3489a90dfbadfbf0a295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d35fcc98a285365d3a81e1f5d89685a8a396d02b3cf3489a90dfbadfbf0a295", kill_on_drop: false }`
[INFO] [stdout] 5d35fcc98a285365d3a81e1f5d89685a8a396d02b3cf3489a90dfbadfbf0a295
