Oct 26 20:15:56.730 INFO checking stevebob/realtime-game-experiment against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:15:56.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 26 20:15:57.159 INFO blam! 7460039522c70d9389da7851afda676f1acb9d56a7ceb9bae67d586b2bdd1ccb Oct 26 20:15:57.163 INFO running `"docker" "start" "-a" "7460039522c70d9389da7851afda676f1acb9d56a7ceb9bae67d586b2bdd1ccb"` Oct 26 20:15:58.927 INFO kablam! usermod: no changes Oct 26 20:15:59.140 INFO kablam! Compiling libloading v0.5.0 Oct 26 20:15:59.141 INFO kablam! Compiling libudev-sys v0.1.4 Oct 26 20:15:59.145 INFO kablam! Checking memmap v0.6.2 Oct 26 20:15:59.145 INFO kablam! Checking shared_library v0.1.8 Oct 26 20:15:59.146 INFO kablam! Checking log v0.4.1 Oct 26 20:15:59.146 INFO kablam! Checking uuid v0.6.3 Oct 26 20:15:59.147 INFO kablam! Checking tempfile v3.0.2 Oct 26 20:15:59.159 INFO kablam! Checking bytes v0.4.7 Oct 26 20:16:00.736 INFO kablam! Checking x11-dl v2.17.5 Oct 26 20:16:01.779 INFO kablam! Compiling gfx_gl v0.5.0 Oct 26 20:16:01.787 INFO kablam! Compiling glutin v0.15.0 Oct 26 20:16:01.787 INFO kablam! Checking gfx_core v0.8.2 Oct 26 20:16:02.504 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:16:04.536 INFO kablam! Checking cgmath v0.16.1 Oct 26 20:16:12.784 INFO kablam! Checking nix v0.10.0 Oct 26 20:16:12.921 INFO kablam! Checking dlib v0.4.1 Oct 26 20:16:14.168 INFO kablam! Checking wayland-sys v0.12.5 Oct 26 20:16:16.735 INFO kablam! Checking wayland-client v0.12.5 Oct 26 20:16:28.325 INFO kablam! Checking wayland-protocols v0.12.5 Oct 26 20:16:28.326 INFO kablam! Checking wayland-kbd v0.13.1 Oct 26 20:16:44.062 INFO kablam! Checking wayland-window v0.13.3 Oct 26 20:16:47.066 INFO kablam! Checking winit v0.13.1 Oct 26 20:16:47.650 INFO kablam! Checking gilrs v0.6.0 Oct 26 20:17:13.851 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 26 20:17:13.852 INFO kablam! Checking gfx v0.17.1 Oct 26 20:17:17.117 INFO kablam! Checking gfx_window_glutin v0.23.0 Oct 26 20:17:22.055 INFO kablam! Checking realtime-game-experiment v0.1.0 (/source) Oct 26 20:17:24.339 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 26 20:17:24.339 INFO kablam! --> src/aabb.rs:9:1 Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.339 INFO kablam! 9 | pub struct AabbSplitFour { Oct 26 20:17:24.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:17:24.339 INFO kablam! Oct 26 20:17:24.339 INFO kablam! warning: method is never used: `new` Oct 26 20:17:24.339 INFO kablam! --> src/aabb.rs:17:5 Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.339 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 26 20:17:24.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.339 INFO kablam! Oct 26 20:17:24.339 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 26 20:17:24.339 INFO kablam! --> src/aabb.rs:23:5 Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.339 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 26 20:17:24.339 INFO kablam! 24 | | centre: Vector2, Oct 26 20:17:24.339 INFO kablam! 25 | | half_size: Vector2, Oct 26 20:17:24.339 INFO kablam! 26 | | ) -> Self { Oct 26 20:17:24.339 INFO kablam! ... | Oct 26 20:17:24.339 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 26 20:17:24.339 INFO kablam! 30 | | } Oct 26 20:17:24.339 INFO kablam! | |_____^ Oct 26 20:17:24.339 INFO kablam! Oct 26 20:17:24.339 INFO kablam! warning: method is never used: `is_intersecting` Oct 26 20:17:24.339 INFO kablam! --> src/aabb.rs:31:5 Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.339 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 26 20:17:24.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.339 INFO kablam! Oct 26 20:17:24.339 INFO kablam! warning: method is never used: `centre` Oct 26 20:17:24.339 INFO kablam! --> src/aabb.rs:37:5 Oct 26 20:17:24.339 INFO kablam! | Oct 26 20:17:24.340 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 26 20:17:24.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.340 INFO kablam! Oct 26 20:17:24.340 INFO kablam! warning: method is never used: `split_four` Oct 26 20:17:24.340 INFO kablam! --> src/aabb.rs:40:5 Oct 26 20:17:24.340 INFO kablam! | Oct 26 20:17:24.340 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 26 20:17:24.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.340 INFO kablam! Oct 26 20:17:24.340 INFO kablam! warning: method is never used: `double_about_centre` Oct 26 20:17:24.340 INFO kablam! --> src/aabb.rs:55:5 Oct 26 20:17:24.340 INFO kablam! | Oct 26 20:17:24.340 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 26 20:17:24.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.340 INFO kablam! Oct 26 20:17:24.340 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 26 20:17:24.340 INFO kablam! --> src/game.rs:53:5 Oct 26 20:17:24.340 INFO kablam! | Oct 26 20:17:24.340 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 26 20:17:24.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.340 INFO kablam! Oct 26 20:17:24.488 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 26 20:17:24.488 INFO kablam! --> src/aabb.rs:9:1 Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.488 INFO kablam! 9 | pub struct AabbSplitFour { Oct 26 20:17:24.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.488 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:17:24.488 INFO kablam! Oct 26 20:17:24.488 INFO kablam! warning: method is never used: `new` Oct 26 20:17:24.488 INFO kablam! --> src/aabb.rs:17:5 Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.488 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 26 20:17:24.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.488 INFO kablam! Oct 26 20:17:24.488 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 26 20:17:24.488 INFO kablam! --> src/aabb.rs:23:5 Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.488 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 26 20:17:24.488 INFO kablam! 24 | | centre: Vector2, Oct 26 20:17:24.488 INFO kablam! 25 | | half_size: Vector2, Oct 26 20:17:24.488 INFO kablam! 26 | | ) -> Self { Oct 26 20:17:24.488 INFO kablam! ... | Oct 26 20:17:24.488 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 26 20:17:24.488 INFO kablam! 30 | | } Oct 26 20:17:24.488 INFO kablam! | |_____^ Oct 26 20:17:24.488 INFO kablam! Oct 26 20:17:24.488 INFO kablam! warning: method is never used: `is_intersecting` Oct 26 20:17:24.488 INFO kablam! --> src/aabb.rs:31:5 Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.488 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 26 20:17:24.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.488 INFO kablam! Oct 26 20:17:24.488 INFO kablam! warning: method is never used: `centre` Oct 26 20:17:24.488 INFO kablam! --> src/aabb.rs:37:5 Oct 26 20:17:24.488 INFO kablam! | Oct 26 20:17:24.489 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 26 20:17:24.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.489 INFO kablam! Oct 26 20:17:24.489 INFO kablam! warning: method is never used: `split_four` Oct 26 20:17:24.489 INFO kablam! --> src/aabb.rs:40:5 Oct 26 20:17:24.489 INFO kablam! | Oct 26 20:17:24.489 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 26 20:17:24.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.489 INFO kablam! Oct 26 20:17:24.489 INFO kablam! warning: method is never used: `double_about_centre` Oct 26 20:17:24.489 INFO kablam! --> src/aabb.rs:55:5 Oct 26 20:17:24.489 INFO kablam! | Oct 26 20:17:24.489 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 26 20:17:24.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.489 INFO kablam! Oct 26 20:17:24.489 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 26 20:17:24.489 INFO kablam! --> src/game.rs:53:5 Oct 26 20:17:24.489 INFO kablam! | Oct 26 20:17:24.489 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 26 20:17:24.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.489 INFO kablam! Oct 26 20:17:24.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 26 20:17:24.583 INFO kablam! su: No module specific data is present Oct 26 20:17:25.397 INFO running `"docker" "rm" "-f" "7460039522c70d9389da7851afda676f1acb9d56a7ceb9bae67d586b2bdd1ccb"` Oct 26 20:17:25.715 INFO blam! 7460039522c70d9389da7851afda676f1acb9d56a7ceb9bae67d586b2bdd1ccb