[INFO] cloning repository https://github.com/stisol/advent-of-code-2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stisol/advent-of-code-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstisol%2Fadvent-of-code-2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstisol%2Fadvent-of-code-2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 30331281f08fb3fd3e690fe3d2732c84e2e5a098 [INFO] testing stisol/advent-of-code-2018 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%2Fstisol%2Fadvent-of-code-2018" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stisol/advent-of-code-2018 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/stisol/advent-of-code-2018 [INFO] finished tweaking git repo https://github.com/stisol/advent-of-code-2018 [INFO] tweaked toml for git repo https://github.com/stisol/advent-of-code-2018 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/stisol/advent-of-code-2018 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-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] e2ae3affe469971ce7b0a2b40fcadb61dd0328b8bc7ef91e1781502a38dccef5 [INFO] running `Command { std: "docker" "start" "-a" "e2ae3affe469971ce7b0a2b40fcadb61dd0328b8bc7ef91e1781502a38dccef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2ae3affe469971ce7b0a2b40fcadb61dd0328b8bc7ef91e1781502a38dccef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2ae3affe469971ce7b0a2b40fcadb61dd0328b8bc7ef91e1781502a38dccef5", kill_on_drop: false }` [INFO] [stdout] e2ae3affe469971ce7b0a2b40fcadb61dd0328b8bc7ef91e1781502a38dccef5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 4ec2c77f314ea2bca71c669b3aa5293acf7e56504f576edecc20f9fa2eeace10 [INFO] running `Command { std: "docker" "start" "-a" "4ec2c77f314ea2bca71c669b3aa5293acf7e56504f576edecc20f9fa2eeace10", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling day_2 v0.1.0 (/opt/rustwide/workdir/day_2) [INFO] [stderr] Compiling day_5 v0.1.0 (/opt/rustwide/workdir/day_5) [INFO] [stderr] Compiling day_1 v0.1.0 (/opt/rustwide/workdir/day_1) [INFO] [stderr] Compiling day_3 v0.1.0 (/opt/rustwide/workdir/day_3) [INFO] [stdout] error: couldn't read day_1/src/../input: No such file or directory (os error 2) [INFO] [stdout] --> day_1/src/main.rs:2:28 [INFO] [stdout] | [INFO] [stdout] 2 | const DATA: &'static str = include_str!("../input"); [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 day_3/src/../input: No such file or directory (os error 2) [INFO] [stdout] --> day_3/src/main.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | const DATA: &'static str = include_str!("../input"); [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 day_2/src/../input: No such file or directory (os error 2) [INFO] [stdout] --> day_2/src/main.rs:2:28 [INFO] [stdout] | [INFO] [stdout] 2 | const DATA: &'static str = include_str!("../input"); [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 day_5/src/../input: No such file or directory (os error 2) [INFO] [stdout] --> day_5/src/main.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | const DATA: &'static str = include_str!("../input"); [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] [stderr] error: could not compile `day_5` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day_3` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day_1` due to 2 previous errors [INFO] [stderr] error: could not compile `day_2` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4ec2c77f314ea2bca71c669b3aa5293acf7e56504f576edecc20f9fa2eeace10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ec2c77f314ea2bca71c669b3aa5293acf7e56504f576edecc20f9fa2eeace10", kill_on_drop: false }` [INFO] [stdout] 4ec2c77f314ea2bca71c669b3aa5293acf7e56504f576edecc20f9fa2eeace10