[INFO] cloning repository https://github.com/Magnesium38/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Magnesium38/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMagnesium38%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMagnesium38%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efee370df33a3aa00b1ab2a8a2b9350e033f24eb
[INFO] checking Magnesium38/advent-of-code against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMagnesium38%2Fadvent-of-code" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Magnesium38/advent-of-code
[INFO] finished tweaking git repo https://github.com/Magnesium38/advent-of-code
[INFO] tweaked toml for git repo https://github.com/Magnesium38/advent-of-code written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Magnesium38/advent-of-code 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/Magnesium38/advent-of-code 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded term v0.5.2
[INFO] [stderr]   Downloaded anyhow v1.0.66
[INFO] [stderr]   Downloaded ahash v0.8.2
[INFO] [stderr]   Downloaded retain_mut v0.1.9
[INFO] [stderr]   Downloaded rust-argon2 v0.8.3
[INFO] [stderr]   Downloaded prettytable-rs v0.8.0
[INFO] [stderr]   Downloaded blake2b_simd v0.5.11
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.14
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.6
[INFO] [stderr]   Downloaded hashbrown v0.13.1
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 59a08e8d0279023f36c41bbceecb7bec160410dadb5f6b58d7cea1127822c517
[INFO] running `Command { std: "docker" "start" "-a" "59a08e8d0279023f36c41bbceecb7bec160410dadb5f6b58d7cea1127822c517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59a08e8d0279023f36c41bbceecb7bec160410dadb5f6b58d7cea1127822c517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59a08e8d0279023f36c41bbceecb7bec160410dadb5f6b58d7cea1127822c517", kill_on_drop: false }`
[INFO] [stdout] 59a08e8d0279023f36c41bbceecb7bec160410dadb5f6b58d7cea1127822c517
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1a8b689c71d4a247b4470c9f5fcb87c0f44e20d0802f5356ee3aaaec06304e6
[INFO] running `Command { std: "docker" "start" "-a" "a1a8b689c71d4a247b4470c9f5fcb87c0f44e20d0802f5356ee3aaaec06304e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling serde v1.0.148
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling openssl v0.10.43
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]    Compiling ahash v0.8.2
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking ipnet v2.5.1
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking hashbrown v0.13.1
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking term v0.5.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking encode_unicode v0.3.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]     Checking retain_mut v0.1.9
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking prettytable-rs v0.8.0
[INFO] [stderr]     Checking fancy-regex v0.7.1
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking h2 v0.3.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking hyper v0.14.23
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.13
[INFO] [stderr]     Checking advent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn neighbors(&self, x: isize, y: isize) -> Neighbors<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn neighbors(&self, x: isize, y: isize) -> Neighbors<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:162:14
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter<T> {
[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] 162 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 171 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aoc2017 v0.0.0 (/opt/rustwide/workdir/aoc2017)
[INFO] [stderr]     Checking aoc2018 v0.0.0 (/opt/rustwide/workdir/aoc2018)
[INFO] [stderr]     Checking aoc2019 v0.0.0 (/opt/rustwide/workdir/aoc2019)
[INFO] [stderr]     Checking aoc2021 v0.0.0 (/opt/rustwide/workdir/aoc2021)
[INFO] [stderr]     Checking aoc2015 v0.0.0 (/opt/rustwide/workdir/aoc2015)
[INFO] [stderr]     Checking aoc2020 v0.0.0 (/opt/rustwide/workdir/aoc2020)
[INFO] [stderr]     Checking aoc2016 v0.0.0 (/opt/rustwide/workdir/aoc2016)
[INFO] [stderr]     Checking aoc2022 v0.0.0 (/opt/rustwide/workdir/aoc2022)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn neighbors(&self, x: isize, y: isize) -> Neighbors<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn neighbors(&self, x: isize, y: isize) -> Neighbors<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:162:14
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn iter(&self) -> Iter<T> {
[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] 162 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 171 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.81s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "a1a8b689c71d4a247b4470c9f5fcb87c0f44e20d0802f5356ee3aaaec06304e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1a8b689c71d4a247b4470c9f5fcb87c0f44e20d0802f5356ee3aaaec06304e6", kill_on_drop: false }`
[INFO] [stdout] a1a8b689c71d4a247b4470c9f5fcb87c0f44e20d0802f5356ee3aaaec06304e6
