[INFO] cloning repository https://github.com/kalak451/advent-of-code-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kalak451/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalak451%2Fadvent-of-code-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalak451%2Fadvent-of-code-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 125e12fcb75b4789f23420cbb447f70ef8a6218d
[INFO] checking kalak451/advent-of-code-2023 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalak451%2Fadvent-of-code-2023" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kalak451/advent-of-code-2023
[INFO] finished tweaking git repo https://github.com/kalak451/advent-of-code-2023
[INFO] tweaked toml for git repo https://github.com/kalak451/advent-of-code-2023 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kalak451/advent-of-code-2023 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kalak451/advent-of-code-2023 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memoize-inner v0.4.0
[INFO] [stderr]   Downloaded shlex v1.2.0
[INFO] [stderr]   Downloaded quad-rand v0.2.1
[INFO] [stderr]   Downloaded memoize v0.4.1
[INFO] [stderr]   Downloaded fdg-img v0.4.2
[INFO] [stderr]   Downloaded priority-queue v1.3.2
[INFO] [stderr]   Downloaded fdg-sim v0.9.1
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.3
[INFO] [stderr]   Downloaded thiserror-impl v1.0.51
[INFO] [stderr]   Downloaded thiserror v1.0.51
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.2
[INFO] [stderr]   Downloaded z3 v0.12.1
[INFO] [stderr]   Downloaded ttf-parser v0.17.1
[INFO] [stderr]   Downloaded z3-sys v0.8.1
[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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53853eafe225d17a149d8d6f042eabe7d189fb0632e103881083d1d3271e7cca
[INFO] running `Command { std: "docker" "start" "-a" "53853eafe225d17a149d8d6f042eabe7d189fb0632e103881083d1d3271e7cca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53853eafe225d17a149d8d6f042eabe7d189fb0632e103881083d1d3271e7cca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53853eafe225d17a149d8d6f042eabe7d189fb0632e103881083d1d3271e7cca", kill_on_drop: false }`
[INFO] [stdout] 53853eafe225d17a149d8d6f042eabe7d189fb0632e103881083d1d3271e7cca
[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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6daa4e4e51b0bcdd15c669917744f43600af038a96a5ca2fc490c62574cb8c84
[INFO] running `Command { std: "docker" "start" "-a" "6daa4e4e51b0bcdd15c669917744f43600af038a96a5ca2fc490c62574cb8c84", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.89
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling pathfinder_simd v0.5.2
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling shlex v1.2.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.89
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking float-ord v0.2.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling priority-queue v1.3.2
[INFO] [stderr]     Checking ttf-parser v0.17.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking glam v0.21.3
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking freetype v0.7.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking fdg-sim v0.9.1
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.89
[INFO] [stderr]     Checking plotters-bitmap v0.3.3
[INFO] [stderr]    Compiling memoize-inner v0.4.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking memoize v0.4.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.89
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.89
[INFO] [stderr]     Checking js-sys v0.3.66
[INFO] [stderr]    Compiling z3-sys v0.8.1
[INFO] [stderr]     Checking serde-wasm-bindgen v0.4.5
[INFO] [stderr]     Checking fdg-img v0.4.2
[INFO] [stderr]     Checking z3 v0.12.1
[INFO] [stderr]     Checking aoc-2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `shortest_path` is never used
[INFO] [stdout]   --> src/lib.rs:43:4
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn shortest_path<T: Ord + Copy + Hash, F: Fn(T) -> Vec<(T, i64)>>(start: T, adj: F) -> HashMap<T, i64> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]  --> src/grid.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Point {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `apply_dir_vector` are never used
[INFO] [stdout]   --> src/grid.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Point {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new(x: i32, y: i32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn apply_dir_vector(&self, vec: &Vec<i32>) -> Option<Point> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Grid` is never constructed
[INFO] [stdout]   --> src/grid.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Grid {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/grid.rs:40:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Grid {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  40 |     pub fn get(&self, x: usize, y: usize) -> Option<&char> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  44 |     pub fn set(&mut self, x: usize, y: usize, c: char) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  52 |     pub fn get_point(&self, point: &Point) -> Option<&char> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn get_i(&self, x: i32, y: i32) -> Option<&char> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn get_x_slice<R: SliceIndex<[char], Output=[char]>>(&self, x_range: R, y: usize) -> Option<&[char]> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  72 |     pub fn bounds(&self) -> (Range<usize>, Range<usize>) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  79 |     pub fn pos_is(&self, x: usize, y: usize, pred: fn(Option<&char>) -> bool) -> bool {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub fn pos_is_ascii_digit(&self, x: usize, y: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn is_x_bound(&self, x: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     pub fn get_points(&self, from: &Point, in_dir_of: &DIR) -> Vec<Point> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn try_move(&self, p: &Point, dir: &DIR) -> Option<Point> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |     pub fn print(&self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn print_string(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub fn from_lines(s: &str) -> Grid {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn find_first(&self, c: char) -> Option<Point> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DIR` is never used
[INFO] [stdout]    --> src/grid.rs:218:10
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub enum DIR {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridNodeEdge` is never constructed
[INFO] [stdout]  --> src/grid_graph.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct GridNodeEdge {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridNode` is never constructed
[INFO] [stdout]   --> src/grid_graph.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct GridNode {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `replace_edge` and `get_edges` are never used
[INFO] [stdout]   --> src/grid_graph.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl GridNode {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 21 |     fn replace_edge(&mut self, to_replace: &Point, new_edge: GridNodeEdge) {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn get_edges(&self) -> &HashMap<Point, GridNodeEdge> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridNodeGraph` is never constructed
[INFO] [stdout]   --> src/grid_graph.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct GridNodeGraph {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_grid`, `simplify_once`, `simplify`, `get`, and `contains_point` are never used
[INFO] [stdout]    --> src/grid_graph.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | impl GridNodeGraph {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout]  37 |     pub fn from_grid(grid: &Grid, excluded_symbols: &HashSet<char>) -> GridNodeGraph {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     fn simplify_once(&self, excluded_symbols: &HashSet<char>) -> (GridNodeGraph, usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn simplify(&self, excluded_symbols: &HashSet<char>) -> (GridNodeGraph, usize) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn get(&self, p: &Point) -> Option<&GridNode> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn contains_point(&self, p: &Point) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/day_25.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/day_25.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::fs;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fdg_img::Settings`
[INFO] [stdout]  --> src/day_25.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use fdg_img::Settings;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BLACK`, `Color`, `IntoFont`, and `TextStyle`
[INFO] [stdout]  --> src/day_25.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use fdg_img::style::{BLACK, Color, IntoFont, TextStyle};
[INFO] [stdout]   |                          ^^^^^  ^^^^^  ^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HPos`, `Pos`, and `VPos`
[INFO] [stdout]  --> src/day_25.rs:7:39
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use fdg_img::style::text_anchor::{HPos, Pos, VPos};
[INFO] [stdout]   |                                       ^^^^  ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ForceGraphHelper`, `ForceGraph`, `SimulationParameters`, and `Simulation`
[INFO] [stdout]  --> src/day_25.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     use fdg_sim::{ForceGraph, ForceGraphHelper, Simulation, SimulationParameters};
[INFO] [stdout]   |                   ^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `assert_equal`
[INFO] [stdout]   --> src/day_25.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |     use itertools::{assert_equal, Itertools};
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/day_25.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         return hvm_cnt * grd_cnt;
[INFO] [stdout]     |         ------------------------ any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 140 |         return 0;
[INFO] [stdout]     |         ^^^^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/day_24.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |         let data = SAMPLE_1;
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/day_25.rs:153:13
[INFO] [stdout]     |
[INFO] [stdout] 153 |         let data = SAMPLE_1;
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/day_25.rs:170:13
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let data = read_data_file(25, "input.txt");
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/day_23.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     struct Node {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_graph` is never used
[INFO] [stdout]   --> src/day_23.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn build_graph(grid: &Grid) -> HashMap<Point, Node> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trim_graph` is never used
[INFO] [stdout]   --> src/day_23.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn trim_graph(graph: &HashMap<Point, Node>) -> (HashMap<Point, Node>, usize) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `adj_p2` is never used
[INFO] [stdout]    --> src/day_23.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 |     fn adj_p2(grid: &Grid, p: &Point) -> Vec<Point> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point3D` is never constructed
[INFO] [stdout]   --> src/day_24.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     struct Point3D {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Line3D` is never constructed
[INFO] [stdout]   --> src/day_24.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     struct Line3D {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_xyz_line` is never used
[INFO] [stdout]    --> src/day_24.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 105 |     impl Hailstone {
[INFO] [stdout]     |     -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |         fn to_xyz_line(&self) -> Line3D {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.97s
[INFO] running `Command { std: "docker" "inspect" "6daa4e4e51b0bcdd15c669917744f43600af038a96a5ca2fc490c62574cb8c84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6daa4e4e51b0bcdd15c669917744f43600af038a96a5ca2fc490c62574cb8c84", kill_on_drop: false }`
[INFO] [stdout] 6daa4e4e51b0bcdd15c669917744f43600af038a96a5ca2fc490c62574cb8c84
