[INFO] updating cached repository https://github.com/tlwalker/arcade-rs
[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] e2903522d226b82562484e7a21bf259f850d6052
[INFO] checking tlwalker/arcade-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlwalker%2Farcade-rs" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tlwalker/arcade-rs 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/tlwalker/arcade-rs
[INFO] finished tweaking git repo https://github.com/tlwalker/arcade-rs
[INFO] tweaked toml for git repo https://github.com/tlwalker/arcade-rs written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/tlwalker/arcade-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stdout] 9a528a1e7db6dcc39d55edbd11fe6f71e8629ca36803e6e4118ec061075d4003
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "9a528a1e7db6dcc39d55edbd11fe6f71e8629ca36803e6e4118ec061075d4003"`
[INFO] [stderr]    Compiling sdl2-sys v0.7.0
[INFO] [stderr]     Checking num-complex v0.1.43
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking sdl2 v0.12.1
[INFO] [stderr]     Checking sdl2_image v0.6.0
[INFO] [stderr]     Checking arcade-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope
[INFO] [stderr]   --> src/phi/data.rs:43:34
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn contains(&self, rect: Rect) -> bool {
[INFO] [stderr]    |                                  ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use sdl2::rect::Rect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope
[INFO] [stderr]   --> src/phi/data.rs:55:35
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub fn overlaps(&self, other: Rect) -> bool {
[INFO] [stderr]    |                                   ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use sdl2::rect::Rect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/phi/mod.rs:39:20
[INFO] [stderr]    |
[INFO] [stderr] 39 |     ChangeView(Box<View>),
[INFO] [stderr]    |                    ^^^^ help: use `dyn`: `dyn View`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/phi/mod.rs:78:34
[INFO] [stderr]    |
[INFO] [stderr] 78 |     where F: Fn(&mut Phi) -> Box<View>
[INFO] [stderr]    |                                  ^^^^ help: use `dyn`: `dyn View`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sdl2::pixels::Color`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sdl2::pixels::Color;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Events`, `Phi`, `ViewAction`, `View`
[INFO] [stderr]  --> src/main.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | use phi::{Events, Phi, View, ViewAction};
[INFO] [stderr]   |           ^^^^^^  ^^^  ^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope
[INFO] [stderr]   --> src/phi/data.rs:43:34
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn contains(&self, rect: Rect) -> bool {
[INFO] [stderr]    |                                  ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use sdl2::rect::Rect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope
[INFO] [stderr]   --> src/phi/data.rs:55:35
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub fn overlaps(&self, other: Rect) -> bool {
[INFO] [stderr]    |                                   ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use sdl2::rect::Rect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/phi/mod.rs:39:20
[INFO] [stderr]    |
[INFO] [stderr] 39 |     ChangeView(Box<View>),
[INFO] [stderr]    |                    ^^^^ help: use `dyn`: `dyn View`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/phi/mod.rs:78:34
[INFO] [stderr]    |
[INFO] [stderr] 78 |     where F: Fn(&mut Phi) -> Box<View>
[INFO] [stderr]    |                                  ^^^^ help: use `dyn`: `dyn View`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sdl2::pixels::Color`
[INFO] [stderr]  --> src/main.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sdl2::pixels::Color;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Events`, `Phi`, `ViewAction`, `View`
[INFO] [stderr]  --> src/main.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | use phi::{Events, Phi, View, ViewAction};
[INFO] [stderr]   |           ^^^^^^  ^^^  ^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:49:42
[INFO] [stderr]    |
[INFO] [stderr] 49 |         xmin >= self.x && xmin <= self.x + self.w as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:50:42
[INFO] [stderr]    |
[INFO] [stderr] 50 |         xmax >= self.x && xmax <= self.x + self.w as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:51:42
[INFO] [stderr]    |
[INFO] [stderr] 51 |         ymin >= self.y && ymin <= self.y + self.h as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:52:42
[INFO] [stderr]    |
[INFO] [stderr] 52 |         ymax >= self.y && ymax <= self.y + self.h as i32
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |         self.x + self.w as i32 > other.x &&
[INFO] [stderr]    |                ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:49:42
[INFO] [stderr]    |
[INFO] [stderr] 49 |         xmin >= self.x && xmin <= self.x + self.w as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:59:16
[INFO] [stderr]    |
[INFO] [stderr] 59 |         self.y + self.h as i32 > other.y
[INFO] [stderr]    |                ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:50:42
[INFO] [stderr]    |
[INFO] [stderr] 50 |         xmax >= self.x && xmax <= self.x + self.w as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:51:42
[INFO] [stderr]    |
[INFO] [stderr] 51 |         ymin >= self.y && ymin <= self.y + self.h as i32 &&
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:52:42
[INFO] [stderr]    |
[INFO] [stderr] 52 |         ymax >= self.y && ymax <= self.y + self.h as i32
[INFO] [stderr]    |                                          ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |         self.x + self.w as i32 > other.x &&
[INFO] [stderr]    |                ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error[E0277]: cannot add `i32` to `f64`
[INFO] [stderr]   --> src/phi/data.rs:59:16
[INFO] [stderr]    |
[INFO] [stderr] 59 |         self.y + self.h as i32 > other.y
[INFO] [stderr]    |                ^ no implementation for `f64 + i32`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::ops::Add<i32>` is not implemented for `f64`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `arcade-rs`.
[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: could not compile `arcade-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9a528a1e7db6dcc39d55edbd11fe6f71e8629ca36803e6e4118ec061075d4003"`
[INFO] running `"docker" "rm" "-f" "9a528a1e7db6dcc39d55edbd11fe6f71e8629ca36803e6e4118ec061075d4003"`
[INFO] [stdout] 9a528a1e7db6dcc39d55edbd11fe6f71e8629ca36803e6e4118ec061075d4003
