[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 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253 [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 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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 fixedbitset v0.4.2 [INFO] [stderr] Downloaded quote v1.0.37 [INFO] [stderr] Downloaded proc-macro2 v1.0.92 [INFO] [stderr] Downloaded indexmap v2.7.0 [INFO] [stderr] Downloaded itertools v0.13.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] c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354 [INFO] running `Command { std: "docker" "start" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354", 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" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354", 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" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking aoc v0.1.0 (/opt/rustwide/workdir/crates/aoc) [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking equivalent v1.0.1 [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(&self, i: usize, j: usize, offsets: O) -> IterGrid [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(&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(&self, i: usize, j: usize, offsets: O) -> IterGrid [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(&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 aoc2022 v0.1.0 (/opt/rustwide/workdir/contests/aoc2022) [INFO] [stderr] Checking aoc2021 v0.1.0 (/opt/rustwide/workdir/contests/aoc2021) [INFO] [stderr] Checking aoc2023 v0.1.0 (/opt/rustwide/workdir/contests/aoc2023) [INFO] [stderr] Checking aoc2024 v0.1.0 (/opt/rustwide/workdir/contests/aoc2024) [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: 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: 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/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: 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: 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] For more information about this error, try `rustc --explain E0432`. [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] [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] running `Command { std: "docker" "inspect" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354", kill_on_drop: false }` [INFO] [stdout] c30b225106fffe6bb1d232282194532bd336b0eb1ea985c2bd73cdcb5c73d354