[INFO] cloning repository https://github.com/Dilaz/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dilaz/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilaz%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilaz%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80d03d189b95b955fa3b55a25264b03597ba8e40
[INFO] testing Dilaz/advent-of-code-2024 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDilaz%2Fadvent-of-code-2024" "/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/Dilaz/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/Dilaz/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/Dilaz/advent-of-code-2024 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dilaz/advent-of-code-2024 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dilaz/advent-of-code-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day4.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day4`
[INFO] [stderr]   * `bench` target `day4_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day7.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day7`
[INFO] [stderr]   * `bench` target `day7_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day8.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day8`
[INFO] [stderr]   * `bench` target `day8_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day6.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day6`
[INFO] [stderr]   * `bench` target `day6_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day2.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day2`
[INFO] [stderr]   * `bench` target `day2_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day3_nom.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day3_nom`
[INFO] [stderr]   * `bench` target `day3_nom_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day5.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day5`
[INFO] [stderr]   * `bench` target `day5_bench`
[INFO] [stderr] warning: file `/workspace/builds/worker-1-tc2/source/src/bin/day3.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day3`
[INFO] [stderr]   * `bench` target `day3_bench`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4ca7e811e0c114b75d6a034001287972d6e37e06a2c9579a6aa2a68483b51c22
[INFO] running `Command { std: "docker" "start" "-a" "4ca7e811e0c114b75d6a034001287972d6e37e06a2c9579a6aa2a68483b51c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ca7e811e0c114b75d6a034001287972d6e37e06a2c9579a6aa2a68483b51c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ca7e811e0c114b75d6a034001287972d6e37e06a2c9579a6aa2a68483b51c22", kill_on_drop: false }`
[INFO] [stdout] 4ca7e811e0c114b75d6a034001287972d6e37e06a2c9579a6aa2a68483b51c22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b61afa7ebacbf3852c8c826b6d42d9cf4dfa4abf8751bea967737d58b1fd031
[INFO] running `Command { std: "docker" "start" "-a" "2b61afa7ebacbf3852c8c826b6d42d9cf4dfa4abf8751bea967737d58b1fd031", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day8.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day8`
[INFO] [stderr]   * `bench` target `day8_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day7.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day7`
[INFO] [stderr]   * `bench` target `day7_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day3.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day3`
[INFO] [stderr]   * `bench` target `day3_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day2.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day2`
[INFO] [stderr]   * `bench` target `day2_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day4.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day4`
[INFO] [stderr]   * `bench` target `day4_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day3_nom.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day3_nom`
[INFO] [stderr]   * `bench` target `day3_nom_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day6.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day6`
[INFO] [stderr]   * `bench` target `day6_bench`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/day5.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `day5`
[INFO] [stderr]   * `bench` target `day5_bench`
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling thiserror v2.0.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling clap_builder v4.5.23
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling glam v0.29.2
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling miette-derive v7.4.0
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling divan v0.1.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling miette v7.4.0
[INFO] [stderr]    Compiling pathfinding v4.12.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/bin/day14/../../../inputs/day14.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day14/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../../inputs/day14.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../inputs/day3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day3.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let input = include_str!("../../inputs/day3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day15/../../../inputs/day15.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day15/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../../inputs/day15.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../inputs/day2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day2.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let input = include_str!("../../inputs/day2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../inputs/day6.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day6.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../inputs/day6.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/../../inputs/day3.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/bin/day3_nom.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let input = include_str!("../../inputs/day3.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day12/../../../inputs/day12.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day12/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../../inputs/day12.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day3") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day14") due to 1 previous error
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day2") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day13/../../../inputs/day13.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day13/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../../inputs/day13.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day6") due to 1 previous error
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day3_nom") due to 1 previous error
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day15") due to 1 previous error
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day12") due to 1 previous error
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bin "day13") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2b61afa7ebacbf3852c8c826b6d42d9cf4dfa4abf8751bea967737d58b1fd031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b61afa7ebacbf3852c8c826b6d42d9cf4dfa4abf8751bea967737d58b1fd031", kill_on_drop: false }`
[INFO] [stdout] 2b61afa7ebacbf3852c8c826b6d42d9cf4dfa4abf8751bea967737d58b1fd031
