[INFO] cloning repository https://github.com/WRuman/conway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WRuman/conway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWRuman%2Fconway", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWRuman%2Fconway'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1330fad0da3cdcea70178efbcbefd9ef9e497753 [INFO] checking WRuman/conway against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWRuman%2Fconway" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/WRuman/conway on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/WRuman/conway [INFO] finished tweaking git repo https://github.com/WRuman/conway [INFO] tweaked toml for git repo https://github.com/WRuman/conway written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/WRuman/conway already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 587bd3b60a35cd2f44af3158390c4571719618e34fa07087489467f86ae3b789 [INFO] running `Command { std: "docker" "start" "-a" "587bd3b60a35cd2f44af3158390c4571719618e34fa07087489467f86ae3b789", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "587bd3b60a35cd2f44af3158390c4571719618e34fa07087489467f86ae3b789", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "587bd3b60a35cd2f44af3158390c4571719618e34fa07087489467f86ae3b789", kill_on_drop: false }` [INFO] [stdout] 587bd3b60a35cd2f44af3158390c4571719618e34fa07087489467f86ae3b789 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d9f8b57f2c1941af16e65f17cf1038e61c38bf1ef80581d25ea6c2edd7384ed [INFO] running `Command { std: "docker" "start" "-a" "0d9f8b57f2c1941af16e65f17cf1038e61c38bf1ef80581d25ea6c2edd7384ed", kill_on_drop: false }` [INFO] [stderr] Checking conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `add_acorn` [INFO] [stdout] --> src/game.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn add_acorn(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_acorn` [INFO] [stdout] --> src/game.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn add_acorn(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "0d9f8b57f2c1941af16e65f17cf1038e61c38bf1ef80581d25ea6c2edd7384ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d9f8b57f2c1941af16e65f17cf1038e61c38bf1ef80581d25ea6c2edd7384ed", kill_on_drop: false }` [INFO] [stdout] 0d9f8b57f2c1941af16e65f17cf1038e61c38bf1ef80581d25ea6c2edd7384ed