Sep 01 23:11:32.745 INFO checking dcpu16-gui-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 23:11:32.745 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:11:32.745 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:11:32.969 INFO blam! a4ff4ecff2b31107bf8872368682d75bbadc47866f6c9f95df567a34395c5c30 Sep 01 23:11:32.969 INFO running `"docker" "start" "-a" "a4ff4ecff2b31107bf8872368682d75bbadc47866f6c9f95df567a34395c5c30"` Sep 01 23:11:34.236 INFO kablam! Checking piston-shaders_graphics2d v0.2.1 Sep 01 23:11:34.241 INFO kablam! Checking draw_state v0.6.0 Sep 01 23:11:34.242 INFO kablam! Checking pistoncore-input v0.15.0 Sep 01 23:11:34.248 INFO kablam! Checking piston2d-graphics v0.19.0 Sep 01 23:11:34.278 INFO kablam! Checking dcpu16 v0.1.0 Sep 01 23:11:34.281 INFO kablam! Compiling glutin v0.7.4 Sep 01 23:11:34.281 INFO kablam! Compiling gfx_gl v0.3.1 Sep 01 23:11:34.282 INFO kablam! Checking image v0.10.4 Sep 01 23:11:36.753 INFO kablam! Checking wayland-sys v0.7.8 Sep 01 23:11:41.751 INFO kablam! Checking wayland-client v0.7.8 Sep 01 23:11:46.341 INFO kablam! Checking gfx_core v0.4.0 Sep 01 23:11:50.167 INFO kablam! Checking pistoncore-window v0.24.0 Sep 01 23:11:52.487 INFO kablam! Checking wayland-kbd v0.6.3 Sep 01 23:11:52.487 INFO kablam! Checking wayland-window v0.4.4 Sep 01 23:11:53.655 INFO kablam! Checking pistoncore-event_loop v0.27.0 Sep 01 23:11:56.866 INFO kablam! Checking piston v0.27.0 Sep 01 23:11:59.776 INFO kablam! Checking winit v0.5.11 Sep 01 23:12:02.468 INFO kablam! Checking piston2d-opengl_graphics v0.36.2 Sep 01 23:12:13.701 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Sep 01 23:12:23.713 INFO kablam! Checking gfx v0.12.2 Sep 01 23:12:23.714 INFO kablam! Checking gfx_device_gl v0.11.2 Sep 01 23:12:29.150 INFO kablam! Checking piston-gfx_texture v0.18.0 Sep 01 23:12:31.894 INFO kablam! Checking piston2d-gfx_graphics v0.33.2 Sep 01 23:12:35.973 INFO kablam! Checking piston_window v0.58.0 Sep 01 23:12:39.821 INFO kablam! Checking dcpu16-gui v0.2.0 (file:///source) Sep 01 23:12:47.678 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:12:47.678 INFO kablam! --> src/main.rs:398:35 Sep 01 23:12:47.678 INFO kablam! | Sep 01 23:12:47.678 INFO kablam! 398 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Sep 01 23:12:47.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:12:47.678 INFO kablam! | Sep 01 23:12:47.678 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:12:47.678 INFO kablam! Sep 01 23:12:47.807 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:12:47.807 INFO kablam! --> src/main.rs:398:35 Sep 01 23:12:47.807 INFO kablam! | Sep 01 23:12:47.807 INFO kablam! 398 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Sep 01 23:12:47.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:12:47.807 INFO kablam! | Sep 01 23:12:47.807 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:12:47.807 INFO kablam! Sep 01 23:12:48.114 INFO kablam! warning: variable does not need to be mutable Sep 01 23:12:48.114 INFO kablam! --> src/main.rs:168:17 Sep 01 23:12:48.114 INFO kablam! | Sep 01 23:12:48.114 INFO kablam! 168 | let mut slice = &mut v[..]; Sep 01 23:12:48.115 INFO kablam! | ----^^^^^ Sep 01 23:12:48.115 INFO kablam! | | Sep 01 23:12:48.115 INFO kablam! | help: remove this `mut` Sep 01 23:12:48.115 INFO kablam! | Sep 01 23:12:48.115 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:12:48.115 INFO kablam! Sep 01 23:12:48.249 INFO kablam! warning: variable does not need to be mutable Sep 01 23:12:48.249 INFO kablam! --> src/main.rs:168:17 Sep 01 23:12:48.249 INFO kablam! | Sep 01 23:12:48.249 INFO kablam! 168 | let mut slice = &mut v[..]; Sep 01 23:12:48.249 INFO kablam! | ----^^^^^ Sep 01 23:12:48.249 INFO kablam! | | Sep 01 23:12:48.250 INFO kablam! | help: remove this `mut` Sep 01 23:12:48.250 INFO kablam! | Sep 01 23:12:48.250 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:12:48.251 INFO kablam! Sep 01 23:12:48.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Sep 01 23:12:48.373 INFO kablam! su: No module specific data is present Sep 01 23:12:48.974 INFO running `"docker" "rm" "-f" "a4ff4ecff2b31107bf8872368682d75bbadc47866f6c9f95df567a34395c5c30"` Sep 01 23:12:49.125 INFO blam! a4ff4ecff2b31107bf8872368682d75bbadc47866f6c9f95df567a34395c5c30