[INFO] cloning repository https://github.com/ibsamsky/aoc2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ibsamsky/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibsamsky%2Faoc2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibsamsky%2Faoc2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4a2104e15b0b34e7f711e1527ab8a09caa74474 [INFO] checking ibsamsky/aoc2024 against master#03eb45452305f2d52348279d0caa5fc1f12c438d for pr-138176 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibsamsky%2Faoc2024" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ibsamsky/aoc2024 on toolchain 03eb45452305f2d52348279d0caa5fc1f12c438d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ibsamsky/aoc2024 [INFO] finished tweaking git repo https://github.com/ibsamsky/aoc2024 [INFO] tweaked toml for git repo https://github.com/ibsamsky/aoc2024 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ibsamsky/aoc2024 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" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e6fae2ba27886364e5fe09b57194540fc2df7438448513c300d704b56f3c662 [INFO] running `Command { std: "docker" "start" "-a" "0e6fae2ba27886364e5fe09b57194540fc2df7438448513c300d704b56f3c662", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e6fae2ba27886364e5fe09b57194540fc2df7438448513c300d704b56f3c662", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6fae2ba27886364e5fe09b57194540fc2df7438448513c300d704b56f3c662", kill_on_drop: false }` [INFO] [stdout] 0e6fae2ba27886364e5fe09b57194540fc2df7438448513c300d704b56f3c662 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 364ff7817376fbd3e263a7577c1e95f7fb0a2bbce0aa72042702ba95a28a8221 [INFO] running `Command { std: "docker" "start" "-a" "364ff7817376fbd3e263a7577c1e95f7fb0a2bbce0aa72042702ba95a28a8221", kill_on_drop: false }` [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking day3 v0.1.0 (/opt/rustwide/workdir/day3) [INFO] [stdout] error: couldn't read `day3/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | part1(include_str!("sample.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 `day3/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | part1(include_str!("sample.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 `day3/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | part2(include_str!("sample.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 `day3/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | part1(include_str!("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 `day3/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | part2(include_str!("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 `day3/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | part2(include_str!("sample.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 `day3/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | part1(include_str!("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 `day3/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day3/src/main.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | part2(include_str!("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] Checking day2 v0.1.0 (/opt/rustwide/workdir/day2) [INFO] [stderr] Checking day1 v0.1.0 (/opt/rustwide/workdir/day1) [INFO] [stderr] Checking day4 v0.1.0 (/opt/rustwide/workdir/day4) [INFO] [stdout] error: couldn't read `day2/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | part1(include_str!("sample.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 `day2/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | part2(include_str!("sample.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 `day2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | part1(include_str!("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 `day2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | part2(include_str!("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 `day4/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | part1(include_str!("sample.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 `day4/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:174:15 [INFO] [stdout] | [INFO] [stdout] 174 | part2(include_str!("sample.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 `day4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:178:15 [INFO] [stdout] | [INFO] [stdout] 178 | part1(include_str!("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 `day4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:179:15 [INFO] [stdout] | [INFO] [stdout] 179 | part2(include_str!("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 `day1/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | part1(include_str!("sample.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 `day1/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | part2(include_str!("sample.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 `day1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | part1(include_str!("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 `day1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | part2(include_str!("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 `day1/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | part1(include_str!("sample.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 `day1/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | part2(include_str!("sample.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 `day1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | part1(include_str!("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 `day1/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day1/src/main.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | part2(include_str!("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 `day4/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | part1(include_str!("sample.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 `day4/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:174:15 [INFO] [stdout] | [INFO] [stdout] 174 | part2(include_str!("sample.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 `day4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:178:15 [INFO] [stdout] | [INFO] [stdout] 178 | part1(include_str!("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 `day4/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day4/src/main.rs:179:15 [INFO] [stdout] | [INFO] [stdout] 179 | part2(include_str!("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 `day2/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | part1(include_str!("sample.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 `day2/src/sample.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | part2(include_str!("sample.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 `day2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | part1(include_str!("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 `day2/src/input.txt`: No such file or directory (os error 2) [INFO] [stdout] --> day2/src/main.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | part2(include_str!("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 `day2` (bin "day2" test) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `day4` (bin "day4") due to 4 previous errors [INFO] [stderr] error: could not compile `day3` (bin "day3") due to 4 previous errors [INFO] [stderr] error: could not compile `day1` (bin "day1") due to 4 previous errors [INFO] [stderr] error: could not compile `day1` (bin "day1" test) due to 4 previous errors [INFO] [stderr] error: could not compile `day3` (bin "day3" test) due to 4 previous errors [INFO] [stderr] error: could not compile `day2` (bin "day2") due to 4 previous errors [INFO] [stderr] error: could not compile `day4` (bin "day4" test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "364ff7817376fbd3e263a7577c1e95f7fb0a2bbce0aa72042702ba95a28a8221", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "364ff7817376fbd3e263a7577c1e95f7fb0a2bbce0aa72042702ba95a28a8221", kill_on_drop: false }` [INFO] [stdout] 364ff7817376fbd3e263a7577c1e95f7fb0a2bbce0aa72042702ba95a28a8221