[INFO] cloning repository https://github.com/RafeArnold/advent-of-code-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RafeArnold/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRafeArnold%2Fadvent-of-code-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRafeArnold%2Fadvent-of-code-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a70f937b72b47ab25e017262e6ffae80f37bfdb9
[INFO] checking RafeArnold/advent-of-code-2023 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRafeArnold%2Fadvent-of-code-2023" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RafeArnold/advent-of-code-2023
[INFO] finished tweaking git repo https://github.com/RafeArnold/advent-of-code-2023
[INFO] tweaked toml for git repo https://github.com/RafeArnold/advent-of-code-2023 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RafeArnold/advent-of-code-2023 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RafeArnold/advent-of-code-2023 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v1.0.51
[INFO] [stderr]   Downloaded cached_proc_macro v0.18.1
[INFO] [stderr]   Downloaded cached_proc_macro_types v0.1.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.71
[INFO] [stderr]   Downloaded thiserror v1.0.51
[INFO] [stderr]   Downloaded cached v0.46.1
[INFO] [stderr]   Downloaded syn v2.0.42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f7a467e3899cd4744c7ede38ece3f8a0446bd2794b09b8660981b8cfd8e007ac
[INFO] running `Command { std: "docker" "start" "-a" "f7a467e3899cd4744c7ede38ece3f8a0446bd2794b09b8660981b8cfd8e007ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7a467e3899cd4744c7ede38ece3f8a0446bd2794b09b8660981b8cfd8e007ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7a467e3899cd4744c7ede38ece3f8a0446bd2794b09b8660981b8cfd8e007ac", kill_on_drop: false }`
[INFO] [stdout] f7a467e3899cd4744c7ede38ece3f8a0446bd2794b09b8660981b8cfd8e007ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc0dd2332fab02a1aba67290c30432a8126913258b1a841afdc0057188b198f5
[INFO] running `Command { std: "docker" "start" "-a" "dc0dd2332fab02a1aba67290c30432a8126913258b1a841afdc0057188b198f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.0
[INFO] [stderr]     Checking day-21 v0.1.0 (/opt/rustwide/workdir/day-21)
[INFO] [stderr]     Checking day-20 v0.1.0 (/opt/rustwide/workdir/day-20)
[INFO] [stderr]     Checking day-2 v0.1.0 (/opt/rustwide/workdir/day-2)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day-20/src/main.rs:103:23
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn parse_input(input: &str) -> HashMap<&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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn parse_input(input: &str) -> HashMap<&str, Module<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day-20/src/main.rs:103:23
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn parse_input(input: &str) -> HashMap<&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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn parse_input(input: &str) -> HashMap<&str, Module<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day-22 v0.1.0 (/opt/rustwide/workdir/day-22)
[INFO] [stderr]     Checking day-17 v0.1.0 (/opt/rustwide/workdir/day-17)
[INFO] [stderr]     Checking day-19 v0.1.0 (/opt/rustwide/workdir/day-19)
[INFO] [stderr]     Checking day-5 v0.1.0 (/opt/rustwide/workdir/day-5)
[INFO] [stderr]     Checking day-18 v0.1.0 (/opt/rustwide/workdir/day-18)
[INFO] [stderr]     Checking day-10 v0.1.0 (/opt/rustwide/workdir/day-10)
[INFO] [stderr]     Checking day-14 v0.1.0 (/opt/rustwide/workdir/day-14)
[INFO] [stderr]     Checking day-7 v0.1.0 (/opt/rustwide/workdir/day-7)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_workflow(line: &str) -> (&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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_workflow(line: &str) -> (&str, Workflow<'_>) {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn parse_rule(rule: &str) -> Rule {
[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] 40 | fn parse_rule(rule: &str) -> Rule<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn parse_instruction(instruction: &str) -> Instruction {
[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] 70 | fn parse_instruction(instruction: &str) -> Instruction<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/part_1.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn parse_input(input: &str) -> (HashMap<&str, 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] 44 | fn parse_input(input: &str) -> (HashMap<&str, Workflow<'_>>, Vec<Part>) {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/part_2.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_input(input: &str) -> HashMap<&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] 61 | fn parse_input(input: &str) -> HashMap<&str, Workflow<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day-8 v0.1.0 (/opt/rustwide/workdir/day-8)
[INFO] [stderr]     Checking day-1 v0.1.0 (/opt/rustwide/workdir/day-1)
[INFO] [stderr]     Checking day-6 v0.1.0 (/opt/rustwide/workdir/day-6)
[INFO] [stderr]     Checking day-13 v0.1.0 (/opt/rustwide/workdir/day-13)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day-7/src/main.rs:241:14
[INFO] [stdout]     |
[INFO] [stdout] 241 |     ParseInt(ParseIntError),
[INFO] [stdout]     |     -------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseHandError` 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] 241 -     ParseInt(ParseIntError),
[INFO] [stdout] 241 +     ParseInt(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day-7/src/main.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |     UnrecognisedCard(u8),
[INFO] [stdout]     |     ---------------- ^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseHandError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[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] 242 -     UnrecognisedCard(u8),
[INFO] [stdout] 242 +     UnrecognisedCard(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day-16 v0.1.0 (/opt/rustwide/workdir/day-16)
[INFO] [stderr]     Checking day-15 v0.1.0 (/opt/rustwide/workdir/day-15)
[INFO] [stderr]     Checking day-11 v0.1.0 (/opt/rustwide/workdir/day-11)
[INFO] [stderr]     Checking day-9 v0.1.0 (/opt/rustwide/workdir/day-9)
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking day-4 v0.1.0 (/opt/rustwide/workdir/day-4)
[INFO] [stderr]     Checking day-3 v0.1.0 (/opt/rustwide/workdir/day-3)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_workflow(line: &str) -> (&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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_workflow(line: &str) -> (&str, Workflow<'_>) {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn parse_rule(rule: &str) -> Rule {
[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] 40 | fn parse_rule(rule: &str) -> Rule<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/common.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn parse_instruction(instruction: &str) -> Instruction {
[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] 70 | fn parse_instruction(instruction: &str) -> Instruction<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/part_1.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn parse_input(input: &str) -> (HashMap<&str, 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] 44 | fn parse_input(input: &str) -> (HashMap<&str, Workflow<'_>>, Vec<Part>) {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day-19/src/part_2.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_input(input: &str) -> HashMap<&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] 61 | fn parse_input(input: &str) -> HashMap<&str, Workflow<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day-7/src/main.rs:241:14
[INFO] [stdout]     |
[INFO] [stdout] 241 |     ParseInt(ParseIntError),
[INFO] [stdout]     |     -------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseHandError` 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] 241 -     ParseInt(ParseIntError),
[INFO] [stdout] 241 +     ParseInt(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day-7/src/main.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |     UnrecognisedCard(u8),
[INFO] [stdout]     |     ---------------- ^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseHandError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[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] 242 -     UnrecognisedCard(u8),
[INFO] [stdout] 242 +     UnrecognisedCard(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling cached_proc_macro v0.18.1
[INFO] [stderr]     Checking cached v0.46.1
[INFO] [stderr]     Checking day-12 v0.1.0 (/opt/rustwide/workdir/day-12)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
[INFO] running `Command { std: "docker" "inspect" "dc0dd2332fab02a1aba67290c30432a8126913258b1a841afdc0057188b198f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc0dd2332fab02a1aba67290c30432a8126913258b1a841afdc0057188b198f5", kill_on_drop: false }`
[INFO] [stdout] dc0dd2332fab02a1aba67290c30432a8126913258b1a841afdc0057188b198f5
