[INFO] cloning repository https://github.com/DnMllr/advent-of-code-2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DnMllr/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDnMllr%2Fadvent-of-code-2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDnMllr%2Fadvent-of-code-2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a99689b029862881175a736adca342278514709d
[INFO] checking DnMllr/advent-of-code-2021 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDnMllr%2Fadvent-of-code-2021" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DnMllr/advent-of-code-2021
[INFO] finished tweaking git repo https://github.com/DnMllr/advent-of-code-2021
[INFO] tweaked toml for git repo https://github.com/DnMllr/advent-of-code-2021 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DnMllr/advent-of-code-2021 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DnMllr/advent-of-code-2021 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c45a11e532ed6b94e14c129093fa82d68ca53698293eddf518c85d1052de2f83
[INFO] running `Command { std: "docker" "start" "-a" "c45a11e532ed6b94e14c129093fa82d68ca53698293eddf518c85d1052de2f83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c45a11e532ed6b94e14c129093fa82d68ca53698293eddf518c85d1052de2f83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c45a11e532ed6b94e14c129093fa82d68ca53698293eddf518c85d1052de2f83", kill_on_drop: false }`
[INFO] [stdout] c45a11e532ed6b94e14c129093fa82d68ca53698293eddf518c85d1052de2f83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e398de1463a4fee263acf49f43daf8709fc32e5b528b60ab942494a1cd32f621
[INFO] running `Command { std: "docker" "start" "-a" "e398de1463a4fee263acf49f43daf8709fc32e5b528b60ab942494a1cd32f621", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking owo-colors v1.3.0
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]     Checking bit-iter v1.1.0
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking bit-vec v0.5.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking dashmap v5.0.0
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]     Checking partitions v0.2.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling clap_derive v3.0.0-rc.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking tracing-error v0.1.2
[INFO] [stderr]     Checking structopt v0.3.25
[INFO] [stderr]     Checking color-spantrace v0.1.6
[INFO] [stderr]     Checking color-eyre v0.5.11
[INFO] [stderr]     Checking clap v3.0.0-rc.4
[INFO] [stderr]     Checking day01 v0.1.0 (/opt/rustwide/workdir/days/day01)
[INFO] [stderr]     Checking day03 v0.1.0 (/opt/rustwide/workdir/days/day03)
[INFO] [stderr]     Checking day07 v0.1.0 (/opt/rustwide/workdir/days/day07)
[INFO] [stderr]     Checking day02 v0.1.0 (/opt/rustwide/workdir/days/day02)
[INFO] [stderr]     Checking day05 v0.1.0 (/opt/rustwide/workdir/days/day05)
[INFO] [stderr]     Checking day06 v0.1.0 (/opt/rustwide/workdir/days/day06)
[INFO] [stderr]     Checking day04 v0.1.0 (/opt/rustwide/workdir/days/day04)
[INFO] [stderr]     Checking day08 v0.1.0 (/opt/rustwide/workdir/days/day08)
[INFO] [stderr]     Checking day13 v0.1.0 (/opt/rustwide/workdir/days/day13)
[INFO] [stderr]     Checking day10 v0.1.0 (/opt/rustwide/workdir/days/day10)
[INFO] [stderr]     Checking day09 v0.1.0 (/opt/rustwide/workdir/days/day09)
[INFO] [stderr]     Checking day11 v0.1.0 (/opt/rustwide/workdir/days/day11)
[INFO] [stderr]     Checking day14 v0.1.0 (/opt/rustwide/workdir/days/day14)
[INFO] [stderr]     Checking day15 v0.1.0 (/opt/rustwide/workdir/days/day15)
[INFO] [stderr]     Checking day12 v0.1.0 (/opt/rustwide/workdir/days/day12)
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day15/src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     #[clap()]
[INFO] [stdout] 18 | |     /// Path to the file that contains the input.
[INFO] [stdout] 19 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day13/src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | /     #[clap()]
[INFO] [stdout] 13 | |     /// Path to the file that contains the input.
[INFO] [stdout] 14 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day10/src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     #[clap()]
[INFO] [stdout] 15 | |     /// Path to the file that contains the input.
[INFO] [stdout] 16 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day15` (bin "day15" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `day13` (bin "day13") due to 1 previous error
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day11/src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     #[clap()]
[INFO] [stdout] 12 | |     /// Path to the file that contains the input.
[INFO] [stdout] 13 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day10` (bin "day10" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day11` (bin "day11") due to 1 previous error
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day14/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     #[clap()]
[INFO] [stdout] 14 | |     /// Path to the file that contains the input.
[INFO] [stdout] 15 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day14/src/parser.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> Result<Input, 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] 18 | pub fn parse(input: &str) -> Result<Input<'_>, ParseError> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day14/src/parser.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn full_file(input: &str) -> IResult<&str, File> {
[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] 30 | fn full_file(input: &str) -> IResult<&str, File<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day14` (bin "day14") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day15/src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     #[clap()]
[INFO] [stdout] 18 | |     /// Path to the file that contains the input.
[INFO] [stdout] 19 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day12/src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     #[clap()]
[INFO] [stdout] 15 | |     /// Path to the file that contains the input.
[INFO] [stdout] 16 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day12/src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     #[clap()]
[INFO] [stdout] 15 | |     /// Path to the file that contains the input.
[INFO] [stdout] 16 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day12` (bin "day12" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day15` (bin "day15") due to 1 previous error
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day11/src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     #[clap()]
[INFO] [stdout] 12 | |     /// Path to the file that contains the input.
[INFO] [stdout] 13 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day09/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     #[clap()]
[INFO] [stdout] 14 | |     /// Path to the file that contains the input.
[INFO] [stdout] 15 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day09/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     #[clap()]
[INFO] [stdout] 14 | |     /// Path to the file that contains the input.
[INFO] [stdout] 15 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day11` (bin "day11" test) due to 1 previous error
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/grid.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn basins(&self) -> AllSets<u8> {
[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] 38 |     pub fn basins(&self) -> AllSets<'_, u8> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/grid.rs:50:22
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn locations(&self) -> LocationIter {
[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] 50 |     pub fn locations(&self) -> LocationIter<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/grid.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn basins(&self) -> AllSets<u8> {
[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] 38 |     pub fn basins(&self) -> AllSets<'_, u8> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/location.rs:86:26
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn deref_grid_with_y(&self, y: usize) -> Option<Location> {
[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] 86 |     fn deref_grid_with_y(&self, y: usize) -> Option<Location<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/location.rs:92:26
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn deref_grid_with_x(&self, x: usize) -> Option<Location> {
[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] 92 |     fn deref_grid_with_x(&self, x: usize) -> Option<Location<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/grid.rs:50:22
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn locations(&self) -> LocationIter {
[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] 50 |     pub fn locations(&self) -> LocationIter<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/location.rs:86:26
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn deref_grid_with_y(&self, y: usize) -> Option<Location> {
[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] 86 |     fn deref_grid_with_y(&self, y: usize) -> Option<Location<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day09/src/location.rs:92:26
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn deref_grid_with_x(&self, x: usize) -> Option<Location> {
[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] 92 |     fn deref_grid_with_x(&self, x: usize) -> Option<Location<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day08/src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     #[clap()]
[INFO] [stdout] 23 | |     /// Path to the file that contains the input.
[INFO] [stdout] 24 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add(&mut self, pattern: Pattern) -> Option<Solution> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add(&mut self, pattern: Pattern) -> Option<Solution<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:89:32
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn return_solution_if_done(&mut self) -> Option<Solution> {
[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] 89 |     fn return_solution_if_done(&mut self) -> Option<Solution<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn solution(&mut self) -> Solution {
[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] 96 |     fn solution(&mut self) -> Solution<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day14/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     #[clap()]
[INFO] [stdout] 14 | |     /// Path to the file that contains the input.
[INFO] [stdout] 15 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day10/src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     #[clap()]
[INFO] [stdout] 15 | |     /// Path to the file that contains the input.
[INFO] [stdout] 16 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day12` (bin "day12") due to 1 previous error
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day14/src/parser.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> Result<Input, 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] 18 | pub fn parse(input: &str) -> Result<Input<'_>, ParseError> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day09` (bin "day09" test) due to 1 previous error; 4 warnings emitted
[INFO] [stderr] error: could not compile `day08` (bin "day08" test) due to 1 previous error; 3 warnings emitted
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day14/src/parser.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn full_file(input: &str) -> IResult<&str, File> {
[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] 30 | fn full_file(input: &str) -> IResult<&str, File<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day09` (bin "day09") due to 1 previous error; 4 warnings emitted
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day13/src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | /     #[clap()]
[INFO] [stdout] 13 | |     /// Path to the file that contains the input.
[INFO] [stdout] 14 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day10` (bin "day10") due to 1 previous error
[INFO] [stderr] error: could not compile `day14` (bin "day14" test) due to 1 previous error; 2 warnings emitted
[INFO] [stderr] error: could not compile `day13` (bin "day13" test) due to 1 previous error
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> days/day08/src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     #[clap()]
[INFO] [stdout] 23 | |     /// Path to the file that contains the input.
[INFO] [stdout] 24 | |     input: PathBuf,
[INFO] [stdout]    | |__________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add(&mut self, pattern: Pattern) -> Option<Solution> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add(&mut self, pattern: Pattern) -> Option<Solution<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:89:32
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn return_solution_if_done(&mut self) -> Option<Solution> {
[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] 89 |     fn return_solution_if_done(&mut self) -> Option<Solution<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> days/day08/src/model.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn solution(&mut self) -> Solution {
[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] 96 |     fn solution(&mut self) -> Solution<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day08` (bin "day08") due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e398de1463a4fee263acf49f43daf8709fc32e5b528b60ab942494a1cd32f621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e398de1463a4fee263acf49f43daf8709fc32e5b528b60ab942494a1cd32f621", kill_on_drop: false }`
[INFO] [stdout] e398de1463a4fee263acf49f43daf8709fc32e5b528b60ab942494a1cd32f621
