Oct 27 23:18:54.314 INFO checking dcpu16-gui-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:18:54.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 23:18:54.878 INFO blam! 5aae0fb7b27a47cb2e545383d59db665eb20a37c636e8f0bb280f9b22e6836e2 Oct 27 23:18:54.887 INFO running `"docker" "start" "-a" "5aae0fb7b27a47cb2e545383d59db665eb20a37c636e8f0bb280f9b22e6836e2"` Oct 27 23:18:56.222 INFO kablam! usermod: no changes Oct 27 23:18:56.583 INFO kablam! Checking piston-shaders_graphics2d v0.1.0 Oct 27 23:18:56.618 INFO kablam! Checking pistoncore-input v0.15.0 Oct 27 23:18:56.620 INFO kablam! Checking dcpu16 v0.1.0 Oct 27 23:18:56.620 INFO kablam! Checking gfx_core v0.4.0 Oct 27 23:18:56.623 INFO kablam! Checking image v0.10.4 Oct 27 23:19:03.959 INFO kablam! Checking pistoncore-window v0.24.0 Oct 27 23:19:06.824 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 27 23:19:06.825 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 27 23:19:10.855 INFO kablam! Checking piston v0.27.0 Oct 27 23:19:12.951 INFO kablam! Checking piston2d-opengl_graphics v0.36.2 Oct 27 23:19:28.864 INFO kablam! Checking gfx v0.12.2 Oct 27 23:19:28.865 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 27 23:19:34.486 INFO kablam! Checking piston-gfx_texture v0.18.0 Oct 27 23:19:38.035 INFO kablam! Checking piston2d-gfx_graphics v0.33.2 Oct 27 23:19:43.417 INFO kablam! Checking piston_window v0.58.0 Oct 27 23:19:48.877 INFO kablam! Checking dcpu16-gui v0.2.0 (/source) Oct 27 23:19:57.061 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 23:19:57.063 INFO kablam! --> src/main.rs:398:35 Oct 27 23:19:57.064 INFO kablam! | Oct 27 23:19:57.064 INFO kablam! 398 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 27 23:19:57.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 23:19:57.064 INFO kablam! | Oct 27 23:19:57.065 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 23:19:57.065 INFO kablam! Oct 27 23:19:57.183 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 23:19:57.187 INFO kablam! --> src/main.rs:398:35 Oct 27 23:19:57.187 INFO kablam! | Oct 27 23:19:57.187 INFO kablam! 398 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 27 23:19:57.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 23:19:57.188 INFO kablam! | Oct 27 23:19:57.188 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 23:19:57.188 INFO kablam! Oct 27 23:19:57.259 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:57.259 INFO kablam! --> src/main.rs:168:17 Oct 27 23:19:57.260 INFO kablam! | Oct 27 23:19:57.260 INFO kablam! 168 | let mut slice = &mut v[..]; Oct 27 23:19:57.260 INFO kablam! | ----^^^^^ Oct 27 23:19:57.261 INFO kablam! | | Oct 27 23:19:57.261 INFO kablam! | help: remove this `mut` Oct 27 23:19:57.261 INFO kablam! | Oct 27 23:19:57.261 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:57.262 INFO kablam! Oct 27 23:19:57.407 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:57.407 INFO kablam! --> src/main.rs:168:17 Oct 27 23:19:57.407 INFO kablam! | Oct 27 23:19:57.407 INFO kablam! 168 | let mut slice = &mut v[..]; Oct 27 23:19:57.407 INFO kablam! | ----^^^^^ Oct 27 23:19:57.407 INFO kablam! | | Oct 27 23:19:57.407 INFO kablam! | help: remove this `mut` Oct 27 23:19:57.407 INFO kablam! | Oct 27 23:19:57.407 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:57.407 INFO kablam! Oct 27 23:19:57.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 27 23:19:57.491 INFO kablam! su: No module specific data is present Oct 27 23:19:58.015 INFO running `"docker" "rm" "-f" "5aae0fb7b27a47cb2e545383d59db665eb20a37c636e8f0bb280f9b22e6836e2"` Oct 27 23:19:58.251 INFO blam! 5aae0fb7b27a47cb2e545383d59db665eb20a37c636e8f0bb280f9b22e6836e2