[INFO] cloning repository https://github.com/95th/aoc_24
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/95th/aoc_24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Faoc_24", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Faoc_24'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6281d9097f9a535cd3921a92897823a4c1174430
[INFO] checking 95th/aoc_24/6281d9097f9a535cd3921a92897823a4c1174430 against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F95th%2Faoc_24" "/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/95th/aoc_24
[INFO] finished tweaking git repo https://github.com/95th/aoc_24
[INFO] tweaked toml for git repo https://github.com/95th/aoc_24 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/95th/aoc_24 on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/95th/aoc_24 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded microlp v0.2.11
[INFO] [stderr]   Downloaded sprs v0.11.4
[INFO] [stderr]   Downloaded ndarray v0.17.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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] ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e
[INFO] running `Command { std: "docker" "start" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e", 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" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e", 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" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ndarray v0.17.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking aoc_util v0.1.0 (/opt/rustwide/workdir/util)
[INFO] [stderr]     Checking aoc_2024 v0.1.0 (/opt/rustwide/workdir/2024)
[INFO] [stdout] error: couldn't read `2024/src/../input/11.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/11.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let input = include_str!("../input/11.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/06.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/06.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let input = include_str!("../input/06.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/15.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/15.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let input = include_str!("../input/15.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/02.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/02.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../input/02.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/08.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/08.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../input/08.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/12.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/12.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../input/12.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `2024/src/../input/21.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> 2024/src/21.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let input = include_str!("../input/21.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `grid` as mutable because it is also borrowed as immutable
[INFO] [stdout]    --> 2024/src/06.rs:67:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |     for point in grid.points() {
[INFO] [stdout]     |                  -------------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  immutable borrow occurs here
[INFO] [stdout]     |                  immutable borrow later used here
[INFO] [stdout] ...
[INFO] [stdout]  67 |         grid[point] = b'#';
[INFO] [stdout]     |         ^^^^ mutable borrow occurs here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> 2024/src/06.rs:63:18
[INFO] [stdout]     |
[INFO] [stdout]  63 |     for point in grid.points() {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use<T>`
[INFO] [stdout]    --> util/src/grid.rs:164:29
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn points(&self) -> impl Iterator<Item = Vec2> {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `grid` as mutable because it is also borrowed as immutable
[INFO] [stdout]    --> 2024/src/06.rs:71:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |     for point in grid.points() {
[INFO] [stdout]     |                  -------------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  immutable borrow occurs here
[INFO] [stdout]     |                  immutable borrow later used here
[INFO] [stdout] ...
[INFO] [stdout]  71 |         grid[point] = b'.';
[INFO] [stdout]     |         ^^^^ mutable borrow occurs here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> 2024/src/06.rs:63:18
[INFO] [stdout]     |
[INFO] [stdout]  63 |     for point in grid.points() {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use<T>`
[INFO] [stdout]    --> util/src/grid.rs:164:29
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn points(&self) -> impl Iterator<Item = Vec2> {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc_2024` (bin "15") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aoc_2024` (bin "06") due to 3 previous errors
[INFO] [stderr] error: could not compile `aoc_2024` (bin "11" test) due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "12") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "21") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "02" test) due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "08" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e", kill_on_drop: false }`
[INFO] [stdout] ec77ced9c03b11e34253eb77a4c6f8844126459c428c6dc5a7a97263c0b57f6e
