Oct 27 09:19:11.041 INFO checking Twinklebear/tobj_viewer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:19:11.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 09:19:11.476 INFO blam! 71ee8c50c258605139692e0cd641ddb3d621ccbc82e1380cc7edeae24a9bb6a4 Oct 27 09:19:11.478 INFO running `"docker" "start" "-a" "71ee8c50c258605139692e0cd641ddb3d621ccbc82e1380cc7edeae24a9bb6a4"` Oct 27 09:19:12.415 INFO kablam! usermod: no changes Oct 27 09:19:12.651 INFO kablam! Checking clock_ticks v0.1.1 Oct 27 09:19:12.651 INFO kablam! Compiling glium v0.19.0 Oct 27 09:19:40.011 INFO kablam! Checking tobj_viewer v0.0.1 (/source) Oct 27 09:19:43.483 INFO kablam! warning: unused variable: `scale` Oct 27 09:19:43.483 INFO kablam! --> src/main.rs:26:33 Oct 27 09:19:43.483 INFO kablam! | Oct 27 09:19:43.483 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.483 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 27 09:19:43.483 INFO kablam! | Oct 27 09:19:43.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:19:43.483 INFO kablam! Oct 27 09:19:43.483 INFO kablam! warning: unused variable: `mouse_pressed` Oct 27 09:19:43.483 INFO kablam! --> src/main.rs:135:13 Oct 27 09:19:43.483 INFO kablam! | Oct 27 09:19:43.483 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.483 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 27 09:19:43.483 INFO kablam! Oct 27 09:19:43.483 INFO kablam! warning: unused variable: `mouse_pos` Oct 27 09:19:43.483 INFO kablam! --> src/main.rs:136:13 Oct 27 09:19:43.483 INFO kablam! | Oct 27 09:19:43.483 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.483 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 27 09:19:43.483 INFO kablam! Oct 27 09:19:43.487 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.487 INFO kablam! --> src/main.rs:26:29 Oct 27 09:19:43.487 INFO kablam! | Oct 27 09:19:43.487 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.487 INFO kablam! | ----^^^^^ Oct 27 09:19:43.487 INFO kablam! | | Oct 27 09:19:43.487 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.487 INFO kablam! | Oct 27 09:19:43.487 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:19:43.487 INFO kablam! Oct 27 09:19:43.488 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.488 INFO kablam! --> src/main.rs:26:10 Oct 27 09:19:43.488 INFO kablam! | Oct 27 09:19:43.488 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.488 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.488 INFO kablam! | | Oct 27 09:19:43.488 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.488 INFO kablam! Oct 27 09:19:43.488 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.488 INFO kablam! --> src/main.rs:135:9 Oct 27 09:19:43.488 INFO kablam! | Oct 27 09:19:43.488 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.488 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.488 INFO kablam! | | Oct 27 09:19:43.488 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.488 INFO kablam! Oct 27 09:19:43.488 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.488 INFO kablam! --> src/main.rs:136:9 Oct 27 09:19:43.488 INFO kablam! | Oct 27 09:19:43.488 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.488 INFO kablam! | ----^^^^^^^^^ Oct 27 09:19:43.488 INFO kablam! | | Oct 27 09:19:43.488 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.488 INFO kablam! Oct 27 09:19:43.959 INFO kablam! warning: unused variable: `scale` Oct 27 09:19:43.959 INFO kablam! --> src/main.rs:26:33 Oct 27 09:19:43.959 INFO kablam! | Oct 27 09:19:43.959 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.959 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 27 09:19:43.959 INFO kablam! | Oct 27 09:19:43.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:19:43.959 INFO kablam! Oct 27 09:19:43.959 INFO kablam! warning: unused variable: `mouse_pressed` Oct 27 09:19:43.959 INFO kablam! --> src/main.rs:135:13 Oct 27 09:19:43.959 INFO kablam! | Oct 27 09:19:43.959 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.959 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 27 09:19:43.959 INFO kablam! Oct 27 09:19:43.959 INFO kablam! warning: unused variable: `mouse_pos` Oct 27 09:19:43.959 INFO kablam! --> src/main.rs:136:13 Oct 27 09:19:43.959 INFO kablam! | Oct 27 09:19:43.959 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.959 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 27 09:19:43.959 INFO kablam! Oct 27 09:19:43.979 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.979 INFO kablam! --> src/main.rs:26:10 Oct 27 09:19:43.979 INFO kablam! | Oct 27 09:19:43.979 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.979 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.979 INFO kablam! | | Oct 27 09:19:43.979 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.979 INFO kablam! | Oct 27 09:19:43.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:19:43.979 INFO kablam! Oct 27 09:19:43.979 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.979 INFO kablam! --> src/main.rs:26:29 Oct 27 09:19:43.979 INFO kablam! | Oct 27 09:19:43.979 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.979 INFO kablam! | ----^^^^^ Oct 27 09:19:43.979 INFO kablam! | | Oct 27 09:19:43.979 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.979 INFO kablam! Oct 27 09:19:43.979 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.979 INFO kablam! --> src/main.rs:135:9 Oct 27 09:19:43.979 INFO kablam! | Oct 27 09:19:43.979 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.979 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.979 INFO kablam! | | Oct 27 09:19:43.979 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.979 INFO kablam! Oct 27 09:19:43.979 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.979 INFO kablam! --> src/main.rs:136:9 Oct 27 09:19:43.979 INFO kablam! | Oct 27 09:19:43.979 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.979 INFO kablam! | ----^^^^^^^^^ Oct 27 09:19:43.979 INFO kablam! | | Oct 27 09:19:43.979 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.979 INFO kablam! Oct 27 09:19:44.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.61s Oct 27 09:19:44.079 INFO kablam! su: No module specific data is present Oct 27 09:19:45.219 INFO running `"docker" "rm" "-f" "71ee8c50c258605139692e0cd641ddb3d621ccbc82e1380cc7edeae24a9bb6a4"` Oct 27 09:19:45.540 INFO blam! 71ee8c50c258605139692e0cd641ddb3d621ccbc82e1380cc7edeae24a9bb6a4