[INFO] cloning repository https://github.com/edenhaus/aoc24 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edenhaus/aoc24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenhaus%2Faoc24", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenhaus%2Faoc24'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 330d514c1e1036f9dbf4256123c8e841bdebaaea [INFO] checking edenhaus/aoc24 against master#0c478fdfe138a8b09744798c85fe2be657768b00 for pr-139419 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenhaus%2Faoc24" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edenhaus/aoc24 on toolchain 0c478fdfe138a8b09744798c85fe2be657768b00 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edenhaus/aoc24 [INFO] finished tweaking git repo https://github.com/edenhaus/aoc24 [INFO] tweaked toml for git repo https://github.com/edenhaus/aoc24 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/edenhaus/aoc24 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" "+0c478fdfe138a8b09744798c85fe2be657768b00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c117e8916530f6949210a18553202fdccbeb7fc9fe2d8d8c9b266609cd08ab7 [INFO] running `Command { std: "docker" "start" "-a" "1c117e8916530f6949210a18553202fdccbeb7fc9fe2d8d8c9b266609cd08ab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c117e8916530f6949210a18553202fdccbeb7fc9fe2d8d8c9b266609cd08ab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c117e8916530f6949210a18553202fdccbeb7fc9fe2d8d8c9b266609cd08ab7", kill_on_drop: false }` [INFO] [stdout] 1c117e8916530f6949210a18553202fdccbeb7fc9fe2d8d8c9b266609cd08ab7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e580a1ba491094e26a1b78effbe86417f47142441a85f6affe94a7d234a2f710 [INFO] running `Command { std: "docker" "start" "-a" "e580a1ba491094e26a1b78effbe86417f47142441a85f6affe94a7d234a2f710", kill_on_drop: false }` [INFO] [stderr] Checking common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking rustc-hash v2.1.0 [INFO] [stderr] Checking ex2 v0.1.0 (/opt/rustwide/workdir/ex2) [INFO] [stderr] Checking ex5 v0.1.0 (/opt/rustwide/workdir/ex5) [INFO] [stderr] Checking ex6 v0.1.0 (/opt/rustwide/workdir/ex6) [INFO] [stderr] Checking ex7 v0.1.0 (/opt/rustwide/workdir/ex7) [INFO] [stderr] Checking ex8 v0.1.0 (/opt/rustwide/workdir/ex8) [INFO] [stderr] Checking ex4 v0.1.0 (/opt/rustwide/workdir/ex4) [INFO] [stderr] Checking ex1 v0.1.0 (/opt/rustwide/workdir/ex1) [INFO] [stdout] error: couldn't read `ex2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex2/src/main.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex7/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex7/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex1/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex8/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex8/src/main.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex6/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex6/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex7/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex7/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex4/src/main.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex4/src/main.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex6/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex6/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex8/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex8/src/main.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ex11 v0.1.0 (/opt/rustwide/workdir/ex11) [INFO] [stderr] error: could not compile `ex7` (bin "ex7") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't read `ex2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex2/src/main.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ex2` (bin "ex2" test) due to 1 previous error [INFO] [stdout] error: couldn't read `ex5/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex5/src/main.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ex7` (bin "ex7" test) due to 1 previous error [INFO] [stderr] error: could not compile `ex1` (bin "ex1") due to 1 previous error [INFO] [stdout] error: couldn't read `ex1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex1/src/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `ex11/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> ex11/src/main.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const INPUT: &str = include_str!("input.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ex6` (bin "ex6") due to 1 previous error [INFO] [stderr] error: could not compile `ex5` (bin "ex5" test) due to 1 previous error [INFO] [stderr] error: could not compile `ex8` (bin "ex8") due to 1 previous error [INFO] [stderr] error: could not compile `ex4` (bin "ex4") due to 1 previous error [INFO] [stderr] error: could not compile `ex2` (bin "ex2") due to 1 previous error [INFO] [stderr] error: could not compile `ex11` (bin "ex11") due to 1 previous error [INFO] [stderr] error: could not compile `ex8` (bin "ex8" test) due to 1 previous error [INFO] [stderr] error: could not compile `ex4` (bin "ex4" test) due to 1 previous error [INFO] [stderr] error: could not compile `ex1` (bin "ex1" test) due to 1 previous error [INFO] [stderr] error: could not compile `ex6` (bin "ex6" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e580a1ba491094e26a1b78effbe86417f47142441a85f6affe94a7d234a2f710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e580a1ba491094e26a1b78effbe86417f47142441a85f6affe94a7d234a2f710", kill_on_drop: false }` [INFO] [stdout] e580a1ba491094e26a1b78effbe86417f47142441a85f6affe94a7d234a2f710