[INFO] cloning repository https://github.com/rkevingibson/AoC2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rkevingibson/AoC2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkevingibson%2FAoC2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkevingibson%2FAoC2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5e8e8ac898b42564f7ae5dbcaa8b395304113e18 [INFO] testing rkevingibson/AoC2021 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkevingibson%2FAoC2021" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rkevingibson/AoC2021 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rkevingibson/AoC2021 [INFO] finished tweaking git repo https://github.com/rkevingibson/AoC2021 [INFO] tweaked toml for git repo https://github.com/rkevingibson/AoC2021 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/rkevingibson/AoC2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8302848754a6707ac0af987d0f1187eeaa0b743d9996f4ac2e2192a239a05b49 [INFO] running `Command { std: "docker" "start" "-a" "8302848754a6707ac0af987d0f1187eeaa0b743d9996f4ac2e2192a239a05b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8302848754a6707ac0af987d0f1187eeaa0b743d9996f4ac2e2192a239a05b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8302848754a6707ac0af987d0f1187eeaa0b743d9996f4ac2e2192a239a05b49", kill_on_drop: false }` [INFO] [stdout] 8302848754a6707ac0af987d0f1187eeaa0b743d9996f4ac2e2192a239a05b49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27a397e97ca29ae7b05243fcb1139166fa89dedff5814e737aae96d95d19f5e0 [INFO] running `Command { std: "docker" "start" "-a" "27a397e97ca29ae7b05243fcb1139166fa89dedff5814e737aae96d95d19f5e0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling adventofcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/../inputs/day9.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day9.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | let input = include_str!("../inputs/day9.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 src/../inputs/day12.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day12.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | let input = include_str!("../inputs/day12.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 src/../inputs/day1.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day1.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | let input = include_str!("../inputs/day1.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 src/../inputs/day11.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day11.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | let input = include_str!("../inputs/day11.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 src/../inputs/day5.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day5.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | let input = include_str!("../inputs/day5.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 src/../inputs/day10.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day10.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | let input = include_str!("../inputs/day10.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 src/../inputs/day7.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day7.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | let input = include_str!("../inputs/day7.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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day3.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day3.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | let input = include_str!("../inputs/day3.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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day13.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day13.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | let input = include_str!("../inputs/day13.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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day4.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day4.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 127 | let input = include_str!("../inputs/day4.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 `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day6.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day6.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | let input = include_str!("../inputs/day6.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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day2.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day2.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | let input = include_str!("../inputs/day2.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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../inputs/day8.txt: No such file or directory (os error 2) [INFO] [stdout] --> src/day8.rs:144:17 [INFO] [stdout] | [INFO] [stdout] 144 | let input = include_str!("../inputs/day8.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 `adventofcode` due to 2 previous errors [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "27a397e97ca29ae7b05243fcb1139166fa89dedff5814e737aae96d95d19f5e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27a397e97ca29ae7b05243fcb1139166fa89dedff5814e737aae96d95d19f5e0", kill_on_drop: false }` [INFO] [stdout] 27a397e97ca29ae7b05243fcb1139166fa89dedff5814e737aae96d95d19f5e0