Oct 15 10:23:56.196 INFO testing HazardDev/asteroids against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:23:56.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:23:56.691 INFO blam! 2e5897be5f8f7c18aa1584ffc85bc4901aa65f4764a2afd71af03131543ce24e Oct 15 10:23:56.697 INFO running `"docker" "start" "-a" "2e5897be5f8f7c18aa1584ffc85bc4901aa65f4764a2afd71af03131543ce24e"` Oct 15 10:23:59.338 INFO kablam! usermod: no changes Oct 15 10:23:59.644 INFO kablam! Compiling libloading v0.5.0 Oct 15 10:23:59.653 INFO kablam! Compiling rusttype v0.4.3 Oct 15 10:23:59.660 INFO kablam! Compiling serde_derive_internals v0.21.0 Oct 15 10:23:59.665 INFO kablam! Compiling rayon v1.0.1 Oct 15 10:24:06.905 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 10:24:07.040 INFO kablam! Compiling dlib v0.4.1 Oct 15 10:24:08.444 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 10:24:16.881 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 10:24:17.059 INFO kablam! Compiling serde_derive v1.0.33 Oct 15 10:24:19.728 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 10:24:23.839 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 10:24:23.840 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 10:24:30.555 INFO kablam! Compiling image v0.18.0 Oct 15 10:24:40.292 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 10:24:43.543 INFO kablam! Compiling winit v0.10.0 Oct 15 10:24:44.799 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 10:24:56.743 INFO kablam! Compiling glutin v0.12.2 Oct 15 10:24:59.280 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 15 10:25:07.291 INFO kablam! Compiling piston2d-opengl_graphics v0.52.0 Oct 15 10:25:08.315 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 15 10:25:08.319 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 15 10:25:11.651 INFO kablam! Compiling piston v0.36.0 Oct 15 10:25:16.219 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 15 10:25:19.283 INFO kablam! warning: unused import: `ship::Ship` Oct 15 10:25:19.283 INFO kablam! --> src/main.rs:17:5 Oct 15 10:25:19.283 INFO kablam! | Oct 15 10:25:19.283 INFO kablam! 17 | use ship::Ship; Oct 15 10:25:19.283 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:19.283 INFO kablam! | Oct 15 10:25:19.283 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:25:19.283 INFO kablam! Oct 15 10:25:19.283 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 15 10:25:19.283 INFO kablam! --> src/main.rs:18:5 Oct 15 10:25:19.283 INFO kablam! | Oct 15 10:25:19.283 INFO kablam! 18 | use asteroid::Asteroid; Oct 15 10:25:19.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:25:19.283 INFO kablam! Oct 15 10:25:19.367 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:19.367 INFO kablam! --> src/asteroid.rs:14:30 Oct 15 10:25:19.367 INFO kablam! | Oct 15 10:25:19.367 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:19.367 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:19.367 INFO kablam! | Oct 15 10:25:19.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:19.367 INFO kablam! Oct 15 10:25:19.367 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:19.367 INFO kablam! --> src/ship.rs:24:30 Oct 15 10:25:19.367 INFO kablam! | Oct 15 10:25:19.367 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:19.367 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:19.367 INFO kablam! Oct 15 10:25:19.367 INFO kablam! warning: variable does not need to be mutable Oct 15 10:25:19.367 INFO kablam! --> src/main.rs:39:9 Oct 15 10:25:19.367 INFO kablam! | Oct 15 10:25:19.367 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 15 10:25:19.367 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 10:25:19.367 INFO kablam! | | Oct 15 10:25:19.367 INFO kablam! | help: remove this `mut` Oct 15 10:25:19.367 INFO kablam! | Oct 15 10:25:19.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:25:19.367 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:19.368 INFO kablam! --> src/asteroid.rs:7:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 7 | pos_x: i32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:19.368 INFO kablam! --> src/asteroid.rs:8:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 8 | pos_y: i32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:19.368 INFO kablam! --> src/asteroid.rs:9:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 9 | rotation: i32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `window_size` Oct 15 10:25:19.368 INFO kablam! --> src/game.rs:12:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 12 | window_size: [u32; 2], Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: method is never used: `get_size` Oct 15 10:25:19.368 INFO kablam! --> src/game.rs:47:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:19.368 INFO kablam! --> src/ship.rs:8:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 8 | pos_x: u32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:19.368 INFO kablam! --> src/ship.rs:9:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 9 | pos_y: u32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:19.368 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:19.368 INFO kablam! --> src/ship.rs:10:5 Oct 15 10:25:19.368 INFO kablam! | Oct 15 10:25:19.368 INFO kablam! 10 | rotation: u32, Oct 15 10:25:19.368 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:19.368 INFO kablam! Oct 15 10:25:22.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 15 10:25:22.872 INFO kablam! su: No module specific data is present Oct 15 10:25:24.080 INFO running `"docker" "rm" "-f" "2e5897be5f8f7c18aa1584ffc85bc4901aa65f4764a2afd71af03131543ce24e"` Oct 15 10:25:24.335 INFO blam! 2e5897be5f8f7c18aa1584ffc85bc4901aa65f4764a2afd71af03131543ce24e Oct 15 10:25:24.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:25:24.956 INFO blam! 5d55df44d961afed0695d0d623ffa35f8e28ade1b38f821c3f2a9b21fd42f091 Oct 15 10:25:24.958 INFO running `"docker" "start" "-a" "5d55df44d961afed0695d0d623ffa35f8e28ade1b38f821c3f2a9b21fd42f091"` Oct 15 10:25:26.546 INFO kablam! usermod: no changes Oct 15 10:25:26.730 INFO kablam! Compiling asteroids v0.1.0 (/source) Oct 15 10:25:30.021 INFO kablam! warning: unused import: `ship::Ship` Oct 15 10:25:30.021 INFO kablam! --> src/main.rs:17:5 Oct 15 10:25:30.021 INFO kablam! | Oct 15 10:25:30.021 INFO kablam! 17 | use ship::Ship; Oct 15 10:25:30.021 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:30.021 INFO kablam! | Oct 15 10:25:30.021 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:25:30.021 INFO kablam! Oct 15 10:25:30.021 INFO kablam! warning: unused import: `asteroid::Asteroid` Oct 15 10:25:30.022 INFO kablam! --> src/main.rs:18:5 Oct 15 10:25:30.022 INFO kablam! | Oct 15 10:25:30.022 INFO kablam! 18 | use asteroid::Asteroid; Oct 15 10:25:30.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:25:30.022 INFO kablam! Oct 15 10:25:30.097 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:30.097 INFO kablam! --> src/asteroid.rs:14:30 Oct 15 10:25:30.097 INFO kablam! | Oct 15 10:25:30.098 INFO kablam! 14 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:30.098 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:30.098 INFO kablam! | Oct 15 10:25:30.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:25:30.099 INFO kablam! Oct 15 10:25:30.099 INFO kablam! warning: unused variable: `arg` Oct 15 10:25:30.099 INFO kablam! --> src/ship.rs:24:30 Oct 15 10:25:30.100 INFO kablam! | Oct 15 10:25:30.100 INFO kablam! 24 | pub fn render(&mut self, arg: &RenderArgs) { Oct 15 10:25:30.100 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 15 10:25:30.100 INFO kablam! Oct 15 10:25:30.101 INFO kablam! warning: variable does not need to be mutable Oct 15 10:25:30.101 INFO kablam! --> src/main.rs:39:9 Oct 15 10:25:30.102 INFO kablam! | Oct 15 10:25:30.102 INFO kablam! 39 | let mut event_settings = EventSettings { Oct 15 10:25:30.102 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 10:25:30.102 INFO kablam! | | Oct 15 10:25:30.103 INFO kablam! | help: remove this `mut` Oct 15 10:25:30.103 INFO kablam! | Oct 15 10:25:30.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:25:30.104 INFO kablam! Oct 15 10:25:30.106 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:30.106 INFO kablam! --> src/asteroid.rs:7:5 Oct 15 10:25:30.106 INFO kablam! | Oct 15 10:25:30.107 INFO kablam! 7 | pos_x: i32, Oct 15 10:25:30.107 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:30.107 INFO kablam! | Oct 15 10:25:30.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:25:30.108 INFO kablam! Oct 15 10:25:30.108 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:30.108 INFO kablam! --> src/asteroid.rs:8:5 Oct 15 10:25:30.108 INFO kablam! | Oct 15 10:25:30.109 INFO kablam! 8 | pos_y: i32, Oct 15 10:25:30.109 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:30.109 INFO kablam! Oct 15 10:25:30.109 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:30.110 INFO kablam! --> src/asteroid.rs:9:5 Oct 15 10:25:30.110 INFO kablam! | Oct 15 10:25:30.110 INFO kablam! 9 | rotation: i32, Oct 15 10:25:30.111 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:30.111 INFO kablam! Oct 15 10:25:30.111 INFO kablam! warning: field is never used: `window_size` Oct 15 10:25:30.111 INFO kablam! --> src/game.rs:12:5 Oct 15 10:25:30.112 INFO kablam! | Oct 15 10:25:30.112 INFO kablam! 12 | window_size: [u32; 2], Oct 15 10:25:30.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:30.112 INFO kablam! Oct 15 10:25:30.113 INFO kablam! warning: method is never used: `get_size` Oct 15 10:25:30.113 INFO kablam! --> src/game.rs:47:5 Oct 15 10:25:30.113 INFO kablam! | Oct 15 10:25:30.113 INFO kablam! 47 | pub fn get_size(&self) -> [u32; 2] { Oct 15 10:25:30.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:25:30.113 INFO kablam! Oct 15 10:25:30.113 INFO kablam! warning: field is never used: `pos_x` Oct 15 10:25:30.113 INFO kablam! --> src/ship.rs:8:5 Oct 15 10:25:30.113 INFO kablam! | Oct 15 10:25:30.113 INFO kablam! 8 | pos_x: u32, Oct 15 10:25:30.113 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:30.113 INFO kablam! Oct 15 10:25:30.113 INFO kablam! warning: field is never used: `pos_y` Oct 15 10:25:30.113 INFO kablam! --> src/ship.rs:9:5 Oct 15 10:25:30.113 INFO kablam! | Oct 15 10:25:30.113 INFO kablam! 9 | pos_y: u32, Oct 15 10:25:30.113 INFO kablam! | ^^^^^^^^^^ Oct 15 10:25:30.113 INFO kablam! Oct 15 10:25:30.113 INFO kablam! warning: field is never used: `rotation` Oct 15 10:25:30.113 INFO kablam! --> src/ship.rs:10:5 Oct 15 10:25:30.113 INFO kablam! | Oct 15 10:25:30.113 INFO kablam! 10 | rotation: u32, Oct 15 10:25:30.113 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:25:30.113 INFO kablam! Oct 15 10:25:30.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.04s Oct 15 10:25:30.636 INFO kablam! su: No module specific data is present Oct 15 10:25:31.559 INFO running `"docker" "rm" "-f" "5d55df44d961afed0695d0d623ffa35f8e28ade1b38f821c3f2a9b21fd42f091"` Oct 15 10:25:31.958 INFO blam! 5d55df44d961afed0695d0d623ffa35f8e28ade1b38f821c3f2a9b21fd42f091 Oct 15 10:25:31.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:25:32.427 INFO blam! 09a49f94071dc617db6982605f59a39d92217db53a5ffef736f740c236a38516 Oct 15 10:25:32.427 INFO running `"docker" "start" "-a" "09a49f94071dc617db6982605f59a39d92217db53a5ffef736f740c236a38516"` Oct 15 10:25:34.222 INFO kablam! usermod: no changes Oct 15 10:25:34.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 10:25:34.475 INFO kablam! Running /target/debug/deps/asteroids-81971efac16e0441 Oct 15 10:25:34.475 INFO blam! Oct 15 10:25:34.475 INFO blam! running 0 tests Oct 15 10:25:34.475 INFO blam! Oct 15 10:25:34.475 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:25:34.475 INFO blam! Oct 15 10:25:34.477 INFO kablam! su: No module specific data is present Oct 15 10:25:35.168 INFO running `"docker" "rm" "-f" "09a49f94071dc617db6982605f59a39d92217db53a5ffef736f740c236a38516"` Oct 15 10:25:35.417 INFO blam! 09a49f94071dc617db6982605f59a39d92217db53a5ffef736f740c236a38516