[INFO] cloning repository https://github.com/realaravinth/git-bench
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/realaravinth/git-bench" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2Fgit-bench", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2Fgit-bench'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 995a6f269d44ed30eb191ab04303847d99fabda4
[INFO] checking realaravinth/git-bench against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2Fgit-bench" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/realaravinth/git-bench
[INFO] finished tweaking git repo https://github.com/realaravinth/git-bench
[INFO] tweaked toml for git repo https://github.com/realaravinth/git-bench written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/realaravinth/git-bench on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/realaravinth/git-bench 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 211a41fa7206393cf1ad016680f59059fa4103c97ff5563b2b8534192b9b3f5f
[INFO] running `Command { std: "docker" "start" "-a" "211a41fa7206393cf1ad016680f59059fa4103c97ff5563b2b8534192b9b3f5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "211a41fa7206393cf1ad016680f59059fa4103c97ff5563b2b8534192b9b3f5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "211a41fa7206393cf1ad016680f59059fa4103c97ff5563b2b8534192b9b3f5f", kill_on_drop: false }`
[INFO] [stdout] 211a41fa7206393cf1ad016680f59059fa4103c97ff5563b2b8534192b9b3f5f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0840c9d02b81d9152f60070d8e03f245bbba546ed52f79573979ed59644ecece
[INFO] running `Command { std: "docker" "start" "-a" "0840c9d02b81d9152f60070d8e03f245bbba546ed52f79573979ed59644ecece", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.117
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling libgit2-sys v0.12.26+1.3.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking git2 v0.13.25
[INFO] [stderr]     Checking git-bench v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
[INFO] running `Command { std: "docker" "inspect" "0840c9d02b81d9152f60070d8e03f245bbba546ed52f79573979ed59644ecece", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0840c9d02b81d9152f60070d8e03f245bbba546ed52f79573979ed59644ecece", kill_on_drop: false }`
[INFO] [stdout] 0840c9d02b81d9152f60070d8e03f245bbba546ed52f79573979ed59644ecece
