Oct 31 19:22:43.062 INFO checking tomc1998/splitterman_mmj2017 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:22:43.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:22:43.558 INFO blam! 4e4927ecc560d696d674d86c4d53716bde61c7bf65730bfef249ca8be154668d Oct 31 19:22:43.565 INFO running `"docker" "start" "-a" "4e4927ecc560d696d674d86c4d53716bde61c7bf65730bfef249ca8be154668d"` Oct 31 19:22:45.240 INFO kablam! usermod: no changes Oct 31 19:22:45.492 INFO kablam! Compiling serde v0.9.11 Oct 31 19:22:45.492 INFO kablam! Checking lazy_static v0.2.4 Oct 31 19:22:45.504 INFO kablam! Compiling x11-dl v2.12.0 Oct 31 19:22:45.504 INFO kablam! Checking backtrace-sys v0.1.10 Oct 31 19:22:46.253 INFO kablam! Checking backtrace v0.2.3 Oct 31 19:22:46.273 INFO kablam! Checking shared_library v0.1.5 Oct 31 19:22:47.493 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 19:23:00.178 INFO kablam! Compiling serde_json v0.9.9 Oct 31 19:23:04.473 INFO kablam! Compiling target_build_utils v0.3.0 Oct 31 19:23:06.584 INFO kablam! Compiling libloading v0.3.2 Oct 31 19:23:09.018 INFO kablam! Checking dlib v0.3.1 Oct 31 19:23:09.169 INFO kablam! Checking wayland-sys v0.7.8 Oct 31 19:23:09.678 INFO kablam! Checking wayland-client v0.7.8 Oct 31 19:23:11.241 INFO kablam! Checking wayland-window v0.4.4 Oct 31 19:23:11.244 INFO kablam! Checking wayland-kbd v0.6.3 Oct 31 19:23:12.561 INFO kablam! Checking winit v0.5.11 Oct 31 19:23:13.935 INFO kablam! Checking glutin v0.7.4 Oct 31 19:23:15.360 INFO kablam! Checking glium v0.16.0 Oct 31 19:23:29.773 INFO kablam! Checking splitterman v0.1.0 (/source) Oct 31 19:23:30.472 INFO kablam! warning: unused macro definition Oct 31 19:23:30.473 INFO kablam! --> src/entity/mod.rs:21:1 Oct 31 19:23:30.473 INFO kablam! | Oct 31 19:23:30.473 INFO kablam! 21 | / macro_rules! empty { Oct 31 19:23:30.474 INFO kablam! 22 | | () => {} Oct 31 19:23:30.474 INFO kablam! 23 | | } Oct 31 19:23:30.475 INFO kablam! | |_^ Oct 31 19:23:30.475 INFO kablam! | Oct 31 19:23:30.476 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 19:23:30.476 INFO kablam! Oct 31 19:23:30.552 INFO kablam! warning: unused macro definition Oct 31 19:23:30.553 INFO kablam! --> src/entity/mod.rs:21:1 Oct 31 19:23:30.553 INFO kablam! | Oct 31 19:23:30.554 INFO kablam! 21 | / macro_rules! empty { Oct 31 19:23:30.554 INFO kablam! 22 | | () => {} Oct 31 19:23:30.555 INFO kablam! 23 | | } Oct 31 19:23:30.555 INFO kablam! | |_^ Oct 31 19:23:30.556 INFO kablam! | Oct 31 19:23:30.556 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 19:23:30.557 INFO kablam! Oct 31 19:23:30.828 INFO kablam! warning: unused variable: `e` Oct 31 19:23:30.829 INFO kablam! --> src/entity/splitter_man/state.rs:65:14 Oct 31 19:23:30.830 INFO kablam! | Oct 31 19:23:30.830 INFO kablam! 65 | e: &mut SplitterMan, Oct 31 19:23:30.831 INFO kablam! | ^ help: consider using `_e` instead Oct 31 19:23:30.832 INFO kablam! | Oct 31 19:23:30.832 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:23:30.833 INFO kablam! Oct 31 19:23:30.834 INFO kablam! warning: unused variable: `engine` Oct 31 19:23:30.834 INFO kablam! --> src/entity/splitter_man/state.rs:66:14 Oct 31 19:23:30.835 INFO kablam! | Oct 31 19:23:30.835 INFO kablam! 66 | engine: &Engine) -> (Option, (bool, Option>, Vec2f32)) { Oct 31 19:23:30.836 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 31 19:23:30.837 INFO kablam! Oct 31 19:23:30.901 INFO kablam! warning: variable does not need to be mutable Oct 31 19:23:30.902 INFO kablam! --> src/input/mod.rs:127:13 Oct 31 19:23:30.902 INFO kablam! | Oct 31 19:23:30.903 INFO kablam! 127 | let mut b = self.curr_box.as_mut().unwrap(); Oct 31 19:23:30.904 INFO kablam! | ----^ Oct 31 19:23:30.904 INFO kablam! | | Oct 31 19:23:30.904 INFO kablam! | help: remove this `mut` Oct 31 19:23:30.905 INFO kablam! | Oct 31 19:23:30.905 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:23:30.906 INFO kablam! Oct 31 19:23:31.036 INFO kablam! warning: unused variable: `e` Oct 31 19:23:31.036 INFO kablam! --> src/entity/splitter_man/state.rs:65:14 Oct 31 19:23:31.036 INFO kablam! | Oct 31 19:23:31.036 INFO kablam! 65 | e: &mut SplitterMan, Oct 31 19:23:31.036 INFO kablam! | ^ help: consider using `_e` instead Oct 31 19:23:31.036 INFO kablam! | Oct 31 19:23:31.036 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:23:31.036 INFO kablam! Oct 31 19:23:31.036 INFO kablam! warning: unused variable: `engine` Oct 31 19:23:31.036 INFO kablam! --> src/entity/splitter_man/state.rs:66:14 Oct 31 19:23:31.036 INFO kablam! | Oct 31 19:23:31.036 INFO kablam! 66 | engine: &Engine) -> (Option, (bool, Option>, Vec2f32)) { Oct 31 19:23:31.036 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 31 19:23:31.036 INFO kablam! Oct 31 19:23:31.117 INFO kablam! warning: variable does not need to be mutable Oct 31 19:23:31.117 INFO kablam! --> src/input/mod.rs:127:13 Oct 31 19:23:31.117 INFO kablam! | Oct 31 19:23:31.117 INFO kablam! 127 | let mut b = self.curr_box.as_mut().unwrap(); Oct 31 19:23:31.117 INFO kablam! | ----^ Oct 31 19:23:31.117 INFO kablam! | | Oct 31 19:23:31.117 INFO kablam! | help: remove this `mut` Oct 31 19:23:31.117 INFO kablam! | Oct 31 19:23:31.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:23:31.117 INFO kablam! Oct 31 19:23:31.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.92s Oct 31 19:23:31.216 INFO kablam! su: No module specific data is present Oct 31 19:23:33.774 INFO running `"docker" "rm" "-f" "4e4927ecc560d696d674d86c4d53716bde61c7bf65730bfef249ca8be154668d"` Oct 31 19:23:34.132 INFO blam! 4e4927ecc560d696d674d86c4d53716bde61c7bf65730bfef249ca8be154668d