[INFO] cloning repository https://github.com/doylemark/advent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doylemark/advent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoylemark%2Fadvent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoylemark%2Fadvent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6934e81be20c5c9457c0206c5f273026445c9ba3
[INFO] checking doylemark/advent against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoylemark%2Fadvent" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/doylemark/advent
[INFO] finished tweaking git repo https://github.com/doylemark/advent
[INFO] tweaked toml for git repo https://github.com/doylemark/advent written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/doylemark/advent on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/doylemark/advent 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.92
[INFO] [stderr]   Downloaded indexmap v2.7.0
[INFO] [stderr]   Downloaded syn v2.0.89
[INFO] [stderr]   Downloaded petgraph v0.6.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba
[INFO] running `Command { std: "docker" "start" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking aoc v0.1.0 (/opt/rustwide/workdir/crates/aoc)
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/aoc/src/grid.rs:113:27
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn iter_around<O>(&self, i: usize, j: usize, offsets: O) -> IterGrid<T, U>
[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] 113 |     pub fn iter_around<O>(&self, i: usize, j: usize, offsets: O) -> IterGrid<'_, T, U>
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/aoc/src/grid.rs:113:27
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn iter_around<O>(&self, i: usize, j: usize, offsets: O) -> IterGrid<T, U>
[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] 113 |     pub fn iter_around<O>(&self, i: usize, j: usize, offsets: O) -> IterGrid<'_, T, U>
[INFO] [stdout]     |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking syn v2.0.89
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking aoc-derive v0.1.0 (/opt/rustwide/workdir/crates/aoc-derive)
[INFO] [stderr]     Checking aoc2021 v0.1.0 (/opt/rustwide/workdir/contests/aoc2021)
[INFO] [stderr]     Checking aoc2024 v0.1.0 (/opt/rustwide/workdir/contests/aoc2024)
[INFO] [stderr]     Checking aoc2023 v0.1.0 (/opt/rustwide/workdir/contests/aoc2023)
[INFO] [stderr]     Checking aoc2022 v0.1.0 (/opt/rustwide/workdir/contests/aoc2022)
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2021/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::assert_matches`
[INFO] [stdout]    --> contests/aoc2024/src/day3.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 |     use std::assert_matches::assert_matches;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ could not find `assert_matches` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2021/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `assert_matches` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> contests/aoc2024/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(assert_matches, proc_macro_hygiene, custom_inner_attributes)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `assert_matches` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> contests/aoc2024/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(assert_matches, proc_macro_hygiene, custom_inner_attributes)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2022/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2022/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2023/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2023/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_hygiene` is declared but not used
[INFO] [stdout]  --> contests/aoc2024/src/lib.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(assert_matches, proc_macro_hygiene, custom_inner_attributes)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2024` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused dependency `petgraph`
[INFO] [stderr]  --> contests/aoc2024/Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | petgraph = { version = "0.6.5" }
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `petgraph`
[INFO] [stderr] warning: `aoc2024` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba", kill_on_drop: false }`
[INFO] [stdout] 058b64b349b64a8e2a703e118883a0144c8938264abe312e5ceaeaed4ff57cba
