[INFO] cloning repository https://github.com/mrtims/advent_2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrtims/advent_2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtims%2Fadvent_2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtims%2Fadvent_2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 401a1a973a8378ca65c2d7980efe6f12877fb485 [INFO] checking mrtims/advent_2021 against master#7036449c774860a5b348dbbe01c20704c557382e for pr-98456 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtims%2Fadvent_2021" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrtims/advent_2021 on toolchain 7036449c774860a5b348dbbe01c20704c557382e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7036449c774860a5b348dbbe01c20704c557382e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mrtims/advent_2021 [INFO] finished tweaking git repo https://github.com/mrtims/advent_2021 [INFO] tweaked toml for git repo https://github.com/mrtims/advent_2021 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mrtims/advent_2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7036449c774860a5b348dbbe01c20704c557382e" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.111 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7036449c774860a5b348dbbe01c20704c557382e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d101ef61d54eb2b492178bd697c18e373b185e88568b2f78560b2558f32109e [INFO] running `Command { std: "docker" "start" "-a" "1d101ef61d54eb2b492178bd697c18e373b185e88568b2f78560b2558f32109e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d101ef61d54eb2b492178bd697c18e373b185e88568b2f78560b2558f32109e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d101ef61d54eb2b492178bd697c18e373b185e88568b2f78560b2558f32109e", kill_on_drop: false }` [INFO] [stdout] 1d101ef61d54eb2b492178bd697c18e373b185e88568b2f78560b2558f32109e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7036449c774860a5b348dbbe01c20704c557382e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f59b0050d3819a98f675aa1802b16eb5780c29b359de90dfca3a8a74cea1c48 [INFO] running `Command { std: "docker" "start" "-a" "4f59b0050d3819a98f675aa1802b16eb5780c29b359de90dfca3a8a74cea1c48", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.111 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking funty v1.2.0 [INFO] [stderr] Checking wyz v0.4.0 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking bitvec v0.22.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking advent_2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `explore_basin_size` is never used [INFO] [stdout] --> src/bin/day_9.rs:175:4 [INFO] [stdout] | [INFO] [stdout] 175 | fn explore_basin_size(input: &[Vec], x: usize, y: usize, width: usize, height: usize) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_left` is never used [INFO] [stdout] --> src/bin/day_9.rs:193:4 [INFO] [stdout] | [INFO] [stdout] 193 | fn points_left(input: &[Vec], mut x: usize, y: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_right` is never used [INFO] [stdout] --> src/bin/day_9.rs:205:4 [INFO] [stdout] | [INFO] [stdout] 205 | fn points_right(input: &[Vec], mut x: usize, y: usize, width: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_up` is never used [INFO] [stdout] --> src/bin/day_9.rs:219:4 [INFO] [stdout] | [INFO] [stdout] 219 | fn points_up(input: &[Vec], x: usize, mut y: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_down` is never used [INFO] [stdout] --> src/bin/day_9.rs:231:4 [INFO] [stdout] | [INFO] [stdout] 231 | fn points_down(input: &[Vec], x: usize, mut y: usize, height: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explore_basin_size` is never used [INFO] [stdout] --> src/bin/day_9.rs:175:4 [INFO] [stdout] | [INFO] [stdout] 175 | fn explore_basin_size(input: &[Vec], x: usize, y: usize, width: usize, height: usize) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_left` is never used [INFO] [stdout] --> src/bin/day_9.rs:193:4 [INFO] [stdout] | [INFO] [stdout] 193 | fn points_left(input: &[Vec], mut x: usize, y: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_right` is never used [INFO] [stdout] --> src/bin/day_9.rs:205:4 [INFO] [stdout] | [INFO] [stdout] 205 | fn points_right(input: &[Vec], mut x: usize, y: usize, width: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_up` is never used [INFO] [stdout] --> src/bin/day_9.rs:219:4 [INFO] [stdout] | [INFO] [stdout] 219 | fn points_up(input: &[Vec], x: usize, mut y: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_down` is never used [INFO] [stdout] --> src/bin/day_9.rs:231:4 [INFO] [stdout] | [INFO] [stdout] 231 | fn points_down(input: &[Vec], x: usize, mut y: usize, height: usize) -> Vec<(usize, usize)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.46s [INFO] running `Command { std: "docker" "inspect" "4f59b0050d3819a98f675aa1802b16eb5780c29b359de90dfca3a8a74cea1c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f59b0050d3819a98f675aa1802b16eb5780c29b359de90dfca3a8a74cea1c48", kill_on_drop: false }` [INFO] [stdout] 4f59b0050d3819a98f675aa1802b16eb5780c29b359de90dfca3a8a74cea1c48