Oct 13 02:11:03.190 INFO checking Twinklebear/tobj_viewer against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:11:03.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 02:11:03.613 INFO blam! f513e531149f163d9c3bff548a7bc145f48e17e9ceca79bee791aff3154a4c96 Oct 13 02:11:03.621 INFO running `"docker" "start" "-a" "f513e531149f163d9c3bff548a7bc145f48e17e9ceca79bee791aff3154a4c96"` Oct 13 02:11:04.704 INFO kablam! usermod: no changes Oct 13 02:11:04.902 INFO kablam! Checking tobj v0.1.6 Oct 13 02:11:04.907 INFO kablam! Compiling glium v0.19.0 Oct 13 02:11:32.085 INFO kablam! Checking tobj_viewer v0.0.1 (/source) Oct 13 02:11:35.293 INFO kablam! warning: unused variable: `scale` Oct 13 02:11:35.293 INFO kablam! --> src/main.rs:26:33 Oct 13 02:11:35.293 INFO kablam! | Oct 13 02:11:35.294 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.294 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 13 02:11:35.301 INFO kablam! | Oct 13 02:11:35.301 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:11:35.301 INFO kablam! Oct 13 02:11:35.302 INFO kablam! warning: unused variable: `mouse_pressed` Oct 13 02:11:35.302 INFO kablam! --> src/main.rs:135:13 Oct 13 02:11:35.302 INFO kablam! | Oct 13 02:11:35.303 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:35.303 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 13 02:11:35.303 INFO kablam! Oct 13 02:11:35.304 INFO kablam! warning: unused variable: `mouse_pos` Oct 13 02:11:35.304 INFO kablam! --> src/main.rs:136:13 Oct 13 02:11:35.304 INFO kablam! | Oct 13 02:11:35.304 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:35.305 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 13 02:11:35.305 INFO kablam! Oct 13 02:11:35.321 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.321 INFO kablam! --> src/main.rs:26:29 Oct 13 02:11:35.322 INFO kablam! | Oct 13 02:11:35.322 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.322 INFO kablam! | ----^^^^^ Oct 13 02:11:35.323 INFO kablam! | | Oct 13 02:11:35.323 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.323 INFO kablam! | Oct 13 02:11:35.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:11:35.324 INFO kablam! Oct 13 02:11:35.324 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.324 INFO kablam! --> src/main.rs:26:10 Oct 13 02:11:35.325 INFO kablam! | Oct 13 02:11:35.325 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.325 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:35.325 INFO kablam! | | Oct 13 02:11:35.326 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.326 INFO kablam! Oct 13 02:11:35.326 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.326 INFO kablam! --> src/main.rs:135:9 Oct 13 02:11:35.327 INFO kablam! | Oct 13 02:11:35.327 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:35.327 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:35.327 INFO kablam! | | Oct 13 02:11:35.328 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.328 INFO kablam! Oct 13 02:11:35.328 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.329 INFO kablam! --> src/main.rs:136:9 Oct 13 02:11:35.329 INFO kablam! | Oct 13 02:11:35.329 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:35.329 INFO kablam! | ----^^^^^^^^^ Oct 13 02:11:35.329 INFO kablam! | | Oct 13 02:11:35.330 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.330 INFO kablam! Oct 13 02:11:35.572 INFO kablam! warning: unused variable: `scale` Oct 13 02:11:35.573 INFO kablam! --> src/main.rs:26:33 Oct 13 02:11:35.573 INFO kablam! | Oct 13 02:11:35.573 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.573 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 13 02:11:35.574 INFO kablam! | Oct 13 02:11:35.574 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:11:35.574 INFO kablam! Oct 13 02:11:35.575 INFO kablam! warning: unused variable: `mouse_pressed` Oct 13 02:11:35.575 INFO kablam! --> src/main.rs:135:13 Oct 13 02:11:35.575 INFO kablam! | Oct 13 02:11:35.575 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:35.576 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 13 02:11:35.576 INFO kablam! Oct 13 02:11:35.576 INFO kablam! warning: unused variable: `mouse_pos` Oct 13 02:11:35.576 INFO kablam! --> src/main.rs:136:13 Oct 13 02:11:35.577 INFO kablam! | Oct 13 02:11:35.577 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:35.577 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 13 02:11:35.577 INFO kablam! Oct 13 02:11:35.580 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.580 INFO kablam! --> src/main.rs:26:10 Oct 13 02:11:35.581 INFO kablam! | Oct 13 02:11:35.581 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.581 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:35.582 INFO kablam! | | Oct 13 02:11:35.582 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.582 INFO kablam! | Oct 13 02:11:35.582 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:11:35.583 INFO kablam! Oct 13 02:11:35.583 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.583 INFO kablam! --> src/main.rs:26:29 Oct 13 02:11:35.583 INFO kablam! | Oct 13 02:11:35.584 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 13 02:11:35.584 INFO kablam! | ----^^^^^ Oct 13 02:11:35.584 INFO kablam! | | Oct 13 02:11:35.584 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.585 INFO kablam! Oct 13 02:11:35.585 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.585 INFO kablam! --> src/main.rs:135:9 Oct 13 02:11:35.585 INFO kablam! | Oct 13 02:11:35.586 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 13 02:11:35.586 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 02:11:35.586 INFO kablam! | | Oct 13 02:11:35.586 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.587 INFO kablam! Oct 13 02:11:35.587 INFO kablam! warning: variable does not need to be mutable Oct 13 02:11:35.587 INFO kablam! --> src/main.rs:136:9 Oct 13 02:11:35.587 INFO kablam! | Oct 13 02:11:35.588 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 13 02:11:35.588 INFO kablam! | ----^^^^^^^^^ Oct 13 02:11:35.588 INFO kablam! | | Oct 13 02:11:35.589 INFO kablam! | help: remove this `mut` Oct 13 02:11:35.589 INFO kablam! Oct 13 02:11:35.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.92s Oct 13 02:11:35.658 INFO kablam! su: No module specific data is present Oct 13 02:11:36.824 INFO running `"docker" "rm" "-f" "f513e531149f163d9c3bff548a7bc145f48e17e9ceca79bee791aff3154a4c96"` Oct 13 02:11:37.193 INFO blam! f513e531149f163d9c3bff548a7bc145f48e17e9ceca79bee791aff3154a4c96