Oct 31 20:28:39.646 INFO checking stevebob/realtime-game-experiment against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:28:39.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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.164 INFO blam! cd325419ce2fddb097f3ee53d5c8c2e31bda9be59aba09652f8cf9df484d4057 Oct 31 20:28:40.168 INFO running `"docker" "start" "-a" "cd325419ce2fddb097f3ee53d5c8c2e31bda9be59aba09652f8cf9df484d4057"` Oct 31 20:28:41.376 INFO kablam! usermod: no changes Oct 31 20:28:41.648 INFO kablam! Compiling bitflags v1.0.3 Oct 31 20:28:41.652 INFO kablam! Compiling khronos_api v2.2.0 Oct 31 20:28:41.688 INFO kablam! Compiling either v1.5.0 Oct 31 20:28:41.689 INFO kablam! Compiling nix v0.10.0 Oct 31 20:28:41.689 INFO kablam! Compiling cgmath v0.16.1 Oct 31 20:28:41.689 INFO kablam! Compiling libloading v0.5.0 Oct 31 20:28:41.690 INFO kablam! Compiling log v0.4.1 Oct 31 20:28:41.690 INFO kablam! Compiling x11-dl v2.17.5 Oct 31 20:28:42.393 INFO kablam! Compiling libudev-sys v0.1.4 Oct 31 20:28:43.541 INFO kablam! Checking draw_state v0.8.0 Oct 31 20:28:45.922 INFO kablam! Checking memmap v0.6.2 Oct 31 20:28:45.990 INFO kablam! Checking shared_library v0.1.8 Oct 31 20:28:46.626 INFO kablam! Compiling syn v0.10.8 Oct 31 20:28:47.348 INFO kablam! Checking uuid v0.6.3 Oct 31 20:28:47.787 INFO kablam! Compiling xml-rs v0.7.0 Oct 31 20:28:48.077 INFO kablam! Compiling itertools v0.5.10 Oct 31 20:28:48.217 INFO kablam! Checking tempfile v3.0.2 Oct 31 20:28:48.601 INFO kablam! Checking bytes v0.4.7 Oct 31 20:28:50.545 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 20:28:55.141 INFO kablam! Checking dlib v0.4.1 Oct 31 20:28:56.414 INFO kablam! Checking wayland-sys v0.12.5 Oct 31 20:29:06.509 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 31 20:29:06.510 INFO kablam! Compiling gl_generator v0.9.0 Oct 31 20:29:15.767 INFO kablam! Compiling wayland-client v0.12.5 Oct 31 20:29:15.767 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 31 20:29:22.418 INFO kablam! Compiling gfx_gl v0.5.0 Oct 31 20:29:33.005 INFO kablam! Compiling glutin v0.15.0 Oct 31 20:29:35.756 INFO kablam! Checking gilrs v0.6.0 Oct 31 20:29:37.532 INFO kablam! Compiling derivative v1.0.0 Oct 31 20:29:46.444 INFO kablam! Checking wayland-kbd v0.13.1 Oct 31 20:29:58.446 INFO kablam! Checking gfx_core v0.8.2 Oct 31 20:30:02.078 INFO kablam! Checking wayland-window v0.13.3 Oct 31 20:30:04.313 INFO kablam! Checking winit v0.13.1 Oct 31 20:30:33.640 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 31 20:30:33.661 INFO kablam! Checking gfx v0.17.1 Oct 31 20:30:36.944 INFO kablam! Checking gfx_window_glutin v0.23.0 Oct 31 20:30:42.293 INFO kablam! Checking realtime-game-experiment v0.1.0 (/source) Oct 31 20:30:44.823 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 31 20:30:44.823 INFO kablam! --> src/aabb.rs:9:1 Oct 31 20:30:44.824 INFO kablam! | Oct 31 20:30:44.825 INFO kablam! 9 | pub struct AabbSplitFour { Oct 31 20:30:44.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.826 INFO kablam! | Oct 31 20:30:44.827 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:30:44.827 INFO kablam! Oct 31 20:30:44.828 INFO kablam! warning: method is never used: `new` Oct 31 20:30:44.829 INFO kablam! --> src/aabb.rs:17:5 Oct 31 20:30:44.829 INFO kablam! | Oct 31 20:30:44.830 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 31 20:30:44.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.831 INFO kablam! Oct 31 20:30:44.832 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 31 20:30:44.832 INFO kablam! --> src/aabb.rs:23:5 Oct 31 20:30:44.833 INFO kablam! | Oct 31 20:30:44.834 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 31 20:30:44.834 INFO kablam! 24 | | centre: Vector2, Oct 31 20:30:44.835 INFO kablam! 25 | | half_size: Vector2, Oct 31 20:30:44.835 INFO kablam! 26 | | ) -> Self { Oct 31 20:30:44.836 INFO kablam! ... | Oct 31 20:30:44.837 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 31 20:30:44.837 INFO kablam! 30 | | } Oct 31 20:30:44.838 INFO kablam! | |_____^ Oct 31 20:30:44.838 INFO kablam! Oct 31 20:30:44.839 INFO kablam! warning: method is never used: `is_intersecting` Oct 31 20:30:44.840 INFO kablam! --> src/aabb.rs:31:5 Oct 31 20:30:44.841 INFO kablam! | Oct 31 20:30:44.841 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 31 20:30:44.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.842 INFO kablam! Oct 31 20:30:44.843 INFO kablam! warning: method is never used: `centre` Oct 31 20:30:44.844 INFO kablam! --> src/aabb.rs:37:5 Oct 31 20:30:44.844 INFO kablam! | Oct 31 20:30:44.845 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 31 20:30:44.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.845 INFO kablam! Oct 31 20:30:44.846 INFO kablam! warning: method is never used: `split_four` Oct 31 20:30:44.847 INFO kablam! --> src/aabb.rs:40:5 Oct 31 20:30:44.847 INFO kablam! | Oct 31 20:30:44.847 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 31 20:30:44.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.848 INFO kablam! Oct 31 20:30:44.848 INFO kablam! warning: method is never used: `double_about_centre` Oct 31 20:30:44.848 INFO kablam! --> src/aabb.rs:55:5 Oct 31 20:30:44.848 INFO kablam! | Oct 31 20:30:44.848 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 31 20:30:44.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.849 INFO kablam! Oct 31 20:30:44.850 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 31 20:30:44.851 INFO kablam! --> src/game.rs:53:5 Oct 31 20:30:44.851 INFO kablam! | Oct 31 20:30:44.851 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 31 20:30:44.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:44.856 INFO kablam! Oct 31 20:30:45.092 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 31 20:30:45.092 INFO kablam! --> src/aabb.rs:9:1 Oct 31 20:30:45.092 INFO kablam! | Oct 31 20:30:45.093 INFO kablam! 9 | pub struct AabbSplitFour { Oct 31 20:30:45.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.094 INFO kablam! | Oct 31 20:30:45.094 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:30:45.094 INFO kablam! Oct 31 20:30:45.095 INFO kablam! warning: method is never used: `new` Oct 31 20:30:45.095 INFO kablam! --> src/aabb.rs:17:5 Oct 31 20:30:45.095 INFO kablam! | Oct 31 20:30:45.095 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 31 20:30:45.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.096 INFO kablam! Oct 31 20:30:45.096 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 31 20:30:45.096 INFO kablam! --> src/aabb.rs:23:5 Oct 31 20:30:45.097 INFO kablam! | Oct 31 20:30:45.097 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 31 20:30:45.097 INFO kablam! 24 | | centre: Vector2, Oct 31 20:30:45.097 INFO kablam! 25 | | half_size: Vector2, Oct 31 20:30:45.098 INFO kablam! 26 | | ) -> Self { Oct 31 20:30:45.098 INFO kablam! ... | Oct 31 20:30:45.098 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 31 20:30:45.098 INFO kablam! 30 | | } Oct 31 20:30:45.099 INFO kablam! | |_____^ Oct 31 20:30:45.099 INFO kablam! Oct 31 20:30:45.099 INFO kablam! warning: method is never used: `is_intersecting` Oct 31 20:30:45.099 INFO kablam! --> src/aabb.rs:31:5 Oct 31 20:30:45.099 INFO kablam! | Oct 31 20:30:45.100 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 31 20:30:45.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.100 INFO kablam! Oct 31 20:30:45.101 INFO kablam! warning: method is never used: `centre` Oct 31 20:30:45.101 INFO kablam! --> src/aabb.rs:37:5 Oct 31 20:30:45.101 INFO kablam! | Oct 31 20:30:45.102 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 31 20:30:45.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.102 INFO kablam! Oct 31 20:30:45.104 INFO kablam! warning: method is never used: `split_four` Oct 31 20:30:45.104 INFO kablam! --> src/aabb.rs:40:5 Oct 31 20:30:45.104 INFO kablam! | Oct 31 20:30:45.104 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 31 20:30:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.104 INFO kablam! Oct 31 20:30:45.104 INFO kablam! warning: method is never used: `double_about_centre` Oct 31 20:30:45.104 INFO kablam! --> src/aabb.rs:55:5 Oct 31 20:30:45.104 INFO kablam! | Oct 31 20:30:45.104 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 31 20:30:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.104 INFO kablam! Oct 31 20:30:45.104 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 31 20:30:45.104 INFO kablam! --> src/game.rs:53:5 Oct 31 20:30:45.104 INFO kablam! | Oct 31 20:30:45.104 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 31 20:30:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:30:45.104 INFO kablam! Oct 31 20:30:45.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 03s Oct 31 20:30:45.181 INFO kablam! su: No module specific data is present Oct 31 20:30:47.236 INFO running `"docker" "rm" "-f" "cd325419ce2fddb097f3ee53d5c8c2e31bda9be59aba09652f8cf9df484d4057"` Oct 31 20:30:47.632 INFO blam! cd325419ce2fddb097f3ee53d5c8c2e31bda9be59aba09652f8cf9df484d4057