[INFO] cloning repository https://github.com/matason/aoc-2016
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matason/aoc-2016" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatason%2Faoc-2016", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatason%2Faoc-2016'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8ff4476cdceff10cdbd0475c4705f7ad42166c2
[INFO] testing matason/aoc-2016 against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatason%2Faoc-2016" "/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/matason/aoc-2016
[INFO] finished tweaking git repo https://github.com/matason/aoc-2016
[INFO] tweaked toml for git repo https://github.com/matason/aoc-2016 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matason/aoc-2016 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/matason/aoc-2016 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b3c6e7637661ee2467535d9fbca8929f33d89b950b53fac225fcefe1c9fa09a
[INFO] running `Command { std: "docker" "start" "-a" "3b3c6e7637661ee2467535d9fbca8929f33d89b950b53fac225fcefe1c9fa09a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b3c6e7637661ee2467535d9fbca8929f33d89b950b53fac225fcefe1c9fa09a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3c6e7637661ee2467535d9fbca8929f33d89b950b53fac225fcefe1c9fa09a", kill_on_drop: false }`
[INFO] [stdout] 3b3c6e7637661ee2467535d9fbca8929f33d89b950b53fac225fcefe1c9fa09a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb6a505f588bd9def63de8d24803030a2c8a97cbaa047ebeea02eebefd00bb6a
[INFO] running `Command { std: "docker" "start" "-a" "bb6a505f588bd9def63de8d24803030a2c8a97cbaa047ebeea02eebefd00bb6a", kill_on_drop: false }`
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `part1` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `part1` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `part2` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)` has the same output filename as the bin target `part2` in package `day01 v0.1.0 (/opt/rustwide/workdir/day01)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `part1` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `day03 v0.1.0 (/opt/rustwide/workdir/day03)` has the same output filename as the bin target `part1` in package `day02 v0.1.0 (/opt/rustwide/workdir/day02)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr]    Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01)
[INFO] [stderr]    Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03)
[INFO] [stdout] error: couldn't read `day02/src/bin/../../input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> day02/src/bin/part2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day02` (bin "part2") due to 1 previous error
[INFO] [stdout] error: couldn't read `day01/src/bin/../../input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day01/src/bin/part1.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let input = include_str!("../../input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `day03/src/bin/../../input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> day03/src/bin/part1.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let input = include_str!("../../input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day03` (bin "part1") due to 1 previous error
[INFO] [stdout] error: couldn't read `day01/src/bin/../../input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day01/src/bin/part2.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let input = include_str!("../../input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day01` (bin "part1") due to 1 previous error
[INFO] [stderr] error: could not compile `day01` (bin "part2") due to 1 previous error
[INFO] [stdout] error: couldn't read `day02/src/bin/../../input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> day02/src/bin/part1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day02` (bin "part1") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "bb6a505f588bd9def63de8d24803030a2c8a97cbaa047ebeea02eebefd00bb6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb6a505f588bd9def63de8d24803030a2c8a97cbaa047ebeea02eebefd00bb6a", kill_on_drop: false }`
[INFO] [stdout] bb6a505f588bd9def63de8d24803030a2c8a97cbaa047ebeea02eebefd00bb6a
