Oct 12 23:02:53.213 INFO testing stevebob/realtime-game-experiment against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:02:53.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:53.591 INFO blam! e10e8a468051b1c6e98bbc13732af57b18748a5aea91b625f344a7e49727bdcf Oct 12 23:02:53.595 INFO running `"docker" "start" "-a" "e10e8a468051b1c6e98bbc13732af57b18748a5aea91b625f344a7e49727bdcf"` Oct 12 23:02:55.159 INFO kablam! usermod: no changes Oct 12 23:02:55.399 INFO kablam! Compiling cgmath v0.16.1 Oct 12 23:02:55.401 INFO kablam! Compiling libloading v0.5.0 Oct 12 23:02:55.401 INFO kablam! Compiling draw_state v0.8.0 Oct 12 23:02:55.406 INFO kablam! Compiling log v0.4.1 Oct 12 23:02:55.406 INFO kablam! Compiling uuid v0.6.3 Oct 12 23:02:55.406 INFO kablam! Compiling x11-dl v2.17.5 Oct 12 23:02:55.406 INFO kablam! Compiling libudev-sys v0.1.4 Oct 12 23:02:55.419 INFO kablam! Compiling memmap v0.6.2 Oct 12 23:02:58.940 INFO kablam! Compiling shared_library v0.1.8 Oct 12 23:02:59.031 INFO kablam! Compiling tempfile v3.0.2 Oct 12 23:03:00.348 INFO kablam! Compiling bytes v0.4.7 Oct 12 23:03:00.371 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 23:03:03.259 INFO kablam! Compiling gfx_core v0.8.2 Oct 12 23:03:05.083 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 23:03:05.411 INFO kablam! Compiling dlib v0.4.1 Oct 12 23:03:06.351 INFO kablam! Compiling wayland-sys v0.12.5 Oct 12 23:03:08.452 INFO kablam! Compiling nix v0.10.0 Oct 12 23:03:15.187 INFO kablam! Compiling wayland-client v0.12.5 Oct 12 23:03:15.865 INFO kablam! Compiling gfx_gl v0.5.0 Oct 12 23:03:15.867 INFO kablam! Compiling glutin v0.15.0 Oct 12 23:03:30.955 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 12 23:03:30.956 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 12 23:03:57.787 INFO kablam! Compiling gilrs v0.6.0 Oct 12 23:03:58.771 INFO kablam! Compiling wayland-window v0.13.3 Oct 12 23:04:01.631 INFO kablam! Compiling winit v0.13.1 Oct 12 23:04:39.223 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 12 23:04:39.225 INFO kablam! Compiling gfx v0.17.1 Oct 12 23:04:48.799 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 12 23:04:54.231 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 12 23:04:55.863 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:9:1 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 9 | pub struct AabbSplitFour { Oct 12 23:04:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:04:55.863 INFO kablam! Oct 12 23:04:55.863 INFO kablam! warning: method is never used: `new` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:17:5 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 12 23:04:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.863 INFO kablam! Oct 12 23:04:55.863 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:23:5 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 12 23:04:55.863 INFO kablam! 24 | | centre: Vector2, Oct 12 23:04:55.863 INFO kablam! 25 | | half_size: Vector2, Oct 12 23:04:55.863 INFO kablam! 26 | | ) -> Self { Oct 12 23:04:55.863 INFO kablam! ... | Oct 12 23:04:55.863 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 12 23:04:55.863 INFO kablam! 30 | | } Oct 12 23:04:55.863 INFO kablam! | |_____^ Oct 12 23:04:55.863 INFO kablam! Oct 12 23:04:55.863 INFO kablam! warning: method is never used: `is_intersecting` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:31:5 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 12 23:04:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.863 INFO kablam! Oct 12 23:04:55.863 INFO kablam! warning: method is never used: `centre` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:37:5 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 12 23:04:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.863 INFO kablam! Oct 12 23:04:55.863 INFO kablam! warning: method is never used: `split_four` Oct 12 23:04:55.863 INFO kablam! --> src/aabb.rs:40:5 Oct 12 23:04:55.863 INFO kablam! | Oct 12 23:04:55.863 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 12 23:04:55.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.864 INFO kablam! Oct 12 23:04:55.864 INFO kablam! warning: method is never used: `double_about_centre` Oct 12 23:04:55.864 INFO kablam! --> src/aabb.rs:55:5 Oct 12 23:04:55.864 INFO kablam! | Oct 12 23:04:55.864 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 12 23:04:55.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.864 INFO kablam! Oct 12 23:04:55.864 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 12 23:04:55.864 INFO kablam! --> src/game.rs:53:5 Oct 12 23:04:55.864 INFO kablam! | Oct 12 23:04:55.864 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 12 23:04:55.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:04:55.864 INFO kablam! Oct 12 23:05:00.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 05s Oct 12 23:05:00.858 INFO kablam! su: No module specific data is present Oct 12 23:05:02.209 INFO running `"docker" "rm" "-f" "e10e8a468051b1c6e98bbc13732af57b18748a5aea91b625f344a7e49727bdcf"` Oct 12 23:05:02.579 INFO blam! e10e8a468051b1c6e98bbc13732af57b18748a5aea91b625f344a7e49727bdcf Oct 12 23:05:02.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:02.945 INFO blam! 36d839f93d2ab98f024bfbede3873e4bba6d70a51b4f4445ffb24fd120dc58e3 Oct 12 23:05:02.947 INFO running `"docker" "start" "-a" "36d839f93d2ab98f024bfbede3873e4bba6d70a51b4f4445ffb24fd120dc58e3"` Oct 12 23:05:04.947 INFO kablam! usermod: no changes Oct 12 23:05:05.091 INFO kablam! Compiling realtime-game-experiment v0.1.0 (/source) Oct 12 23:05:06.456 INFO kablam! warning: struct is never constructed: `AabbSplitFour` Oct 12 23:05:06.457 INFO kablam! --> src/aabb.rs:9:1 Oct 12 23:05:06.458 INFO kablam! | Oct 12 23:05:06.458 INFO kablam! 9 | pub struct AabbSplitFour { Oct 12 23:05:06.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.459 INFO kablam! | Oct 12 23:05:06.460 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:05:06.461 INFO kablam! Oct 12 23:05:06.461 INFO kablam! warning: method is never used: `new` Oct 12 23:05:06.461 INFO kablam! --> src/aabb.rs:17:5 Oct 12 23:05:06.462 INFO kablam! | Oct 12 23:05:06.462 INFO kablam! 17 | pub fn new(top_left_coord: Vector2, size: Vector2) -> Self { Oct 12 23:05:06.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.463 INFO kablam! Oct 12 23:05:06.463 INFO kablam! warning: method is never used: `from_centre_and_half_size` Oct 12 23:05:06.463 INFO kablam! --> src/aabb.rs:23:5 Oct 12 23:05:06.463 INFO kablam! | Oct 12 23:05:06.464 INFO kablam! 23 | / pub fn from_centre_and_half_size( Oct 12 23:05:06.464 INFO kablam! 24 | | centre: Vector2, Oct 12 23:05:06.464 INFO kablam! 25 | | half_size: Vector2, Oct 12 23:05:06.464 INFO kablam! 26 | | ) -> Self { Oct 12 23:05:06.465 INFO kablam! ... | Oct 12 23:05:06.465 INFO kablam! 29 | | Self::new(top_left_coord, size) Oct 12 23:05:06.465 INFO kablam! 30 | | } Oct 12 23:05:06.466 INFO kablam! | |_____^ Oct 12 23:05:06.466 INFO kablam! Oct 12 23:05:06.466 INFO kablam! warning: method is never used: `is_intersecting` Oct 12 23:05:06.466 INFO kablam! --> src/aabb.rs:31:5 Oct 12 23:05:06.467 INFO kablam! | Oct 12 23:05:06.467 INFO kablam! 31 | pub fn is_intersecting(&self, other: &Aabb) -> bool { Oct 12 23:05:06.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.468 INFO kablam! Oct 12 23:05:06.468 INFO kablam! warning: method is never used: `centre` Oct 12 23:05:06.468 INFO kablam! --> src/aabb.rs:37:5 Oct 12 23:05:06.468 INFO kablam! | Oct 12 23:05:06.468 INFO kablam! 37 | pub fn centre(&self) -> Vector2 { Oct 12 23:05:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.468 INFO kablam! Oct 12 23:05:06.468 INFO kablam! warning: method is never used: `split_four` Oct 12 23:05:06.468 INFO kablam! --> src/aabb.rs:40:5 Oct 12 23:05:06.468 INFO kablam! | Oct 12 23:05:06.468 INFO kablam! 40 | pub fn split_four(&self) -> AabbSplitFour { Oct 12 23:05:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.468 INFO kablam! Oct 12 23:05:06.468 INFO kablam! warning: method is never used: `double_about_centre` Oct 12 23:05:06.468 INFO kablam! --> src/aabb.rs:55:5 Oct 12 23:05:06.468 INFO kablam! | Oct 12 23:05:06.468 INFO kablam! 55 | pub fn double_about_centre(&self) -> Self { Oct 12 23:05:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.468 INFO kablam! Oct 12 23:05:06.468 INFO kablam! warning: field is never used: `entity_id_allocator` Oct 12 23:05:06.468 INFO kablam! --> src/game.rs:53:5 Oct 12 23:05:06.468 INFO kablam! | Oct 12 23:05:06.468 INFO kablam! 53 | entity_id_allocator: EntityIdAllocator, Oct 12 23:05:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:06.468 INFO kablam! Oct 12 23:05:07.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 12 23:05:07.083 INFO kablam! su: No module specific data is present Oct 12 23:05:08.091 INFO running `"docker" "rm" "-f" "36d839f93d2ab98f024bfbede3873e4bba6d70a51b4f4445ffb24fd120dc58e3"` Oct 12 23:05:08.473 INFO blam! 36d839f93d2ab98f024bfbede3873e4bba6d70a51b4f4445ffb24fd120dc58e3 Oct 12 23:05:08.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:09.043 INFO blam! b4ffd45ab8afeb2401b9026357b97c059d58d443b39d6cefc54e96a8fbeda9b4 Oct 12 23:05:09.059 INFO running `"docker" "start" "-a" "b4ffd45ab8afeb2401b9026357b97c059d58d443b39d6cefc54e96a8fbeda9b4"` Oct 12 23:05:10.199 INFO kablam! usermod: no changes Oct 12 23:05:10.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 23:05:10.355 INFO kablam! Running /target/debug/deps/realtime_game_experiment-99de63e26ef37433 Oct 12 23:05:10.365 INFO blam! Oct 12 23:05:10.365 INFO blam! running 0 tests Oct 12 23:05:10.365 INFO blam! Oct 12 23:05:10.365 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:05:10.365 INFO blam! Oct 12 23:05:10.368 INFO kablam! su: No module specific data is present Oct 12 23:05:11.006 INFO running `"docker" "rm" "-f" "b4ffd45ab8afeb2401b9026357b97c059d58d443b39d6cefc54e96a8fbeda9b4"` Oct 12 23:05:11.257 INFO blam! b4ffd45ab8afeb2401b9026357b97c059d58d443b39d6cefc54e96a8fbeda9b4