Oct 27 04:04:08.154 INFO checking gustavla/dcpu16-gui against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:04:08.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 04:04:08.671 INFO blam! ff13b58816728f30d564da38d3d1a6020867d47bda03f4bfcefffe28b62fe816 Oct 27 04:04:08.675 INFO running `"docker" "start" "-a" "ff13b58816728f30d564da38d3d1a6020867d47bda03f4bfcefffe28b62fe816"` Oct 27 04:04:10.035 INFO kablam! usermod: no changes Oct 27 04:04:10.315 INFO kablam! Compiling libc v0.2.18 Oct 27 04:04:10.315 INFO kablam! Compiling serde v0.8.19 Oct 27 04:04:10.318 INFO kablam! Compiling miniz-sys v0.1.7 Oct 27 04:04:10.318 INFO kablam! Checking shared_library v0.1.5 Oct 27 04:04:10.318 INFO kablam! Checking dcpu16 v0.3.0 Oct 27 04:04:10.318 INFO kablam! Checking deque v0.3.1 Oct 27 04:04:10.318 INFO kablam! Checking num-bigint v0.1.35 Oct 27 04:04:10.321 INFO kablam! Checking pistoncore-input v0.15.0 Oct 27 04:04:12.387 INFO kablam! Compiling glutin v0.7.0 Oct 27 04:04:13.115 INFO kablam! Checking x11-dl v2.11.0 Oct 27 04:04:15.300 INFO kablam! Checking rayon v0.5.0 Oct 27 04:04:15.695 INFO kablam! Checking gfx v0.12.2 Oct 27 04:04:16.059 INFO kablam! Checking fs2 v0.2.5 Oct 27 04:04:16.304 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 04:04:21.611 INFO kablam! Checking tempfile v2.1.4 Oct 27 04:04:21.748 INFO kablam! Checking num-rational v0.1.35 Oct 27 04:04:23.767 INFO kablam! Compiling rand v0.3.15 Oct 27 04:04:24.055 INFO kablam! Checking memmap v0.4.0 Oct 27 04:04:24.299 INFO kablam! Checking pistoncore-window v0.24.0 Oct 27 04:04:24.915 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 27 04:04:26.591 INFO kablam! Checking jpeg-decoder v0.1.8 Oct 27 04:04:27.171 INFO kablam! Checking flate2 v0.2.14 Oct 27 04:04:30.671 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 27 04:04:30.951 INFO kablam! Checking png v0.5.2 Oct 27 04:04:33.698 INFO kablam! Checking piston v0.27.0 Oct 27 04:04:33.846 INFO kablam! Compiling phf_generator v0.7.20 Oct 27 04:04:34.834 INFO kablam! Compiling phf_codegen v0.7.20 Oct 27 04:04:35.729 INFO kablam! Checking image v0.10.4 Oct 27 04:04:36.343 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 04:04:37.704 INFO kablam! Compiling serde_json v0.8.3 Oct 27 04:04:46.506 INFO kablam! Checking piston-gfx_texture v0.18.0 Oct 27 04:04:46.506 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 27 04:04:48.355 INFO kablam! Checking piston2d-gfx_graphics v0.33.1 Oct 27 04:04:53.153 INFO kablam! Compiling libloading v0.3.1 Oct 27 04:04:55.969 INFO kablam! Checking dlib v0.3.1 Oct 27 04:04:56.348 INFO kablam! Checking wayland-sys v0.7.6 Oct 27 04:04:57.011 INFO kablam! Checking wayland-client v0.7.6 Oct 27 04:04:58.765 INFO kablam! Checking wayland-window v0.4.2 Oct 27 04:04:58.765 INFO kablam! Checking wayland-kbd v0.6.2 Oct 27 04:05:00.514 INFO kablam! Checking winit v0.5.6 Oct 27 04:05:04.067 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 27 04:05:05.200 INFO kablam! Checking piston_window v0.58.0 Oct 27 04:05:07.636 INFO kablam! Checking dcpu16-gui v0.2.0 (/source) Oct 27 04:05:10.999 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 04:05:11.001 INFO kablam! --> src/main.rs:195:35 Oct 27 04:05:11.001 INFO kablam! | Oct 27 04:05:11.001 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 27 04:05:11.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:11.002 INFO kablam! | Oct 27 04:05:11.002 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:11.002 INFO kablam! Oct 27 04:05:11.131 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 04:05:11.132 INFO kablam! --> src/main.rs:195:35 Oct 27 04:05:11.133 INFO kablam! | Oct 27 04:05:11.133 INFO kablam! 195 | img.put_pixel((k as u32 % MONITOR_WIDTH), k as u32 / MONITOR_WIDTH as u32, color); Oct 27 04:05:11.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:11.134 INFO kablam! | Oct 27 04:05:11.135 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:11.136 INFO kablam! Oct 27 04:05:11.287 INFO kablam! warning: variable does not need to be mutable Oct 27 04:05:11.288 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:05:11.289 INFO kablam! | Oct 27 04:05:11.290 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:05:11.290 INFO kablam! | ----^^^^^ Oct 27 04:05:11.291 INFO kablam! | | Oct 27 04:05:11.292 INFO kablam! | help: remove this `mut` Oct 27 04:05:11.292 INFO kablam! | Oct 27 04:05:11.293 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:05:11.293 INFO kablam! Oct 27 04:05:11.434 INFO kablam! warning: variable does not need to be mutable Oct 27 04:05:11.435 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:05:11.435 INFO kablam! | Oct 27 04:05:11.436 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:05:11.437 INFO kablam! | ----^^^^^ Oct 27 04:05:11.437 INFO kablam! | | Oct 27 04:05:11.438 INFO kablam! | help: remove this `mut` Oct 27 04:05:11.439 INFO kablam! | Oct 27 04:05:11.439 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:05:11.440 INFO kablam! Oct 27 04:05:11.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 27 04:05:11.539 INFO kablam! su: No module specific data is present Oct 27 04:05:12.221 INFO running `"docker" "rm" "-f" "ff13b58816728f30d564da38d3d1a6020867d47bda03f4bfcefffe28b62fe816"` Oct 27 04:05:12.375 INFO blam! ff13b58816728f30d564da38d3d1a6020867d47bda03f4bfcefffe28b62fe816