Oct 11 06:27:00.123 INFO testing HazardDev/asteroids against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:27:00.123 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:27:00.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:27:00.593 INFO blam! 6fd4f50e2b93ad44db99c92dfb95c3d2f9bbb2a2ca82565ae5d95e6fabb0413e Oct 11 06:27:00.601 INFO running `"docker" "start" "-a" "6fd4f50e2b93ad44db99c92dfb95c3d2f9bbb2a2ca82565ae5d95e6fabb0413e"` Oct 11 06:27:01.774 INFO kablam! usermod: no changes Oct 11 06:27:02.023 INFO kablam! Compiling libloading v0.5.0 Oct 11 06:27:02.025 INFO kablam! Compiling png v0.11.0 Oct 11 06:27:02.025 INFO kablam! Compiling rusttype v0.4.3 Oct 11 06:27:02.026 INFO kablam! Compiling rayon v1.0.1 Oct 11 06:27:02.027 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 11 06:27:06.287 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 11 06:27:07.488 INFO kablam! Compiling dlib v0.4.1 Oct 11 06:27:08.970 INFO kablam! Compiling wayland-sys v0.12.5 Oct 11 06:27:10.036 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 11 06:27:10.836 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 06:27:13.375 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 06:27:14.011 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 11 06:27:19.180 INFO kablam! Compiling piston v0.36.0 Oct 11 06:27:19.666 INFO kablam! Compiling image v0.18.0 Oct 11 06:27:20.856 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 06:27:20.856 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 06:27:29.610 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 06:27:32.217 INFO kablam! Compiling winit v0.10.0 Oct 11 06:27:41.156 INFO kablam! Compiling piston2d-opengl_graphics v0.52.0 Oct 11 06:27:43.600 INFO kablam! Compiling glutin v0.12.2 Oct 11 06:27:50.236 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 11 06:27:55.829 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 11 06:28:01.792 INFO kablam! warning: unused import: `ship::Ship` Oct 11 06:28:01.792 INFO kablam! --> src/main.rs:17:5 Oct 11 06:28:01.792 INFO kablam! | Oct 11 06:28:01.792 INFO kablam! 17 | use ship::Ship; Oct 11 06:28:01.792 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:01.792 INFO kablam! | Oct 11 06:28:01.792 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:28:01.792 INFO kablam! Oct 11 06:28:01.792 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 11 06:28:01.792 INFO kablam! --> src/main.rs:18:5 Oct 11 06:28:01.792 INFO kablam! | Oct 11 06:28:01.792 INFO kablam! 18 | use asteroid::Asteroid; Oct 11 06:28:01.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:28:01.792 INFO kablam! Oct 11 06:28:01.864 INFO kablam! warning: unused variable: `arg` Oct 11 06:28:01.864 INFO kablam! --> src/asteroid.rs:14:30 Oct 11 06:28:01.864 INFO kablam! | Oct 11 06:28:01.864 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 11 06:28:01.864 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 06:28:01.864 INFO kablam! | Oct 11 06:28:01.864 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:01.864 INFO kablam! Oct 11 06:28:01.864 INFO kablam! warning: unused variable: `arg` Oct 11 06:28:01.864 INFO kablam! --> src/ship.rs:24:30 Oct 11 06:28:01.864 INFO kablam! | Oct 11 06:28:01.864 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 11 06:28:01.864 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 06:28:01.864 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:01.884 INFO kablam! --> src/main.rs:39:9 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 11 06:28:01.884 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! | | Oct 11 06:28:01.884 INFO kablam! | help: remove this `mut` Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: field is never used: `pos_x` Oct 11 06:28:01.884 INFO kablam! --> src/asteroid.rs:7:5 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 7 | pos_x: i32, Oct 11 06:28:01.884 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: field is never used: `pos_y` Oct 11 06:28:01.884 INFO kablam! --> src/asteroid.rs:8:5 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 8 | pos_y: i32, Oct 11 06:28:01.884 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: field is never used: `rotation` Oct 11 06:28:01.884 INFO kablam! --> src/asteroid.rs:9:5 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 9 | rotation: i32, Oct 11 06:28:01.884 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: field is never used: `window_size` Oct 11 06:28:01.884 INFO kablam! --> src/game.rs:12:5 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 12 | window_size: [u32; 2], Oct 11 06:28:01.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: method is never used: `get_size` Oct 11 06:28:01.884 INFO kablam! --> src/game.rs:47:5 Oct 11 06:28:01.884 INFO kablam! | Oct 11 06:28:01.884 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 11 06:28:01.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:01.884 INFO kablam! Oct 11 06:28:01.884 INFO kablam! warning: field is never used: `pos_x` Oct 11 06:28:01.884 INFO kablam! --> src/ship.rs:8:5 Oct 11 06:28:01.885 INFO kablam! | Oct 11 06:28:01.885 INFO kablam! 8 | pos_x: u32, Oct 11 06:28:01.885 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:01.885 INFO kablam! Oct 11 06:28:01.885 INFO kablam! warning: field is never used: `pos_y` Oct 11 06:28:01.885 INFO kablam! --> src/ship.rs:9:5 Oct 11 06:28:01.885 INFO kablam! | Oct 11 06:28:01.885 INFO kablam! 9 | pos_y: u32, Oct 11 06:28:01.885 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:01.885 INFO kablam! Oct 11 06:28:01.885 INFO kablam! warning: field is never used: `rotation` Oct 11 06:28:01.885 INFO kablam! --> src/ship.rs:10:5 Oct 11 06:28:01.885 INFO kablam! | Oct 11 06:28:01.885 INFO kablam! 10 | rotation: u32, Oct 11 06:28:01.885 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:28:01.885 INFO kablam! Oct 11 06:28:04.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 11 06:28:04.595 INFO kablam! su: No module specific data is present Oct 11 06:28:04.986 INFO running `"docker" "rm" "-f" "6fd4f50e2b93ad44db99c92dfb95c3d2f9bbb2a2ca82565ae5d95e6fabb0413e"` Oct 11 06:28:05.135 INFO blam! 6fd4f50e2b93ad44db99c92dfb95c3d2f9bbb2a2ca82565ae5d95e6fabb0413e Oct 11 06:28:05.141 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:28:05.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:28:05.407 INFO blam! deb574d624462c127c4883d7a317fc42e0dbf0f7ff2ad9b90a5e0750535409dd Oct 11 06:28:05.416 INFO running `"docker" "start" "-a" "deb574d624462c127c4883d7a317fc42e0dbf0f7ff2ad9b90a5e0750535409dd"` Oct 11 06:28:06.178 INFO kablam! usermod: no changes Oct 11 06:28:06.356 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 11 06:28:12.520 INFO kablam! warning: unused import: `ship::Ship` Oct 11 06:28:12.520 INFO kablam! --> src/main.rs:17:5 Oct 11 06:28:12.520 INFO kablam! | Oct 11 06:28:12.520 INFO kablam! 17 | use ship::Ship; Oct 11 06:28:12.520 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:12.520 INFO kablam! | Oct 11 06:28:12.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:28:12.520 INFO kablam! Oct 11 06:28:12.520 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 11 06:28:12.520 INFO kablam! --> src/main.rs:18:5 Oct 11 06:28:12.520 INFO kablam! | Oct 11 06:28:12.520 INFO kablam! 18 | use asteroid::Asteroid; Oct 11 06:28:12.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:28:12.521 INFO kablam! Oct 11 06:28:12.589 INFO kablam! warning: unused variable: `arg` Oct 11 06:28:12.590 INFO kablam! --> src/asteroid.rs:14:30 Oct 11 06:28:12.590 INFO kablam! | Oct 11 06:28:12.590 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 11 06:28:12.591 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 06:28:12.591 INFO kablam! | Oct 11 06:28:12.591 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:12.592 INFO kablam! Oct 11 06:28:12.592 INFO kablam! warning: unused variable: `arg` Oct 11 06:28:12.592 INFO kablam! --> src/ship.rs:24:30 Oct 11 06:28:12.593 INFO kablam! | Oct 11 06:28:12.593 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 11 06:28:12.593 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 06:28:12.594 INFO kablam! Oct 11 06:28:12.594 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:12.594 INFO kablam! --> src/main.rs:39:9 Oct 11 06:28:12.594 INFO kablam! | Oct 11 06:28:12.595 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 11 06:28:12.595 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 06:28:12.595 INFO kablam! | | Oct 11 06:28:12.596 INFO kablam! | help: remove this `mut` Oct 11 06:28:12.596 INFO kablam! | Oct 11 06:28:12.596 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:12.596 INFO kablam! Oct 11 06:28:12.605 INFO kablam! warning: field is never used: `pos_x` Oct 11 06:28:12.605 INFO kablam! --> src/asteroid.rs:7:5 Oct 11 06:28:12.605 INFO kablam! | Oct 11 06:28:12.606 INFO kablam! 7 | pos_x: i32, Oct 11 06:28:12.606 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:12.606 INFO kablam! | Oct 11 06:28:12.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:28:12.607 INFO kablam! Oct 11 06:28:12.607 INFO kablam! warning: field is never used: `pos_y` Oct 11 06:28:12.608 INFO kablam! --> src/asteroid.rs:8:5 Oct 11 06:28:12.608 INFO kablam! | Oct 11 06:28:12.608 INFO kablam! 8 | pos_y: i32, Oct 11 06:28:12.608 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:12.609 INFO kablam! Oct 11 06:28:12.609 INFO kablam! warning: field is never used: `rotation` Oct 11 06:28:12.609 INFO kablam! --> src/asteroid.rs:9:5 Oct 11 06:28:12.610 INFO kablam! | Oct 11 06:28:12.610 INFO kablam! 9 | rotation: i32, Oct 11 06:28:12.610 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:28:12.611 INFO kablam! Oct 11 06:28:12.611 INFO kablam! warning: field is never used: `window_size` Oct 11 06:28:12.611 INFO kablam! --> src/game.rs:12:5 Oct 11 06:28:12.612 INFO kablam! | Oct 11 06:28:12.612 INFO kablam! 12 | window_size: [u32; 2], Oct 11 06:28:12.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:12.612 INFO kablam! Oct 11 06:28:12.613 INFO kablam! warning: method is never used: `get_size` Oct 11 06:28:12.613 INFO kablam! --> src/game.rs:47:5 Oct 11 06:28:12.613 INFO kablam! | Oct 11 06:28:12.614 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 11 06:28:12.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:12.614 INFO kablam! Oct 11 06:28:12.614 INFO kablam! warning: field is never used: `pos_x` Oct 11 06:28:12.615 INFO kablam! --> src/ship.rs:8:5 Oct 11 06:28:12.615 INFO kablam! | Oct 11 06:28:12.615 INFO kablam! 8 | pos_x: u32, Oct 11 06:28:12.615 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:12.616 INFO kablam! Oct 11 06:28:12.616 INFO kablam! warning: field is never used: `pos_y` Oct 11 06:28:12.616 INFO kablam! --> src/ship.rs:9:5 Oct 11 06:28:12.617 INFO kablam! | Oct 11 06:28:12.617 INFO kablam! 9 | pos_y: u32, Oct 11 06:28:12.617 INFO kablam! | ^^^^^^^^^^ Oct 11 06:28:12.617 INFO kablam! Oct 11 06:28:12.618 INFO kablam! warning: field is never used: `rotation` Oct 11 06:28:12.618 INFO kablam! --> src/ship.rs:10:5 Oct 11 06:28:12.618 INFO kablam! | Oct 11 06:28:12.619 INFO kablam! 10 | rotation: u32, Oct 11 06:28:12.619 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:28:12.619 INFO kablam! Oct 11 06:28:13.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.98s Oct 11 06:28:13.192 INFO kablam! su: No module specific data is present Oct 11 06:28:13.889 INFO running `"docker" "rm" "-f" "deb574d624462c127c4883d7a317fc42e0dbf0f7ff2ad9b90a5e0750535409dd"` Oct 11 06:28:14.196 INFO blam! deb574d624462c127c4883d7a317fc42e0dbf0f7ff2ad9b90a5e0750535409dd Oct 11 06:28:14.205 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:28:14.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 06:28:14.604 INFO blam! f5d67621ffd5a0882efc9824f07d9f2cf40577f63db1a4b8ea04a138cedae914 Oct 11 06:28:14.612 INFO running `"docker" "start" "-a" "f5d67621ffd5a0882efc9824f07d9f2cf40577f63db1a4b8ea04a138cedae914"` Oct 11 06:28:15.804 INFO kablam! usermod: no changes Oct 11 06:28:16.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 06:28:16.019 INFO kablam! Running /target/debug/deps/asteroids-afea5e05dfc0c7ae Oct 11 06:28:16.024 INFO blam! Oct 11 06:28:16.024 INFO blam! running 0 tests Oct 11 06:28:16.024 INFO blam! Oct 11 06:28:16.024 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:28:16.024 INFO blam! Oct 11 06:28:16.034 INFO kablam! su: No module specific data is present Oct 11 06:28:16.365 INFO running `"docker" "rm" "-f" "f5d67621ffd5a0882efc9824f07d9f2cf40577f63db1a4b8ea04a138cedae914"` Oct 11 06:28:16.450 INFO blam! f5d67621ffd5a0882efc9824f07d9f2cf40577f63db1a4b8ea04a138cedae914