[INFO] cloning repository https://github.com/slightknack/hashlife [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/slightknack/hashlife" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2Fhashlife", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2Fhashlife'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 984c65506415f6dc13a8aad3eec2e3703043ecb9 [INFO] checking slightknack/hashlife against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslightknack%2Fhashlife" "/workspace/builds/worker-119/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-119/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slightknack/hashlife on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/slightknack/hashlife [INFO] finished tweaking git repo https://github.com/slightknack/hashlife [INFO] tweaked toml for git repo https://github.com/slightknack/hashlife written to /workspace/builds/worker-119/source/Cargo.toml [INFO] crate git repo https://github.com/slightknack/hashlife already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03338890414ee8cae260fcb306f5185108b94ccef1a8ff34b90c40daecfa5c9f [INFO] running `Command { std: "docker" "start" "-a" "03338890414ee8cae260fcb306f5185108b94ccef1a8ff34b90c40daecfa5c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03338890414ee8cae260fcb306f5185108b94ccef1a8ff34b90c40daecfa5c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03338890414ee8cae260fcb306f5185108b94ccef1a8ff34b90c40daecfa5c9f", kill_on_drop: false }` [INFO] [stdout] 03338890414ee8cae260fcb306f5185108b94ccef1a8ff34b90c40daecfa5c9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09b6e992d6fe714f503b03ed4e0db9cfeaa5f23bf43b988e6fca84b6c8cf3875 [INFO] running `Command { std: "docker" "start" "-a" "09b6e992d6fe714f503b03ed4e0db9cfeaa5f23bf43b988e6fca84b6c8cf3875", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking hashlife v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::convert::From` [INFO] [stdout] --> src/world.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::convert::From; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::From` [INFO] [stdout] --> src/world.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::convert::From; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/main.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | let (mut w, c) = world::World::from_file(Path::new("./glider.txt")); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/cell.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | for i in 0..grid[0].len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/main.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | let (mut w, c) = world::World::from_file(Path::new("./glider.txt")); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/cell.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | for i in 0..grid[0].len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | let (mut w, c) = world::World::from_file(Path::new("./glider.txt")); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | let (mut w, c) = world::World::from_file(Path::new("./glider.txt")); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `trim` [INFO] [stdout] --> src/cell.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn trim(cell: &Rc) -> Rc { [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: `unwrap_macro` [INFO] [stdout] --> src/cell.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn unwrap_macro(&self) -> Macro { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `macro_grid` [INFO] [stdout] --> src/cell.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | fn macro_grid(m: Macro, size: usize) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `convolve_grid` [INFO] [stdout] --> src/cell.rs:183:8 [INFO] [stdout] | [INFO] [stdout] 183 | fn convolve_grid(grid: Vec>, world: &mut World) -> Vec>> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_up` [INFO] [stdout] --> src/cell.rs:220:8 [INFO] [stdout] | [INFO] [stdout] 220 | fn build_up(grid: Vec>>, world: &mut World) -> Vec>> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pad_cell` [INFO] [stdout] --> src/cell.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 237 | fn pad_cell(macro_cell: Macro, world: &mut World) -> Macro { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `jump` [INFO] [stdout] --> src/cell.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn jump(cell: Rc, step: usize, world: &mut World) -> Rc { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dead_of_size` [INFO] [stdout] --> src/cell.rs:314:12 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn dead_of_size(size: usize, world: &mut World) -> Rc { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `trim` [INFO] [stdout] --> src/cell.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn trim(cell: &Rc) -> Rc { [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: `unwrap_macro` [INFO] [stdout] --> src/cell.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn unwrap_macro(&self) -> Macro { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `macro_grid` [INFO] [stdout] --> src/cell.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | fn macro_grid(m: Macro, size: usize) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `convolve_grid` [INFO] [stdout] --> src/cell.rs:183:8 [INFO] [stdout] | [INFO] [stdout] 183 | fn convolve_grid(grid: Vec>, world: &mut World) -> Vec>> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_up` [INFO] [stdout] --> src/cell.rs:220:8 [INFO] [stdout] | [INFO] [stdout] 220 | fn build_up(grid: Vec>>, world: &mut World) -> Vec>> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pad_cell` [INFO] [stdout] --> src/cell.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 237 | fn pad_cell(macro_cell: Macro, world: &mut World) -> Macro { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `jump` [INFO] [stdout] --> src/cell.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn jump(cell: Rc, step: usize, world: &mut World) -> Rc { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dead_of_size` [INFO] [stdout] --> src/cell.rs:314:12 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn dead_of_size(size: usize, world: &mut World) -> Rc { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "09b6e992d6fe714f503b03ed4e0db9cfeaa5f23bf43b988e6fca84b6c8cf3875", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09b6e992d6fe714f503b03ed4e0db9cfeaa5f23bf43b988e6fca84b6c8cf3875", kill_on_drop: false }` [INFO] [stdout] 09b6e992d6fe714f503b03ed4e0db9cfeaa5f23bf43b988e6fca84b6c8cf3875