Oct 27 11:19:18.617 INFO checking Jibbow/rust-2048 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:19:18.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 11:19:19.047 INFO blam! 14cbfe7440ed4e942081dc731b78476839c8d41ea48a1909b317cd8f89f2d254 Oct 27 11:19:19.055 INFO running `"docker" "start" "-a" "14cbfe7440ed4e942081dc731b78476839c8d41ea48a1909b317cd8f89f2d254"` Oct 27 11:19:20.451 INFO kablam! usermod: no changes Oct 27 11:19:20.825 INFO kablam! Checking arrayvec v0.4.5 Oct 27 11:19:20.827 INFO kablam! Checking rayon-core v1.2.1 Oct 27 11:19:20.838 INFO kablam! Checking pistoncore-input v0.20.0 Oct 27 11:19:23.871 INFO kablam! Checking rusttype v0.2.3 Oct 27 11:19:23.979 INFO kablam! Checking rayon v0.8.2 Oct 27 11:19:27.191 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 27 11:19:29.279 INFO kablam! Checking pistoncore-window v0.30.0 Oct 27 11:19:30.091 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 11:19:33.402 INFO kablam! Checking image v0.17.0 Oct 27 11:19:33.480 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 27 11:19:33.480 INFO kablam! Checking pistoncore-glutin_window v0.42.0 Oct 27 11:19:36.567 INFO kablam! Checking piston v0.35.0 Oct 27 11:19:41.787 INFO kablam! Checking piston-gfx_texture v0.29.0 Oct 27 11:19:41.787 INFO kablam! Checking piston2d-opengl_graphics v0.49.0 Oct 27 11:19:45.677 INFO kablam! Checking piston2d-gfx_graphics v0.46.0 Oct 27 11:19:50.115 INFO kablam! Checking piston_window v0.73.0 Oct 27 11:19:54.256 INFO kablam! Checking rust-2048 v0.1.0 (/source) Oct 27 11:20:01.095 INFO kablam! warning: unused variable: `args` Oct 27 11:20:01.095 INFO kablam! --> src/main.rs:46:21 Oct 27 11:20:01.095 INFO kablam! | Oct 27 11:20:01.095 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 27 11:20:01.095 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 11:20:01.095 INFO kablam! | Oct 27 11:20:01.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:20:01.095 INFO kablam! Oct 27 11:20:01.095 INFO kablam! warning: unused variable: `size` Oct 27 11:20:01.095 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 27 11:20:01.095 INFO kablam! | Oct 27 11:20:01.095 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 27 11:20:01.095 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 11:20:01.095 INFO kablam! Oct 27 11:20:01.164 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.164 INFO kablam! --> src/gameboard.rs:67:9 Oct 27 11:20:01.164 INFO kablam! | Oct 27 11:20:01.164 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 27 11:20:01.164 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.164 INFO kablam! | Oct 27 11:20:01.164 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:20:01.164 INFO kablam! Oct 27 11:20:01.164 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.164 INFO kablam! --> src/gameboard.rs:68:16 Oct 27 11:20:01.164 INFO kablam! | Oct 27 11:20:01.164 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 27 11:20:01.164 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.164 INFO kablam! Oct 27 11:20:01.567 INFO kablam! warning: unused variable: `args` Oct 27 11:20:01.567 INFO kablam! --> src/main.rs:46:21 Oct 27 11:20:01.567 INFO kablam! | Oct 27 11:20:01.567 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 27 11:20:01.567 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 11:20:01.567 INFO kablam! | Oct 27 11:20:01.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:20:01.567 INFO kablam! Oct 27 11:20:01.567 INFO kablam! warning: unused variable: `size` Oct 27 11:20:01.567 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 27 11:20:01.567 INFO kablam! | Oct 27 11:20:01.567 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 27 11:20:01.567 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 11:20:01.567 INFO kablam! Oct 27 11:20:01.595 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.595 INFO kablam! --> src/gameboard.rs:67:9 Oct 27 11:20:01.595 INFO kablam! | Oct 27 11:20:01.595 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 27 11:20:01.595 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.595 INFO kablam! | Oct 27 11:20:01.595 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:20:01.595 INFO kablam! Oct 27 11:20:01.595 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:20:01.595 INFO kablam! --> src/gameboard.rs:68:16 Oct 27 11:20:01.595 INFO kablam! | Oct 27 11:20:01.595 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 27 11:20:01.595 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:01.595 INFO kablam! Oct 27 11:20:01.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.18s Oct 27 11:20:01.695 INFO kablam! su: No module specific data is present Oct 27 11:20:02.379 INFO running `"docker" "rm" "-f" "14cbfe7440ed4e942081dc731b78476839c8d41ea48a1909b317cd8f89f2d254"` Oct 27 11:20:02.623 INFO blam! 14cbfe7440ed4e942081dc731b78476839c8d41ea48a1909b317cd8f89f2d254