[INFO] cloning repository https://github.com/katasup/cats
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/katasup/cats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatasup%2Fcats", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatasup%2Fcats'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4471869379e7f55ca0308a21346f657d9dec3a2b
[INFO] testing katasup/cats against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatasup%2Fcats" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[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-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/katasup/cats on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/katasup/cats 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cfg-if v0.1.9
[INFO] [stderr]   Downloaded bitflags v1.1.0
[INFO] [stderr]   Downloaded autocfg v0.1.5
[INFO] [stderr]   Downloaded lazy_static v1.3.0
[INFO] [stderr]   Downloaded c2-chacha v0.2.2
[INFO] [stderr]   Downloaded rand_core v0.5.0
[INFO] [stderr]   Downloaded wasi v0.5.0
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.5
[INFO] [stderr]   Downloaded getrandom v0.1.9
[INFO] [stderr]   Downloaded rand v0.7.0
[INFO] [stderr]   Downloaded libc v0.2.62
[INFO] [stderr]   Downloaded winapi v0.3.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc
[INFO] running `Command { std: "docker" "start" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling getrandom v0.1.9
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.5
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand_core v0.5.0
[INFO] [stderr]    Compiling c2-chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rand v0.7.0
[INFO] [stderr]    Compiling num v0.1.42
[INFO] [stderr]    Compiling cats v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Texture`
[INFO] [stdout]  --> src/game.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sdl2::render::{Canvas, Texture};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WindowContext`
[INFO] [stdout]  --> src/game.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use sdl2::video::{Window, WindowContext};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]   --> src/game.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::rc::Rc;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FIELD_OFFSET_TOP` and `TILE_SIZE`
[INFO] [stdout]   --> src/game.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::{TILE_SIZE, FIELD_OFFSET_LEFT, FIELD_OFFSET_TOP};
[INFO] [stdout]    |             ^^^^^^^^^                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `point::Point` doesn't implement `std::fmt::Debug`
[INFO] [stdout]   --> src/game/board.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, PartialEq)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] 27 | pub struct Board {
[INFO] [stdout] 28 |     field: Vec<Vec<Option<Point>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `point::Point`
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `std::fmt::Debug` is conditionally implemented for `Vec<T, A>`
[INFO] [stdout]   --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/alloc/src/vec/mod.rs:4321:8
[INFO] [stdout]    |
[INFO] [stdout]    = note: unsatisfied requirement introduced here: `Vec<Option<point::Point>>: std::fmt::Debug`
[INFO] [stdout] help: consider annotating `point::Point` with `#[derive(Debug)]`
[INFO] [stdout]   --> src/game/point.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 + #[derive(Debug)]
[INFO] [stdout] 15 | pub struct Point {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/game/board.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |             let mut segment = self.segments.front_mut().unwrap();
[INFO] [stdout]     |                 ----^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cats` (bin "cats") due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc", kill_on_drop: false }`
[INFO] [stdout] 61fabdde430967382a77f2fd59d5ace2104f263e4e80d3ddababb0f60f43f7bc
