[INFO] cloning repository https://github.com/mantljosh/aoc-2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mantljosh/aoc-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmantljosh%2Faoc-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmantljosh%2Faoc-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e6b0fac4d9552fcddccc60b3d83e8f2b08958b8b
[INFO] checking mantljosh/aoc-2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmantljosh%2Faoc-2022" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mantljosh/aoc-2022
[INFO] finished tweaking git repo https://github.com/mantljosh/aoc-2022
[INFO] tweaked toml for git repo https://github.com/mantljosh/aoc-2022 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mantljosh/aoc-2022 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mantljosh/aoc-2022 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom-bufreader v0.2.0
[INFO] [stderr]   Downloaded indoc v1.0.7
[INFO] [stderr]   Downloaded critical-section v1.1.1
[INFO] [stderr]   Downloaded is-terminal v0.4.1
[INFO] [stderr]   Downloaded clap v4.0.29
[INFO] [stderr]   Downloaded rustix v0.36.4
[INFO] [stderr]   Downloaded linux-raw-sys v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 039c16f276656e0a5e4e31bceb6b89700c9e69c925aebef8a39251f819d7c737
[INFO] running `Command { std: "docker" "start" "-a" "039c16f276656e0a5e4e31bceb6b89700c9e69c925aebef8a39251f819d7c737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "039c16f276656e0a5e4e31bceb6b89700c9e69c925aebef8a39251f819d7c737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "039c16f276656e0a5e4e31bceb6b89700c9e69c925aebef8a39251f819d7c737", kill_on_drop: false }`
[INFO] [stdout] 039c16f276656e0a5e4e31bceb6b89700c9e69c925aebef8a39251f819d7c737
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 568a2eac31365accba4377cc4e18b32538f558d7d66e9602b8e6e071e565ed19
[INFO] running `Command { std: "docker" "start" "-a" "568a2eac31365accba4377cc4e18b32538f558d7d66e9602b8e6e071e565ed19", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling semver v1.0.14
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling rustix v0.36.4
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]     Checking linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling async-trait v0.1.59
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling indoc v1.0.7
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking is-terminal v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]     Checking clap v4.0.29
[INFO] [stderr]     Checking futures-executor v0.3.25
[INFO] [stderr]     Checking futures v0.3.25
[INFO] [stderr]     Checking nom-bufreader v0.2.0
[INFO] [stderr]     Checking aoc-2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `thread::current`
[INFO] [stdout]  --> src/day_eight.rs:1:45
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::Index, thread::current};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iter::Map`
[INFO] [stdout]  --> src/limit_heap.rs:1:50
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{cmp::Reverse, collections::BinaryHeap, iter::Map};
[INFO] [stdout]   |                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thread::current`
[INFO] [stdout]  --> src/day_eight.rs:1:45
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::Index, thread::current};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iter::Map`
[INFO] [stdout]  --> src/limit_heap.rs:1:50
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{cmp::Reverse, collections::BinaryHeap, iter::Map};
[INFO] [stdout]   |                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_file(input: &str) -> IResult<&str, Filesystem> {
[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] 25 | fn parse_file(input: &str) -> IResult<&str, Filesystem<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:39:27
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_directory(input: &str) -> IResult<&str, Filesystem> {
[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] 39 | fn parse_directory(input: &str) -> IResult<&str, Filesystem<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn children(&self) -> impl Iterator<Item = &Filesystem> {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^^^^^
[INFO] [stdout]    |                 |                              ||
[INFO] [stdout]    |                 |                              |the same lifetime is hidden 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] 70 |     fn children(&self) -> impl Iterator<Item = &Filesystem<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:79:50
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn iter(&'a self) -> Box<dyn Iterator<Item = &Filesystem> + 'a> {
[INFO] [stdout]    |              --                                  ^^^^^^^^^^^
[INFO] [stdout]    |              |                                   ||
[INFO] [stdout]    |              |                                   |the same lifetime is hidden here
[INFO] [stdout]    |              the lifetime is named here          the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn iter(&'a self) -> Box<dyn Iterator<Item = &'a Filesystem<'a>> + 'a> {
[INFO] [stdout]    |                                                   ++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_file(input: &str) -> IResult<&str, Filesystem> {
[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] 25 | fn parse_file(input: &str) -> IResult<&str, Filesystem<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:39:27
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_directory(input: &str) -> IResult<&str, Filesystem> {
[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] 39 | fn parse_directory(input: &str) -> IResult<&str, Filesystem<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn children(&self) -> impl Iterator<Item = &Filesystem> {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^^^^^
[INFO] [stdout]    |                 |                              ||
[INFO] [stdout]    |                 |                              |the same lifetime is hidden 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] 70 |     fn children(&self) -> impl Iterator<Item = &Filesystem<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/day_seven.rs:79:50
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn iter(&'a self) -> Box<dyn Iterator<Item = &Filesystem> + 'a> {
[INFO] [stdout]    |              --                                  ^^^^^^^^^^^
[INFO] [stdout]    |              |                                   ||
[INFO] [stdout]    |              |                                   |the same lifetime is hidden here
[INFO] [stdout]    |              the lifetime is named here          the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn iter(&'a self) -> Box<dyn Iterator<Item = &'a Filesystem<'a>> + 'a> {
[INFO] [stdout]    |                                                   ++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.09s
[INFO] running `Command { std: "docker" "inspect" "568a2eac31365accba4377cc4e18b32538f558d7d66e9602b8e6e071e565ed19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "568a2eac31365accba4377cc4e18b32538f558d7d66e9602b8e6e071e565ed19", kill_on_drop: false }`
[INFO] [stdout] 568a2eac31365accba4377cc4e18b32538f558d7d66e9602b8e6e071e565ed19
