[INFO] cloning repository https://github.com/ktsimpso/adventofcode2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ktsimpso/adventofcode2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsimpso%2Fadventofcode2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsimpso%2Fadventofcode2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e9c3b7545d1ef500d817b8b32ae77091918c913
[INFO] checking ktsimpso/adventofcode2024 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsimpso%2Fadventofcode2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/ktsimpso/adventofcode2024
[INFO] finished tweaking git repo https://github.com/ktsimpso/adventofcode2024
[INFO] tweaked toml for git repo https://github.com/ktsimpso/adventofcode2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ktsimpso/adventofcode2024 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ktsimpso/adventofcode2024 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77e29ff6e7d4d821aa0746eb1f19437993c59ba3163a2cbcb8ca1209b8924610
[INFO] running `Command { std: "docker" "start" "-a" "77e29ff6e7d4d821aa0746eb1f19437993c59ba3163a2cbcb8ca1209b8924610", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77e29ff6e7d4d821aa0746eb1f19437993c59ba3163a2cbcb8ca1209b8924610", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77e29ff6e7d4d821aa0746eb1f19437993c59ba3163a2cbcb8ca1209b8924610", kill_on_drop: false }`
[INFO] [stdout] 77e29ff6e7d4d821aa0746eb1f19437993c59ba3163a2cbcb8ca1209b8924610
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ce078c71408a0c2736b2183a6f4e27211f40d1bc52e917300080fe6458f643f
[INFO] running `Command { std: "docker" "start" "-a" "5ce078c71408a0c2736b2183a6f4e27211f40d1bc52e917300080fe6458f643f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking litemap v0.7.3
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling dashu-base v0.4.1
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking phf_shared v0.10.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling dashu-int v0.4.1
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking servo_arc v0.4.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking allocator-api2 v0.2.20
[INFO] [stderr]     Checking cache-padded v1.3.0
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking fastrand v2.2.0
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking rtrb v0.2.3
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking ego-tree v0.9.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking ariadne v0.3.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking priority-queue v2.1.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]    Compiling dashu-float v0.4.3
[INFO] [stderr]    Compiling dashu-ratio v0.4.1
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling dashu-macros v0.4.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking dashu v0.4.2
[INFO] [stderr]     Checking adventofcode-core v0.1.0 (/opt/rustwide/workdir/adventofcode-core)
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling subenum v1.1.2
[INFO] [stderr]    Compiling minitrace-macro v0.6.7
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking minstant v0.1.7
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling html5ever v0.29.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling adventofcode-macro v0.1.0 (/opt/rustwide/workdir/adventofcode-macro)
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking zerofrom v0.1.4
[INFO] [stderr]     Checking yoke v0.7.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking minitrace v0.6.7
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling selectors v0.26.0
[INFO] [stderr]    Compiling markup5ever v0.14.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking cssparser v0.34.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking scraper v0.21.0
[INFO] [stderr]     Checking cookie_store v0.21.1
[INFO] [stderr]     Checking ureq v2.11.0
[INFO] [stderr]     Checking adventofcode2024 v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `DIAGNALS` is never used
[INFO] [stdout]   --> src/libs/graph.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const DIAGNALS: [DiagnalDirection; 4] = [
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_into_table` and `get_adjacent_wrapping` are never used
[INFO] [stdout]   --> src/libs/graph.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl BoundedPoint {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn insert_into_table<T>(&self, value: T, table: &mut Array2<T>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn get_adjacent_wrapping(self, point_direction: impl Into<PointDirection>) -> BoundedPoint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RotationDegrees` is never used
[INFO] [stdout]    --> src/libs/graph.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub enum RotationDegrees {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_rotation` is never used
[INFO] [stdout]    --> src/libs/graph.rs:331:8
[INFO] [stdout]     |
[INFO] [stdout] 330 | pub trait Direction {
[INFO] [stdout]     |           --------- method in this trait
[INFO] [stdout] 331 |     fn get_rotation(&self, other: &Self) -> RotationDegrees;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `to_horizontal_and_vertical` and `from_horziontal_and_vertical` are never used
[INFO] [stdout]    --> src/libs/graph.rs:552:12
[INFO] [stdout]     |
[INFO] [stdout] 551 | impl DiagnalDirection {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 552 |     pub fn to_horizontal_and_vertical(self) -> (HorizontalDirection, VerticalDirection) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 561 |     pub fn from_horziontal_and_vertical(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIAGNALS` is never used
[INFO] [stdout]   --> src/libs/graph.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const DIAGNALS: [DiagnalDirection; 4] = [
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_into_table` and `get_adjacent_wrapping` are never used
[INFO] [stdout]   --> src/libs/graph.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl BoundedPoint {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn insert_into_table<T>(&self, value: T, table: &mut Array2<T>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn get_adjacent_wrapping(self, point_direction: impl Into<PointDirection>) -> BoundedPoint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RotationDegrees` is never used
[INFO] [stdout]    --> src/libs/graph.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub enum RotationDegrees {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_rotation` is never used
[INFO] [stdout]    --> src/libs/graph.rs:331:8
[INFO] [stdout]     |
[INFO] [stdout] 330 | pub trait Direction {
[INFO] [stdout]     |           --------- method in this trait
[INFO] [stdout] 331 |     fn get_rotation(&self, other: &Self) -> RotationDegrees;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `to_horizontal_and_vertical` and `from_horziontal_and_vertical` are never used
[INFO] [stdout]    --> src/libs/graph.rs:552:12
[INFO] [stdout]     |
[INFO] [stdout] 551 | impl DiagnalDirection {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 552 |     pub fn to_horizontal_and_vertical(self) -> (HorizontalDirection, VerticalDirection) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 561 |     pub fn from_horziontal_and_vertical(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[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" "5ce078c71408a0c2736b2183a6f4e27211f40d1bc52e917300080fe6458f643f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ce078c71408a0c2736b2183a6f4e27211f40d1bc52e917300080fe6458f643f", kill_on_drop: false }`
[INFO] [stdout] 5ce078c71408a0c2736b2183a6f4e27211f40d1bc52e917300080fe6458f643f
