[INFO] cloning repository https://github.com/a5huynh/defender-game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/a5huynh/defender-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa5huynh%2Fdefender-game"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa5huynh%2Fdefender-game'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 884ae51e03c5c5510acae84d49bf6cdebe3cd2ea [INFO] checking a5huynh/defender-game against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa5huynh%2Fdefender-game" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/a5huynh/defender-game on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/a5huynh/defender-game [INFO] finished tweaking git repo https://github.com/a5huynh/defender-game [INFO] tweaked toml for git repo https://github.com/a5huynh/defender-game written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/a5huynh/defender-game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 1c613aa4f6d4ae427f7dbc3bac3f9d57ef5857e15c5b37442b07e369ee5dbcf6 [INFO] running `"docker" "start" "-a" "1c613aa4f6d4ae427f7dbc3bac3f9d57ef5857e15c5b37442b07e369ee5dbcf6"` [INFO] [stderr] Compiling wayland-scanner v0.21.4 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Checking piston-viewport v0.4.0 [INFO] [stderr] Checking wayland-sys v0.21.4 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking rusttype v0.7.2 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Checking rusttype v0.5.2 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking wayland-commons v0.21.4 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking piston2d-graphics v0.27.0 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking andrew v0.1.4 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling wayland-client v0.21.4 [INFO] [stderr] Compiling wayland-protocols v0.21.4 [INFO] [stderr] Checking rayon v1.0.2 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking tiff v0.2.1 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking image v0.20.0 [INFO] [stderr] Checking pistoncore-input v0.22.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.1 [INFO] [stderr] Checking pistoncore-window v0.33.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.55.0 [INFO] [stderr] Checking pistoncore-event_loop v0.38.0 [INFO] [stderr] Checking winit v0.18.0 [INFO] [stderr] Checking piston v0.38.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.50.0 [INFO] [stderr] Checking defender v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/models/mod.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | fn collides(&self, other: &GameObject) -> bool { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [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/models/mod.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | fn collides(&self, other: &GameObject) -> bool { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn GameObject` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "1c613aa4f6d4ae427f7dbc3bac3f9d57ef5857e15c5b37442b07e369ee5dbcf6"` [INFO] running `"docker" "rm" "-f" "1c613aa4f6d4ae427f7dbc3bac3f9d57ef5857e15c5b37442b07e369ee5dbcf6"` [INFO] [stdout] 1c613aa4f6d4ae427f7dbc3bac3f9d57ef5857e15c5b37442b07e369ee5dbcf6