Oct 10 14:16:16.596 INFO testing stevebob/realtime-game-experiment against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:16:16.596 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:16:16.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:16:16.968 INFO blam! 04131baa92853f99deefdfc5d3c93c5256281a6fc4d0ff0bbc3a1b26e887aabe Oct 10 14:16:16.976 INFO running `"docker" "start" "-a" "04131baa92853f99deefdfc5d3c93c5256281a6fc4d0ff0bbc3a1b26e887aabe"` Oct 10 14:16:18.283 INFO kablam! usermod: no changes Oct 10 14:16:18.576 INFO kablam! Compiling uuid v0.6.3 Oct 10 14:16:18.576 INFO kablam! Compiling libudev-sys v0.1.4 Oct 10 14:16:18.576 INFO kablam! Compiling bytes v0.4.7 Oct 10 14:16:18.582 INFO kablam! Compiling gfx_gl v0.5.0 Oct 10 14:16:18.583 INFO kablam! Compiling glutin v0.15.0 Oct 10 14:16:18.583 INFO kablam! Compiling gfx v0.17.1 Oct 10 14:16:18.583 INFO kablam! Compiling cgmath v0.16.1 Oct 10 14:16:18.584 INFO kablam! Compiling winit v0.13.1 Oct 10 14:16:27.560 INFO kablam! Compiling nix v0.10.0 Oct 10 14:17:03.154 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 10 14:17:09.182 INFO kablam! Compiling gilrs v0.6.0 Oct 10 14:17:17.492 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 10 14:17:24.352 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 10 14:17:27.472 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 10 14:17:27.473 INFO kablam! --> src/aabb.rs:9:1 Oct 10 14:17:27.473 INFO kablam! | Oct 10 14:17:27.473 INFO kablam! 9 | pub struct AabbSplitFour { Oct 10 14:17:27.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.474 INFO kablam! | Oct 10 14:17:27.474 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:17:27.475 INFO kablam! Oct 10 14:17:27.475 INFO kablam! warning: method is never used: `new` Oct 10 14:17:27.475 INFO kablam! --> src/aabb.rs:17:5 Oct 10 14:17:27.475 INFO kablam! | Oct 10 14:17:27.476 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 10 14:17:27.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.476 INFO kablam! Oct 10 14:17:27.477 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 10 14:17:27.477 INFO kablam! --> src/aabb.rs:23:5 Oct 10 14:17:27.477 INFO kablam! | Oct 10 14:17:27.477 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 10 14:17:27.478 INFO kablam! 24 | | centre: Vector2, Oct 10 14:17:27.478 INFO kablam! 25 | | half_size: Vector2, Oct 10 14:17:27.478 INFO kablam! 26 | | ) -> Self { Oct 10 14:17:27.478 INFO kablam! ... | Oct 10 14:17:27.479 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 10 14:17:27.479 INFO kablam! 30 | | } Oct 10 14:17:27.479 INFO kablam! | |_____^ Oct 10 14:17:27.479 INFO kablam! Oct 10 14:17:27.480 INFO kablam! warning: method is never used: `is_intersecting` Oct 10 14:17:27.480 INFO kablam! --> src/aabb.rs:31:5 Oct 10 14:17:27.480 INFO kablam! | Oct 10 14:17:27.481 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 10 14:17:27.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.481 INFO kablam! Oct 10 14:17:27.481 INFO kablam! warning: method is never used: `centre` Oct 10 14:17:27.482 INFO kablam! --> src/aabb.rs:37:5 Oct 10 14:17:27.482 INFO kablam! | Oct 10 14:17:27.482 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 10 14:17:27.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.483 INFO kablam! Oct 10 14:17:27.483 INFO kablam! warning: method is never used: `split_four` Oct 10 14:17:27.483 INFO kablam! --> src/aabb.rs:40:5 Oct 10 14:17:27.483 INFO kablam! | Oct 10 14:17:27.484 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 10 14:17:27.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.484 INFO kablam! Oct 10 14:17:27.485 INFO kablam! warning: method is never used: `double_about_centre` Oct 10 14:17:27.485 INFO kablam! --> src/aabb.rs:55:5 Oct 10 14:17:27.485 INFO kablam! | Oct 10 14:17:27.485 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 10 14:17:27.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.486 INFO kablam! Oct 10 14:17:27.486 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 10 14:17:27.486 INFO kablam! --> src/game.rs:53:5 Oct 10 14:17:27.487 INFO kablam! | Oct 10 14:17:27.487 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 10 14:17:27.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:27.487 INFO kablam! Oct 10 14:17:32.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 10 14:17:32.367 INFO kablam! su: No module specific data is present Oct 10 14:17:33.879 INFO running `"docker" "rm" "-f" "04131baa92853f99deefdfc5d3c93c5256281a6fc4d0ff0bbc3a1b26e887aabe"` Oct 10 14:17:34.156 INFO blam! 04131baa92853f99deefdfc5d3c93c5256281a6fc4d0ff0bbc3a1b26e887aabe Oct 10 14:17:34.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:17:34.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:17:34.830 INFO blam! 20ef2b260aa66539d65cef354e823ce8306cfce343901cf2af9b4f0887a6b5ec Oct 10 14:17:34.831 INFO running `"docker" "start" "-a" "20ef2b260aa66539d65cef354e823ce8306cfce343901cf2af9b4f0887a6b5ec"` Oct 10 14:17:36.356 INFO kablam! usermod: no changes Oct 10 14:17:36.600 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 10 14:17:39.813 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 10 14:17:39.814 INFO kablam! --> src/aabb.rs:9:1 Oct 10 14:17:39.814 INFO kablam! | Oct 10 14:17:39.815 INFO kablam! 9 | pub struct AabbSplitFour { Oct 10 14:17:39.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.816 INFO kablam! | Oct 10 14:17:39.817 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:17:39.817 INFO kablam! Oct 10 14:17:39.818 INFO kablam! warning: method is never used: `new` Oct 10 14:17:39.819 INFO kablam! --> src/aabb.rs:17:5 Oct 10 14:17:39.819 INFO kablam! | Oct 10 14:17:39.820 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 10 14:17:39.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.821 INFO kablam! Oct 10 14:17:39.821 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 10 14:17:39.822 INFO kablam! --> src/aabb.rs:23:5 Oct 10 14:17:39.822 INFO kablam! | Oct 10 14:17:39.822 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 10 14:17:39.822 INFO kablam! 24 | | centre: Vector2, Oct 10 14:17:39.824 INFO kablam! 25 | | half_size: Vector2, Oct 10 14:17:39.824 INFO kablam! 26 | | ) -> Self { Oct 10 14:17:39.824 INFO kablam! ... | Oct 10 14:17:39.824 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 10 14:17:39.824 INFO kablam! 30 | | } Oct 10 14:17:39.824 INFO kablam! | |_____^ Oct 10 14:17:39.824 INFO kablam! Oct 10 14:17:39.824 INFO kablam! warning: method is never used: `is_intersecting` Oct 10 14:17:39.824 INFO kablam! --> src/aabb.rs:31:5 Oct 10 14:17:39.824 INFO kablam! | Oct 10 14:17:39.824 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 10 14:17:39.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.824 INFO kablam! Oct 10 14:17:39.824 INFO kablam! warning: method is never used: `centre` Oct 10 14:17:39.824 INFO kablam! --> src/aabb.rs:37:5 Oct 10 14:17:39.824 INFO kablam! | Oct 10 14:17:39.824 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 10 14:17:39.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.824 INFO kablam! Oct 10 14:17:39.824 INFO kablam! warning: method is never used: `split_four` Oct 10 14:17:39.824 INFO kablam! --> src/aabb.rs:40:5 Oct 10 14:17:39.824 INFO kablam! | Oct 10 14:17:39.824 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 10 14:17:39.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.824 INFO kablam! Oct 10 14:17:39.824 INFO kablam! warning: method is never used: `double_about_centre` Oct 10 14:17:39.824 INFO kablam! --> src/aabb.rs:55:5 Oct 10 14:17:39.824 INFO kablam! | Oct 10 14:17:39.824 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 10 14:17:39.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.825 INFO kablam! Oct 10 14:17:39.825 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 10 14:17:39.825 INFO kablam! --> src/game.rs:53:5 Oct 10 14:17:39.825 INFO kablam! | Oct 10 14:17:39.825 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 10 14:17:39.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:17:39.825 INFO kablam! Oct 10 14:17:40.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.05s Oct 10 14:17:40.447 INFO kablam! su: No module specific data is present Oct 10 14:17:41.894 INFO running `"docker" "rm" "-f" "20ef2b260aa66539d65cef354e823ce8306cfce343901cf2af9b4f0887a6b5ec"` Oct 10 14:17:42.224 INFO blam! 20ef2b260aa66539d65cef354e823ce8306cfce343901cf2af9b4f0887a6b5ec Oct 10 14:17:42.236 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:17:42.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:17:42.710 INFO blam! be242ff2a9cdf412e1d27540d2df335fb9f9255b17ad7d53bca84c5f06304477 Oct 10 14:17:42.712 INFO running `"docker" "start" "-a" "be242ff2a9cdf412e1d27540d2df335fb9f9255b17ad7d53bca84c5f06304477"` Oct 10 14:17:44.831 INFO kablam! usermod: no changes Oct 10 14:17:45.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 10 14:17:45.183 INFO kablam! Running /target/debug/deps/realtime_game_experiment-99de63e26ef37433 Oct 10 14:17:45.185 INFO blam! Oct 10 14:17:45.185 INFO blam! running 0 tests Oct 10 14:17:45.185 INFO blam! Oct 10 14:17:45.185 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:17:45.185 INFO blam! Oct 10 14:17:45.196 INFO kablam! su: No module specific data is present Oct 10 14:17:46.272 INFO running `"docker" "rm" "-f" "be242ff2a9cdf412e1d27540d2df335fb9f9255b17ad7d53bca84c5f06304477"` Oct 10 14:17:46.637 INFO blam! be242ff2a9cdf412e1d27540d2df335fb9f9255b17ad7d53bca84c5f06304477