[INFO] cloning repository https://github.com/idanarye/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/idanarye/aoc-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidanarye%2Faoc-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidanarye%2Faoc-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0838ad02b7ba4494c6d519dfc07ad743eaa1ec3b
[INFO] checking idanarye/aoc-2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidanarye%2Faoc-2022" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/idanarye/aoc-2022
[INFO] finished tweaking git repo https://github.com/idanarye/aoc-2022
[INFO] tweaked toml for git repo https://github.com/idanarye/aoc-2022 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/idanarye/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/idanarye/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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num v0.4.0
[INFO] [stderr]   Downloaded num-complex v0.4.2
[INFO] [stderr]   Downloaded enumflags2_derive v0.7.4
[INFO] [stderr]   Downloaded enumflags2 v0.7.5
[INFO] [stderr]   Downloaded is-terminal v0.4.1
[INFO] [stderr]   Downloaded aoc-main v0.5.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.78
[INFO] [stderr]   Downloaded attohttpc v0.24.0
[INFO] [stderr]   Downloaded cc v1.0.77
[INFO] [stderr]   Downloaded clap v4.0.29
[INFO] [stderr]   Downloaded regex v1.7.0
[INFO] [stderr]   Downloaded openssl v0.10.43
[INFO] [stderr]   Downloaded syn v1.0.105
[INFO] [stderr]   Downloaded rustix v0.36.5
[INFO] [stderr]   Downloaded libc v0.2.138
[INFO] [stderr]   Downloaded linux-raw-sys v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 01225325593d63b319a802723c343644ed2e53bdcc82bec78c21fa5aed7b2286
[INFO] running `Command { std: "docker" "start" "-a" "01225325593d63b319a802723c343644ed2e53bdcc82bec78c21fa5aed7b2286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01225325593d63b319a802723c343644ed2e53bdcc82bec78c21fa5aed7b2286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01225325593d63b319a802723c343644ed2e53bdcc82bec78c21fa5aed7b2286", kill_on_drop: false }`
[INFO] [stdout] 01225325593d63b319a802723c343644ed2e53bdcc82bec78c21fa5aed7b2286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 91f2cc97b25cac56c0c2a1dc8aaf2522d7bf2a2839c707f953de53daa4f9d9e3
[INFO] running `Command { std: "docker" "start" "-a" "91f2cc97b25cac56c0c2a1dc8aaf2522d7bf2a2839c707f953de53daa4f9d9e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling openssl v0.10.43
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling ahash v0.8.2
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking hashbrown v0.13.1
[INFO] [stderr]     Checking is-terminal v0.4.1
[INFO] [stderr]     Checking clap v4.0.29
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.4
[INFO] [stderr]     Checking enumflags2 v0.7.5
[INFO] [stderr]     Checking attohttpc v0.24.0
[INFO] [stderr]     Checking aoc-main v0.5.0
[INFO] [stderr]     Checking aoc-2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day16.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn start_route(&self, start_from: usize, num_participants: usize) -> Route {
[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] 123 |     fn start_route(&self, start_from: usize, num_participants: usize) -> Route<'_> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day24.rs:206:20
[INFO] [stdout]     |
[INFO] [stdout] 206 |     fn with_elf_at(&self, pos: Coord) -> WindStateWithElf {
[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] 206 |     fn with_elf_at(&self, pos: Coord) -> WindStateWithElf<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day16.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn start_route(&self, start_from: usize, num_participants: usize) -> Route {
[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] 123 |     fn start_route(&self, start_from: usize, num_participants: usize) -> Route<'_> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day24.rs:206:20
[INFO] [stdout]     |
[INFO] [stdout] 206 |     fn with_elf_at(&self, pos: Coord) -> WindStateWithElf {
[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] 206 |     fn with_elf_at(&self, pos: Coord) -> WindStateWithElf<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.43
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "91f2cc97b25cac56c0c2a1dc8aaf2522d7bf2a2839c707f953de53daa4f9d9e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91f2cc97b25cac56c0c2a1dc8aaf2522d7bf2a2839c707f953de53daa4f9d9e3", kill_on_drop: false }`
[INFO] [stdout] 91f2cc97b25cac56c0c2a1dc8aaf2522d7bf2a2839c707f953de53daa4f9d9e3
