Oct 15 05:34:47.602 INFO testing XX/interplanetarers against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:34:47.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:34:48.115 INFO blam! 0440c81aad6e9b82a6c7d174a3e4b9077964910c3a2bddcfb4e10413809bcd28 Oct 15 05:34:48.117 INFO running `"docker" "start" "-a" "0440c81aad6e9b82a6c7d174a3e4b9077964910c3a2bddcfb4e10413809bcd28"` Oct 15 05:34:49.055 INFO kablam! usermod: no changes Oct 15 05:34:49.259 INFO kablam! Compiling interplanetarers v0.1.0 (/source) Oct 15 05:34:50.415 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 15 05:34:50.415 INFO kablam! --> src/engine/window.rs:5:38 Oct 15 05:34:50.415 INFO kablam! | Oct 15 05:34:50.415 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 15 05:34:50.415 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 15 05:34:50.415 INFO kablam! | Oct 15 05:34:50.415 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:34:50.415 INFO kablam! Oct 15 05:34:50.611 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:50.611 INFO kablam! --> src/engine/camera.rs:67:47 Oct 15 05:34:50.611 INFO kablam! | Oct 15 05:34:50.611 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:50.612 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:50.612 INFO kablam! | Oct 15 05:34:50.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:34:50.612 INFO kablam! Oct 15 05:34:50.612 INFO kablam! warning: unused variable: `mouse` Oct 15 05:34:50.612 INFO kablam! --> src/main.rs:21:28 Oct 15 05:34:50.612 INFO kablam! | Oct 15 05:34:50.612 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:50.612 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 15 05:34:50.612 INFO kablam! Oct 15 05:34:50.612 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:50.612 INFO kablam! --> src/main.rs:21:47 Oct 15 05:34:50.612 INFO kablam! | Oct 15 05:34:50.612 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:50.612 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:50.612 INFO kablam! Oct 15 05:34:50.612 INFO kablam! warning: unused variable: `key` Oct 15 05:34:50.612 INFO kablam! --> src/main.rs:24:31 Oct 15 05:34:50.612 INFO kablam! | Oct 15 05:34:50.612 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 15 05:34:50.612 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:34:50.612 INFO kablam! Oct 15 05:34:50.612 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:50.612 INFO kablam! --> src/main.rs:24:46 Oct 15 05:34:50.612 INFO kablam! | Oct 15 05:34:50.612 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 15 05:34:50.612 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:50.612 INFO kablam! Oct 15 05:34:50.694 INFO kablam! warning: type alias is never used: `Matrix4` Oct 15 05:34:50.694 INFO kablam! --> src/lang.rs:28:1 Oct 15 05:34:50.694 INFO kablam! | Oct 15 05:34:50.694 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 15 05:34:50.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:50.694 INFO kablam! | Oct 15 05:34:50.694 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:34:50.694 INFO kablam! Oct 15 05:34:50.694 INFO kablam! warning: struct is never constructed: `Player` Oct 15 05:34:50.695 INFO kablam! --> src/logic.rs:1:1 Oct 15 05:34:50.695 INFO kablam! | Oct 15 05:34:50.695 INFO kablam! 1 | struct Player; Oct 15 05:34:50.695 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:34:50.695 INFO kablam! Oct 15 05:34:50.695 INFO kablam! warning: struct is never constructed: `Thing` Oct 15 05:34:50.695 INFO kablam! --> src/logic.rs:3:1 Oct 15 05:34:50.695 INFO kablam! | Oct 15 05:34:50.695 INFO kablam! 3 | struct Thing; Oct 15 05:34:50.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:34:50.695 INFO kablam! Oct 15 05:34:50.695 INFO kablam! warning: method is never used: `view_matrix` Oct 15 05:34:50.695 INFO kablam! --> src/engine/camera.rs:47:5 Oct 15 05:34:50.695 INFO kablam! | Oct 15 05:34:50.695 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 15 05:34:50.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:50.695 INFO kablam! Oct 15 05:34:50.695 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 15 05:34:50.695 INFO kablam! --> src/engine/mod.rs:6:1 Oct 15 05:34:50.695 INFO kablam! | Oct 15 05:34:50.695 INFO kablam! 6 | struct BoundingBody; Oct 15 05:34:50.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:50.695 INFO kablam! Oct 15 05:34:50.699 INFO kablam! warning: field is never used: `camera` Oct 15 05:34:50.699 INFO kablam! --> src/main.rs:17:5 Oct 15 05:34:50.699 INFO kablam! | Oct 15 05:34:50.699 INFO kablam! 17 | camera: Camera, Oct 15 05:34:50.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:34:50.699 INFO kablam! Oct 15 05:34:50.699 INFO kablam! warning: field is never used: `player` Oct 15 05:34:50.699 INFO kablam! --> src/main.rs:30:5 Oct 15 05:34:50.699 INFO kablam! | Oct 15 05:34:50.699 INFO kablam! 30 | player: ObjectPar, Oct 15 05:34:50.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:50.699 INFO kablam! Oct 15 05:34:50.699 INFO kablam! warning: field is never used: `level` Oct 15 05:34:50.699 INFO kablam! --> src/main.rs:31:5 Oct 15 05:34:50.699 INFO kablam! | Oct 15 05:34:50.699 INFO kablam! 31 | level: Level, Oct 15 05:34:50.699 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:34:50.699 INFO kablam! Oct 15 05:34:52.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 15 05:34:52.376 INFO kablam! su: No module specific data is present Oct 15 05:34:53.099 INFO running `"docker" "rm" "-f" "0440c81aad6e9b82a6c7d174a3e4b9077964910c3a2bddcfb4e10413809bcd28"` Oct 15 05:34:53.379 INFO blam! 0440c81aad6e9b82a6c7d174a3e4b9077964910c3a2bddcfb4e10413809bcd28 Oct 15 05:34:53.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:34:53.696 INFO blam! 1a5430e2dd47728e909f38153574be71d761107451085ecbe4b51b5f5d8cf431 Oct 15 05:34:53.698 INFO running `"docker" "start" "-a" "1a5430e2dd47728e909f38153574be71d761107451085ecbe4b51b5f5d8cf431"` Oct 15 05:34:55.079 INFO kablam! usermod: no changes Oct 15 05:34:55.199 INFO kablam! Compiling interplanetarers v0.1.0 (/source) Oct 15 05:34:56.365 INFO kablam! warning: unused imports: `Modifiers`, `Scancode` Oct 15 05:34:56.365 INFO kablam! --> src/engine/window.rs:5:38 Oct 15 05:34:56.365 INFO kablam! | Oct 15 05:34:56.365 INFO kablam! 5 | use glfw::{self, Glfw, Context, Key, Scancode, Action, Modifiers, Window as GlfwWindow, WindowEvent}; Oct 15 05:34:56.365 INFO kablam! | ^^^^^^^^ ^^^^^^^^^ Oct 15 05:34:56.365 INFO kablam! | Oct 15 05:34:56.365 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:34:56.365 INFO kablam! Oct 15 05:34:56.502 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:56.502 INFO kablam! --> src/engine/camera.rs:67:47 Oct 15 05:34:56.502 INFO kablam! | Oct 15 05:34:56.502 INFO kablam! 67 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:56.502 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:56.502 INFO kablam! | Oct 15 05:34:56.504 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:34:56.504 INFO kablam! Oct 15 05:34:56.504 INFO kablam! warning: unused variable: `mouse` Oct 15 05:34:56.504 INFO kablam! --> src/main.rs:21:28 Oct 15 05:34:56.504 INFO kablam! | Oct 15 05:34:56.504 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:56.504 INFO kablam! | ^^^^^ help: consider using `_mouse` instead Oct 15 05:34:56.504 INFO kablam! Oct 15 05:34:56.504 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:56.504 INFO kablam! --> src/main.rs:21:47 Oct 15 05:34:56.504 INFO kablam! | Oct 15 05:34:56.504 INFO kablam! 21 | fn on_mouse(&mut self, mouse: MouseEvent, delta_time: f32) { Oct 15 05:34:56.504 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:56.504 INFO kablam! Oct 15 05:34:56.504 INFO kablam! warning: unused variable: `key` Oct 15 05:34:56.504 INFO kablam! --> src/main.rs:24:31 Oct 15 05:34:56.504 INFO kablam! | Oct 15 05:34:56.504 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 15 05:34:56.504 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:34:56.504 INFO kablam! Oct 15 05:34:56.504 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:34:56.504 INFO kablam! --> src/main.rs:24:46 Oct 15 05:34:56.504 INFO kablam! | Oct 15 05:34:56.504 INFO kablam! 24 | fn on_keyboard(&mut self, key: KeyEvent, delta_time: f32) { Oct 15 05:34:56.505 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:34:56.505 INFO kablam! Oct 15 05:34:56.574 INFO kablam! warning: type alias is never used: `Matrix4` Oct 15 05:34:56.574 INFO kablam! --> src/lang.rs:28:1 Oct 15 05:34:56.574 INFO kablam! | Oct 15 05:34:56.574 INFO kablam! 28 | pub type Matrix4 = cgmath::Matrix4; Oct 15 05:34:56.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:56.574 INFO kablam! | Oct 15 05:34:56.575 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:34:56.575 INFO kablam! Oct 15 05:34:56.575 INFO kablam! warning: struct is never constructed: `Player` Oct 15 05:34:56.575 INFO kablam! --> src/logic.rs:1:1 Oct 15 05:34:56.575 INFO kablam! | Oct 15 05:34:56.575 INFO kablam! 1 | struct Player; Oct 15 05:34:56.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:34:56.575 INFO kablam! Oct 15 05:34:56.575 INFO kablam! warning: struct is never constructed: `Thing` Oct 15 05:34:56.575 INFO kablam! --> src/logic.rs:3:1 Oct 15 05:34:56.575 INFO kablam! | Oct 15 05:34:56.575 INFO kablam! 3 | struct Thing; Oct 15 05:34:56.575 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:34:56.575 INFO kablam! Oct 15 05:34:56.575 INFO kablam! warning: method is never used: `view_matrix` Oct 15 05:34:56.575 INFO kablam! --> src/engine/camera.rs:47:5 Oct 15 05:34:56.575 INFO kablam! | Oct 15 05:34:56.575 INFO kablam! 47 | pub fn view_matrix(&self) -> Matrix4 { Oct 15 05:34:56.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:56.576 INFO kablam! Oct 15 05:34:56.583 INFO kablam! warning: struct is never constructed: `BoundingBody` Oct 15 05:34:56.583 INFO kablam! --> src/engine/mod.rs:6:1 Oct 15 05:34:56.583 INFO kablam! | Oct 15 05:34:56.583 INFO kablam! 6 | struct BoundingBody; Oct 15 05:34:56.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:56.583 INFO kablam! Oct 15 05:34:56.583 INFO kablam! warning: field is never used: `camera` Oct 15 05:34:56.583 INFO kablam! --> src/main.rs:17:5 Oct 15 05:34:56.583 INFO kablam! | Oct 15 05:34:56.583 INFO kablam! 17 | camera: Camera, Oct 15 05:34:56.583 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:34:56.583 INFO kablam! Oct 15 05:34:56.583 INFO kablam! warning: field is never used: `player` Oct 15 05:34:56.583 INFO kablam! --> src/main.rs:30:5 Oct 15 05:34:56.583 INFO kablam! | Oct 15 05:34:56.583 INFO kablam! 30 | player: ObjectPar, Oct 15 05:34:56.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:56.583 INFO kablam! Oct 15 05:34:56.583 INFO kablam! warning: field is never used: `level` Oct 15 05:34:56.583 INFO kablam! --> src/main.rs:31:5 Oct 15 05:34:56.583 INFO kablam! | Oct 15 05:34:56.584 INFO kablam! 31 | level: Level, Oct 15 05:34:56.584 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:34:56.584 INFO kablam! Oct 15 05:34:57.181 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 15 05:34:57.186 INFO kablam! su: No module specific data is present Oct 15 05:34:57.617 INFO running `"docker" "rm" "-f" "1a5430e2dd47728e909f38153574be71d761107451085ecbe4b51b5f5d8cf431"` Oct 15 05:34:57.808 INFO blam! 1a5430e2dd47728e909f38153574be71d761107451085ecbe4b51b5f5d8cf431 Oct 15 05:34:57.809 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:34:58.144 INFO blam! 876e8dd16a0d9c8919b2b37ee8ead5f6bf2a43202279c3f33bac23c797fab5a6 Oct 15 05:34:58.147 INFO running `"docker" "start" "-a" "876e8dd16a0d9c8919b2b37ee8ead5f6bf2a43202279c3f33bac23c797fab5a6"` Oct 15 05:34:59.787 INFO kablam! usermod: no changes Oct 15 05:34:59.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 05:34:59.931 INFO kablam! Running /target/debug/deps/interplanetarers-01372c675c489667 Oct 15 05:34:59.933 INFO blam! Oct 15 05:34:59.933 INFO blam! running 0 tests Oct 15 05:34:59.933 INFO blam! Oct 15 05:34:59.933 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:34:59.933 INFO blam! Oct 15 05:34:59.935 INFO kablam! su: No module specific data is present Oct 15 05:35:00.751 INFO running `"docker" "rm" "-f" "876e8dd16a0d9c8919b2b37ee8ead5f6bf2a43202279c3f33bac23c797fab5a6"` Oct 15 05:35:01.051 INFO blam! 876e8dd16a0d9c8919b2b37ee8ead5f6bf2a43202279c3f33bac23c797fab5a6