[INFO] cloning repository https://github.com/rfsmi/adventofcode-2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rfsmi/adventofcode-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frfsmi%2Fadventofcode-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frfsmi%2Fadventofcode-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3cdf592a61c3de3b11776ccb2cdc5dd8f05aa681
[INFO] checking rfsmi/adventofcode-2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frfsmi%2Fadventofcode-2022" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rfsmi/adventofcode-2022
[INFO] finished tweaking git repo https://github.com/rfsmi/adventofcode-2022
[INFO] tweaked toml for git repo https://github.com/rfsmi/adventofcode-2022 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rfsmi/adventofcode-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/rfsmi/adventofcode-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]  Downloading crates ...
[INFO] [stderr]   Downloaded rustix v0.36.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f84ecfe0927ebbf92483a9cc010986c663482083271ce21eceda45bdc25dc280
[INFO] running `Command { std: "docker" "start" "-a" "f84ecfe0927ebbf92483a9cc010986c663482083271ce21eceda45bdc25dc280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f84ecfe0927ebbf92483a9cc010986c663482083271ce21eceda45bdc25dc280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f84ecfe0927ebbf92483a9cc010986c663482083271ce21eceda45bdc25dc280", kill_on_drop: false }`
[INFO] [stdout] f84ecfe0927ebbf92483a9cc010986c663482083271ce21eceda45bdc25dc280
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16bb38a1048b35b6e54c60332f205a537728ecb3dbff3e4fbc8ab3d8b3d2f2d6
[INFO] running `Command { std: "docker" "start" "-a" "16bb38a1048b35b6e54c60332f205a537728ecb3dbff3e4fbc8ab3d8b3d2f2d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking itertools v0.10.5
[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 clap_derive v4.0.21
[INFO] [stderr]     Checking clap v4.0.29
[INFO] [stderr]     Checking adventofcode-2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/day14.rs:45:64
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| ((x, y))).collect_vec(),
[INFO] [stdout]    |                                                                ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| ((x, y))).collect_vec(),
[INFO] [stdout] 45 +             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| (x, y) ).collect_vec(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/day14.rs:45:64
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| ((x, y))).collect_vec(),
[INFO] [stdout]    |                                                                ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| ((x, y))).collect_vec(),
[INFO] [stdout] 45 +             Line::Horizontal((x1, x2), y) => (x1..=x2).map(|x| (x, y) ).collect_vec(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day16.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn parse(input: &str) -> impl Iterator<Item = Valve> + '_ {
[INFO] [stdout]     |                 ^^^^                          ^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                             |
[INFO] [stdout]     |                 |                             the same lifetime is hidden 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] 211 | fn parse(input: &str) -> impl Iterator<Item = Valve<'_>> + '_ {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day21.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse(input: &str) -> impl Iterator<Item = (&str, Monkey)> {
[INFO] [stdout]     |                 ^^^^                           ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                              |
[INFO] [stdout]     |                 |                              the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse(input: &str) -> impl Iterator<Item = (&str, Monkey<'_>)> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/day9.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | trait SnakeLike {
[INFO] [stdout]    |       --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn to_string(&self) -> String;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[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]    --> src/day16.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn parse(input: &str) -> impl Iterator<Item = Valve> + '_ {
[INFO] [stdout]     |                 ^^^^                          ^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                             |
[INFO] [stdout]     |                 |                             the same lifetime is hidden 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] 211 | fn parse(input: &str) -> impl Iterator<Item = Valve<'_>> + '_ {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day21.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse(input: &str) -> impl Iterator<Item = (&str, Monkey)> {
[INFO] [stdout]     |                 ^^^^                           ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                              |
[INFO] [stdout]     |                 |                              the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse(input: &str) -> impl Iterator<Item = (&str, Monkey<'_>)> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.29s
[INFO] running `Command { std: "docker" "inspect" "16bb38a1048b35b6e54c60332f205a537728ecb3dbff3e4fbc8ab3d8b3d2f2d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16bb38a1048b35b6e54c60332f205a537728ecb3dbff3e4fbc8ab3d8b3d2f2d6", kill_on_drop: false }`
[INFO] [stdout] 16bb38a1048b35b6e54c60332f205a537728ecb3dbff3e4fbc8ab3d8b3d2f2d6
