Oct 21 13:26:13.931 INFO checking stevebob/realtime-game-experiment against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:26:13.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 13:26:14.347 INFO blam! ef72eddfc6332d25ed86e9e79389abb628bdab2df2eadc1a47a89895f9ffc4d4 Oct 21 13:26:14.349 INFO running `"docker" "start" "-a" "ef72eddfc6332d25ed86e9e79389abb628bdab2df2eadc1a47a89895f9ffc4d4"` Oct 21 13:26:15.836 INFO kablam! usermod: no changes Oct 21 13:26:16.051 INFO kablam! Compiling cgmath v0.16.1 Oct 21 13:26:16.064 INFO kablam! Compiling libloading v0.5.0 Oct 21 13:26:16.065 INFO kablam! Compiling libudev-sys v0.1.4 Oct 21 13:26:16.091 INFO kablam! Checking uuid v0.6.3 Oct 21 13:26:16.092 INFO kablam! Checking tempfile v3.0.2 Oct 21 13:26:16.093 INFO kablam! Checking bytes v0.4.7 Oct 21 13:26:16.099 INFO kablam! Checking x11-dl v2.17.5 Oct 21 13:26:16.120 INFO kablam! Compiling glutin v0.15.0 Oct 21 13:26:18.196 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 21 13:26:20.444 INFO kablam! Checking nix v0.10.0 Oct 21 13:26:22.548 INFO kablam! Checking dlib v0.4.1 Oct 21 13:26:23.950 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 13:26:24.592 INFO kablam! Checking wayland-client v0.12.5 Oct 21 13:26:30.828 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 13:26:30.828 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 13:26:43.617 INFO kablam! Checking gilrs v0.6.0 Oct 21 13:26:44.624 INFO kablam! Checking wayland-window v0.13.3 Oct 21 13:26:46.608 INFO kablam! Checking winit v0.13.1 Oct 21 13:26:52.070 INFO kablam! Checking gfx_window_glutin v0.23.0 Oct 21 13:26:52.868 INFO kablam! Checking realtime-game-experiment v0.1.0 (/source) Oct 21 13:26:55.688 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 21 13:26:55.688 INFO kablam! --> src/aabb.rs:9:1 Oct 21 13:26:55.688 INFO kablam! | Oct 21 13:26:55.688 INFO kablam! 9 | pub struct AabbSplitFour { Oct 21 13:26:55.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.688 INFO kablam! | Oct 21 13:26:55.688 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `new` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:17:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:23:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 21 13:26:55.689 INFO kablam! 24 | | centre: Vector2, Oct 21 13:26:55.689 INFO kablam! 25 | | half_size: Vector2, Oct 21 13:26:55.689 INFO kablam! 26 | | ) -> Self { Oct 21 13:26:55.689 INFO kablam! ... | Oct 21 13:26:55.689 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 21 13:26:55.689 INFO kablam! 30 | | } Oct 21 13:26:55.689 INFO kablam! | |_____^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `is_intersecting` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:31:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `centre` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:37:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `split_four` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:40:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: method is never used: `double_about_centre` Oct 21 13:26:55.689 INFO kablam! --> src/aabb.rs:55:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.689 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 21 13:26:55.689 INFO kablam! --> src/game.rs:53:5 Oct 21 13:26:55.689 INFO kablam! | Oct 21 13:26:55.689 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 21 13:26:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.689 INFO kablam! Oct 21 13:26:55.796 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 21 13:26:55.796 INFO kablam! --> src/aabb.rs:9:1 Oct 21 13:26:55.796 INFO kablam! | Oct 21 13:26:55.796 INFO kablam! 9 | pub struct AabbSplitFour { Oct 21 13:26:55.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.796 INFO kablam! | Oct 21 13:26:55.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `new` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:17:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:23:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 21 13:26:55.797 INFO kablam! 24 | | centre: Vector2, Oct 21 13:26:55.797 INFO kablam! 25 | | half_size: Vector2, Oct 21 13:26:55.797 INFO kablam! 26 | | ) -> Self { Oct 21 13:26:55.797 INFO kablam! ... | Oct 21 13:26:55.797 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 21 13:26:55.797 INFO kablam! 30 | | } Oct 21 13:26:55.797 INFO kablam! | |_____^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `is_intersecting` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:31:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `centre` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:37:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `split_four` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:40:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: method is never used: `double_about_centre` Oct 21 13:26:55.797 INFO kablam! --> src/aabb.rs:55:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.797 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 21 13:26:55.797 INFO kablam! --> src/game.rs:53:5 Oct 21 13:26:55.797 INFO kablam! | Oct 21 13:26:55.797 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 21 13:26:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:26:55.797 INFO kablam! Oct 21 13:26:55.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.98s Oct 21 13:26:55.864 INFO kablam! su: No module specific data is present Oct 21 13:26:56.873 INFO running `"docker" "rm" "-f" "ef72eddfc6332d25ed86e9e79389abb628bdab2df2eadc1a47a89895f9ffc4d4"` Oct 21 13:26:57.177 INFO blam! ef72eddfc6332d25ed86e9e79389abb628bdab2df2eadc1a47a89895f9ffc4d4