[INFO] updating cached repository https://github.com/PowerSnail/AdventOfCode2019
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 58d4ca396a77a287bcca728d2dadf6d956bb72a2
[INFO] checking PowerSnail/AdventOfCode2019 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerSnail%2FAdventOfCode2019" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/PowerSnail/AdventOfCode2019 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/PowerSnail/AdventOfCode2019
[INFO] finished tweaking git repo https://github.com/PowerSnail/AdventOfCode2019
[INFO] tweaked toml for git repo https://github.com/PowerSnail/AdventOfCode2019 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/PowerSnail/AdventOfCode2019 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 46532cfaf7465d1d069b38e6c92a333fae5e122ec7b4aab546a3c99579040e67
[INFO] running `"docker" "start" "-a" "46532cfaf7465d1d069b38e6c92a333fae5e122ec7b4aab546a3c99579040e67"`
[INFO] [stderr]     Checking advent_of_code_2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: function is never used: `render`
[INFO] [stderr]   --> src/day13.rs:56:4
[INFO] [stderr]    |
[INFO] [stderr] 56 | fn render(frame: &Frame) {
[INFO] [stderr]    |    ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function is never used: `render`
[INFO] [stderr]   --> src/day13.rs:56:4
[INFO] [stderr]    |
[INFO] [stderr] 56 | fn render(frame: &Frame) {
[INFO] [stderr]    |    ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr]    --> src/day5.rs:130:42
[INFO] [stderr]     |
[INFO] [stderr] 130 |     process(&mut program, 0, user_inputs.into_iter().map(|&x| x));
[INFO] [stderr]     |                                          ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #66145 <https://github.com/rust-lang/rust/issues/66145>
[INFO] [stderr] 
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr]    --> src/day5.rs:130:42
[INFO] [stderr]     |
[INFO] [stderr] 130 |     process(&mut program, 0, user_inputs.into_iter().map(|&x| x));
[INFO] [stderr]     |                                          ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #66145 <https://github.com/rust-lang/rust/issues/66145>
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `State`
[INFO] [stderr]  --> src/day15.rs:4:41
[INFO] [stderr]   |
[INFO] [stderr] 4 | use intcode_machine::{run_all, Machine, State};
[INFO] [stderr]   |                                         ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0063]: missing field `visited` in initializer of `WorldMap`
[INFO] [stderr]   --> src/day15.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |         WorldMap {
[INFO] [stderr]    |         ^^^^^^^^ missing `visited`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0063`.
[INFO] [stderr] error: could not compile `advent_of_code_2019`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused import: `State`
[INFO] [stderr]  --> src/day15.rs:4:41
[INFO] [stderr]   |
[INFO] [stderr] 4 | use intcode_machine::{run_all, Machine, State};
[INFO] [stderr]   |                                         ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0063]: missing field `visited` in initializer of `WorldMap`
[INFO] [stderr]   --> src/day15.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |         WorldMap {
[INFO] [stderr]    |         ^^^^^^^^ missing `visited`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0063`.
[INFO] [stderr] error: could not compile `advent_of_code_2019`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "46532cfaf7465d1d069b38e6c92a333fae5e122ec7b4aab546a3c99579040e67"`
[INFO] running `"docker" "rm" "-f" "46532cfaf7465d1d069b38e6c92a333fae5e122ec7b4aab546a3c99579040e67"`
[INFO] [stdout] 46532cfaf7465d1d069b38e6c92a333fae5e122ec7b4aab546a3c99579040e67
