Oct 27 09:19:11.044 INFO checking Twinklebear/tobj_viewer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:19:11.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 09:19:11.543 INFO blam! 7df70ff709451ff4fe0268b8deffc19ef55cea2713aa244e1afe5e63ddbcda06 Oct 27 09:19:11.545 INFO running `"docker" "start" "-a" "7df70ff709451ff4fe0268b8deffc19ef55cea2713aa244e1afe5e63ddbcda06"` Oct 27 09:19:12.509 INFO kablam! usermod: no changes Oct 27 09:19:12.715 INFO kablam! Compiling glium v0.19.0 Oct 27 09:19:39.695 INFO kablam! Checking tobj_viewer v0.0.1 (/source) Oct 27 09:19:43.460 INFO kablam! warning: unused variable: `scale` Oct 27 09:19:43.461 INFO kablam! --> src/main.rs:26:33 Oct 27 09:19:43.462 INFO kablam! | Oct 27 09:19:43.462 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.462 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 27 09:19:43.463 INFO kablam! | Oct 27 09:19:43.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:19:43.464 INFO kablam! Oct 27 09:19:43.464 INFO kablam! warning: unused variable: `mouse_pressed` Oct 27 09:19:43.464 INFO kablam! --> src/main.rs:135:13 Oct 27 09:19:43.465 INFO kablam! | Oct 27 09:19:43.465 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.466 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 27 09:19:43.466 INFO kablam! Oct 27 09:19:43.467 INFO kablam! warning: unused variable: `mouse_pos` Oct 27 09:19:43.467 INFO kablam! --> src/main.rs:136:13 Oct 27 09:19:43.467 INFO kablam! | Oct 27 09:19:43.467 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.467 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 27 09:19:43.467 INFO kablam! Oct 27 09:19:43.478 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.478 INFO kablam! --> src/main.rs:26:29 Oct 27 09:19:43.478 INFO kablam! | Oct 27 09:19:43.479 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.479 INFO kablam! | ----^^^^^ Oct 27 09:19:43.486 INFO kablam! | | Oct 27 09:19:43.486 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.486 INFO kablam! | Oct 27 09:19:43.486 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:19:43.487 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:10 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! warning: variable does not need to be mutable Oct 27 09:19:43.487 INFO kablam! --> src/main.rs:135:9 Oct 27 09:19:43.487 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.587 INFO kablam! warning: unused variable: `scale` Oct 27 09:19:43.587 INFO kablam! --> src/main.rs:26:33 Oct 27 09:19:43.587 INFO kablam! | Oct 27 09:19:43.587 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.587 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 27 09:19:43.588 INFO kablam! | Oct 27 09:19:43.588 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:19:43.588 INFO kablam! Oct 27 09:19:43.588 INFO kablam! warning: unused variable: `mouse_pressed` Oct 27 09:19:43.589 INFO kablam! --> src/main.rs:135:13 Oct 27 09:19:43.589 INFO kablam! | Oct 27 09:19:43.589 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.589 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 27 09:19:43.589 INFO kablam! Oct 27 09:19:43.589 INFO kablam! warning: unused variable: `mouse_pos` Oct 27 09:19:43.589 INFO kablam! --> src/main.rs:136:13 Oct 27 09:19:43.589 INFO kablam! | Oct 27 09:19:43.590 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.590 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 27 09:19:43.590 INFO kablam! Oct 27 09:19:43.635 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.635 INFO kablam! --> src/main.rs:26:10 Oct 27 09:19:43.635 INFO kablam! | Oct 27 09:19:43.635 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.636 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.636 INFO kablam! | | Oct 27 09:19:43.636 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.636 INFO kablam! | Oct 27 09:19:43.636 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:19:43.636 INFO kablam! Oct 27 09:19:43.636 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.636 INFO kablam! --> src/main.rs:26:29 Oct 27 09:19:43.637 INFO kablam! | Oct 27 09:19:43.637 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 27 09:19:43.637 INFO kablam! | ----^^^^^ Oct 27 09:19:43.637 INFO kablam! | | Oct 27 09:19:43.637 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.637 INFO kablam! Oct 27 09:19:43.637 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.637 INFO kablam! --> src/main.rs:135:9 Oct 27 09:19:43.638 INFO kablam! | Oct 27 09:19:43.638 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 27 09:19:43.638 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 09:19:43.638 INFO kablam! | | Oct 27 09:19:43.638 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.638 INFO kablam! Oct 27 09:19:43.638 INFO kablam! warning: variable does not need to be mutable Oct 27 09:19:43.638 INFO kablam! --> src/main.rs:136:9 Oct 27 09:19:43.638 INFO kablam! | Oct 27 09:19:43.639 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 27 09:19:43.639 INFO kablam! | ----^^^^^^^^^ Oct 27 09:19:43.639 INFO kablam! | | Oct 27 09:19:43.639 INFO kablam! | help: remove this `mut` Oct 27 09:19:43.639 INFO kablam! Oct 27 09:19:43.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.16s Oct 27 09:19:43.731 INFO kablam! su: No module specific data is present Oct 27 09:19:45.110 INFO running `"docker" "rm" "-f" "7df70ff709451ff4fe0268b8deffc19ef55cea2713aa244e1afe5e63ddbcda06"` Oct 27 09:19:45.451 INFO blam! 7df70ff709451ff4fe0268b8deffc19ef55cea2713aa244e1afe5e63ddbcda06