Oct 21 20:08:33.977 INFO checking XX/interplanetarers against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:08:33.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 20:08:34.462 INFO blam! aed78b0a21eae5984aedc21679d89bb79e265268974ef620de361384357f07d3 Oct 21 20:08:34.464 INFO running `"docker" "start" "-a" "aed78b0a21eae5984aedc21679d89bb79e265268974ef620de361384357f07d3"` Oct 21 20:08:35.716 INFO kablam! usermod: no changes Oct 21 20:08:35.928 INFO kablam! Compiling glfw-sys v3.2.2 Oct 21 20:08:35.928 INFO kablam! Checking num-complex v0.2.0 Oct 21 20:08:35.928 INFO kablam! Checking num-bigint v0.2.0 Oct 21 20:08:35.928 INFO kablam! Checking num-iter v0.1.37 Oct 21 20:08:35.928 INFO kablam! Checking cgmath v0.16.1 Oct 21 20:08:40.300 INFO kablam! Checking num-rational v0.2.1 Oct 21 20:08:41.456 INFO kablam! Checking num v0.2.0 Oct 21 20:08:45.658 INFO kablam! Checking glfw v0.25.0 Oct 21 20:08:47.824 INFO kablam! Checking interplanetarers v0.1.0 (/source) Oct 21 20:08:49.076 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 21 20:08:49.076 INFO kablam! --> src/engine/window.rs:5:38 Oct 21 20:08:49.076 INFO kablam! | Oct 21 20:08:49.076 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 21 20:08:49.076 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 21 20:08:49.076 INFO kablam! | Oct 21 20:08:49.076 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:08:49.076 INFO kablam! Oct 21 20:08:49.292 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.292 INFO kablam! --> src/engine/camera.rs:67:47 Oct 21 20:08:49.292 INFO kablam! | Oct 21 20:08:49.292 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.292 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.292 INFO kablam! | Oct 21 20:08:49.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:08:49.292 INFO kablam! Oct 21 20:08:49.292 INFO kablam! warning: unused variable: `mouse` Oct 21 20:08:49.292 INFO kablam! --> src/main.rs:21:28 Oct 21 20:08:49.292 INFO kablam! | Oct 21 20:08:49.292 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.292 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 21 20:08:49.292 INFO kablam! Oct 21 20:08:49.292 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.292 INFO kablam! --> src/main.rs:21:47 Oct 21 20:08:49.292 INFO kablam! | Oct 21 20:08:49.293 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.293 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.293 INFO kablam! Oct 21 20:08:49.293 INFO kablam! warning: unused variable: `key` Oct 21 20:08:49.293 INFO kablam! --> src/main.rs:24:31 Oct 21 20:08:49.293 INFO kablam! | Oct 21 20:08:49.293 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 21 20:08:49.293 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 20:08:49.293 INFO kablam! Oct 21 20:08:49.293 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.293 INFO kablam! --> src/main.rs:24:46 Oct 21 20:08:49.293 INFO kablam! | Oct 21 20:08:49.293 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 21 20:08:49.293 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.293 INFO kablam! Oct 21 20:08:49.356 INFO kablam! warning: type alias is never used: `Matrix4` Oct 21 20:08:49.356 INFO kablam! --> src/lang.rs:28:1 Oct 21 20:08:49.356 INFO kablam! | Oct 21 20:08:49.356 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 21 20:08:49.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.356 INFO kablam! | Oct 21 20:08:49.356 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:08:49.356 INFO kablam! Oct 21 20:08:49.356 INFO kablam! warning: struct is never constructed: `Player` Oct 21 20:08:49.356 INFO kablam! --> src/logic.rs:1:1 Oct 21 20:08:49.356 INFO kablam! | Oct 21 20:08:49.356 INFO kablam! 1 | struct Player; Oct 21 20:08:49.356 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:49.356 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: struct is never constructed: `Thing` Oct 21 20:08:49.357 INFO kablam! --> src/logic.rs:3:1 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 3 | struct Thing; Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: method is never used: `view_matrix` Oct 21 20:08:49.357 INFO kablam! --> src/engine/camera.rs:47:5 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 21 20:08:49.357 INFO kablam! --> src/engine/mod.rs:6:1 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 6 | struct BoundingBody; Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: field is never used: `camera` Oct 21 20:08:49.357 INFO kablam! --> src/main.rs:17:5 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 17 | camera: Camera, Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: field is never used: `player` Oct 21 20:08:49.357 INFO kablam! --> src/main.rs:30:5 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 30 | player: ObjectPar, Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.357 INFO kablam! warning: field is never used: `level` Oct 21 20:08:49.357 INFO kablam! --> src/main.rs:31:5 Oct 21 20:08:49.357 INFO kablam! | Oct 21 20:08:49.357 INFO kablam! 31 | level: Level, Oct 21 20:08:49.357 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:08:49.357 INFO kablam! Oct 21 20:08:49.391 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 21 20:08:49.391 INFO kablam! --> src/engine/window.rs:5:38 Oct 21 20:08:49.391 INFO kablam! | Oct 21 20:08:49.391 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 21 20:08:49.391 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 21 20:08:49.391 INFO kablam! | Oct 21 20:08:49.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:08:49.391 INFO kablam! Oct 21 20:08:49.528 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.528 INFO kablam! --> src/engine/camera.rs:67:47 Oct 21 20:08:49.528 INFO kablam! | Oct 21 20:08:49.528 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.528 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.528 INFO kablam! | Oct 21 20:08:49.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:08:49.528 INFO kablam! Oct 21 20:08:49.528 INFO kablam! warning: unused variable: `mouse` Oct 21 20:08:49.528 INFO kablam! --> src/main.rs:21:28 Oct 21 20:08:49.528 INFO kablam! | Oct 21 20:08:49.528 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.528 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 21 20:08:49.528 INFO kablam! Oct 21 20:08:49.528 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.528 INFO kablam! --> src/main.rs:21:47 Oct 21 20:08:49.528 INFO kablam! | Oct 21 20:08:49.528 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 21 20:08:49.528 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.528 INFO kablam! Oct 21 20:08:49.528 INFO kablam! warning: unused variable: `key` Oct 21 20:08:49.528 INFO kablam! --> src/main.rs:24:31 Oct 21 20:08:49.528 INFO kablam! | Oct 21 20:08:49.528 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 21 20:08:49.529 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 20:08:49.529 INFO kablam! Oct 21 20:08:49.529 INFO kablam! warning: unused variable: `delta_time` Oct 21 20:08:49.529 INFO kablam! --> src/main.rs:24:46 Oct 21 20:08:49.529 INFO kablam! | Oct 21 20:08:49.529 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 21 20:08:49.529 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 21 20:08:49.529 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: type alias is never used: `Matrix4` Oct 21 20:08:49.591 INFO kablam! --> src/lang.rs:28:1 Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 21 20:08:49.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:08:49.591 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: struct is never constructed: `Player` Oct 21 20:08:49.591 INFO kablam! --> src/logic.rs:1:1 Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! 1 | struct Player; Oct 21 20:08:49.591 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:49.591 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: struct is never constructed: `Thing` Oct 21 20:08:49.591 INFO kablam! --> src/logic.rs:3:1 Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! 3 | struct Thing; Oct 21 20:08:49.591 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:08:49.591 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: method is never used: `view_matrix` Oct 21 20:08:49.591 INFO kablam! --> src/engine/camera.rs:47:5 Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 21 20:08:49.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.591 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 21 20:08:49.591 INFO kablam! --> src/engine/mod.rs:6:1 Oct 21 20:08:49.591 INFO kablam! | Oct 21 20:08:49.591 INFO kablam! 6 | struct BoundingBody; Oct 21 20:08:49.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.591 INFO kablam! Oct 21 20:08:49.591 INFO kablam! warning: field is never used: `camera` Oct 21 20:08:49.591 INFO kablam! --> src/main.rs:17:5 Oct 21 20:08:49.595 INFO kablam! | Oct 21 20:08:49.595 INFO kablam! 17 | camera: Camera, Oct 21 20:08:49.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:08:49.595 INFO kablam! Oct 21 20:08:49.595 INFO kablam! warning: field is never used: `player` Oct 21 20:08:49.595 INFO kablam! --> src/main.rs:30:5 Oct 21 20:08:49.595 INFO kablam! | Oct 21 20:08:49.595 INFO kablam! 30 | player: ObjectPar, Oct 21 20:08:49.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:08:49.595 INFO kablam! Oct 21 20:08:49.595 INFO kablam! warning: field is never used: `level` Oct 21 20:08:49.595 INFO kablam! --> src/main.rs:31:5 Oct 21 20:08:49.595 INFO kablam! | Oct 21 20:08:49.595 INFO kablam! 31 | level: Level, Oct 21 20:08:49.595 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:08:49.595 INFO kablam! Oct 21 20:08:49.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.89s Oct 21 20:08:49.623 INFO kablam! su: No module specific data is present Oct 21 20:08:50.056 INFO running `"docker" "rm" "-f" "aed78b0a21eae5984aedc21679d89bb79e265268974ef620de361384357f07d3"` Oct 21 20:08:50.267 INFO blam! aed78b0a21eae5984aedc21679d89bb79e265268974ef620de361384357f07d3