[INFO] cloning repository https://github.com/yamgent/advent-of-code-2024-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yamgent/advent-of-code-2024-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamgent%2Fadvent-of-code-2024-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamgent%2Fadvent-of-code-2024-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18ca99e0ddb562e4435066ac16e640d75b1d284a
[INFO] testing yamgent/advent-of-code-2024-rust against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamgent%2Fadvent-of-code-2024-rust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yamgent/advent-of-code-2024-rust
[INFO] finished tweaking git repo https://github.com/yamgent/advent-of-code-2024-rust
[INFO] tweaked toml for git repo https://github.com/yamgent/advent-of-code-2024-rust written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yamgent/advent-of-code-2024-rust on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yamgent/advent-of-code-2024-rust 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded glam v0.29.2
[INFO] [stderr]   Downloaded libc v0.2.167
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 795069f1d8b493bd97768b0135b90dcab0043a00e2df95b8df406f2dd9079d74
[INFO] running `Command { std: "docker" "start" "-a" "795069f1d8b493bd97768b0135b90dcab0043a00e2df95b8df406f2dd9079d74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "795069f1d8b493bd97768b0135b90dcab0043a00e2df95b8df406f2dd9079d74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "795069f1d8b493bd97768b0135b90dcab0043a00e2df95b8df406f2dd9079d74", kill_on_drop: false }`
[INFO] [stdout] 795069f1d8b493bd97768b0135b90dcab0043a00e2df95b8df406f2dd9079d74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a435598e12c1b572c70f75b90fba8510c5142af80dc9528f3d4749076934b5d5
[INFO] running `Command { std: "docker" "start" "-a" "a435598e12c1b572c70f75b90fba8510c5142af80dc9528f3d4749076934b5d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling glam v0.29.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling aoc_2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/bin/day03/../../../actual_inputs/2024/03/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day03/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/03/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day12/../../../actual_inputs/2024/12/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day12/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/12/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day23/../../../actual_inputs/2024/23/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day23/main.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/23/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day10/../../../actual_inputs/2024/10/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day10/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/10/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day07/../../../actual_inputs/2024/07/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day07/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/07/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day20/../../../actual_inputs/2024/20/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day20/main.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/20/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day02/../../../actual_inputs/2024/02/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day02/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/02/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day03") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `src/bin/day05/../../../actual_inputs/2024/05/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day05/main.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/05/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day16/../../../actual_inputs/2024/16/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16/main.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/16/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day08/../../../actual_inputs/2024/08/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day08/main.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/08/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day14/../../../actual_inputs/2024/14/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day14/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/14/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day10") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day13/../../../actual_inputs/2024/13/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day13/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/13/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day11/../../../actual_inputs/2024/11/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day11/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/11/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day15/../../../actual_inputs/2024/15/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day15/main.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/15/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day12") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day18/../../../actual_inputs/2024/18/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day18/main.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 | const ACTUAL_INPUT: &str = include_str!("../../../actual_inputs/2024/18/input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day02") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day07") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day20") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day11") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day18") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day13") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day08") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day23") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day05") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day14") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day15") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc_2024` (bin "day16") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a435598e12c1b572c70f75b90fba8510c5142af80dc9528f3d4749076934b5d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a435598e12c1b572c70f75b90fba8510c5142af80dc9528f3d4749076934b5d5", kill_on_drop: false }`
[INFO] [stdout] a435598e12c1b572c70f75b90fba8510c5142af80dc9528f3d4749076934b5d5
