[INFO] cloning repository https://github.com/im-alfa/AdventOfCode2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/im-alfa/AdventOfCode2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fim-alfa%2FAdventOfCode2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fim-alfa%2FAdventOfCode2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 17ceaf54f09a024aa321877e88b234514898bb47
[INFO] testing im-alfa/AdventOfCode2024 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fim-alfa%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] started tweaking git repo https://github.com/im-alfa/AdventOfCode2024
[INFO] finished tweaking git repo https://github.com/im-alfa/AdventOfCode2024
[INFO] tweaked toml for git repo https://github.com/im-alfa/AdventOfCode2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/im-alfa/AdventOfCode2024 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/im-alfa/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" "+1.99.0-beta.1" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d
[INFO] running `Command { std: "docker" "start" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d", 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" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling day8b v0.1.0 (/opt/rustwide/workdir/crates/day8b)
[INFO] [stderr]    Compiling day8a v0.1.0 (/opt/rustwide/workdir/crates/day8a)
[INFO] [stderr]    Compiling day4b v0.1.0 (/opt/rustwide/workdir/crates/day4b)
[INFO] [stderr]    Compiling day4a v0.1.0 (/opt/rustwide/workdir/crates/day4a)
[INFO] [stderr]    Compiling day1b v0.1.0 (/opt/rustwide/workdir/crates/day1b)
[INFO] [stderr]    Compiling day1a v0.1.0 (/opt/rustwide/workdir/crates/day1a)
[INFO] [stderr]    Compiling day6a v0.1.0 (/opt/rustwide/workdir/crates/day6a)
[INFO] [stderr]    Compiling day10b v0.1.0 (/opt/rustwide/workdir/crates/day10b)
[INFO] [stderr]    Compiling day10a v0.1.0 (/opt/rustwide/workdir/crates/day10a)
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stdout] error: couldn't read `crates/day8b/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day8b/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     include_bytes!("input.txt")
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day4a/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day4a/src/main.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let lines = include_bytes!("input.txt")
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day8a/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day8a/src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     include_bytes!("input.txt")
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day8b` (bin "day8b") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `crates/day1a/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> crates/day1a/src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("input.txt").lines().for_each(|l| {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day1b/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> crates/day1b/src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     include_str!("input.txt").lines().for_each(|l| {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day4b/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> crates/day4b/src/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let lines = include_bytes!("input.txt")
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day6a/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day6a/src/main.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut input = include_bytes!("input.txt")
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day10a/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day10a/src/main.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let data = include_bytes!("input.txt")
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/day10b/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/day10b/src/main.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let data = include_bytes!("input.txt")
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day4a` (bin "day4a") due to 1 previous error
[INFO] [stderr] error: could not compile `day8a` (bin "day8a") due to 1 previous error
[INFO] [stderr] error: could not compile `day4b` (bin "day4b") due to 1 previous error
[INFO] [stderr] error: could not compile `day6a` (bin "day6a") due to 1 previous error
[INFO] [stderr] error: could not compile `day10a` (bin "day10a") due to 1 previous error
[INFO] [stderr] error: could not compile `day1b` (bin "day1b") due to 1 previous error
[INFO] [stderr] error: could not compile `day10b` (bin "day10b") due to 1 previous error
[INFO] [stderr] error: could not compile `day1a` (bin "day1a") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d", kill_on_drop: false }`
[INFO] [stdout] 5e12940328d67639712047804e84866cd8cd1c1f467f9b3e8dd240864e62db5d
