[INFO] cloning repository https://github.com/jkmrto/aoc2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jkmrto/aoc2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkmrto%2Faoc2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkmrto%2Faoc2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b1c3f98aec6d69818a0123f3d414ee6ac557168
[INFO] testing jkmrto/aoc2025 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%2Fjkmrto%2Faoc2025" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jkmrto/aoc2025
[INFO] finished tweaking git repo https://github.com/jkmrto/aoc2025
[INFO] tweaked toml for git repo https://github.com/jkmrto/aoc2025 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jkmrto/aoc2025 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/jkmrto/aoc2025 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b
[INFO] running `Command { std: "docker" "start" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b", 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" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b" "/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" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b", 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" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling futures-cpupool v0.1.8
[INFO] [stderr]    Compiling fs v0.0.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling aoc2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_1`
[INFO] [stdout]    --> src/bin/exec_1.rs:122:2
[INFO] [stdout]     |
[INFO] [stdout] 122 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_1.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_7`
[INFO] [stdout]    --> src/bin/exec_7.rs:105:2
[INFO] [stdout]     |
[INFO] [stdout] 105 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_7.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_2`
[INFO] [stdout]    --> src/bin/exec_2.rs:155:2
[INFO] [stdout]     |
[INFO] [stdout] 155 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_2.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_3`
[INFO] [stdout]    --> src/bin/exec_3.rs:124:2
[INFO] [stdout]     |
[INFO] [stdout] 124 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_3.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_5`
[INFO] [stdout]    --> src/bin/exec_5.rs:132:2
[INFO] [stdout]     |
[INFO] [stdout] 132 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_5.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_1") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_7") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_4`
[INFO] [stdout]    --> src/bin/exec_4.rs:135:2
[INFO] [stdout]     |
[INFO] [stdout] 135 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_4.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_2") due to 1 previous error
[INFO] [stdout] error[E0601]: `main` function not found in crate `exec_6`
[INFO] [stdout]    --> src/bin/exec_6.rs:160:2
[INFO] [stdout]     |
[INFO] [stdout] 160 | }
[INFO] [stdout]     |  ^ consider adding a `main` function to `src/bin/exec_6.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_3") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/exec_5.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let (mut ranges, mut selected) = load_data(filename);
[INFO] [stdout]    |          ----^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_5") due to 1 previous error; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_4") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "exec_6") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b", kill_on_drop: false }`
[INFO] [stdout] 565d8ebedd152cea7a80b1fae94835c016dccabcb7e1a84da17c0aea6683fe5b
