[INFO] cloning repository https://github.com/Bloeckchengrafik/aoc24
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bloeckchengrafik/aoc24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloeckchengrafik%2Faoc24", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloeckchengrafik%2Faoc24'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 635c5e72f131df859da8c47b0b24df5a87487149
[INFO] checking Bloeckchengrafik/aoc24 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloeckchengrafik%2Faoc24" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Bloeckchengrafik/aoc24
[INFO] finished tweaking git repo https://github.com/Bloeckchengrafik/aoc24
[INFO] tweaked toml for git repo https://github.com/Bloeckchengrafik/aoc24 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Bloeckchengrafik/aoc24 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/Bloeckchengrafik/aoc24 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytemuck v1.20.0
[INFO] [stderr]   Downloaded thiserror v2.0.7
[INFO] [stderr]   Downloaded thiserror-impl v2.0.7
[INFO] [stderr]   Downloaded z3 v0.12.1
[INFO] [stderr]   Downloaded pathfinding v4.12.0
[INFO] [stderr]   Downloaded bindgen v0.66.1
[INFO] [stderr]   Downloaded z3-sys v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] bc0122771e03a986b6a3a5d3ae8ec43018b13ce348bff4225179f2193a666957
[INFO] running `Command { std: "docker" "start" "-a" "bc0122771e03a986b6a3a5d3ae8ec43018b13ce348bff4225179f2193a666957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc0122771e03a986b6a3a5d3ae8ec43018b13ce348bff4225179f2193a666957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc0122771e03a986b6a3a5d3ae8ec43018b13ce348bff4225179f2193a666957", kill_on_drop: false }`
[INFO] [stdout] bc0122771e03a986b6a3a5d3ae8ec43018b13ce348bff4225179f2193a666957
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 363ef6a64d8fe9aeddd83e29cbe2b84f3ceb0293109faac880ca8d8f59f21e73
[INFO] running `Command { std: "docker" "start" "-a" "363ef6a64d8fe9aeddd83e29cbe2b84f3ceb0293109faac880ca8d8f59f21e73", kill_on_drop: false }`
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling thiserror v2.0.7
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking wide v0.7.30
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.7
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]     Checking pathfinding v4.12.0
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]    Compiling z3-sys v0.8.1
[INFO] [stderr]     Checking z3 v0.12.1
[INFO] [stderr]     Checking aoc2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `directed::astar`
[INFO] [stdout]  --> src/days/dec16.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | use pathfinding::{directed::astar, prelude::{astar_bag, dijkstra}};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `directed::astar`
[INFO] [stdout]  --> src/days/dec16.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | use pathfinding::{directed::astar, prelude::{astar_bag, dijkstra}};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/days/dec14.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let width = field.x;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/days/dec14.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let height = field.y;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2024` (bin "aoc2024") due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2024` (bin "aoc2024" test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "363ef6a64d8fe9aeddd83e29cbe2b84f3ceb0293109faac880ca8d8f59f21e73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "363ef6a64d8fe9aeddd83e29cbe2b84f3ceb0293109faac880ca8d8f59f21e73", kill_on_drop: false }`
[INFO] [stdout] 363ef6a64d8fe9aeddd83e29cbe2b84f3ceb0293109faac880ca8d8f59f21e73
