[INFO] updating cached repository https://github.com/katasup/cats
[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] 4471869379e7f55ca0308a21346f657d9dec3a2b
[INFO] checking katasup/cats against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatasup%2Fcats" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/katasup/cats 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/katasup/cats
[INFO] finished tweaking git repo https://github.com/katasup/cats
[INFO] tweaked toml for git repo https://github.com/katasup/cats written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/katasup/cats 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 557d993e303e6cbabf26cdc14e38cbb8161801e7a6c4129e51813299c8d35417
[INFO] running `"docker" "start" "-a" "557d993e303e6cbabf26cdc14e38cbb8161801e7a6c4129e51813299c8d35417"`
[INFO] [stderr]    Compiling getrandom v0.1.9
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]     Checking rand_chacha v0.1.1
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking cats v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `Texture`
[INFO] [stderr]  --> src/game.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | use sdl2::render::{Canvas, Texture};
[INFO] [stderr]   |                            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WindowContext`
[INFO] [stderr]  --> src/game.rs:6:27
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sdl2::video::{Window, WindowContext};
[INFO] [stderr]   |                           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::rc::Rc`
[INFO] [stderr]   --> src/game.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use std::rc::Rc;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FIELD_OFFSET_TOP`, `TILE_SIZE`
[INFO] [stderr]   --> src/game.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use crate::{TILE_SIZE, FIELD_OFFSET_LEFT, FIELD_OFFSET_TOP};
[INFO] [stderr]    |             ^^^^^^^^^                     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `game::point::Point` doesn't implement `std::fmt::Debug`
[INFO] [stderr]   --> src/game/board.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     field: Vec<Vec<Option<Point>>>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `game::point::Point` cannot be formatted using `{:?}`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Debug` is not implemented for `game::point::Point`
[INFO] [stderr]    = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option<game::point::Point>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<std::option::Option<game::point::Point>>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<std::vec::Vec<std::option::Option<game::point::Point>>>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<std::vec::Vec<std::option::Option<game::point::Point>>>`
[INFO] [stderr]    = note: required for the cast to the object type `dyn std::fmt::Debug`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Texture`
[INFO] [stderr]  --> src/game.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 | use sdl2::render::{Canvas, Texture};
[INFO] [stderr]   |                            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WindowContext`
[INFO] [stderr]  --> src/game.rs:6:27
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sdl2::video::{Window, WindowContext};
[INFO] [stderr]   |                           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::rc::Rc`
[INFO] [stderr]   --> src/game.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use std::rc::Rc;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FIELD_OFFSET_TOP`, `TILE_SIZE`
[INFO] [stderr]   --> src/game.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use crate::{TILE_SIZE, FIELD_OFFSET_LEFT, FIELD_OFFSET_TOP};
[INFO] [stderr]    |             ^^^^^^^^^                     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `cats`.
[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[E0277]: `game::point::Point` doesn't implement `std::fmt::Debug`
[INFO] [stderr]   --> src/game/board.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     field: Vec<Vec<Option<Point>>>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `game::point::Point` cannot be formatted using `{:?}`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Debug` is not implemented for `game::point::Point`
[INFO] [stderr]    = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option<game::point::Point>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<std::option::Option<game::point::Point>>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<std::vec::Vec<std::option::Option<game::point::Point>>>`
[INFO] [stderr]    = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<std::vec::Vec<std::option::Option<game::point::Point>>>`
[INFO] [stderr]    = note: required for the cast to the object type `dyn std::fmt::Debug`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `cats`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "557d993e303e6cbabf26cdc14e38cbb8161801e7a6c4129e51813299c8d35417"`
[INFO] running `"docker" "rm" "-f" "557d993e303e6cbabf26cdc14e38cbb8161801e7a6c4129e51813299c8d35417"`
[INFO] [stdout] 557d993e303e6cbabf26cdc14e38cbb8161801e7a6c4129e51813299c8d35417
