[INFO] cloning repository https://github.com/maxbailly/aoc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxbailly/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxbailly%2Faoc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxbailly%2Faoc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46693dd225800cfe7c4a3431a111025900e4d930
[INFO] testing maxbailly/aoc 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%2Fmaxbailly%2Faoc" "/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/maxbailly/aoc
[INFO] finished tweaking git repo https://github.com/maxbailly/aoc
[INFO] tweaked toml for git repo https://github.com/maxbailly/aoc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxbailly/aoc 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/maxbailly/aoc 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-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] 79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355
[INFO] running `Command { std: "docker" "start" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355", 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" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355" "/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" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355", 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" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/years/y2015/../../../inputs/2015/day01.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/years/y2015/day01.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | const INPUT: &[u8] = include_bytes!("../../../inputs/2015/day01.txt");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/years/y2015/../../../inputs/2015/day02.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/years/y2015/day02.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = include_str!("../../../inputs/2015/day02.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/years/y2015/../../../inputs/2015/day03.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/years/y2015/day03.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | const DIRECTIONS: &[u8] = include_bytes!("../../../inputs/2015/day03.txt");
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/years/y2015/../../../inputs/2015/day05.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/years/y2015/day05.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | const INPUT: &[u8] = include_bytes!("../../../inputs/2015/day05.txt");
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/years/y2015/../../../inputs/2015/day06.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/years/y2015/day06.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = include_str!("../../../inputs/2015/day06.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "aoc") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355", kill_on_drop: false }`
[INFO] [stdout] 79195565263adf876bad8704263302959ee0221708bccdfec2bf52829f1cf355
