Oct 12 23:02:52.144 INFO testing stevebob/realtime-game-experiment against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:02:52.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 23:02:52.683 INFO blam! 39efec11249950d3eeff1b5886e44c5087739e789aabef642b10db616aeb89ef Oct 12 23:02:52.683 INFO running `"docker" "start" "-a" "39efec11249950d3eeff1b5886e44c5087739e789aabef642b10db616aeb89ef"` Oct 12 23:02:53.835 INFO kablam! usermod: no changes Oct 12 23:02:54.107 INFO kablam! Compiling cgmath v0.16.1 Oct 12 23:02:54.112 INFO kablam! Compiling libloading v0.5.0 Oct 12 23:02:54.112 INFO kablam! Compiling draw_state v0.8.0 Oct 12 23:02:54.118 INFO kablam! Compiling log v0.4.1 Oct 12 23:02:54.118 INFO kablam! Compiling uuid v0.6.3 Oct 12 23:02:54.118 INFO kablam! Compiling memmap v0.6.2 Oct 12 23:02:54.120 INFO kablam! Compiling shared_library v0.1.8 Oct 12 23:02:54.121 INFO kablam! Compiling x11-dl v2.17.5 Oct 12 23:02:58.275 INFO kablam! Compiling libudev-sys v0.1.4 Oct 12 23:02:58.295 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 12 23:02:58.323 INFO kablam! Compiling tempfile v3.0.2 Oct 12 23:02:58.409 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 23:02:58.763 INFO kablam! Compiling nix v0.10.0 Oct 12 23:02:58.891 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 23:03:03.182 INFO kablam! Compiling gfx_core v0.8.2 Oct 12 23:03:06.955 INFO kablam! Compiling dlib v0.4.1 Oct 12 23:03:07.059 INFO kablam! Compiling wayland-client v0.12.5 Oct 12 23:03:08.272 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 12 23:03:08.281 INFO kablam! Compiling wayland-sys v0.12.5 Oct 12 23:03:21.348 INFO kablam! Compiling gfx_gl v0.5.0 Oct 12 23:03:21.350 INFO kablam! Compiling glutin v0.15.0 Oct 12 23:03:51.964 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 12 23:03:52.508 INFO kablam! Compiling gilrs v0.6.0 Oct 12 23:04:15.508 INFO kablam! Compiling wayland-window v0.13.3 Oct 12 23:04:17.287 INFO kablam! Compiling winit v0.13.1 Oct 12 23:04:46.476 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 12 23:04:46.483 INFO kablam! Compiling gfx v0.17.1 Oct 12 23:04:56.347 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 12 23:05:00.595 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 12 23:05:01.984 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 12 23:05:01.984 INFO kablam! --> src/aabb.rs:9:1 Oct 12 23:05:01.984 INFO kablam! | Oct 12 23:05:01.984 INFO kablam! 9 | pub struct AabbSplitFour { Oct 12 23:05:01.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.984 INFO kablam! | Oct 12 23:05:01.984 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:05:01.984 INFO kablam! Oct 12 23:05:01.984 INFO kablam! warning: method is never used: `new` Oct 12 23:05:01.984 INFO kablam! --> src/aabb.rs:17:5 Oct 12 23:05:01.984 INFO kablam! | Oct 12 23:05:01.984 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 12 23:05:01.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.984 INFO kablam! Oct 12 23:05:01.984 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 12 23:05:01.984 INFO kablam! --> src/aabb.rs:23:5 Oct 12 23:05:01.984 INFO kablam! | Oct 12 23:05:01.984 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 12 23:05:01.984 INFO kablam! 24 | | centre: Vector2, Oct 12 23:05:01.984 INFO kablam! 25 | | half_size: Vector2, Oct 12 23:05:01.984 INFO kablam! 26 | | ) -> Self { Oct 12 23:05:01.984 INFO kablam! ... | Oct 12 23:05:01.989 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 12 23:05:01.989 INFO kablam! 30 | | } Oct 12 23:05:01.989 INFO kablam! | |_____^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:01.989 INFO kablam! warning: method is never used: `is_intersecting` Oct 12 23:05:01.989 INFO kablam! --> src/aabb.rs:31:5 Oct 12 23:05:01.989 INFO kablam! | Oct 12 23:05:01.989 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 12 23:05:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:01.989 INFO kablam! warning: method is never used: `centre` Oct 12 23:05:01.989 INFO kablam! --> src/aabb.rs:37:5 Oct 12 23:05:01.989 INFO kablam! | Oct 12 23:05:01.989 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 12 23:05:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:01.989 INFO kablam! warning: method is never used: `split_four` Oct 12 23:05:01.989 INFO kablam! --> src/aabb.rs:40:5 Oct 12 23:05:01.989 INFO kablam! | Oct 12 23:05:01.989 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 12 23:05:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:01.989 INFO kablam! warning: method is never used: `double_about_centre` Oct 12 23:05:01.989 INFO kablam! --> src/aabb.rs:55:5 Oct 12 23:05:01.989 INFO kablam! | Oct 12 23:05:01.989 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 12 23:05:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:01.989 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 12 23:05:01.989 INFO kablam! --> src/game.rs:53:5 Oct 12 23:05:01.989 INFO kablam! | Oct 12 23:05:01.989 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 12 23:05:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:01.989 INFO kablam! Oct 12 23:05:06.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 12s Oct 12 23:05:06.647 INFO kablam! su: No module specific data is present Oct 12 23:05:07.823 INFO running `"docker" "rm" "-f" "39efec11249950d3eeff1b5886e44c5087739e789aabef642b10db616aeb89ef"` Oct 12 23:05:08.086 INFO blam! 39efec11249950d3eeff1b5886e44c5087739e789aabef642b10db616aeb89ef Oct 12 23:05:08.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 23:05:08.555 INFO blam! a4df263fb339532b826534fa09c4d6d362ca105bf4540b01bf7f2e8ebaaa4e6c Oct 12 23:05:08.559 INFO running `"docker" "start" "-a" "a4df263fb339532b826534fa09c4d6d362ca105bf4540b01bf7f2e8ebaaa4e6c"` Oct 12 23:05:09.659 INFO kablam! usermod: no changes Oct 12 23:05:09.817 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 12 23:05:11.443 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 12 23:05:11.443 INFO kablam! --> src/aabb.rs:9:1 Oct 12 23:05:11.444 INFO kablam! | Oct 12 23:05:11.444 INFO kablam! 9 | pub struct AabbSplitFour { Oct 12 23:05:11.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.444 INFO kablam! | Oct 12 23:05:11.445 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:05:11.445 INFO kablam! Oct 12 23:05:11.445 INFO kablam! warning: method is never used: `new` Oct 12 23:05:11.446 INFO kablam! --> src/aabb.rs:17:5 Oct 12 23:05:11.446 INFO kablam! | Oct 12 23:05:11.446 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 12 23:05:11.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.447 INFO kablam! Oct 12 23:05:11.447 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 12 23:05:11.447 INFO kablam! --> src/aabb.rs:23:5 Oct 12 23:05:11.448 INFO kablam! | Oct 12 23:05:11.448 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 12 23:05:11.448 INFO kablam! 24 | | centre: Vector2, Oct 12 23:05:11.448 INFO kablam! 25 | | half_size: Vector2, Oct 12 23:05:11.449 INFO kablam! 26 | | ) -> Self { Oct 12 23:05:11.449 INFO kablam! ... | Oct 12 23:05:11.449 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 12 23:05:11.450 INFO kablam! 30 | | } Oct 12 23:05:11.450 INFO kablam! | |_____^ Oct 12 23:05:11.450 INFO kablam! Oct 12 23:05:11.450 INFO kablam! warning: method is never used: `is_intersecting` Oct 12 23:05:11.451 INFO kablam! --> src/aabb.rs:31:5 Oct 12 23:05:11.451 INFO kablam! | Oct 12 23:05:11.451 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 12 23:05:11.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.452 INFO kablam! Oct 12 23:05:11.452 INFO kablam! warning: method is never used: `centre` Oct 12 23:05:11.452 INFO kablam! --> src/aabb.rs:37:5 Oct 12 23:05:11.453 INFO kablam! | Oct 12 23:05:11.453 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 12 23:05:11.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.453 INFO kablam! Oct 12 23:05:11.454 INFO kablam! warning: method is never used: `split_four` Oct 12 23:05:11.454 INFO kablam! --> src/aabb.rs:40:5 Oct 12 23:05:11.454 INFO kablam! | Oct 12 23:05:11.460 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 12 23:05:11.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.461 INFO kablam! Oct 12 23:05:11.461 INFO kablam! warning: method is never used: `double_about_centre` Oct 12 23:05:11.462 INFO kablam! --> src/aabb.rs:55:5 Oct 12 23:05:11.462 INFO kablam! | Oct 12 23:05:11.462 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 12 23:05:11.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.463 INFO kablam! Oct 12 23:05:11.463 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 12 23:05:11.463 INFO kablam! --> src/game.rs:53:5 Oct 12 23:05:11.464 INFO kablam! | Oct 12 23:05:11.464 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 12 23:05:11.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:11.464 INFO kablam! Oct 12 23:05:11.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 12 23:05:11.987 INFO kablam! su: No module specific data is present Oct 12 23:05:13.009 INFO running `"docker" "rm" "-f" "a4df263fb339532b826534fa09c4d6d362ca105bf4540b01bf7f2e8ebaaa4e6c"` Oct 12 23:05:13.299 INFO blam! a4df263fb339532b826534fa09c4d6d362ca105bf4540b01bf7f2e8ebaaa4e6c Oct 12 23:05:13.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 23:05:13.770 INFO blam! bd7acedd131e3306882b8ef39f70ef2a03035833f9f6220f9bb5b4af76c93c8f Oct 12 23:05:13.771 INFO running `"docker" "start" "-a" "bd7acedd131e3306882b8ef39f70ef2a03035833f9f6220f9bb5b4af76c93c8f"` Oct 12 23:05:15.507 INFO kablam! usermod: no changes Oct 12 23:05:15.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 12 23:05:15.717 INFO kablam! Running /target/debug/deps/realtime_game_experiment-e4c88c0b34706609 Oct 12 23:05:15.720 INFO blam! Oct 12 23:05:15.720 INFO blam! running 0 tests Oct 12 23:05:15.720 INFO blam! Oct 12 23:05:15.720 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:05:15.720 INFO blam! Oct 12 23:05:15.727 INFO kablam! su: No module specific data is present Oct 12 23:05:16.971 INFO running `"docker" "rm" "-f" "bd7acedd131e3306882b8ef39f70ef2a03035833f9f6220f9bb5b4af76c93c8f"` Oct 12 23:05:17.295 INFO blam! bd7acedd131e3306882b8ef39f70ef2a03035833f9f6220f9bb5b4af76c93c8f