Oct 26 20:15:56.566 INFO checking stevebob/realtime-game-experiment against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:15:56.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:56.891 INFO blam! a832c1953c7cad7591cc8c62d35de242d7906f3a76f1d1356a44650eaeb23a17 Oct 26 20:15:56.903 INFO running `"docker" "start" "-a" "a832c1953c7cad7591cc8c62d35de242d7906f3a76f1d1356a44650eaeb23a17"` Oct 26 20:15:58.658 INFO kablam! usermod: no changes Oct 26 20:15:58.871 INFO kablam! Compiling nix v0.10.0 Oct 26 20:15:58.871 INFO kablam! Compiling libloading v0.5.0 Oct 26 20:15:58.871 INFO kablam! Checking memmap v0.6.2 Oct 26 20:15:58.871 INFO kablam! Checking shared_library v0.1.8 Oct 26 20:15:58.881 INFO kablam! Compiling libudev-sys v0.1.4 Oct 26 20:15:58.881 INFO kablam! Checking log v0.4.1 Oct 26 20:15:58.882 INFO kablam! Checking uuid v0.6.3 Oct 26 20:15:58.887 INFO kablam! Checking tempfile v3.0.2 Oct 26 20:16:01.027 INFO kablam! Checking bytes v0.4.7 Oct 26 20:16:01.407 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:16:01.807 INFO kablam! Checking x11-dl v2.17.5 Oct 26 20:16:02.399 INFO kablam! Checking gfx_core v0.8.2 Oct 26 20:16:02.403 INFO kablam! Compiling gfx_gl v0.5.0 Oct 26 20:16:03.024 INFO kablam! Compiling glutin v0.15.0 Oct 26 20:16:03.515 INFO kablam! Checking cgmath v0.16.1 Oct 26 20:16:13.396 INFO kablam! Checking dlib v0.4.1 Oct 26 20:16:14.765 INFO kablam! Checking wayland-sys v0.12.5 Oct 26 20:16:17.317 INFO kablam! Checking wayland-client v0.12.5 Oct 26 20:16:28.917 INFO kablam! Checking wayland-protocols v0.12.5 Oct 26 20:16:28.918 INFO kablam! Checking wayland-kbd v0.13.1 Oct 26 20:16:45.555 INFO kablam! Checking gilrs v0.6.0 Oct 26 20:16:46.663 INFO kablam! Checking wayland-window v0.13.3 Oct 26 20:16:48.628 INFO kablam! Checking winit v0.13.1 Oct 26 20:17:13.321 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 26 20:17:13.322 INFO kablam! Checking gfx v0.17.1 Oct 26 20:17:16.423 INFO kablam! Checking gfx_window_glutin v0.23.0 Oct 26 20:17:21.672 INFO kablam! Checking realtime-game-experiment v0.1.0 (/source) Oct 26 20:17:24.307 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:9:1 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 9 | pub struct AabbSplitFour { Oct 26 20:17:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `new` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:17:5 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 26 20:17:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:23:5 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 26 20:17:24.307 INFO kablam! 24 | | centre: Vector2, Oct 26 20:17:24.307 INFO kablam! 25 | | half_size: Vector2, Oct 26 20:17:24.307 INFO kablam! 26 | | ) -> Self { Oct 26 20:17:24.307 INFO kablam! ... | Oct 26 20:17:24.307 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 26 20:17:24.307 INFO kablam! 30 | | } Oct 26 20:17:24.307 INFO kablam! | |_____^ Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `is_intersecting` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:31:5 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 26 20:17:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `centre` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:37:5 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 26 20:17:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `split_four` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:40:5 Oct 26 20:17:24.307 INFO kablam! | Oct 26 20:17:24.307 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 26 20:17:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.307 INFO kablam! Oct 26 20:17:24.307 INFO kablam! warning: method is never used: `double_about_centre` Oct 26 20:17:24.307 INFO kablam! --> src/aabb.rs:55:5 Oct 26 20:17:24.308 INFO kablam! | Oct 26 20:17:24.308 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 26 20:17:24.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.308 INFO kablam! Oct 26 20:17:24.308 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 26 20:17:24.308 INFO kablam! --> src/game.rs:53:5 Oct 26 20:17:24.308 INFO kablam! | Oct 26 20:17:24.308 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 26 20:17:24.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.308 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:9:1 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 9 | pub struct AabbSplitFour { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `new` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:17:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:23:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 26 20:17:24.463 INFO kablam! 24 | | centre: Vector2, Oct 26 20:17:24.463 INFO kablam! 25 | | half_size: Vector2, Oct 26 20:17:24.463 INFO kablam! 26 | | ) -> Self { Oct 26 20:17:24.463 INFO kablam! ... | Oct 26 20:17:24.463 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 26 20:17:24.463 INFO kablam! 30 | | } Oct 26 20:17:24.463 INFO kablam! | |_____^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `is_intersecting` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:31:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `centre` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:37:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `split_four` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:40:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.463 INFO kablam! warning: method is never used: `double_about_centre` Oct 26 20:17:24.463 INFO kablam! --> src/aabb.rs:55:5 Oct 26 20:17:24.463 INFO kablam! | Oct 26 20:17:24.463 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 26 20:17:24.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.463 INFO kablam! Oct 26 20:17:24.464 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 26 20:17:24.464 INFO kablam! --> src/game.rs:53:5 Oct 26 20:17:24.464 INFO kablam! | Oct 26 20:17:24.464 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 26 20:17:24.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:17:24.464 INFO kablam! Oct 26 20:17:24.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 26 20:17:24.587 INFO kablam! su: No module specific data is present Oct 26 20:17:25.557 INFO running `"docker" "rm" "-f" "a832c1953c7cad7591cc8c62d35de242d7906f3a76f1d1356a44650eaeb23a17"` Oct 26 20:17:25.775 INFO blam! a832c1953c7cad7591cc8c62d35de242d7906f3a76f1d1356a44650eaeb23a17