Oct 11 03:50:09.360 INFO testing XX/interplanetarers against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:50:09.361 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:50:09.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:50:09.790 INFO blam! 3590424f9d27e3b3c251a010cae1358aedb0ac21be2a9f14194f2889021d0b24 Oct 11 03:50:09.796 INFO running `"docker" "start" "-a" "3590424f9d27e3b3c251a010cae1358aedb0ac21be2a9f14194f2889021d0b24"` Oct 11 03:50:11.051 INFO kablam! usermod: no changes Oct 11 03:50:11.244 INFO kablam! Compiling num-complex v0.2.0 Oct 11 03:50:11.244 INFO kablam! Compiling glfw-sys v3.2.2 Oct 11 03:50:13.036 INFO kablam! Compiling num v0.2.0 Oct 11 03:50:13.732 INFO kablam! Compiling glfw v0.25.0 Oct 11 03:50:17.191 INFO kablam! Compiling interplanetarers v0.1.0 (/source) Oct 11 03:50:19.056 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 11 03:50:19.056 INFO kablam! --> src/engine/window.rs:5:38 Oct 11 03:50:19.056 INFO kablam! | Oct 11 03:50:19.056 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 11 03:50:19.056 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 11 03:50:19.056 INFO kablam! | Oct 11 03:50:19.056 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:50:19.056 INFO kablam! Oct 11 03:50:19.272 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:19.272 INFO kablam! --> src/engine/camera.rs:67:47 Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:19.272 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:50:19.272 INFO kablam! Oct 11 03:50:19.272 INFO kablam! warning: unused variable: `mouse` Oct 11 03:50:19.272 INFO kablam! --> src/main.rs:21:28 Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:19.272 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 11 03:50:19.272 INFO kablam! Oct 11 03:50:19.272 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:19.272 INFO kablam! --> src/main.rs:21:47 Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:19.272 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:19.272 INFO kablam! Oct 11 03:50:19.272 INFO kablam! warning: unused variable: `key` Oct 11 03:50:19.272 INFO kablam! --> src/main.rs:24:31 Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 11 03:50:19.272 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 03:50:19.272 INFO kablam! Oct 11 03:50:19.272 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:19.272 INFO kablam! --> src/main.rs:24:46 Oct 11 03:50:19.272 INFO kablam! | Oct 11 03:50:19.272 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 11 03:50:19.272 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:19.272 INFO kablam! Oct 11 03:50:19.376 INFO kablam! warning: type alias is never used: `Matrix4` Oct 11 03:50:19.376 INFO kablam! --> src/lang.rs:28:1 Oct 11 03:50:19.376 INFO kablam! | Oct 11 03:50:19.376 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 11 03:50:19.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:19.377 INFO kablam! | Oct 11 03:50:19.377 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:50:19.377 INFO kablam! Oct 11 03:50:19.377 INFO kablam! warning: struct is never constructed: `Player` Oct 11 03:50:19.377 INFO kablam! --> src/logic.rs:1:1 Oct 11 03:50:19.377 INFO kablam! | Oct 11 03:50:19.377 INFO kablam! 1 | struct Player; Oct 11 03:50:19.377 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:50:19.377 INFO kablam! Oct 11 03:50:19.377 INFO kablam! warning: struct is never constructed: `Thing` Oct 11 03:50:19.377 INFO kablam! --> src/logic.rs:3:1 Oct 11 03:50:19.377 INFO kablam! | Oct 11 03:50:19.377 INFO kablam! 3 | struct Thing; Oct 11 03:50:19.377 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:50:19.377 INFO kablam! Oct 11 03:50:19.377 INFO kablam! warning: method is never used: `view_matrix` Oct 11 03:50:19.377 INFO kablam! --> src/engine/camera.rs:47:5 Oct 11 03:50:19.377 INFO kablam! | Oct 11 03:50:19.377 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 11 03:50:19.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:19.377 INFO kablam! Oct 11 03:50:19.377 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 11 03:50:19.377 INFO kablam! --> src/engine/mod.rs:6:1 Oct 11 03:50:19.377 INFO kablam! | Oct 11 03:50:19.377 INFO kablam! 6 | struct BoundingBody; Oct 11 03:50:19.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:19.377 INFO kablam! Oct 11 03:50:19.377 INFO kablam! warning: field is never used: `camera` Oct 11 03:50:19.377 INFO kablam! --> src/main.rs:17:5 Oct 11 03:50:19.378 INFO kablam! | Oct 11 03:50:19.378 INFO kablam! 17 | camera: Camera, Oct 11 03:50:19.378 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:50:19.378 INFO kablam! Oct 11 03:50:19.378 INFO kablam! warning: field is never used: `player` Oct 11 03:50:19.378 INFO kablam! --> src/main.rs:30:5 Oct 11 03:50:19.378 INFO kablam! | Oct 11 03:50:19.378 INFO kablam! 30 | player: ObjectPar, Oct 11 03:50:19.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:19.378 INFO kablam! Oct 11 03:50:19.378 INFO kablam! warning: field is never used: `level` Oct 11 03:50:19.378 INFO kablam! --> src/main.rs:31:5 Oct 11 03:50:19.378 INFO kablam! | Oct 11 03:50:19.378 INFO kablam! 31 | level: Level, Oct 11 03:50:19.378 INFO kablam! | ^^^^^^^^^^^^ Oct 11 03:50:19.378 INFO kablam! Oct 11 03:50:21.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.23s Oct 11 03:50:21.329 INFO kablam! su: No module specific data is present Oct 11 03:50:21.601 INFO running `"docker" "rm" "-f" "3590424f9d27e3b3c251a010cae1358aedb0ac21be2a9f14194f2889021d0b24"` Oct 11 03:50:21.688 INFO blam! 3590424f9d27e3b3c251a010cae1358aedb0ac21be2a9f14194f2889021d0b24 Oct 11 03:50:21.689 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:50:21.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:50:21.888 INFO blam! 7cc69539453be3ee00b237d019a9372d12de51c04d7fc7cb519768ce7f38f0ab Oct 11 03:50:21.890 INFO running `"docker" "start" "-a" "7cc69539453be3ee00b237d019a9372d12de51c04d7fc7cb519768ce7f38f0ab"` Oct 11 03:50:22.292 INFO kablam! usermod: no changes Oct 11 03:50:22.348 INFO kablam! Compiling interplanetarers v0.1.0 (/source) Oct 11 03:50:24.252 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 11 03:50:24.252 INFO kablam! --> src/engine/window.rs:5:38 Oct 11 03:50:24.252 INFO kablam! | Oct 11 03:50:24.252 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 11 03:50:24.252 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 11 03:50:24.252 INFO kablam! | Oct 11 03:50:24.252 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:50:24.252 INFO kablam! Oct 11 03:50:24.386 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:24.386 INFO kablam! --> src/engine/camera.rs:67:47 Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:24.386 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:50:24.386 INFO kablam! Oct 11 03:50:24.386 INFO kablam! warning: unused variable: `mouse` Oct 11 03:50:24.386 INFO kablam! --> src/main.rs:21:28 Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:24.386 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 11 03:50:24.386 INFO kablam! Oct 11 03:50:24.386 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:24.386 INFO kablam! --> src/main.rs:21:47 Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 11 03:50:24.386 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:24.386 INFO kablam! Oct 11 03:50:24.386 INFO kablam! warning: unused variable: `key` Oct 11 03:50:24.386 INFO kablam! --> src/main.rs:24:31 Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 11 03:50:24.386 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 03:50:24.386 INFO kablam! Oct 11 03:50:24.386 INFO kablam! warning: unused variable: `delta_time` Oct 11 03:50:24.386 INFO kablam! --> src/main.rs:24:46 Oct 11 03:50:24.386 INFO kablam! | Oct 11 03:50:24.386 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 11 03:50:24.386 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 03:50:24.386 INFO kablam! Oct 11 03:50:24.456 INFO kablam! warning: type alias is never used: `Matrix4` Oct 11 03:50:24.456 INFO kablam! --> src/lang.rs:28:1 Oct 11 03:50:24.456 INFO kablam! | Oct 11 03:50:24.456 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 11 03:50:24.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:24.456 INFO kablam! | Oct 11 03:50:24.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:50:24.456 INFO kablam! Oct 11 03:50:24.456 INFO kablam! warning: struct is never constructed: `Player` Oct 11 03:50:24.456 INFO kablam! --> src/logic.rs:1:1 Oct 11 03:50:24.456 INFO kablam! | Oct 11 03:50:24.456 INFO kablam! 1 | struct Player; Oct 11 03:50:24.456 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:50:24.456 INFO kablam! Oct 11 03:50:24.456 INFO kablam! warning: struct is never constructed: `Thing` Oct 11 03:50:24.456 INFO kablam! --> src/logic.rs:3:1 Oct 11 03:50:24.456 INFO kablam! | Oct 11 03:50:24.456 INFO kablam! 3 | struct Thing; Oct 11 03:50:24.456 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:50:24.456 INFO kablam! Oct 11 03:50:24.456 INFO kablam! warning: method is never used: `view_matrix` Oct 11 03:50:24.456 INFO kablam! --> src/engine/camera.rs:47:5 Oct 11 03:50:24.456 INFO kablam! | Oct 11 03:50:24.456 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 11 03:50:24.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:24.456 INFO kablam! Oct 11 03:50:24.457 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 11 03:50:24.457 INFO kablam! --> src/engine/mod.rs:6:1 Oct 11 03:50:24.457 INFO kablam! | Oct 11 03:50:24.457 INFO kablam! 6 | struct BoundingBody; Oct 11 03:50:24.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:24.457 INFO kablam! Oct 11 03:50:24.457 INFO kablam! warning: field is never used: `camera` Oct 11 03:50:24.457 INFO kablam! --> src/main.rs:17:5 Oct 11 03:50:24.457 INFO kablam! | Oct 11 03:50:24.457 INFO kablam! 17 | camera: Camera, Oct 11 03:50:24.457 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:50:24.457 INFO kablam! Oct 11 03:50:24.457 INFO kablam! warning: field is never used: `player` Oct 11 03:50:24.457 INFO kablam! --> src/main.rs:30:5 Oct 11 03:50:24.457 INFO kablam! | Oct 11 03:50:24.457 INFO kablam! 30 | player: ObjectPar, Oct 11 03:50:24.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:50:24.457 INFO kablam! Oct 11 03:50:24.457 INFO kablam! warning: field is never used: `level` Oct 11 03:50:24.457 INFO kablam! --> src/main.rs:31:5 Oct 11 03:50:24.457 INFO kablam! | Oct 11 03:50:24.457 INFO kablam! 31 | level: Level, Oct 11 03:50:24.457 INFO kablam! | ^^^^^^^^^^^^ Oct 11 03:50:24.457 INFO kablam! Oct 11 03:50:24.837 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 11 03:50:24.840 INFO kablam! su: No module specific data is present Oct 11 03:50:25.105 INFO running `"docker" "rm" "-f" "7cc69539453be3ee00b237d019a9372d12de51c04d7fc7cb519768ce7f38f0ab"` Oct 11 03:50:25.186 INFO blam! 7cc69539453be3ee00b237d019a9372d12de51c04d7fc7cb519768ce7f38f0ab Oct 11 03:50:25.187 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:50:25.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:50:25.367 INFO blam! 78b5303581a371e14dee69a9cba77c5499a1fd859724b50f0ae9cd32a426553e Oct 11 03:50:25.369 INFO running `"docker" "start" "-a" "78b5303581a371e14dee69a9cba77c5499a1fd859724b50f0ae9cd32a426553e"` Oct 11 03:50:25.843 INFO kablam! usermod: no changes Oct 11 03:50:25.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 03:50:25.932 INFO kablam! Running /target/debug/deps/interplanetarers-23713aff758b23db Oct 11 03:50:25.934 INFO blam! Oct 11 03:50:25.934 INFO blam! running 0 tests Oct 11 03:50:25.934 INFO blam! Oct 11 03:50:25.934 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:50:25.934 INFO blam! Oct 11 03:50:25.936 INFO kablam! su: No module specific data is present Oct 11 03:50:26.418 INFO running `"docker" "rm" "-f" "78b5303581a371e14dee69a9cba77c5499a1fd859724b50f0ae9cd32a426553e"` Oct 11 03:50:26.756 INFO blam! 78b5303581a371e14dee69a9cba77c5499a1fd859724b50f0ae9cd32a426553e