[INFO] cloning repository https://github.com/davaxe/AdventOfCode2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davaxe/AdventOfCode2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavaxe%2FAdventOfCode2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavaxe%2FAdventOfCode2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 87b7dd7d0d3cce3cfd041a19d407d7dca5881820
[INFO] testing davaxe/AdventOfCode2023 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavaxe%2FAdventOfCode2023" "/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/davaxe/AdventOfCode2023
[INFO] finished tweaking git repo https://github.com/davaxe/AdventOfCode2023
[INFO] tweaked toml for git repo https://github.com/davaxe/AdventOfCode2023 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/davaxe/AdventOfCode2023 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/davaxe/AdventOfCode2023 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b22fbbae1a04fe690940f1dbdd25051c25a6c26988de481cadb816590d440185
[INFO] running `Command { std: "docker" "start" "-a" "b22fbbae1a04fe690940f1dbdd25051c25a6c26988de481cadb816590d440185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b22fbbae1a04fe690940f1dbdd25051c25a6c26988de481cadb816590d440185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b22fbbae1a04fe690940f1dbdd25051c25a6c26988de481cadb816590d440185", kill_on_drop: false }`
[INFO] [stdout] b22fbbae1a04fe690940f1dbdd25051c25a6c26988de481cadb816590d440185
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cc6a0321276793651a18088ea374bf4b69005e8958bce3a4ff69d0966ffd55e
[INFO] running `Command { std: "docker" "start" "-a" "2cc6a0321276793651a18088ea374bf4b69005e8958bce3a4ff69d0966ffd55e", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16)
[INFO] [stderr]    Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01)
[INFO] [stderr]    Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit, StrDigit)> {
[INFO] [stdout]    |                ^^^^                                                 ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                                                    |
[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] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit<'_>, StrDigit<'_>)> {
[INFO] [stdout]    |                                                                             ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn str_digit(input: &str, index: usize) -> Option<StrDigit> {
[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 | fn str_digit(input: &str, index: usize) -> Option<StrDigit<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07)
[INFO] [stderr]    Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09)
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling day15 v0.1.0 (/opt/rustwide/workdir/day15)
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day17 v0.1.0 (/opt/rustwide/workdir/day17)
[INFO] [stderr]    Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18)
[INFO] [stderr]    Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08)
[INFO] [stderr]    Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13)
[INFO] [stderr]    Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19)
[INFO] [stderr]    Compiling day20 v0.1.0 (/opt/rustwide/workdir/day20)
[INFO] [stderr]    Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04)
[INFO] [stdout] warning: field `start` is never read
[INFO] [stdout]   --> day08/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Node<'a> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 15 |     pub start: &'a str,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Node` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn instructions(input: &str) -> IResult<&str, Instructions> {
[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] 20 | fn instructions(input: &str) -> IResult<&str, Instructions<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn node(input: &str) -> IResult<&str, (&str, Node)> {
[INFO] [stdout]    |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |      |
[INFO] [stdout]    |                |                |      the same lifetime is elided here
[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 node(input: &str) -> IResult<&str, (&str, Node<'_>)> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node>> {
[INFO] [stdout]    |                 ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |             |
[INFO] [stdout]    |                 |                |             the same lifetime is elided here
[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 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node>, Instructions)> {
[INFO] [stdout]    |                   ^^^^             ^^^^           ^^^^  ^^^^   ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              |     |
[INFO] [stdout]    |                   |                |              |     the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              the same lifetime is elided here
[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] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node<'_>>, Instructions<'_>)> {
[INFO] [stdout]    |                                                             ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType> {
[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] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn module(input: &str) -> IResult<&str, (&str, Module)> {
[INFO] [stdout]    |                  ^^^^             ^^^^   ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |      |
[INFO] [stdout]    |                  |                |      the same lifetime is elided here
[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] 51 | fn module(input: &str) -> IResult<&str, (&str, Module<'_>)> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn modules(input: &str) -> IResult<&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 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] 69 | pub fn modules(input: &str) -> IResult<&str, HashMap<&str, Module<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:118:22
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn comparison(input: &str) -> IResult<&str, Comparison> {
[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] 118 | fn comparison(input: &str) -> IResult<&str, Comparison<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:136:16
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule)> {
[INFO] [stdout]     |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |      |
[INFO] [stdout]     |                |                |      the same lifetime is elided here
[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] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule<'_>)> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:152:21
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule>> {
[INFO] [stdout]     |                     ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |             |
[INFO] [stdout]     |                     |                |             the same lifetime is elided here
[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] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day18/src/parser.rs:49:27
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn 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] 49 | pub fn 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]   --> day18/src/parser.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<Instruction<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14)
[INFO] [stderr]    Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06)
[INFO] [stderr]    Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stdout] warning: fields `from` and `to` are never read
[INFO] [stdout]   --> day05/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct ConversionMap<'a> {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 15 |     pub from: &'a str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 16 |     pub to: &'a str,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConversionMap` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap> {
[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] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:65:27
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap>> {
[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] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap<'_>>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap>)> {
[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] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap<'_>>)> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.14s
[INFO] running `Command { std: "docker" "inspect" "2cc6a0321276793651a18088ea374bf4b69005e8958bce3a4ff69d0966ffd55e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cc6a0321276793651a18088ea374bf4b69005e8958bce3a4ff69d0966ffd55e", kill_on_drop: false }`
[INFO] [stdout] 2cc6a0321276793651a18088ea374bf4b69005e8958bce3a4ff69d0966ffd55e
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c710ac628ad6e928d9ff144db1f35a227c9b7f7442f553bf2dd261b99890ceba
[INFO] running `Command { std: "docker" "start" "-a" "c710ac628ad6e928d9ff144db1f35a227c9b7f7442f553bf2dd261b99890ceba", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:118:22
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn comparison(input: &str) -> IResult<&str, Comparison> {
[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] 118 | fn comparison(input: &str) -> IResult<&str, Comparison<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:136:16
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule)> {
[INFO] [stdout]     |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |      |
[INFO] [stdout]     |                |                |      the same lifetime is elided here
[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] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule<'_>)> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:152:21
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule>> {
[INFO] [stdout]     |                     ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |             |
[INFO] [stdout]     |                     |                |             the same lifetime is elided here
[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] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType> {
[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] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn module(input: &str) -> IResult<&str, (&str, Module)> {
[INFO] [stdout]    |                  ^^^^             ^^^^   ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |      |
[INFO] [stdout]    |                  |                |      the same lifetime is elided here
[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] 51 | fn module(input: &str) -> IResult<&str, (&str, Module<'_>)> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn modules(input: &str) -> IResult<&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 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] 69 | pub fn modules(input: &str) -> IResult<&str, HashMap<&str, Module<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day18/src/parser.rs:49:27
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn 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] 49 | pub fn 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]   --> day18/src/parser.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<Instruction<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start` is never read
[INFO] [stdout]   --> day08/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Node<'a> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 15 |     pub start: &'a str,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Node` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn instructions(input: &str) -> IResult<&str, Instructions> {
[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] 20 | fn instructions(input: &str) -> IResult<&str, Instructions<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn node(input: &str) -> IResult<&str, (&str, Node)> {
[INFO] [stdout]    |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |      |
[INFO] [stdout]    |                |                |      the same lifetime is elided here
[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 node(input: &str) -> IResult<&str, (&str, Node<'_>)> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node>> {
[INFO] [stdout]    |                 ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |             |
[INFO] [stdout]    |                 |                |             the same lifetime is elided here
[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 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node>, Instructions)> {
[INFO] [stdout]    |                   ^^^^             ^^^^           ^^^^  ^^^^   ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              |     |
[INFO] [stdout]    |                   |                |              |     the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              the same lifetime is elided here
[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] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node<'_>>, Instructions<'_>)> {
[INFO] [stdout]    |                                                             ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit, StrDigit)> {
[INFO] [stdout]    |                ^^^^                                                 ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                                                    |
[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] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit<'_>, StrDigit<'_>)> {
[INFO] [stdout]    |                                                                             ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn str_digit(input: &str, index: usize) -> Option<StrDigit> {
[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 | fn str_digit(input: &str, index: usize) -> Option<StrDigit<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day15 v0.1.0 (/opt/rustwide/workdir/day15)
[INFO] [stderr]    Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04)
[INFO] [stderr]    Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03)
[INFO] [stderr]    Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16)
[INFO] [stderr]    Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13)
[INFO] [stderr]    Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18)
[INFO] [stderr]    Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stdout] warning: fields `from` and `to` are never read
[INFO] [stdout]   --> day05/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct ConversionMap<'a> {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 15 |     pub from: &'a str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 16 |     pub to: &'a str,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConversionMap` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap> {
[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] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:65:27
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap>> {
[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] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap<'_>>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap>)> {
[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] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap<'_>>)> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day20 v0.1.0 (/opt/rustwide/workdir/day20)
[INFO] [stderr]    Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08)
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14)
[INFO] [stdout] warning: fields `from` and `to` are never read
[INFO] [stdout]   --> day05/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct ConversionMap<'a> {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 15 |     pub from: &'a str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 16 |     pub to: &'a str,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConversionMap` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap> {
[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] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:65:27
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap>> {
[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] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap<'_>>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day05/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap>)> {
[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] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap<'_>>)> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19)
[INFO] [stderr]    Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06)
[INFO] [stderr]    Compiling day17 v0.1.0 (/opt/rustwide/workdir/day17)
[INFO] [stderr]    Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07)
[INFO] [stdout] warning: field `start` is never read
[INFO] [stdout]   --> day08/src/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Node<'a> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 15 |     pub start: &'a str,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Node` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn instructions(input: &str) -> IResult<&str, Instructions> {
[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] 20 | fn instructions(input: &str) -> IResult<&str, Instructions<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn node(input: &str) -> IResult<&str, (&str, Node)> {
[INFO] [stdout]    |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |      |
[INFO] [stdout]    |                |                |      the same lifetime is elided here
[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 node(input: &str) -> IResult<&str, (&str, Node<'_>)> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node>> {
[INFO] [stdout]    |                 ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |             |
[INFO] [stdout]    |                 |                |             the same lifetime is elided here
[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 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day08/src/parser.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node>, Instructions)> {
[INFO] [stdout]    |                   ^^^^             ^^^^           ^^^^  ^^^^   ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              |     |
[INFO] [stdout]    |                   |                |              |     the same lifetime is hidden here
[INFO] [stdout]    |                   |                |              the same lifetime is elided here
[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] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node<'_>>, Instructions<'_>)> {
[INFO] [stdout]    |                                                             ++++               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType> {
[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] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn module(input: &str) -> IResult<&str, (&str, Module)> {
[INFO] [stdout]    |                  ^^^^             ^^^^   ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |      |
[INFO] [stdout]    |                  |                |      the same lifetime is elided here
[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] 51 | fn module(input: &str) -> IResult<&str, (&str, Module<'_>)> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day20/src/parser.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn modules(input: &str) -> IResult<&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 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] 69 | pub fn modules(input: &str) -> IResult<&str, HashMap<&str, Module<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day18/src/parser.rs:49:27
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn 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] 49 | pub fn 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]   --> day18/src/parser.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<Instruction<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:118:22
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn comparison(input: &str) -> IResult<&str, Comparison> {
[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] 118 | fn comparison(input: &str) -> IResult<&str, Comparison<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:136:16
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule)> {
[INFO] [stdout]     |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |      |
[INFO] [stdout]     |                |                |      the same lifetime is elided here
[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] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule<'_>)> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day19/src/parser.rs:152:21
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule>> {
[INFO] [stdout]     |                     ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |             |
[INFO] [stdout]     |                     |                |             the same lifetime is elided here
[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] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit, StrDigit)> {
[INFO] [stdout]    |                ^^^^                                                 ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                                                    |
[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] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit<'_>, StrDigit<'_>)> {
[INFO] [stdout]    |                                                                             ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day03/src/part2.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn str_digit(input: &str, index: usize) -> Option<StrDigit> {
[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 | fn str_digit(input: &str, index: usize) -> Option<StrDigit<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.53s
[INFO] running `Command { std: "docker" "inspect" "c710ac628ad6e928d9ff144db1f35a227c9b7f7442f553bf2dd261b99890ceba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c710ac628ad6e928d9ff144db1f35a227c9b7f7442f553bf2dd261b99890ceba", kill_on_drop: false }`
[INFO] [stdout] c710ac628ad6e928d9ff144db1f35a227c9b7f7442f553bf2dd261b99890ceba
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 818ca04333c9ddcd492d21e89099241bd26253bf204300d92841e21904695eac
[INFO] running `Command { std: "docker" "start" "-a" "818ca04333c9ddcd492d21e89099241bd26253bf204300d92841e21904695eac", kill_on_drop: false }`
[INFO] [stderr] warning: field `start` is never read
[INFO] [stderr]   --> day08/src/parser.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct Node<'a> {
[INFO] [stderr]    |            ---- field in this struct
[INFO] [stderr] 15 |     pub start: &'a str,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day08/src/parser.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 | fn instructions(input: &str) -> IResult<&str, Instructions> {
[INFO] [stderr]    |                        ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |                |
[INFO] [stderr]    |                        |                the same lifetime is elided here
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 | fn instructions(input: &str) -> IResult<&str, Instructions<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day08/src/parser.rs:30:16
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn node(input: &str) -> IResult<&str, (&str, Node)> {
[INFO] [stderr]    |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |                |      |
[INFO] [stderr]    |                |                |      the same lifetime is elided here
[INFO] [stderr]    |                |                the same lifetime is elided here
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn node(input: &str) -> IResult<&str, (&str, Node<'_>)> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day08/src/parser.rs:40:17
[INFO] [stderr]    |
[INFO] [stderr] 40 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node>> {
[INFO] [stderr]    |                 ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |                |             |
[INFO] [stderr]    |                 |                |             the same lifetime is elided here
[INFO] [stderr]    |                 |                the same lifetime is elided here
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 40 | fn nodes(input: &str) -> IResult<&str, HashMap<&str, Node<'_>>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day08/src/parser.rs:45:19
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node>, Instructions)> {
[INFO] [stderr]    |                   ^^^^             ^^^^           ^^^^  ^^^^   ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |                |              |     |
[INFO] [stderr]    |                   |                |              |     the same lifetime is hidden here
[INFO] [stderr]    |                   |                |              the same lifetime is elided here
[INFO] [stderr]    |                   |                the same lifetime is elided here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn map(input: &str) -> IResult<&str, (HashMap<&str, Node<'_>>, Instructions<'_>)> {
[INFO] [stderr]    |                                                             ++++               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day18/src/parser.rs:49:27
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub fn instruction(input: &str) -> IResult<&str, Instruction> {
[INFO] [stderr]    |                           ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                |
[INFO] [stderr]    |                           |                the same lifetime is elided here
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub fn instruction(input: &str) -> IResult<&str, Instruction<'_>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day18/src/parser.rs:63:28
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<Instruction>> {
[INFO] [stderr]    |                            ^^^^             ^^^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |                |
[INFO] [stderr]    |                            |                the same lifetime is elided here
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn instructions(input: &str) -> IResult<&str, Vec<Instruction<'_>>> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day20/src/parser.rs:36:23
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType> {
[INFO] [stderr]    |                       ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                |
[INFO] [stderr]    |                       |                the same lifetime is elided here
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn module_type(input: &str) -> IResult<&str, ModuleType<'_>> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day20/src/parser.rs:51:18
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn module(input: &str) -> IResult<&str, (&str, Module)> {
[INFO] [stderr]    |                  ^^^^             ^^^^   ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |                |      |
[INFO] [stderr]    |                  |                |      the same lifetime is elided here
[INFO] [stderr]    |                  |                the same lifetime is elided here
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn module(input: &str) -> IResult<&str, (&str, Module<'_>)> {
[INFO] [stderr]    |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day20/src/parser.rs:69:23
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub fn modules(input: &str) -> IResult<&str, HashMap<&str, Module>> {
[INFO] [stderr]    |                       ^^^^             ^^^^          ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                |             |
[INFO] [stderr]    |                       |                |             the same lifetime is elided here
[INFO] [stderr]    |                       |                the same lifetime is elided here
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub fn modules(input: &str) -> IResult<&str, HashMap<&str, Module<'_>>> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `day08` (lib) generated 5 warnings (run `cargo fix --lib -p day08` to apply 4 suggestions)
[INFO] [stderr] warning: `day18` (lib) generated 2 warnings (run `cargo fix --lib -p day18` to apply 2 suggestions)
[INFO] [stderr] warning: `day20` (lib) generated 3 warnings (run `cargo fix --lib -p day20` to apply 3 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> day19/src/parser.rs:118:22
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn comparison(input: &str) -> IResult<&str, Comparison> {
[INFO] [stderr]     |                      ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn comparison(input: &str) -> IResult<&str, Comparison<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> day19/src/parser.rs:136:16
[INFO] [stderr]     |
[INFO] [stderr] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule)> {
[INFO] [stderr]     |                ^^^^             ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |      |
[INFO] [stderr]     |                |                |      the same lifetime is elided here
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 136 | fn rule(input: &str) -> IResult<&str, (&str, Rule<'_>)> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> day19/src/parser.rs:152:21
[INFO] [stderr]     |
[INFO] [stderr] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule>> {
[INFO] [stderr]     |                     ^^^^             ^^^^          ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |             |
[INFO] [stderr]     |                     |                |             the same lifetime is elided here
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 152 | pub fn rules(input: &str) -> IResult<&str, HashMap<&str, Rule<'_>>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day03/src/part2.rs:30:16
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit, StrDigit)> {
[INFO] [stderr]    |                ^^^^                                                 ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |                                                    |
[INFO] [stderr]    |                the lifetime is elided here                          the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn gear(input: &str, star_index: usize, line_len: usize) -> Option<(StrDigit<'_>, StrDigit<'_>)> {
[INFO] [stderr]    |                                                                             ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day03/src/part2.rs:63:21
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn str_digit(input: &str, index: usize) -> Option<StrDigit> {
[INFO] [stderr]    |                     ^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn str_digit(input: &str, index: usize) -> Option<StrDigit<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `day19` (lib) generated 3 warnings (run `cargo fix --lib -p day19` to apply 3 suggestions)
[INFO] [stderr] warning: `day03` (lib) generated 2 warnings (run `cargo fix --lib -p day03` to apply 2 suggestions)
[INFO] [stderr] warning: fields `from` and `to` are never read
[INFO] [stderr]   --> day05/src/parser.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct ConversionMap<'a> {
[INFO] [stderr]    |            ------------- fields in this struct
[INFO] [stderr] 15 |     pub from: &'a str,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 16 |     pub to: &'a str,
[INFO] [stderr]    |         ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ConversionMap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day05/src/parser.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 | fn conversion_map(input: &str) -> IResult<&str, ConversionMap<'_>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day05/src/parser.rs:65:27
[INFO] [stderr]    |
[INFO] [stderr] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap>> {
[INFO] [stderr]    |                           ^^^^             ^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                |
[INFO] [stderr]    |                           |                the same lifetime is elided here
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 65 | fn conversion_maps(input: &str) -> IResult<&str, Vec<ConversionMap<'_>>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> day05/src/parser.rs:69:23
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap>)> {
[INFO] [stderr]    |                       ^^^^             ^^^^                  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                |
[INFO] [stderr]    |                       |                the same lifetime is elided here
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub fn almanac(input: &str) -> IResult<&str, (Vec<Seed>, Vec<ConversionMap<'_>>)> {
[INFO] [stderr]    |                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `day05` (lib) generated 4 warnings (run `cargo fix --lib -p day05` to apply 3 suggestions)
[INFO] [stderr] warning: `day05` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: `day19` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `day18` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `day20` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `day08` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `day03` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/day01-06df4526058450ec)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test part2::tests::test_task ... ok
[INFO] [stdout] test part1::tests::test_task ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day01-aefcb2d240578117)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/day02-f3e13bf2894ba914)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test part2::tests::test_task ... ok
[INFO] [stdout] test part1::tests::test_task ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day02-bf24c46e338ba5ca)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/day03-48878787622aaeb9)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test part2::tests::digit_test ... ok
[INFO] [stdout] test part1::tests::test_task ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p day03 --lib`
[INFO] [stdout] test part2::tests::test_task ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- part1::tests::test_task stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'part1::tests::test_task' (24) panicked at day03/src/part1.rs:65:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "4533"
[INFO] [stdout]  right: "4361"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58f45f0f4ba2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58f45f0f4ba2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58f45f0f4ba2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58f45f0f4ba2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58f45f104adf - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58f45f104adf - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58f45f0c2543 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58f45f0c2543 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58f45f0ce412 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58f45f0d2eef - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58f45f0d2d81 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58f45f095f4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x58f45f095f4e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58f45f0d34ff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x58f45f0d34ff - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58f45f0d335a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58f45f0ce549 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58f45f0b6e3d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58f45f10c3e0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58f45f10c283 - core::panicking::assert_failed_inner::hdcc703ae7c807131
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x58f45f06f584 - core::panicking::assert_failed::h8c5522b7f2c52ac8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x58f45f0709db - day03::part1::tests::test_task::h93e4cf1bb5c1b7b2
[INFO] [stdout]                                at /opt/rustwide/workdir/day03/src/part1.rs:65:9
[INFO] [stdout]   22:     0x58f45f070a37 - day03::part1::tests::test_task::{{closure}}::h05964a706ee5f602
[INFO] [stdout]                                at /opt/rustwide/workdir/day03/src/part1.rs:61:19
[INFO] [stdout]   23:     0x58f45f06e886 - core::ops::function::FnOnce::call_once::h7ea924254d6269b6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58f45f095d2b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58f45f095d2b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x58f45f0a9dad - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x58f45f0a9dad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x58f45f0a9dad - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x58f45f0a9dad - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x58f45f0a9dad - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58f45f0a9dad - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x58f45f0a9dad - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x58f45f0832c4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x58f45f0832c4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x58f45f086bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x58f45f086bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x58f45f086bfa - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x58f45f086bfa - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x58f45f086bfa - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58f45f086bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x58f45f086bfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58f45f0c994f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x58f45f0c994f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x759b8ea3caa4 - <unknown>
[INFO] [stdout]   45:     0x759b8eac9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- part2::tests::test_task stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'part2::tests::test_task' (26) panicked at day03/src/part2.rs:102:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "16345"
[INFO] [stdout]  right: "467835"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58f45f0f4ba2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58f45f0f4ba2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58f45f0f4ba2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58f45f0f4ba2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x58f45f104adf - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58f45f104adf - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58f45f0c2543 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58f45f0c2543 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58f45f0ce412 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58f45f0d2eef - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58f45f0d2d81 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58f45f095f4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x58f45f095f4e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58f45f0d34ff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x58f45f0d34ff - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58f45f0d335a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58f45f0ce549 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58f45f0b6e3d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58f45f10c3e0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58f45f10c283 - core::panicking::assert_failed_inner::hdcc703ae7c807131
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x58f45f06f584 - core::panicking::assert_failed::h8c5522b7f2c52ac8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x58f45f070f2b - day03::part2::tests::test_task::hd8cb5be87ac9d8e8
[INFO] [stdout]                                at /opt/rustwide/workdir/day03/src/part2.rs:102:9
[INFO] [stdout]   22:     0x58f45f070f87 - day03::part2::tests::test_task::{{closure}}::h1f09559a9a7d4c85
[INFO] [stdout]                                at /opt/rustwide/workdir/day03/src/part2.rs:98:19
[INFO] [stdout]   23:     0x58f45f06e746 - core::ops::function::FnOnce::call_once::h27a5d3da07f7b5af
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58f45f095d2b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58f45f095d2b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x58f45f0a9dad - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x58f45f0a9dad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x58f45f0a9dad - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x58f45f0a9dad - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x58f45f0a9dad - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58f45f0a9dad - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x58f45f0a9dad - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x58f45f0832c4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x58f45f0832c4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x58f45f086bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x58f45f086bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x58f45f086bfa - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x58f45f086bfa - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x58f45f086bfa - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58f45f086bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x58f45f086bfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58f45f0c994f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x58f45f0c994f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x759b8ea3caa4 - <unknown>
[INFO] [stdout]   45:     0x759b8eac9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     part1::tests::test_task
[INFO] [stdout]     part2::tests::test_task
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "818ca04333c9ddcd492d21e89099241bd26253bf204300d92841e21904695eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "818ca04333c9ddcd492d21e89099241bd26253bf204300d92841e21904695eac", kill_on_drop: false }`
[INFO] [stdout] 818ca04333c9ddcd492d21e89099241bd26253bf204300d92841e21904695eac
