[INFO] cloning repository https://github.com/davidkna/aoc-2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidkna/aoc-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidkna%2Faoc-2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidkna%2Faoc-2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b3d91c50ef95e26b18d4d88ec98aa95ab5413fd [INFO] checking davidkna/aoc-2024 against try#de39175d9e0f63ff8967b81f9639ba28d11ae6ef for pr-135331 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidkna%2Faoc-2024" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidkna/aoc-2024 on toolchain de39175d9e0f63ff8967b81f9639ba28d11ae6ef [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/davidkna/aoc-2024 [INFO] finished tweaking git repo https://github.com/davidkna/aoc-2024 [INFO] tweaked toml for git repo https://github.com/davidkna/aoc-2024 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/davidkna/aoc-2024 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" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cabac v0.12.0 [INFO] [stderr] Downloaded mimalloc-rust v0.2.1 [INFO] [stderr] Downloaded mimalloc-rust-sys v1.7.9-source [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cc84db47311b1422d7877dbeeaca7b1de43c10cf57636389d7193ea6577639c [INFO] running `Command { std: "docker" "start" "-a" "3cc84db47311b1422d7877dbeeaca7b1de43c10cf57636389d7193ea6577639c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cc84db47311b1422d7877dbeeaca7b1de43c10cf57636389d7193ea6577639c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc84db47311b1422d7877dbeeaca7b1de43c10cf57636389d7193ea6577639c", kill_on_drop: false }` [INFO] [stdout] 3cc84db47311b1422d7877dbeeaca7b1de43c10cf57636389d7193ea6577639c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a6abc2b6e5258120d512165b9f13e55f2cc1803a4134d3302c9d0a0773c3fcf [INFO] running `Command { std: "docker" "start" "-a" "3a6abc2b6e5258120d512165b9f13e55f2cc1803a4134d3302c9d0a0773c3fcf", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Compiling cc v1.2.5 [INFO] [stderr] Checking cabac v0.12.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling mimalloc-rust-sys v1.7.9-source [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking mimalloc-rust v0.2.1 [INFO] [stderr] Checking bstr v1.11.1 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking aoc-2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/day-13/../../inputs/day-13.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-13/main.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | const INPUT: &[u8] = include_bytes!("../../inputs/day-13.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-15/../../inputs/day-15.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-15/main.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | const INPUT: &[u8] = include_bytes!("../../inputs/day-15.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-10/../../inputs/day-10.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-10/main.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | const INPUT: &[u8] = include_bytes!("../../inputs/day-10.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-20/../../inputs/day-20.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-20/main.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | const INPUT: &[u8] = include_bytes!("../../inputs/day-20.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-08/../../inputs/day-08.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-08/main.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | const INPUT: &[u8] = include_bytes!("../../inputs/day-08.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-11/../../inputs/day-11.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-11/main.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | const INPUT: &[u8] = include_bytes!("../../inputs/day-11.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-14/../../inputs/day-14.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-14/main.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | const INPUT: &[u8] = include_bytes!("../../inputs/day-14.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/day-02/../../inputs/day-02.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/day-02/main.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | const INPUT: &[u8] = include_bytes!("../../inputs/day-02.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-13") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-11") due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-20") due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-02") due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-14") due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-15" test) due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-08" test) due to 1 previous error [INFO] [stderr] error: could not compile `aoc-2024` (bin "day-10" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3a6abc2b6e5258120d512165b9f13e55f2cc1803a4134d3302c9d0a0773c3fcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a6abc2b6e5258120d512165b9f13e55f2cc1803a4134d3302c9d0a0773c3fcf", kill_on_drop: false }` [INFO] [stdout] 3a6abc2b6e5258120d512165b9f13e55f2cc1803a4134d3302c9d0a0773c3fcf