[INFO] cloning repository https://github.com/Hades785/aoc-2022-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hades785/aoc-2022-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHades785%2Faoc-2022-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHades785%2Faoc-2022-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef32295c607633e96fe18877f26b723d206766ea
[INFO] building Hades785/aoc-2022-rs against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHades785%2Faoc-2022-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Hades785/aoc-2022-rs on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Hades785/aoc-2022-rs
[INFO] finished tweaking git repo https://github.com/Hades785/aoc-2022-rs
[INFO] tweaked toml for git repo https://github.com/Hades785/aoc-2022-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Hades785/aoc-2022-rs 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b397684fc39b4d1adfea3a3d4e608a6fcc0e77dedb47a6cf9d8d1d55242764a
[INFO] running `Command { std: "docker" "start" "-a" "0b397684fc39b4d1adfea3a3d4e608a6fcc0e77dedb47a6cf9d8d1d55242764a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b397684fc39b4d1adfea3a3d4e608a6fcc0e77dedb47a6cf9d8d1d55242764a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b397684fc39b4d1adfea3a3d4e608a6fcc0e77dedb47a6cf9d8d1d55242764a", kill_on_drop: false }`
[INFO] [stdout] 0b397684fc39b4d1adfea3a3d4e608a6fcc0e77dedb47a6cf9d8d1d55242764a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce1ea2b249167194a2798dcd81d5ad2c9f8e32acc23b166d89ad32a87a70c2e9
[INFO] running `Command { std: "docker" "start" "-a" "ce1ea2b249167194a2798dcd81d5ad2c9f8e32acc23b166d89ad32a87a70c2e9", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling tuple v0.5.1
[INFO] [stderr]    Compiling array_tool v1.0.3
[INFO] [stderr]    Compiling day02 v1.0.0 (/opt/rustwide/workdir/day02)
[INFO] [stderr]    Compiling day08 v1.0.0 (/opt/rustwide/workdir/day08)
[INFO] [stderr]    Compiling day04 v1.0.0 (/opt/rustwide/workdir/day04)
[INFO] [stderr]    Compiling day01 v1.0.0 (/opt/rustwide/workdir/day01)
[INFO] [stderr]    Compiling day10 v1.0.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day06 v1.0.0 (/opt/rustwide/workdir/day06)
[INFO] [stderr]    Compiling day09 v1.0.0 (/opt/rustwide/workdir/day09)
[INFO] [stdout] error: couldn't read `day01/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day01/src/main.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day08/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day08/src/main.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day02/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day02/src/main.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day06/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day06/src/main.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day09/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day09/src/main.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day04/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day04/src/main.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day01` (bin "day01") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `day10/src/input_data/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day10/src/main.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let input = include_str!("input_data/input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day06` (bin "day06") due to 1 previous error
[INFO] [stderr] error: could not compile `day02` (bin "day02") due to 1 previous error
[INFO] [stderr] error: could not compile `day08` (bin "day08") due to 1 previous error
[INFO] [stderr] error: could not compile `day09` (bin "day09") due to 1 previous error
[INFO] [stderr] error: could not compile `day04` (bin "day04") due to 1 previous error
[INFO] [stderr] error: could not compile `day10` (bin "day10") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ce1ea2b249167194a2798dcd81d5ad2c9f8e32acc23b166d89ad32a87a70c2e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce1ea2b249167194a2798dcd81d5ad2c9f8e32acc23b166d89ad32a87a70c2e9", kill_on_drop: false }`
[INFO] [stdout] ce1ea2b249167194a2798dcd81d5ad2c9f8e32acc23b166d89ad32a87a70c2e9
