Oct 21 21:17:23.384 INFO checking Jibbow/rust-2048 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:17:23.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:17:23.742 INFO blam! 5540f67ad9ee30bc115f10dc31d3869ffd9395d0acc6e0508125031cbfea446c Oct 21 21:17:23.744 INFO running `"docker" "start" "-a" "5540f67ad9ee30bc115f10dc31d3869ffd9395d0acc6e0508125031cbfea446c"` Oct 21 21:17:24.221 INFO kablam! usermod: no changes Oct 21 21:17:24.520 INFO kablam! Compiling either v1.3.0 Oct 21 21:17:24.526 INFO kablam! Checking arrayvec v0.4.5 Oct 21 21:17:24.526 INFO kablam! Checking pistoncore-input v0.20.0 Oct 21 21:17:24.526 INFO kablam! Checking glutin v0.10.0 Oct 21 21:17:25.608 INFO kablam! Compiling itertools v0.5.10 Oct 21 21:17:26.171 INFO kablam! Checking rusttype v0.2.3 Oct 21 21:17:28.106 INFO kablam! Checking pistoncore-window v0.30.0 Oct 21 21:17:28.244 INFO kablam! Compiling derivative v1.0.0 Oct 21 21:17:28.720 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 21 21:17:29.376 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 21 21:17:29.376 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 21 21:17:31.524 INFO kablam! Checking piston v0.35.0 Oct 21 21:17:31.601 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 21 21:17:36.074 INFO kablam! Checking gfx_core v0.7.2 Oct 21 21:18:04.208 INFO kablam! Checking gfx v0.16.1 Oct 21 21:18:04.208 INFO kablam! Checking gfx_device_gl v0.14.4 Oct 21 21:18:11.254 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 21 21:18:14.080 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 21 21:18:18.336 INFO kablam! Checking piston_window v0.73.0 Oct 21 21:18:22.528 INFO kablam! Checking rust-2048 v0.1.0 (/source) Oct 21 21:18:28.005 INFO kablam! warning: unused variable: `args` Oct 21 21:18:28.005 INFO kablam! --> src/main.rs:46:21 Oct 21 21:18:28.005 INFO kablam! | Oct 21 21:18:28.006 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 21 21:18:28.006 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 21 21:18:28.006 INFO kablam! | Oct 21 21:18:28.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:18:28.007 INFO kablam! Oct 21 21:18:28.007 INFO kablam! warning: unused variable: `size` Oct 21 21:18:28.007 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 21 21:18:28.008 INFO kablam! | Oct 21 21:18:28.008 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 21 21:18:28.008 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 21 21:18:28.008 INFO kablam! Oct 21 21:18:28.025 INFO kablam! warning: comparison is useless due to type limits Oct 21 21:18:28.025 INFO kablam! --> src/gameboard.rs:67:9 Oct 21 21:18:28.025 INFO kablam! | Oct 21 21:18:28.026 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 21 21:18:28.026 INFO kablam! | ^^^^^^^^^^ Oct 21 21:18:28.026 INFO kablam! | Oct 21 21:18:28.027 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 21 21:18:28.027 INFO kablam! Oct 21 21:18:28.027 INFO kablam! warning: comparison is useless due to type limits Oct 21 21:18:28.027 INFO kablam! --> src/gameboard.rs:68:16 Oct 21 21:18:28.028 INFO kablam! | Oct 21 21:18:28.028 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 21 21:18:28.028 INFO kablam! | ^^^^^^^^^^ Oct 21 21:18:28.029 INFO kablam! Oct 21 21:18:29.148 INFO kablam! warning: unused variable: `args` Oct 21 21:18:29.148 INFO kablam! --> src/main.rs:46:21 Oct 21 21:18:29.148 INFO kablam! | Oct 21 21:18:29.148 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 21 21:18:29.148 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 21 21:18:29.148 INFO kablam! | Oct 21 21:18:29.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:18:29.148 INFO kablam! Oct 21 21:18:29.148 INFO kablam! warning: unused variable: `size` Oct 21 21:18:29.148 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 21 21:18:29.148 INFO kablam! | Oct 21 21:18:29.148 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 21 21:18:29.148 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 21 21:18:29.148 INFO kablam! Oct 21 21:18:29.168 INFO kablam! warning: comparison is useless due to type limits Oct 21 21:18:29.168 INFO kablam! --> src/gameboard.rs:67:9 Oct 21 21:18:29.168 INFO kablam! | Oct 21 21:18:29.168 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 21 21:18:29.168 INFO kablam! | ^^^^^^^^^^ Oct 21 21:18:29.168 INFO kablam! | Oct 21 21:18:29.168 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 21 21:18:29.168 INFO kablam! Oct 21 21:18:29.168 INFO kablam! warning: comparison is useless due to type limits Oct 21 21:18:29.168 INFO kablam! --> src/gameboard.rs:68:16 Oct 21 21:18:29.168 INFO kablam! | Oct 21 21:18:29.168 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 21 21:18:29.168 INFO kablam! | ^^^^^^^^^^ Oct 21 21:18:29.168 INFO kablam! Oct 21 21:18:29.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 21 21:18:29.224 INFO kablam! su: No module specific data is present Oct 21 21:18:29.804 INFO running `"docker" "rm" "-f" "5540f67ad9ee30bc115f10dc31d3869ffd9395d0acc6e0508125031cbfea446c"` Oct 21 21:18:30.096 INFO blam! 5540f67ad9ee30bc115f10dc31d3869ffd9395d0acc6e0508125031cbfea446c