Oct 27 11:19:11.946 INFO checking Jibbow/rust-2048 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:19:11.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 11:19:12.407 INFO blam! 46a5d5c2ab84877b81d6cb8ad04c3ee6739a4ae18247247dc96a428bc7f71dba Oct 27 11:19:12.409 INFO running `"docker" "start" "-a" "46a5d5c2ab84877b81d6cb8ad04c3ee6739a4ae18247247dc96a428bc7f71dba"` Oct 27 11:19:14.483 INFO kablam! usermod: no changes Oct 27 11:19:14.852 INFO kablam! Checking arrayvec v0.4.5 Oct 27 11:19:14.852 INFO kablam! Checking rayon-core v1.2.1 Oct 27 11:19:14.871 INFO kablam! Compiling serde_derive v1.0.17 Oct 27 11:19:17.559 INFO kablam! Checking rayon v0.8.2 Oct 27 11:19:17.956 INFO kablam! Checking rusttype v0.2.3 Oct 27 11:19:21.927 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 11:19:22.999 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 27 11:19:25.179 INFO kablam! Checking image v0.17.0 Oct 27 11:19:30.883 INFO kablam! Checking pistoncore-input v0.20.0 Oct 27 11:19:36.362 INFO kablam! Checking pistoncore-window v0.30.0 Oct 27 11:19:36.723 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 27 11:19:36.723 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 27 11:19:40.607 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 27 11:19:40.607 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 27 11:19:42.939 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 27 11:19:44.208 INFO kablam! Checking piston v0.35.0 Oct 27 11:19:49.191 INFO kablam! Checking piston_window v0.73.0 Oct 27 11:19:53.659 INFO kablam! Checking rust-2048 v0.1.0 (/source) Oct 27 11:20:01.107 INFO kablam! warning: unused variable: `args` Oct 27 11:20:01.107 INFO kablam! --> src/main.rs:46:21 Oct 27 11:20:01.107 INFO kablam! | Oct 27 11:20:01.107 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 27 11:20:01.107 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 11:20:01.107 INFO kablam! | Oct 27 11:20:01.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:20:01.107 INFO kablam! Oct 27 11:20:01.107 INFO kablam! warning: unused variable: `size` Oct 27 11:20:01.107 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 27 11:20:01.107 INFO kablam! | Oct 27 11:20:01.107 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 27 11:20:01.107 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 11:20:01.107 INFO kablam! Oct 27 11:20:01.135 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.135 INFO kablam! --> src/gameboard.rs:67:9 Oct 27 11:20:01.135 INFO kablam! | Oct 27 11:20:01.135 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 27 11:20:01.135 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.135 INFO kablam! | Oct 27 11:20:01.135 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:20:01.135 INFO kablam! Oct 27 11:20:01.135 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.135 INFO kablam! --> src/gameboard.rs:68:16 Oct 27 11:20:01.135 INFO kablam! | Oct 27 11:20:01.135 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 27 11:20:01.135 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.135 INFO kablam! Oct 27 11:20:01.260 INFO kablam! warning: unused variable: `args` Oct 27 11:20:01.260 INFO kablam! --> src/main.rs:46:21 Oct 27 11:20:01.260 INFO kablam! | Oct 27 11:20:01.260 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 27 11:20:01.260 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 11:20:01.260 INFO kablam! | Oct 27 11:20:01.260 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:20:01.260 INFO kablam! Oct 27 11:20:01.260 INFO kablam! warning: unused variable: `size` Oct 27 11:20:01.260 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 27 11:20:01.260 INFO kablam! | Oct 27 11:20:01.260 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 27 11:20:01.260 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 11:20:01.260 INFO kablam! Oct 27 11:20:01.285 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.286 INFO kablam! --> src/gameboard.rs:67:9 Oct 27 11:20:01.286 INFO kablam! | Oct 27 11:20:01.286 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 27 11:20:01.286 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.286 INFO kablam! | Oct 27 11:20:01.286 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:20:01.286 INFO kablam! Oct 27 11:20:01.286 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.286 INFO kablam! --> src/gameboard.rs:68:16 Oct 27 11:20:01.286 INFO kablam! | Oct 27 11:20:01.286 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 27 11:20:01.286 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.286 INFO kablam! Oct 27 11:20:01.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.83s Oct 27 11:20:01.363 INFO kablam! su: No module specific data is present Oct 27 11:20:02.110 INFO running `"docker" "rm" "-f" "46a5d5c2ab84877b81d6cb8ad04c3ee6739a4ae18247247dc96a428bc7f71dba"` Oct 27 11:20:02.379 INFO blam! 46a5d5c2ab84877b81d6cb8ad04c3ee6739a4ae18247247dc96a428bc7f71dba