[INFO] cloning repository https://github.com/Civileiro/advent-of-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Civileiro/advent-of-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fadvent-of-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fadvent-of-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b8c081b2ddec4d50b90cd612f6d1036525beded0
[INFO] checking Civileiro/advent-of-rust against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fadvent-of-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Civileiro/advent-of-rust
[INFO] finished tweaking git repo https://github.com/Civileiro/advent-of-rust
[INFO] tweaked toml for git repo https://github.com/Civileiro/advent-of-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Civileiro/advent-of-rust on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Civileiro/advent-of-rust 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smallstr v0.3.0
[INFO] [stderr]   Downloaded strum_macros v0.25.2
[INFO] [stderr]   Downloaded transpose v0.2.2
[INFO] [stderr]   Downloaded strength_reduce v0.2.4
[INFO] [stderr]   Downloaded vfs v0.8.0
[INFO] [stderr]   Downloaded itertools v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1690f1abc274ee83b5d69e29706daa79cec52b8fb4a5ae5596e6742147181ab7
[INFO] running `Command { std: "docker" "start" "-a" "1690f1abc274ee83b5d69e29706daa79cec52b8fb4a5ae5596e6742147181ab7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1690f1abc274ee83b5d69e29706daa79cec52b8fb4a5ae5596e6742147181ab7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1690f1abc274ee83b5d69e29706daa79cec52b8fb4a5ae5596e6742147181ab7", kill_on_drop: false }`
[INFO] [stdout] 1690f1abc274ee83b5d69e29706daa79cec52b8fb4a5ae5596e6742147181ab7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61aff3054b2fb0c8a6efecf429867e1939895135068cc5f79a50b54838593eda
[INFO] running `Command { std: "docker" "start" "-a" "61aff3054b2fb0c8a6efecf429867e1939895135068cc5f79a50b54838593eda", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking smallstr v0.3.0
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking vfs v0.8.0
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking transpose v0.2.2
[INFO] [stderr]     Checking adventofrust2022 v0.1.0 (/opt/rustwide/workdir/2022)
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2022/src/grid.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_column_iter(&self, column: usize) -> ColumnIter<T> {
[INFO] [stdout]    |                            ^^^^^                    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_column_iter(&self, column: usize) -> ColumnIter<'_, T> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2022/src/day13.rs:119:25
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn split_packets(s: &str) -> SplitPackets {
[INFO] [stdout]     |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn split_packets(s: &str) -> SplitPackets<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2022/src/grid.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_column_iter(&self, column: usize) -> ColumnIter<T> {
[INFO] [stdout]    |                            ^^^^^                    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_column_iter(&self, column: usize) -> ColumnIter<'_, T> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2022/src/day13.rs:119:25
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn split_packets(s: &str) -> SplitPackets {
[INFO] [stdout]     |                         ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn split_packets(s: &str) -> SplitPackets<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling strum_macros v0.25.2
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking adventofrust2023 v0.1.0 (/opt/rustwide/workdir/2023)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day12.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn day12_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                       ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn day12_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day12.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn day12_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                       ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn day12_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day2.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn day2_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn day2_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day2.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn day2_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn day2_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day4.rs:54:22
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn day4_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn day4_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day4.rs:61:22
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn day4_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn day4_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day5.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn day5_1(input: &str) -> Result<Id, ParseError> {
[INFO] [stdout]     |                      ^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn day5_1(input: &str) -> Result<Id, ParseError<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day5.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn day5_2(input: &str) -> Result<Id, ParseError> {
[INFO] [stdout]     |                      ^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn day5_2(input: &str) -> Result<Id, ParseError<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day6.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn day6_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn day6_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day6.rs:74:22
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn day6_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn day6_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:145:26
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn process_day<P>(input: &str, line_parser: P) -> Result<u32, ParseError>
[INFO] [stdout]     |                          ^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn process_day<P>(input: &str, line_parser: P) -> Result<u32, ParseError<'_>>
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub fn day7_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub fn day7_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn day7_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn day7_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day8.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_input(input: &str) -> Result<(Vec<Direction>, HashMap<NodeId, Node>), ParseError> {
[INFO] [stdout]    |                       ^^^^ the lifetime is elided here                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_input(input: &str) -> Result<(Vec<Direction>, HashMap<NodeId, Node>), ParseError<'_>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day8.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn day8_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn day8_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day8.rs:103:22
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn day8_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn day8_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn process_day<F>(input: &str, extrapolate: F) -> Result<SequenceValue, ParseError>
[INFO] [stdout]    |                          ^^^^ the lifetime is elided here               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn process_day<F>(input: &str, extrapolate: F) -> Result<SequenceValue, ParseError<'_>>
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn day9_1(input: &str) -> Result<SequenceValue, ParseError> {
[INFO] [stdout]    |                      ^^^^                           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn day9_1(input: &str) -> Result<SequenceValue, ParseError<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:67:22
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn day9_2(input: &str) -> Result<SequenceValue, ParseError> {
[INFO] [stdout]    |                      ^^^^                           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn day9_2(input: &str) -> Result<SequenceValue, ParseError<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn iter(&self) -> GridIterator<Self>
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn iter(&self) -> GridIterator<'_, Self>
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:152:14
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn lines(&self) -> Lines<Self>
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn lines(&self) -> Lines<'_, Self>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:158:16
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn columns(&self) -> Columns<Self>
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn columns(&self) -> Columns<'_, Self>
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking adventofrust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day12.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn day12_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                       ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn day12_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day12.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn day12_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                       ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn day12_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day2.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn day2_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn day2_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day2.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn day2_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn day2_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day4.rs:54:22
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn day4_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn day4_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day4.rs:61:22
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn day4_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn day4_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day5.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn day5_1(input: &str) -> Result<Id, ParseError> {
[INFO] [stdout]     |                      ^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn day5_1(input: &str) -> Result<Id, ParseError<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day5.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn day5_2(input: &str) -> Result<Id, ParseError> {
[INFO] [stdout]     |                      ^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn day5_2(input: &str) -> Result<Id, ParseError<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day6.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn day6_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn day6_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day6.rs:74:22
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn day6_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn day6_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:145:26
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn process_day<P>(input: &str, line_parser: P) -> Result<u32, ParseError>
[INFO] [stdout]     |                          ^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn process_day<P>(input: &str, line_parser: P) -> Result<u32, ParseError<'_>>
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub fn day7_1(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub fn day7_1(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day7.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn day7_2(input: &str) -> Result<u32, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn day7_2(input: &str) -> Result<u32, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day8.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_input(input: &str) -> Result<(Vec<Direction>, HashMap<NodeId, Node>), ParseError> {
[INFO] [stdout]    |                       ^^^^ the lifetime is elided here                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn parse_input(input: &str) -> Result<(Vec<Direction>, HashMap<NodeId, Node>), ParseError<'_>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day8.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn day8_1(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]    |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn day8_1(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/day8.rs:103:22
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn day8_2(input: &str) -> Result<u64, ParseError> {
[INFO] [stdout]     |                      ^^^^                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn day8_2(input: &str) -> Result<u64, ParseError<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn process_day<F>(input: &str, extrapolate: F) -> Result<SequenceValue, ParseError>
[INFO] [stdout]    |                          ^^^^ the lifetime is elided here               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn process_day<F>(input: &str, extrapolate: F) -> Result<SequenceValue, ParseError<'_>>
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn day9_1(input: &str) -> Result<SequenceValue, ParseError> {
[INFO] [stdout]    |                      ^^^^                           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn day9_1(input: &str) -> Result<SequenceValue, ParseError<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> 2023/src/day9.rs:67:22
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn day9_2(input: &str) -> Result<SequenceValue, ParseError> {
[INFO] [stdout]    |                      ^^^^                           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn day9_2(input: &str) -> Result<SequenceValue, ParseError<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn iter(&self) -> GridIterator<Self>
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn iter(&self) -> GridIterator<'_, Self>
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:152:14
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn lines(&self) -> Lines<Self>
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn lines(&self) -> Lines<'_, Self>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> 2023/src/grid.rs:158:16
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn columns(&self) -> Columns<Self>
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn columns(&self) -> Columns<'_, Self>
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
[INFO] running `Command { std: "docker" "inspect" "61aff3054b2fb0c8a6efecf429867e1939895135068cc5f79a50b54838593eda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61aff3054b2fb0c8a6efecf429867e1939895135068cc5f79a50b54838593eda", kill_on_drop: false }`
[INFO] [stdout] 61aff3054b2fb0c8a6efecf429867e1939895135068cc5f79a50b54838593eda
