[INFO] cloning repository https://github.com/kobotomorrow/hello-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kobotomorrow/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobotomorrow%2Fhello-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobotomorrow%2Fhello-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e34766f775c3b8aea297120b6b0a5b8ec7bea546
[INFO] testing kobotomorrow/hello-rust against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobotomorrow%2Fhello-rust" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/kobotomorrow/hello-rust
[INFO] finished tweaking git repo https://github.com/kobotomorrow/hello-rust
[INFO] tweaked toml for git repo https://github.com/kobotomorrow/hello-rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kobotomorrow/hello-rust on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kobotomorrow/hello-rust 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cli_test_dir v0.1.7
[INFO] [stderr]   Downloaded text_io v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b9283999c82b157813eca0b74c013d6f97602bcf9d11cc73a8de32d08a5feb9
[INFO] running `Command { std: "docker" "start" "-a" "8b9283999c82b157813eca0b74c013d6f97602bcf9d11cc73a8de32d08a5feb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b9283999c82b157813eca0b74c013d6f97602bcf9d11cc73a8de32d08a5feb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b9283999c82b157813eca0b74c013d6f97602bcf9d11cc73a8de32d08a5feb9", kill_on_drop: false }`
[INFO] [stdout] 8b9283999c82b157813eca0b74c013d6f97602bcf9d11cc73a8de32d08a5feb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b1da39c26c277a0b9c82acdc6e3056dfc815355e6779e12d32f5023cb3f78a5
[INFO] running `Command { std: "docker" "start" "-a" "4b1da39c26c277a0b9c82acdc6e3056dfc815355e6779e12d32f5023cb3f78a5", kill_on_drop: false }`
[INFO] [stderr] error: can't find bin `main` at path `/opt/rustwide/workdir/src/main.rs`
[INFO] [stderr]  --> /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] error: could not compile due to 1 previous target resolution error
[INFO] running `Command { std: "docker" "inspect" "4b1da39c26c277a0b9c82acdc6e3056dfc815355e6779e12d32f5023cb3f78a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b1da39c26c277a0b9c82acdc6e3056dfc815355e6779e12d32f5023cb3f78a5", kill_on_drop: false }`
[INFO] [stdout] 4b1da39c26c277a0b9c82acdc6e3056dfc815355e6779e12d32f5023cb3f78a5
