Oct 13 02:11:03.543 INFO checking Twinklebear/tobj_viewer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:11:03.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:11:03.944 INFO blam! dcea30ddd6fe037ce8b9d903388a0f70b8953cfb04beb2fbfaa2b0fffa71058f Oct 13 02:11:03.953 INFO running `"docker" "start" "-a" "dcea30ddd6fe037ce8b9d903388a0f70b8953cfb04beb2fbfaa2b0fffa71058f"` Oct 13 02:11:04.924 INFO kablam! usermod: no changes Oct 13 02:11:05.148 INFO kablam! Checking clock_ticks v0.1.1 Oct 13 02:11:05.559 INFO kablam! Checking tobj_viewer v0.0.1 (/source) Oct 13 02:11:08.700 INFO kablam! warning: unused variable: `scale` Oct 13 02:11:08.700 INFO kablam! --> src/main.rs:26:33 Oct 13 02:11:08.700 INFO kablam! | Oct 13 02:11:08.700 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:08.700 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 13 02:11:08.700 INFO kablam! | Oct 13 02:11:08.700 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:11:08.700 INFO kablam! Oct 13 02:11:08.700 INFO kablam! warning: unused variable: `mouse_pressed` Oct 13 02:11:08.700 INFO kablam! --> src/main.rs:135:13 Oct 13 02:11:08.700 INFO kablam! | Oct 13 02:11:08.700 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:08.700 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 13 02:11:08.700 INFO kablam! Oct 13 02:11:08.700 INFO kablam! warning: unused variable: `mouse_pos` Oct 13 02:11:08.700 INFO kablam! --> src/main.rs:136:13 Oct 13 02:11:08.700 INFO kablam! | Oct 13 02:11:08.700 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:08.700 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 13 02:11:08.700 INFO kablam! Oct 13 02:11:08.712 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:08.712 INFO kablam! --> src/main.rs:26:10 Oct 13 02:11:08.712 INFO kablam! | Oct 13 02:11:08.712 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:08.712 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:08.712 INFO kablam! | | Oct 13 02:11:08.712 INFO kablam! | help: remove this `mut` Oct 13 02:11:08.712 INFO kablam! | Oct 13 02:11:08.712 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:11:08.712 INFO kablam! Oct 13 02:11:08.712 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:08.712 INFO kablam! --> src/main.rs:26:29 Oct 13 02:11:08.712 INFO kablam! | Oct 13 02:11:08.712 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:08.712 INFO kablam! | ----^^^^^ Oct 13 02:11:08.712 INFO kablam! | | Oct 13 02:11:08.712 INFO kablam! | help: remove this `mut` Oct 13 02:11:08.712 INFO kablam! Oct 13 02:11:08.712 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:08.712 INFO kablam! --> src/main.rs:135:9 Oct 13 02:11:08.712 INFO kablam! | Oct 13 02:11:08.713 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:08.713 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:08.713 INFO kablam! | | Oct 13 02:11:08.713 INFO kablam! | help: remove this `mut` Oct 13 02:11:08.713 INFO kablam! Oct 13 02:11:08.713 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:08.713 INFO kablam! --> src/main.rs:136:9 Oct 13 02:11:08.713 INFO kablam! | Oct 13 02:11:08.713 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:08.713 INFO kablam! | ----^^^^^^^^^ Oct 13 02:11:08.713 INFO kablam! | | Oct 13 02:11:08.713 INFO kablam! | help: remove this `mut` Oct 13 02:11:08.713 INFO kablam! Oct 13 02:11:09.065 INFO kablam! warning: unused variable: `scale` Oct 13 02:11:09.065 INFO kablam! --> src/main.rs:26:33 Oct 13 02:11:09.066 INFO kablam! | Oct 13 02:11:09.066 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:09.066 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 13 02:11:09.066 INFO kablam! | Oct 13 02:11:09.067 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:11:09.067 INFO kablam! Oct 13 02:11:09.067 INFO kablam! warning: unused variable: `mouse_pressed` Oct 13 02:11:09.068 INFO kablam! --> src/main.rs:135:13 Oct 13 02:11:09.068 INFO kablam! | Oct 13 02:11:09.068 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:09.068 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 13 02:11:09.068 INFO kablam! Oct 13 02:11:09.068 INFO kablam! warning: unused variable: `mouse_pos` Oct 13 02:11:09.068 INFO kablam! --> src/main.rs:136:13 Oct 13 02:11:09.068 INFO kablam! | Oct 13 02:11:09.068 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:09.068 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 13 02:11:09.068 INFO kablam! Oct 13 02:11:09.074 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:09.074 INFO kablam! --> src/main.rs:26:29 Oct 13 02:11:09.074 INFO kablam! | Oct 13 02:11:09.075 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:09.075 INFO kablam! | ----^^^^^ Oct 13 02:11:09.075 INFO kablam! | | Oct 13 02:11:09.075 INFO kablam! | help: remove this `mut` Oct 13 02:11:09.075 INFO kablam! | Oct 13 02:11:09.075 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:11:09.075 INFO kablam! Oct 13 02:11:09.075 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:09.075 INFO kablam! --> src/main.rs:26:10 Oct 13 02:11:09.075 INFO kablam! | Oct 13 02:11:09.075 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:09.075 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:09.075 INFO kablam! | | Oct 13 02:11:09.075 INFO kablam! | help: remove this `mut` Oct 13 02:11:09.075 INFO kablam! Oct 13 02:11:09.075 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:09.075 INFO kablam! --> src/main.rs:135:9 Oct 13 02:11:09.075 INFO kablam! | Oct 13 02:11:09.075 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:09.075 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:09.075 INFO kablam! | | Oct 13 02:11:09.075 INFO kablam! | help: remove this `mut` Oct 13 02:11:09.076 INFO kablam! Oct 13 02:11:09.076 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:09.076 INFO kablam! --> src/main.rs:136:9 Oct 13 02:11:09.076 INFO kablam! | Oct 13 02:11:09.076 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:09.076 INFO kablam! | ----^^^^^^^^^ Oct 13 02:11:09.076 INFO kablam! | | Oct 13 02:11:09.076 INFO kablam! | help: remove this `mut` Oct 13 02:11:09.076 INFO kablam! Oct 13 02:11:09.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 13 02:11:09.179 INFO kablam! su: No module specific data is present Oct 13 02:11:10.053 INFO running `"docker" "rm" "-f" "dcea30ddd6fe037ce8b9d903388a0f70b8953cfb04beb2fbfaa2b0fffa71058f"` Oct 13 02:11:10.396 INFO blam! dcea30ddd6fe037ce8b9d903388a0f70b8953cfb04beb2fbfaa2b0fffa71058f