[INFO] cloning repository https://github.com/cerdelen/Game_of_Life [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cerdelen/Game_of_Life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcerdelen%2FGame_of_Life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcerdelen%2FGame_of_Life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0a1391dac35ba7ddd448b9bd4c79bad5eae327a8 [INFO] checking cerdelen/Game_of_Life against try#c4ca24658d934444a28db36abebef17a8651701a for pr-144156 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcerdelen%2FGame_of_Life" "/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/cerdelen/Game_of_Life [INFO] finished tweaking git repo https://github.com/cerdelen/Game_of_Life [INFO] tweaked toml for git repo https://github.com/cerdelen/Game_of_Life written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cerdelen/Game_of_Life on toolchain c4ca24658d934444a28db36abebef17a8651701a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/cerdelen/Game_of_Life 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" "+c4ca24658d934444a28db36abebef17a8651701a" "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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dcdb9b97f244a833607929aa2032f1097949bf6a83301edfdc169b15042bf2a [INFO] running `Command { std: "docker" "start" "-a" "7dcdb9b97f244a833607929aa2032f1097949bf6a83301edfdc169b15042bf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dcdb9b97f244a833607929aa2032f1097949bf6a83301edfdc169b15042bf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dcdb9b97f244a833607929aa2032f1097949bf6a83301edfdc169b15042bf2a", kill_on_drop: false }` [INFO] [stdout] 7dcdb9b97f244a833607929aa2032f1097949bf6a83301edfdc169b15042bf2a [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8afccc1609a9eee327d3aa823ba7de87942fa81473ed07e425860623c062b45 [INFO] running `Command { std: "docker" "start" "-a" "d8afccc1609a9eee327d3aa823ba7de87942fa81473ed07e425860623c062b45", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking bitflags v2.8.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling terminfo v0.8.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking which v6.0.3 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking clearscreen v3.0.0 [INFO] [stderr] Checking game_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Pos` [INFO] [stdout] --> src/main.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use gol::{Gol, Pos}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pos` [INFO] [stdout] --> src/main.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use gol::{Gol, Pos}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `glider`, `toad`, `bee_hive`, `tub`, `mini_gun`, and `gospel_glider_gun` are never used [INFO] [stdout] --> src/figures.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 7 | impl Figures { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] 8 | pub fn glider(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | pub fn toad(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub fn bee_hive(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn tub(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn mini_gun(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn gospel_glider_gun(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `glider`, `toad`, `bee_hive`, `tub`, `mini_gun`, and `gospel_glider_gun` are never used [INFO] [stdout] --> src/figures.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 7 | impl Figures { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] 8 | pub fn glider(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | pub fn toad(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub fn bee_hive(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn tub(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn mini_gun(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn gospel_glider_gun(x: usize, y: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s [INFO] running `Command { std: "docker" "inspect" "d8afccc1609a9eee327d3aa823ba7de87942fa81473ed07e425860623c062b45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8afccc1609a9eee327d3aa823ba7de87942fa81473ed07e425860623c062b45", kill_on_drop: false }` [INFO] [stdout] d8afccc1609a9eee327d3aa823ba7de87942fa81473ed07e425860623c062b45