Oct 21 20:15:24.930 INFO checking Twinklebear/tobj_viewer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:15:24.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:15:25.205 INFO blam! 3853b67585694eaa7743864a22a7724f58cd09ae1e55e59f66eef499f335d477 Oct 21 20:15:25.213 INFO running `"docker" "start" "-a" "3853b67585694eaa7743864a22a7724f58cd09ae1e55e59f66eef499f335d477"` Oct 21 20:15:25.691 INFO kablam! usermod: no changes Oct 21 20:15:25.900 INFO kablam! Checking clock_ticks v0.1.1 Oct 21 20:15:25.900 INFO kablam! Compiling x11-dl v2.17.1 Oct 21 20:15:25.912 INFO kablam! Compiling glutin v0.11.0 Oct 21 20:15:25.912 INFO kablam! Compiling glium v0.19.0 Oct 21 20:15:25.912 INFO kablam! Checking wayland-window v0.13.2 Oct 21 20:15:36.007 INFO kablam! Checking winit v0.9.0 Oct 21 20:15:57.216 INFO kablam! Checking tobj_viewer v0.0.1 (/source) Oct 21 20:15:59.864 INFO kablam! warning: unused variable: `scale` Oct 21 20:15:59.865 INFO kablam! --> src/main.rs:26:33 Oct 21 20:15:59.865 INFO kablam! | Oct 21 20:15:59.865 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:15:59.866 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 21 20:15:59.866 INFO kablam! | Oct 21 20:15:59.866 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:15:59.867 INFO kablam! Oct 21 20:15:59.867 INFO kablam! warning: unused variable: `mouse_pressed` Oct 21 20:15:59.867 INFO kablam! --> src/main.rs:135:13 Oct 21 20:15:59.868 INFO kablam! | Oct 21 20:15:59.868 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 21 20:15:59.868 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 21 20:15:59.869 INFO kablam! Oct 21 20:15:59.869 INFO kablam! warning: unused variable: `mouse_pos` Oct 21 20:15:59.869 INFO kablam! --> src/main.rs:136:13 Oct 21 20:15:59.870 INFO kablam! | Oct 21 20:15:59.870 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 21 20:15:59.870 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 21 20:15:59.870 INFO kablam! Oct 21 20:15:59.871 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:59.871 INFO kablam! --> src/main.rs:26:10 Oct 21 20:15:59.871 INFO kablam! | Oct 21 20:15:59.871 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:15:59.871 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:15:59.871 INFO kablam! | | Oct 21 20:15:59.871 INFO kablam! | help: remove this `mut` Oct 21 20:15:59.871 INFO kablam! | Oct 21 20:15:59.871 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:15:59.871 INFO kablam! Oct 21 20:15:59.871 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:59.871 INFO kablam! --> src/main.rs:26:29 Oct 21 20:15:59.871 INFO kablam! | Oct 21 20:15:59.871 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:15:59.871 INFO kablam! | ----^^^^^ Oct 21 20:15:59.871 INFO kablam! | | Oct 21 20:15:59.871 INFO kablam! | help: remove this `mut` Oct 21 20:15:59.871 INFO kablam! Oct 21 20:15:59.871 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:59.871 INFO kablam! --> src/main.rs:135:9 Oct 21 20:15:59.871 INFO kablam! | Oct 21 20:15:59.871 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 21 20:15:59.871 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:15:59.871 INFO kablam! | | Oct 21 20:15:59.871 INFO kablam! | help: remove this `mut` Oct 21 20:15:59.871 INFO kablam! Oct 21 20:15:59.871 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:59.871 INFO kablam! --> src/main.rs:136:9 Oct 21 20:15:59.871 INFO kablam! | Oct 21 20:15:59.871 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 21 20:15:59.871 INFO kablam! | ----^^^^^^^^^ Oct 21 20:15:59.871 INFO kablam! | | Oct 21 20:15:59.871 INFO kablam! | help: remove this `mut` Oct 21 20:15:59.871 INFO kablam! Oct 21 20:16:00.216 INFO kablam! warning: unused variable: `scale` Oct 21 20:16:00.216 INFO kablam! --> src/main.rs:26:33 Oct 21 20:16:00.216 INFO kablam! | Oct 21 20:16:00.216 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:16:00.216 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 21 20:16:00.216 INFO kablam! | Oct 21 20:16:00.216 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:16:00.216 INFO kablam! Oct 21 20:16:00.216 INFO kablam! warning: unused variable: `mouse_pressed` Oct 21 20:16:00.216 INFO kablam! --> src/main.rs:135:13 Oct 21 20:16:00.216 INFO kablam! | Oct 21 20:16:00.216 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 21 20:16:00.216 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 21 20:16:00.216 INFO kablam! Oct 21 20:16:00.216 INFO kablam! warning: unused variable: `mouse_pos` Oct 21 20:16:00.216 INFO kablam! --> src/main.rs:136:13 Oct 21 20:16:00.216 INFO kablam! | Oct 21 20:16:00.216 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 21 20:16:00.216 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 21 20:16:00.216 INFO kablam! Oct 21 20:16:00.223 INFO kablam! warning: variable does not need to be mutable Oct 21 20:16:00.223 INFO kablam! --> src/main.rs:26:29 Oct 21 20:16:00.223 INFO kablam! | Oct 21 20:16:00.223 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:16:00.223 INFO kablam! | ----^^^^^ Oct 21 20:16:00.223 INFO kablam! | | Oct 21 20:16:00.223 INFO kablam! | help: remove this `mut` Oct 21 20:16:00.223 INFO kablam! | Oct 21 20:16:00.223 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:16:00.223 INFO kablam! Oct 21 20:16:00.223 INFO kablam! warning: variable does not need to be mutable Oct 21 20:16:00.223 INFO kablam! --> src/main.rs:26:10 Oct 21 20:16:00.223 INFO kablam! | Oct 21 20:16:00.223 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 21 20:16:00.223 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:16:00.223 INFO kablam! | | Oct 21 20:16:00.223 INFO kablam! | help: remove this `mut` Oct 21 20:16:00.223 INFO kablam! Oct 21 20:16:00.223 INFO kablam! warning: variable does not need to be mutable Oct 21 20:16:00.223 INFO kablam! --> src/main.rs:135:9 Oct 21 20:16:00.223 INFO kablam! | Oct 21 20:16:00.223 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 21 20:16:00.223 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 20:16:00.223 INFO kablam! | | Oct 21 20:16:00.223 INFO kablam! | help: remove this `mut` Oct 21 20:16:00.223 INFO kablam! Oct 21 20:16:00.223 INFO kablam! warning: variable does not need to be mutable Oct 21 20:16:00.223 INFO kablam! --> src/main.rs:136:9 Oct 21 20:16:00.223 INFO kablam! | Oct 21 20:16:00.223 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 21 20:16:00.223 INFO kablam! | ----^^^^^^^^^ Oct 21 20:16:00.223 INFO kablam! | | Oct 21 20:16:00.223 INFO kablam! | help: remove this `mut` Oct 21 20:16:00.223 INFO kablam! Oct 21 20:16:00.282 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.56s Oct 21 20:16:00.306 INFO kablam! su: No module specific data is present Oct 21 20:16:01.276 INFO running `"docker" "rm" "-f" "3853b67585694eaa7743864a22a7724f58cd09ae1e55e59f66eef499f335d477"` Oct 21 20:16:01.664 INFO blam! 3853b67585694eaa7743864a22a7724f58cd09ae1e55e59f66eef499f335d477