[INFO] cloning repository https://github.com/ZakMiller/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZakMiller/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakMiller%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakMiller%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d8743a97a4d29f23b6b17ef6245754c063d1b71e [INFO] checking ZakMiller/aoc2023 against try#69cf48176da7795067be67cef76e41a8aac9b134 for pr-146013-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakMiller%2Faoc2023" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ZakMiller/aoc2023 [INFO] finished tweaking git repo https://github.com/ZakMiller/aoc2023 [INFO] tweaked toml for git repo https://github.com/ZakMiller/aoc2023 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ZakMiller/aoc2023 on toolchain 69cf48176da7795067be67cef76e41a8aac9b134 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ZakMiller/aoc2023 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" "+69cf48176da7795067be67cef76e41a8aac9b134" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 513e84dd592f8d0d10aa4fc19e379bdd43194ec75c127ff128970ba8cf0b4661 [INFO] running `Command { std: "docker" "start" "-a" "513e84dd592f8d0d10aa4fc19e379bdd43194ec75c127ff128970ba8cf0b4661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "513e84dd592f8d0d10aa4fc19e379bdd43194ec75c127ff128970ba8cf0b4661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "513e84dd592f8d0d10aa4fc19e379bdd43194ec75c127ff128970ba8cf0b4661", kill_on_drop: false }` [INFO] [stdout] 513e84dd592f8d0d10aa4fc19e379bdd43194ec75c127ff128970ba8cf0b4661 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+69cf48176da7795067be67cef76e41a8aac9b134" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6010b884ce3301161df5c3e9eacbd9c99b12dcb1b538152e943ad4c00f19ce1 [INFO] running `Command { std: "docker" "start" "-a" "e6010b884ce3301161df5c3e9eacbd9c99b12dcb1b538152e943ad4c00f19ce1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Compiling structmeta-derive v0.2.0 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Compiling structmeta v0.2.0 [INFO] [stderr] Compiling parse-display-derive v0.8.2 [INFO] [stderr] Checking parse-display v0.8.2 [INFO] [stderr] Checking p1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/p3.rs:140:25 [INFO] [stdout] | [INFO] [stdout] 140 | let x = (g.x as i32 + case.0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 140 - let x = (g.x as i32 + case.0); [INFO] [stdout] 140 + let x = g.x as i32 + case.0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/p3.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let y = (g.y as i32 + case.1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 141 - let y = (g.y as i32 + case.1); [INFO] [stdout] 141 + let y = g.y as i32 + case.1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/p9.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/p3.rs:140:25 [INFO] [stdout] | [INFO] [stdout] 140 | let x = (g.x as i32 + case.0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 140 - let x = (g.x as i32 + case.0); [INFO] [stdout] 140 + let x = g.x as i32 + case.0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/p3.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | let y = (g.y as i32 + case.1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 141 - let y = (g.y as i32 + case.1); [INFO] [stdout] 141 + let y = g.y as i32 + case.1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/p9.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_digit` is never used [INFO] [stdout] --> src/p1.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn get_digit(str: &str, i: usize) -> Option { [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 `advent` is never used [INFO] [stdout] --> src/p1.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p2.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn one() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p2.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn two() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p2.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `p3_one` is never used [INFO] [stdout] --> src/p3.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn p3_one(contents: String) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_adjacent_spaces_map` is never used [INFO] [stdout] --> src/p3.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn get_adjacent_spaces_map(lines: Vec<&str>) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Point` is never constructed [INFO] [stdout] --> src/p3.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | struct Point { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Number` is never constructed [INFO] [stdout] --> src/p3.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | struct Number { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `new_number` is never used [INFO] [stdout] --> src/p3.rs:63:4 [INFO] [stdout] | [INFO] [stdout] 63 | fn new_number(nums: String, li: usize, start_c: usize) -> Number { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_numbers` is never used [INFO] [stdout] --> src/p3.rs:75:4 [INFO] [stdout] | [INFO] [stdout] 75 | fn get_numbers(lines: Vec<&str>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_gear_points` is never used [INFO] [stdout] --> src/p3.rs:98:4 [INFO] [stdout] | [INFO] [stdout] 98 | fn get_gear_points(lines: Vec<&str>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `p3_two` is never used [INFO] [stdout] --> src/p3.rs:113:4 [INFO] [stdout] | [INFO] [stdout] 113 | fn p3_two(contents: String) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p3.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p4.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn one(contents: String) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `points_on_line` is never used [INFO] [stdout] --> src/p4.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn points_on_line(l: &str) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p4.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | fn two(contents: String) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p4.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mapping` is never constructed [INFO] [stdout] --> src/p5.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | struct Mapping { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Range` is never constructed [INFO] [stdout] --> src/p5.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct Range { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LookupStruct` is never constructed [INFO] [stdout] --> src/p5.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | struct LookupStruct { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Lookup` is never used [INFO] [stdout] --> src/p5.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | trait Lookup { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `new_lookup` is never used [INFO] [stdout] --> src/p5.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | fn new_lookup() -> LookupStruct { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `common` is never used [INFO] [stdout] --> src/p5.rs:87:4 [INFO] [stdout] | [INFO] [stdout] 87 | fn common(mut seeds: Vec, lines: Vec<&str>) -> u128 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p5.rs:126:4 [INFO] [stdout] | [INFO] [stdout] 126 | fn one(contents: String) -> u128 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p5.rs:142:4 [INFO] [stdout] | [INFO] [stdout] 142 | fn two(contents: String) -> u128 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p5.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `common` is never used [INFO] [stdout] --> src/p6.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn common(pairs: Vec<(u128, u128)>) -> u128 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p6.rs:32:4 [INFO] [stdout] | [INFO] [stdout] 32 | fn one(content: &str) -> u128 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p6.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | fn two(content: &str) -> u128 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p6.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `common` is never used [INFO] [stdout] --> src/p7.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn common(mut lines: Vec, jokers: bool) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Line` is never constructed [INFO] [stdout] --> src/p7.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | struct Line { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_hand_type_jokers` is never used [INFO] [stdout] --> src/p7.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_hand_type_jokers(hand: &str) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_hand_type` is never used [INFO] [stdout] --> src/p7.rs:78:4 [INFO] [stdout] | [INFO] [stdout] 78 | fn get_hand_type(hand: &str) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p7.rs:105:4 [INFO] [stdout] | [INFO] [stdout] 105 | fn one(content: &str) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p7.rs:119:4 [INFO] [stdout] | [INFO] [stdout] 119 | fn two(content: &str) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p7.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Instruction` is never constructed [INFO] [stdout] --> src/p8.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Instruction { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ZPrediction` is never constructed [INFO] [stdout] --> src/p8.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct ZPrediction { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_end` is never used [INFO] [stdout] --> src/p8.rs:18:4 [INFO] [stdout] | [INFO] [stdout] 18 | fn get_end(initial_location: String, m: &HashMap, pattern: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `gcd` is never used [INFO] [stdout] --> src/p8.rs:41:4 [INFO] [stdout] | [INFO] [stdout] 41 | fn gcd(mut a: usize, mut b: usize) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_lcm_pair` is never used [INFO] [stdout] --> src/p8.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn get_lcm_pair(a: usize, b: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_lcm` is never used [INFO] [stdout] --> src/p8.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn get_lcm(v: Vec) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two_smart` is never used [INFO] [stdout] --> src/p8.rs:63:4 [INFO] [stdout] | [INFO] [stdout] 63 | fn two_smart(content: &str) -> usize { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p8.rs:78:4 [INFO] [stdout] | [INFO] [stdout] 78 | fn two(content: &str) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p8.rs:113:4 [INFO] [stdout] | [INFO] [stdout] 113 | fn one(content: &str) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p8.rs:142:8 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p9.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | fn one(content: &str) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_digit` is never used [INFO] [stdout] --> src/p1.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn get_digit(str: &str, i: usize) -> Option { [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 `advent` is never used [INFO] [stdout] --> src/p1.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `one` is never used [INFO] [stdout] --> src/p2.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn one() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `two` is never used [INFO] [stdout] --> src/p2.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn two() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p2.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p3.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p4.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p5.rs:162:8 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p6.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p7.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ZPrediction` is never constructed [INFO] [stdout] --> src/p8.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct ZPrediction { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `advent` is never used [INFO] [stdout] --> src/p8.rs:142:8 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn advent() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s [INFO] running `Command { std: "docker" "inspect" "e6010b884ce3301161df5c3e9eacbd9c99b12dcb1b538152e943ad4c00f19ce1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6010b884ce3301161df5c3e9eacbd9c99b12dcb1b538152e943ad4c00f19ce1", kill_on_drop: false }` [INFO] [stdout] e6010b884ce3301161df5c3e9eacbd9c99b12dcb1b538152e943ad4c00f19ce1