Oct 15 10:24:46.691 INFO testing HazardDev/asteroids against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:24:46.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:24:47.143 INFO blam! 5a41b40942a4c32491d7362860f63e9ec615c9a1ca61648e4aa64d1e813bf5e9 Oct 15 10:24:47.145 INFO running `"docker" "start" "-a" "5a41b40942a4c32491d7362860f63e9ec615c9a1ca61648e4aa64d1e813bf5e9"` Oct 15 10:24:49.376 INFO kablam! usermod: no changes Oct 15 10:24:49.708 INFO kablam! Compiling libloading v0.5.0 Oct 15 10:24:49.736 INFO kablam! Compiling rusttype v0.4.3 Oct 15 10:24:49.736 INFO kablam! Compiling png v0.11.0 Oct 15 10:24:49.736 INFO kablam! Compiling rayon v1.0.1 Oct 15 10:24:49.736 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 10:24:57.160 INFO kablam! Compiling dlib v0.4.1 Oct 15 10:24:57.367 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 10:24:58.411 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 10:25:01.767 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 10:25:04.050 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 15 10:25:05.656 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 10:25:06.879 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 15 10:25:08.500 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 10:25:08.500 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 10:25:10.187 INFO kablam! Compiling piston v0.36.0 Oct 15 10:25:14.131 INFO kablam! Compiling image v0.18.0 Oct 15 10:25:18.871 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 10:25:21.472 INFO kablam! Compiling winit v0.10.0 Oct 15 10:25:33.781 INFO kablam! Compiling glutin v0.12.2 Oct 15 10:25:35.495 INFO kablam! Compiling piston2d-opengl_graphics v0.52.0 Oct 15 10:25:37.111 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 15 10:25:41.259 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 15 10:25:44.435 INFO kablam! warning: unused import: `ship::Ship` Oct 15 10:25:44.435 INFO kablam! --> src/main.rs:17:5 Oct 15 10:25:44.435 INFO kablam! | Oct 15 10:25:44.435 INFO kablam! 17 | use ship::Ship; Oct 15 10:25:44.435 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.435 INFO kablam! | Oct 15 10:25:44.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:25:44.435 INFO kablam! Oct 15 10:25:44.435 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 15 10:25:44.435 INFO kablam! --> src/main.rs:18:5 Oct 15 10:25:44.435 INFO kablam! | Oct 15 10:25:44.435 INFO kablam! 18 | use asteroid::Asteroid; Oct 15 10:25:44.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:25:44.435 INFO kablam! Oct 15 10:25:44.499 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:44.499 INFO kablam! --> src/asteroid.rs:14:30 Oct 15 10:25:44.499 INFO kablam! | Oct 15 10:25:44.499 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:44.499 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:44.499 INFO kablam! | Oct 15 10:25:44.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:44.499 INFO kablam! Oct 15 10:25:44.499 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:44.499 INFO kablam! --> src/ship.rs:24:30 Oct 15 10:25:44.499 INFO kablam! | Oct 15 10:25:44.499 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:44.499 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:44.499 INFO kablam! Oct 15 10:25:44.503 INFO kablam! warning: variable does not need to be mutable Oct 15 10:25:44.503 INFO kablam! --> src/main.rs:39:9 Oct 15 10:25:44.503 INFO kablam! | Oct 15 10:25:44.503 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 15 10:25:44.503 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 10:25:44.503 INFO kablam! | | Oct 15 10:25:44.503 INFO kablam! | help: remove this `mut` Oct 15 10:25:44.503 INFO kablam! | Oct 15 10:25:44.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:25:44.503 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:44.511 INFO kablam! --> src/asteroid.rs:7:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 7 | pos_x: i32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:44.511 INFO kablam! --> src/asteroid.rs:8:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 8 | pos_y: i32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:44.511 INFO kablam! --> src/asteroid.rs:9:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 9 | rotation: i32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `window_size` Oct 15 10:25:44.511 INFO kablam! --> src/game.rs:12:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 12 | window_size: [u32; 2], Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: method is never used: `get_size` Oct 15 10:25:44.511 INFO kablam! --> src/game.rs:47:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:44.511 INFO kablam! --> src/ship.rs:8:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 8 | pos_x: u32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:44.511 INFO kablam! --> src/ship.rs:9:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 9 | pos_y: u32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:44.511 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:44.511 INFO kablam! --> src/ship.rs:10:5 Oct 15 10:25:44.511 INFO kablam! | Oct 15 10:25:44.511 INFO kablam! 10 | rotation: u32, Oct 15 10:25:44.511 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:44.511 INFO kablam! Oct 15 10:25:47.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.37s Oct 15 10:25:47.803 INFO kablam! su: No module specific data is present Oct 15 10:25:48.331 INFO running `"docker" "rm" "-f" "5a41b40942a4c32491d7362860f63e9ec615c9a1ca61648e4aa64d1e813bf5e9"` Oct 15 10:25:48.577 INFO blam! 5a41b40942a4c32491d7362860f63e9ec615c9a1ca61648e4aa64d1e813bf5e9 Oct 15 10:25:48.591 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:25:48.942 INFO blam! 9867a1be8fafcbbb7f87e6c83a6309978b382b9dee25d1b8a80175f8876e2808 Oct 15 10:25:48.944 INFO running `"docker" "start" "-a" "9867a1be8fafcbbb7f87e6c83a6309978b382b9dee25d1b8a80175f8876e2808"` Oct 15 10:25:49.957 INFO kablam! usermod: no changes Oct 15 10:25:50.215 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 15 10:25:53.479 INFO kablam! warning: unused import: `ship::Ship` Oct 15 10:25:53.479 INFO kablam! --> src/main.rs:17:5 Oct 15 10:25:53.479 INFO kablam! | Oct 15 10:25:53.479 INFO kablam! 17 | use ship::Ship; Oct 15 10:25:53.479 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:53.479 INFO kablam! | Oct 15 10:25:53.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:25:53.479 INFO kablam! Oct 15 10:25:53.479 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 15 10:25:53.479 INFO kablam! --> src/main.rs:18:5 Oct 15 10:25:53.479 INFO kablam! | Oct 15 10:25:53.479 INFO kablam! 18 | use asteroid::Asteroid; Oct 15 10:25:53.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:25:53.479 INFO kablam! Oct 15 10:25:53.543 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:53.543 INFO kablam! --> src/asteroid.rs:14:30 Oct 15 10:25:53.544 INFO kablam! | Oct 15 10:25:53.544 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:53.544 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:53.545 INFO kablam! | Oct 15 10:25:53.545 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:53.545 INFO kablam! Oct 15 10:25:53.546 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:53.546 INFO kablam! --> src/ship.rs:24:30 Oct 15 10:25:53.546 INFO kablam! | Oct 15 10:25:53.547 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:53.547 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:53.547 INFO kablam! Oct 15 10:25:53.551 INFO kablam! warning: variable does not need to be mutable Oct 15 10:25:53.551 INFO kablam! --> src/main.rs:39:9 Oct 15 10:25:53.552 INFO kablam! | Oct 15 10:25:53.552 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 15 10:25:53.552 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 10:25:53.553 INFO kablam! | | Oct 15 10:25:53.553 INFO kablam! | help: remove this `mut` Oct 15 10:25:53.553 INFO kablam! | Oct 15 10:25:53.553 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:25:53.554 INFO kablam! Oct 15 10:25:53.554 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:53.554 INFO kablam! --> src/asteroid.rs:7:5 Oct 15 10:25:53.555 INFO kablam! | Oct 15 10:25:53.555 INFO kablam! 7 | pos_x: i32, Oct 15 10:25:53.555 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:53.555 INFO kablam! | Oct 15 10:25:53.556 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:53.556 INFO kablam! Oct 15 10:25:53.556 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:53.557 INFO kablam! --> src/asteroid.rs:8:5 Oct 15 10:25:53.557 INFO kablam! | Oct 15 10:25:53.557 INFO kablam! 8 | pos_y: i32, Oct 15 10:25:53.557 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:53.558 INFO kablam! Oct 15 10:25:53.558 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:53.558 INFO kablam! --> src/asteroid.rs:9:5 Oct 15 10:25:53.559 INFO kablam! | Oct 15 10:25:53.559 INFO kablam! 9 | rotation: i32, Oct 15 10:25:53.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:53.559 INFO kablam! Oct 15 10:25:53.560 INFO kablam! warning: field is never used: `window_size` Oct 15 10:25:53.560 INFO kablam! --> src/game.rs:12:5 Oct 15 10:25:53.560 INFO kablam! | Oct 15 10:25:53.561 INFO kablam! 12 | window_size: [u32; 2], Oct 15 10:25:53.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:53.561 INFO kablam! Oct 15 10:25:53.561 INFO kablam! warning: method is never used: `get_size` Oct 15 10:25:53.562 INFO kablam! --> src/game.rs:47:5 Oct 15 10:25:53.562 INFO kablam! | Oct 15 10:25:53.562 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 15 10:25:53.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:53.563 INFO kablam! Oct 15 10:25:53.563 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:53.563 INFO kablam! --> src/ship.rs:8:5 Oct 15 10:25:53.564 INFO kablam! | Oct 15 10:25:53.564 INFO kablam! 8 | pos_x: u32, Oct 15 10:25:53.564 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:53.565 INFO kablam! Oct 15 10:25:53.565 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:53.565 INFO kablam! --> src/ship.rs:9:5 Oct 15 10:25:53.566 INFO kablam! | Oct 15 10:25:53.571 INFO kablam! 9 | pos_y: u32, Oct 15 10:25:53.571 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:53.571 INFO kablam! Oct 15 10:25:53.572 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:53.572 INFO kablam! --> src/ship.rs:10:5 Oct 15 10:25:53.572 INFO kablam! | Oct 15 10:25:53.572 INFO kablam! 10 | rotation: u32, Oct 15 10:25:53.573 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:53.573 INFO kablam! Oct 15 10:25:54.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 15 10:25:54.095 INFO kablam! su: No module specific data is present Oct 15 10:25:55.004 INFO running `"docker" "rm" "-f" "9867a1be8fafcbbb7f87e6c83a6309978b382b9dee25d1b8a80175f8876e2808"` Oct 15 10:25:55.267 INFO blam! 9867a1be8fafcbbb7f87e6c83a6309978b382b9dee25d1b8a80175f8876e2808 Oct 15 10:25:55.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:25:55.700 INFO blam! 5d9e140e44b9b152cc2941015a89655e2231c7d8e6ae2eca8057232796fd7d77 Oct 15 10:25:55.702 INFO running `"docker" "start" "-a" "5d9e140e44b9b152cc2941015a89655e2231c7d8e6ae2eca8057232796fd7d77"` Oct 15 10:25:57.511 INFO kablam! usermod: no changes Oct 15 10:25:57.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.33s Oct 15 10:25:57.911 INFO kablam! Running /target/debug/deps/asteroids-afea5e05dfc0c7ae Oct 15 10:25:57.919 INFO kablam! su: No module specific data is present Oct 15 10:25:57.919 INFO blam! Oct 15 10:25:57.919 INFO blam! running 0 tests Oct 15 10:25:57.919 INFO blam! Oct 15 10:25:57.919 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:25:57.919 INFO blam! Oct 15 10:25:58.807 INFO running `"docker" "rm" "-f" "5d9e140e44b9b152cc2941015a89655e2231c7d8e6ae2eca8057232796fd7d77"` Oct 15 10:25:59.119 INFO blam! 5d9e140e44b9b152cc2941015a89655e2231c7d8e6ae2eca8057232796fd7d77