Oct 27 10:50:49.159 INFO checking LukeThoma5/rs-solitaire against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:50:49.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 10:50:49.700 INFO blam! e511a57aecf766707c579a9a80b14737bf946b1c722edbba13ea279c9dce0b7a Oct 27 10:50:49.705 INFO running `"docker" "start" "-a" "e511a57aecf766707c579a9a80b14737bf946b1c722edbba13ea279c9dce0b7a"` Oct 27 10:50:51.321 INFO kablam! usermod: no changes Oct 27 10:50:51.447 INFO kablam! Checking solataire v0.1.0 (/source) Oct 27 10:50:52.741 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.741 INFO kablam! --> src/main.rs:34:13 Oct 27 10:50:52.741 INFO kablam! | Oct 27 10:50:52.741 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 27 10:50:52.741 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.741 INFO kablam! | Oct 27 10:50:52.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:50:52.741 INFO kablam! Oct 27 10:50:52.741 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.741 INFO kablam! --> src/main.rs:40:13 Oct 27 10:50:52.741 INFO kablam! | Oct 27 10:50:52.741 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 27 10:50:52.741 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.741 INFO kablam! Oct 27 10:50:52.741 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.741 INFO kablam! --> src/main.rs:46:13 Oct 27 10:50:52.741 INFO kablam! | Oct 27 10:50:52.741 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 27 10:50:52.741 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.741 INFO kablam! Oct 27 10:50:52.741 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.741 INFO kablam! --> src/main.rs:34:13 Oct 27 10:50:52.741 INFO kablam! | Oct 27 10:50:52.741 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 27 10:50:52.742 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.742 INFO kablam! | Oct 27 10:50:52.742 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:50:52.742 INFO kablam! Oct 27 10:50:52.742 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.742 INFO kablam! --> src/main.rs:40:13 Oct 27 10:50:52.742 INFO kablam! | Oct 27 10:50:52.742 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 27 10:50:52.742 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.742 INFO kablam! Oct 27 10:50:52.742 INFO kablam! warning: unused variable: `x` Oct 27 10:50:52.742 INFO kablam! --> src/main.rs:46:13 Oct 27 10:50:52.742 INFO kablam! | Oct 27 10:50:52.742 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 27 10:50:52.742 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:50:52.742 INFO kablam! Oct 27 10:50:52.764 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:52.764 INFO kablam! --> src/main.rs:166:31 Oct 27 10:50:52.764 INFO kablam! | Oct 27 10:50:52.764 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 27 10:50:52.764 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.764 INFO kablam! | | Oct 27 10:50:52.764 INFO kablam! | help: remove this `mut` Oct 27 10:50:52.764 INFO kablam! | Oct 27 10:50:52.764 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:50:52.764 INFO kablam! Oct 27 10:50:52.764 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:52.764 INFO kablam! --> src/main.rs:166:14 Oct 27 10:50:52.764 INFO kablam! | Oct 27 10:50:52.764 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 27 10:50:52.764 INFO kablam! | ----^^^^^^^^^^^ Oct 27 10:50:52.764 INFO kablam! | | Oct 27 10:50:52.764 INFO kablam! | help: remove this `mut` Oct 27 10:50:52.764 INFO kablam! Oct 27 10:50:52.782 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:52.782 INFO kablam! --> src/main.rs:166:31 Oct 27 10:50:52.782 INFO kablam! | Oct 27 10:50:52.782 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 27 10:50:52.782 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.782 INFO kablam! | | Oct 27 10:50:52.783 INFO kablam! | help: remove this `mut` Oct 27 10:50:52.783 INFO kablam! | Oct 27 10:50:52.783 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:50:52.783 INFO kablam! Oct 27 10:50:52.783 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:52.783 INFO kablam! --> src/main.rs:166:14 Oct 27 10:50:52.783 INFO kablam! | Oct 27 10:50:52.783 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 27 10:50:52.783 INFO kablam! | ----^^^^^^^^^^^ Oct 27 10:50:52.783 INFO kablam! | | Oct 27 10:50:52.783 INFO kablam! | help: remove this `mut` Oct 27 10:50:52.783 INFO kablam! Oct 27 10:50:52.802 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 10:50:52.802 INFO kablam! --> src/main.rs:2:12 Oct 27 10:50:52.802 INFO kablam! | Oct 27 10:50:52.802 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 27 10:50:52.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.802 INFO kablam! | Oct 27 10:50:52.802 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 10:50:52.802 INFO kablam! Oct 27 10:50:52.802 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 10:50:52.802 INFO kablam! --> src/main.rs:3:12 Oct 27 10:50:52.802 INFO kablam! | Oct 27 10:50:52.802 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 27 10:50:52.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.802 INFO kablam! Oct 27 10:50:52.833 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 10:50:52.833 INFO kablam! --> src/main.rs:2:12 Oct 27 10:50:52.833 INFO kablam! | Oct 27 10:50:52.833 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 27 10:50:52.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.834 INFO kablam! | Oct 27 10:50:52.834 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 10:50:52.834 INFO kablam! Oct 27 10:50:52.834 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 10:50:52.834 INFO kablam! --> src/main.rs:3:12 Oct 27 10:50:52.834 INFO kablam! | Oct 27 10:50:52.834 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 27 10:50:52.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 10:50:52.834 INFO kablam! Oct 27 10:50:52.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 27 10:50:52.885 INFO kablam! su: No module specific data is present Oct 27 10:50:54.157 INFO running `"docker" "rm" "-f" "e511a57aecf766707c579a9a80b14737bf946b1c722edbba13ea279c9dce0b7a"` Oct 27 10:50:54.479 INFO blam! e511a57aecf766707c579a9a80b14737bf946b1c722edbba13ea279c9dce0b7a