[INFO] cloning repository https://github.com/kishaningithub/hello-world-tdd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kishaningithub/hello-world-tdd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkishaningithub%2Fhello-world-tdd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkishaningithub%2Fhello-world-tdd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b167d4bf1974f56c89c9dfa03f2115ee155692a5
[INFO] checking kishaningithub/hello-world-tdd against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkishaningithub%2Fhello-world-tdd" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kishaningithub/hello-world-tdd on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kishaningithub/hello-world-tdd
[INFO] finished tweaking git repo https://github.com/kishaningithub/hello-world-tdd
[INFO] tweaked toml for git repo https://github.com/kishaningithub/hello-world-tdd written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kishaningithub/hello-world-tdd 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" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 75eb2eb0abe1dbcdb29bcee7054b281a1f5668a5daa6f3e822d87a547161e0f8
[INFO] running `Command { std: "docker" "start" "-a" "75eb2eb0abe1dbcdb29bcee7054b281a1f5668a5daa6f3e822d87a547161e0f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75eb2eb0abe1dbcdb29bcee7054b281a1f5668a5daa6f3e822d87a547161e0f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75eb2eb0abe1dbcdb29bcee7054b281a1f5668a5daa6f3e822d87a547161e0f8", kill_on_drop: false }`
[INFO] [stdout] 75eb2eb0abe1dbcdb29bcee7054b281a1f5668a5daa6f3e822d87a547161e0f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f7736229134e0627e54b3276b0691621141ee41bc30900b5d0c12462a4c3b07
[INFO] running `Command { std: "docker" "start" "-a" "8f7736229134e0627e54b3276b0691621141ee41bc30900b5d0c12462a4c3b07", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking predicates-core v1.0.3
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking termtree v0.2.4
[INFO] [stderr]     Checking hello-world-tdd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking predicates-tree v1.0.5
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking predicates v2.1.1
[INFO] [stderr]     Checking assert_cmd v2.0.4
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
[INFO] running `Command { std: "docker" "inspect" "8f7736229134e0627e54b3276b0691621141ee41bc30900b5d0c12462a4c3b07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f7736229134e0627e54b3276b0691621141ee41bc30900b5d0c12462a4c3b07", kill_on_drop: false }`
[INFO] [stdout] 8f7736229134e0627e54b3276b0691621141ee41bc30900b5d0c12462a4c3b07
