Oct 12 11:57:36.316 INFO checking tomc1998/splitterman_mmj2017 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 11:57:36.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 11:57:36.928 INFO blam! 381aadfe004142d4158bee98da1b02880e22f062dd539e3b09612c3136560fc2 Oct 12 11:57:36.940 INFO running `"docker" "start" "-a" "381aadfe004142d4158bee98da1b02880e22f062dd539e3b09612c3136560fc2"` Oct 12 11:57:38.791 INFO kablam! usermod: no changes Oct 12 11:57:39.120 INFO kablam! Checking smallvec v0.1.8 Oct 12 11:57:39.124 INFO kablam! Compiling glium v0.16.0 Oct 12 11:57:39.124 INFO kablam! Checking backtrace v0.2.3 Oct 12 11:57:39.124 INFO kablam! Compiling target_build_utils v0.3.0 Oct 12 11:57:44.436 INFO kablam! Compiling libloading v0.3.2 Oct 12 11:57:48.605 INFO kablam! Checking dlib v0.3.1 Oct 12 11:57:49.006 INFO kablam! Checking wayland-sys v0.7.8 Oct 12 11:57:49.781 INFO kablam! Checking wayland-client v0.7.8 Oct 12 11:57:52.620 INFO kablam! Checking wayland-window v0.4.4 Oct 12 11:57:52.624 INFO kablam! Checking wayland-kbd v0.6.3 Oct 12 11:57:54.785 INFO kablam! Checking winit v0.5.11 Oct 12 11:57:57.329 INFO kablam! Checking glutin v0.7.4 Oct 12 11:58:15.138 INFO kablam! Checking splitterman v0.1.0 (/source) Oct 12 11:58:15.920 INFO kablam! warning: unused macro definition Oct 12 11:58:15.921 INFO kablam! --> src/entity/mod.rs:21:1 Oct 12 11:58:15.921 INFO kablam! | Oct 12 11:58:15.921 INFO kablam! 21 | / macro_rules! empty { Oct 12 11:58:15.922 INFO kablam! 22 | | () => {} Oct 12 11:58:15.922 INFO kablam! 23 | | } Oct 12 11:58:15.922 INFO kablam! | |_^ Oct 12 11:58:15.922 INFO kablam! | Oct 12 11:58:15.923 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 11:58:15.923 INFO kablam! Oct 12 11:58:16.088 INFO kablam! warning: unused macro definition Oct 12 11:58:16.089 INFO kablam! --> src/entity/mod.rs:21:1 Oct 12 11:58:16.089 INFO kablam! | Oct 12 11:58:16.089 INFO kablam! 21 | / macro_rules! empty { Oct 12 11:58:16.090 INFO kablam! 22 | | () => {} Oct 12 11:58:16.090 INFO kablam! 23 | | } Oct 12 11:58:16.091 INFO kablam! | |_^ Oct 12 11:58:16.091 INFO kablam! | Oct 12 11:58:16.092 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 11:58:16.092 INFO kablam! Oct 12 11:58:16.344 INFO kablam! warning: unused variable: `e` Oct 12 11:58:16.344 INFO kablam! --> src/entity/splitter_man/state.rs:65:14 Oct 12 11:58:16.344 INFO kablam! | Oct 12 11:58:16.344 INFO kablam! 65 | e: &mut SplitterMan, Oct 12 11:58:16.344 INFO kablam! | ^ help: consider using `_e` instead Oct 12 11:58:16.344 INFO kablam! | Oct 12 11:58:16.345 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:58:16.345 INFO kablam! Oct 12 11:58:16.345 INFO kablam! warning: unused variable: `engine` Oct 12 11:58:16.345 INFO kablam! --> src/entity/splitter_man/state.rs:66:14 Oct 12 11:58:16.345 INFO kablam! | Oct 12 11:58:16.352 INFO kablam! 66 | engine: &Engine) -> (Option, (bool, Option>, Vec2f32)) { Oct 12 11:58:16.353 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 11:58:16.353 INFO kablam! Oct 12 11:58:16.452 INFO kablam! warning: variable does not need to be mutable Oct 12 11:58:16.453 INFO kablam! --> src/input/mod.rs:127:13 Oct 12 11:58:16.453 INFO kablam! | Oct 12 11:58:16.453 INFO kablam! 127 | let mut b = self.curr_box.as_mut().unwrap(); Oct 12 11:58:16.453 INFO kablam! | ----^ Oct 12 11:58:16.453 INFO kablam! | | Oct 12 11:58:16.453 INFO kablam! | help: remove this `mut` Oct 12 11:58:16.454 INFO kablam! | Oct 12 11:58:16.454 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:58:16.454 INFO kablam! Oct 12 11:58:16.617 INFO kablam! warning: unused variable: `e` Oct 12 11:58:16.617 INFO kablam! --> src/entity/splitter_man/state.rs:65:14 Oct 12 11:58:16.617 INFO kablam! | Oct 12 11:58:16.617 INFO kablam! 65 | e: &mut SplitterMan, Oct 12 11:58:16.617 INFO kablam! | ^ help: consider using `_e` instead Oct 12 11:58:16.617 INFO kablam! | Oct 12 11:58:16.617 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:58:16.617 INFO kablam! Oct 12 11:58:16.617 INFO kablam! warning: unused variable: `engine` Oct 12 11:58:16.617 INFO kablam! --> src/entity/splitter_man/state.rs:66:14 Oct 12 11:58:16.618 INFO kablam! | Oct 12 11:58:16.618 INFO kablam! 66 | engine: &Engine) -> (Option, (bool, Option>, Vec2f32)) { Oct 12 11:58:16.618 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 11:58:16.618 INFO kablam! Oct 12 11:58:16.688 INFO kablam! warning: variable does not need to be mutable Oct 12 11:58:16.688 INFO kablam! --> src/input/mod.rs:127:13 Oct 12 11:58:16.688 INFO kablam! | Oct 12 11:58:16.688 INFO kablam! 127 | let mut b = self.curr_box.as_mut().unwrap(); Oct 12 11:58:16.688 INFO kablam! | ----^ Oct 12 11:58:16.689 INFO kablam! | | Oct 12 11:58:16.689 INFO kablam! | help: remove this `mut` Oct 12 11:58:16.689 INFO kablam! | Oct 12 11:58:16.689 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:58:16.689 INFO kablam! Oct 12 11:58:16.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.95s Oct 12 11:58:16.786 INFO kablam! su: No module specific data is present Oct 12 11:58:18.811 INFO running `"docker" "rm" "-f" "381aadfe004142d4158bee98da1b02880e22f062dd539e3b09612c3136560fc2"` Oct 12 11:58:19.128 INFO blam! 381aadfe004142d4158bee98da1b02880e22f062dd539e3b09612c3136560fc2