[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] documenting Civileiro/advent-of-rust against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fadvent-of-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Civileiro/advent-of-rust on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 371c86a51a3319833bb1af8349418f72f5b47dd8f8427f5e5a275b3e9f8673e2
[INFO] running `Command { std: "docker" "start" "-a" "371c86a51a3319833bb1af8349418f72f5b47dd8f8427f5e5a275b3e9f8673e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "371c86a51a3319833bb1af8349418f72f5b47dd8f8427f5e5a275b3e9f8673e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "371c86a51a3319833bb1af8349418f72f5b47dd8f8427f5e5a275b3e9f8673e2", kill_on_drop: false }`
[INFO] [stdout] 371c86a51a3319833bb1af8349418f72f5b47dd8f8427f5e5a275b3e9f8673e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d390cd29d0052f2700ff6242a983e19f35c0e04f8188c1f3c14daa992f598068
[INFO] running `Command { std: "docker" "start" "-a" "d390cd29d0052f2700ff6242a983e19f35c0e04f8188c1f3c14daa992f598068", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking vfs v0.8.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking smallstr v0.3.0
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking transpose v0.2.2
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking adventofrust2022 v0.1.0 (/opt/rustwide/workdir/2022)
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]    Compiling strum_macros v0.25.2
[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]     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]  Documenting adventofrust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/adventofrust/index.html
[INFO] running `Command { std: "docker" "inspect" "d390cd29d0052f2700ff6242a983e19f35c0e04f8188c1f3c14daa992f598068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d390cd29d0052f2700ff6242a983e19f35c0e04f8188c1f3c14daa992f598068", kill_on_drop: false }`
[INFO] [stdout] d390cd29d0052f2700ff6242a983e19f35c0e04f8188c1f3c14daa992f598068
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4495e8158bc4467d342f64199e1cfdbccaba4265621b2462e472cccbe42010cc
[INFO] running `Command { std: "docker" "start" "-a" "4495e8158bc4467d342f64199e1cfdbccaba4265621b2462e472cccbe42010cc", kill_on_drop: false }`
[INFO] [stderr] error: no library targets found in package `adventofrust`
[INFO] running `Command { std: "docker" "inspect" "4495e8158bc4467d342f64199e1cfdbccaba4265621b2462e472cccbe42010cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4495e8158bc4467d342f64199e1cfdbccaba4265621b2462e472cccbe42010cc", kill_on_drop: false }`
[INFO] [stdout] 4495e8158bc4467d342f64199e1cfdbccaba4265621b2462e472cccbe42010cc
