[INFO] cloning repository https://github.com/bricooke/aoc-in-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bricooke/aoc-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d6d8f490516d90d67820a8d5337bc6513ede029
[INFO] checking bricooke/aoc-in-rust against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-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/bricooke/aoc-in-rust
[INFO] finished tweaking git repo https://github.com/bricooke/aoc-in-rust
[INFO] tweaked toml for git repo https://github.com/bricooke/aoc-in-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bricooke/aoc-in-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/bricooke/aoc-in-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 nom_locate v4.2.0
[INFO] [stderr]   Downloaded ranges v0.3.3
[INFO] [stderr]   Downloaded range-ext v0.3.0
[INFO] [stderr]   Downloaded rstest_macros v0.18.2
[INFO] [stderr]   Downloaded valence_math v0.2.0-alpha.1+mc.1.20.1
[INFO] [stderr]   Downloaded rstest v0.18.2
[INFO] [stderr]   Downloaded glam v0.23.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] 156da7fe0d9c2673fa5cc162dc69d6f90ccc34315a7008ab5888c70ff76a41ed
[INFO] running `Command { std: "docker" "start" "-a" "156da7fe0d9c2673fa5cc162dc69d6f90ccc34315a7008ab5888c70ff76a41ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "156da7fe0d9c2673fa5cc162dc69d6f90ccc34315a7008ab5888c70ff76a41ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "156da7fe0d9c2673fa5cc162dc69d6f90ccc34315a7008ab5888c70ff76a41ed", kill_on_drop: false }`
[INFO] [stdout] 156da7fe0d9c2673fa5cc162dc69d6f90ccc34315a7008ab5888c70ff76a41ed
[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] cbd6a4157399e7b04342104386b0bf8ac227f6409f9bfe0bb8c4f8a6ad938ddf
[INFO] running `Command { std: "docker" "start" "-a" "cbd6a4157399e7b04342104386b0bf8ac227f6409f9bfe0bb8c4f8a6ad938ddf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling relative-path v1.9.0
[INFO] [stderr]     Checking glam v0.23.0
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking thousands v0.2.0
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking range-ext v0.3.0
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking ranges v0.3.3
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking mintex v0.1.2
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking nom_locate v4.2.0
[INFO] [stderr]     Checking valence_math v0.2.0-alpha.1+mc.1.20.1
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking rstest v0.18.2
[INFO] [stderr]     Checking dhat v0.3.2
[INFO] [stderr]     Checking aoc-in-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/day11.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Galaxy(usize), // id
[INFO] [stdout]   |     ------ ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Item` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     Galaxy(usize), // id
[INFO] [stdout] 9 +     Galaxy(()), // id
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day18.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parse_instruction(input: &str) -> IResult<&str, Instruction> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 38 | fn parse_instruction(input: &str) -> IResult<&str, Instruction<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn all(input: &str) -> IResult<&str, (Vec<Workflow>, Vec<Part>)> {
[INFO] [stdout]     |                       ^^^^             ^^^^       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[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] 110 |     pub fn all(input: &str) -> IResult<&str, (Vec<Workflow<'_>>, Vec<Part>)> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn workflows(input: &str) -> IResult<&str, Vec<Workflow>> {
[INFO] [stdout]     |                             ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 144 |     pub fn workflows(input: &str) -> IResult<&str, Vec<Workflow<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn workflow(input: &str) -> IResult<&str, Workflow> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is elided here
[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] 149 |     fn workflow(input: &str) -> IResult<&str, Workflow<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:156:21
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn rules(input: &str) -> IResult<&str, Vec<Rule>> {
[INFO] [stdout]     |                     ^^^^             ^^^^      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[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] 156 |     fn rules(input: &str) -> IResult<&str, Vec<Rule<'_>>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn rule(input: &str) -> IResult<&str, Rule> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[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] 161 |     fn rule(input: &str) -> IResult<&str, Rule<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day20.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn parse(input: &str) -> IResult<&str, HashMap<String, Module>> {
[INFO] [stdout]     |                         ^^^^             ^^^^                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[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] 300 |     pub fn parse(input: &str) -> IResult<&str, HashMap<String, Module<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day20.rs:353:22
[INFO] [stdout]     |
[INFO] [stdout] 353 |     fn module(input: &str) -> IResult<&str, Module> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[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] 353 |     fn module(input: &str) -> IResult<&str, Module<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `ControlFlow` that must be used
[INFO] [stdout]   --> src/day8.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | /         map.moves.iter().try_for_each(|m| {
[INFO] [stdout] 55 | |             if position.ends_with(end) {
[INFO] [stdout] 56 | |                 return ControlFlow::Break(());
[INFO] [stdout] ...  |
[INFO] [stdout] 69 | |             ControlFlow::Continue(())
[INFO] [stdout] 70 | |         });
[INFO] [stdout]    | |__________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let _ = map.moves.iter().try_for_each(|m| {
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day8.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn parse(input: &str) -> IResult<&str, Map> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[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] 40 |     pub fn parse(input: &str) -> IResult<&str, Map<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/day11.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Galaxy(usize), // id
[INFO] [stdout]   |     ------ ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Item` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     Galaxy(usize), // id
[INFO] [stdout] 9 +     Galaxy(()), // id
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day18.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parse_instruction(input: &str) -> IResult<&str, Instruction> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 38 | fn parse_instruction(input: &str) -> IResult<&str, Instruction<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn all(input: &str) -> IResult<&str, (Vec<Workflow>, Vec<Part>)> {
[INFO] [stdout]     |                       ^^^^             ^^^^       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[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] 110 |     pub fn all(input: &str) -> IResult<&str, (Vec<Workflow<'_>>, Vec<Part>)> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn workflows(input: &str) -> IResult<&str, Vec<Workflow>> {
[INFO] [stdout]     |                             ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 144 |     pub fn workflows(input: &str) -> IResult<&str, Vec<Workflow<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn workflow(input: &str) -> IResult<&str, Workflow> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is elided here
[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] 149 |     fn workflow(input: &str) -> IResult<&str, Workflow<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:156:21
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn rules(input: &str) -> IResult<&str, Vec<Rule>> {
[INFO] [stdout]     |                     ^^^^             ^^^^      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[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] 156 |     fn rules(input: &str) -> IResult<&str, Vec<Rule<'_>>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day19.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn rule(input: &str) -> IResult<&str, Rule> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[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] 161 |     fn rule(input: &str) -> IResult<&str, Rule<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day20.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn parse(input: &str) -> IResult<&str, HashMap<String, Module>> {
[INFO] [stdout]     |                         ^^^^             ^^^^                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[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] 300 |     pub fn parse(input: &str) -> IResult<&str, HashMap<String, Module<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day20.rs:353:22
[INFO] [stdout]     |
[INFO] [stdout] 353 |     fn module(input: &str) -> IResult<&str, Module> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[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] 353 |     fn module(input: &str) -> IResult<&str, Module<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `ControlFlow` that must be used
[INFO] [stdout]   --> src/day8.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | /         map.moves.iter().try_for_each(|m| {
[INFO] [stdout] 55 | |             if position.ends_with(end) {
[INFO] [stdout] 56 | |                 return ControlFlow::Break(());
[INFO] [stdout] ...  |
[INFO] [stdout] 69 | |             ControlFlow::Continue(())
[INFO] [stdout] 70 | |         });
[INFO] [stdout]    | |__________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let _ = map.moves.iter().try_for_each(|m| {
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day8.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn parse(input: &str) -> IResult<&str, Map> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[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] 40 |     pub fn parse(input: &str) -> IResult<&str, Map<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.53s
[INFO] running `Command { std: "docker" "inspect" "cbd6a4157399e7b04342104386b0bf8ac227f6409f9bfe0bb8c4f8a6ad938ddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbd6a4157399e7b04342104386b0bf8ac227f6409f9bfe0bb8c4f8a6ad938ddf", kill_on_drop: false }`
[INFO] [stdout] cbd6a4157399e7b04342104386b0bf8ac227f6409f9bfe0bb8c4f8a6ad938ddf
