Oct 31 20:28:39.766 INFO checking stevebob/realtime-game-experiment against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:28:39.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 20:28:40.417 INFO blam! a4ca45a75fd4654eac87aac9cf86f15b56f46231768a3c22ee066c1164e3bfbc Oct 31 20:28:40.425 INFO running `"docker" "start" "-a" "a4ca45a75fd4654eac87aac9cf86f15b56f46231768a3c22ee066c1164e3bfbc"` Oct 31 20:28:42.140 INFO kablam! usermod: no changes Oct 31 20:28:42.445 INFO kablam! Compiling nix v0.10.0 Oct 31 20:28:42.445 INFO kablam! Compiling cgmath v0.16.1 Oct 31 20:28:42.445 INFO kablam! Compiling libudev-sys v0.1.4 Oct 31 20:28:42.446 INFO kablam! Checking uuid v0.6.3 Oct 31 20:28:42.504 INFO kablam! Checking bytes v0.4.7 Oct 31 20:28:42.505 INFO kablam! Compiling glutin v0.15.0 Oct 31 20:28:42.506 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 31 20:28:42.506 INFO kablam! Checking winit v0.13.1 Oct 31 20:29:10.345 INFO kablam! Checking gilrs v0.6.0 Oct 31 20:29:12.998 INFO kablam! Checking gfx_window_glutin v0.23.0 Oct 31 20:29:13.991 INFO kablam! Checking realtime-game-experiment v0.1.0 (/source) Oct 31 20:29:16.668 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 31 20:29:16.668 INFO kablam! --> src/aabb.rs:9:1 Oct 31 20:29:16.668 INFO kablam! | Oct 31 20:29:16.668 INFO kablam! 9 | pub struct AabbSplitFour { Oct 31 20:29:16.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.670 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `new` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:17:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:23:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 31 20:29:16.671 INFO kablam! 24 | | centre: Vector2, Oct 31 20:29:16.671 INFO kablam! 25 | | half_size: Vector2, Oct 31 20:29:16.671 INFO kablam! 26 | | ) -> Self { Oct 31 20:29:16.671 INFO kablam! ... | Oct 31 20:29:16.671 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 31 20:29:16.671 INFO kablam! 30 | | } Oct 31 20:29:16.671 INFO kablam! | |_____^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `is_intersecting` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:31:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `centre` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:37:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `split_four` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:40:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: method is never used: `double_about_centre` Oct 31 20:29:16.671 INFO kablam! --> src/aabb.rs:55:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.671 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 31 20:29:16.671 INFO kablam! --> src/game.rs:53:5 Oct 31 20:29:16.671 INFO kablam! | Oct 31 20:29:16.671 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 31 20:29:16.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.671 INFO kablam! Oct 31 20:29:16.828 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 31 20:29:16.829 INFO kablam! --> src/aabb.rs:9:1 Oct 31 20:29:16.829 INFO kablam! | Oct 31 20:29:16.829 INFO kablam! 9 | pub struct AabbSplitFour { Oct 31 20:29:16.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.829 INFO kablam! | Oct 31 20:29:16.829 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:29:16.829 INFO kablam! Oct 31 20:29:16.829 INFO kablam! warning: method is never used: `new` Oct 31 20:29:16.829 INFO kablam! --> src/aabb.rs:17:5 Oct 31 20:29:16.831 INFO kablam! | Oct 31 20:29:16.831 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 31 20:29:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.831 INFO kablam! Oct 31 20:29:16.831 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 31 20:29:16.831 INFO kablam! --> src/aabb.rs:23:5 Oct 31 20:29:16.831 INFO kablam! | Oct 31 20:29:16.831 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 31 20:29:16.831 INFO kablam! 24 | | centre: Vector2, Oct 31 20:29:16.831 INFO kablam! 25 | | half_size: Vector2, Oct 31 20:29:16.831 INFO kablam! 26 | | ) -> Self { Oct 31 20:29:16.831 INFO kablam! ... | Oct 31 20:29:16.831 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 31 20:29:16.831 INFO kablam! 30 | | } Oct 31 20:29:16.831 INFO kablam! | |_____^ Oct 31 20:29:16.831 INFO kablam! Oct 31 20:29:16.831 INFO kablam! warning: method is never used: `is_intersecting` Oct 31 20:29:16.831 INFO kablam! --> src/aabb.rs:31:5 Oct 31 20:29:16.831 INFO kablam! | Oct 31 20:29:16.831 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 31 20:29:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.831 INFO kablam! Oct 31 20:29:16.831 INFO kablam! warning: method is never used: `centre` Oct 31 20:29:16.831 INFO kablam! --> src/aabb.rs:37:5 Oct 31 20:29:16.831 INFO kablam! | Oct 31 20:29:16.831 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 31 20:29:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.835 INFO kablam! Oct 31 20:29:16.835 INFO kablam! warning: method is never used: `split_four` Oct 31 20:29:16.835 INFO kablam! --> src/aabb.rs:40:5 Oct 31 20:29:16.835 INFO kablam! | Oct 31 20:29:16.835 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 31 20:29:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.835 INFO kablam! Oct 31 20:29:16.835 INFO kablam! warning: method is never used: `double_about_centre` Oct 31 20:29:16.835 INFO kablam! --> src/aabb.rs:55:5 Oct 31 20:29:16.835 INFO kablam! | Oct 31 20:29:16.835 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 31 20:29:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.835 INFO kablam! Oct 31 20:29:16.835 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 31 20:29:16.835 INFO kablam! --> src/game.rs:53:5 Oct 31 20:29:16.835 INFO kablam! | Oct 31 20:29:16.835 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 31 20:29:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:29:16.835 INFO kablam! Oct 31 20:29:16.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.74s Oct 31 20:29:16.927 INFO kablam! su: No module specific data is present Oct 31 20:29:19.328 INFO running `"docker" "rm" "-f" "a4ca45a75fd4654eac87aac9cf86f15b56f46231768a3c22ee066c1164e3bfbc"` Oct 31 20:29:19.604 INFO blam! a4ca45a75fd4654eac87aac9cf86f15b56f46231768a3c22ee066c1164e3bfbc