Oct 27 00:27:44.193 INFO checking mlex121/rusty-flop against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:27:44.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:27:44.609 INFO blam! 49f52bad5a8c45f89ec72ba82e018aa771b0af3d45dc3c867f5975c4b6ec7247 Oct 27 00:27:44.611 INFO running `"docker" "start" "-a" "49f52bad5a8c45f89ec72ba82e018aa771b0af3d45dc3c867f5975c4b6ec7247"` Oct 27 00:27:46.118 INFO kablam! usermod: no changes Oct 27 00:27:46.226 INFO kablam! Checking rusty-flop v0.1.0 (/source) Oct 27 00:27:46.965 INFO kablam! warning: method is never used: `is_high_card` Oct 27 00:27:46.966 INFO kablam! --> src/poker/hand.rs:10:5 Oct 27 00:27:46.966 INFO kablam! | Oct 27 00:27:46.966 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 27 00:27:46.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.967 INFO kablam! | Oct 27 00:27:46.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:27:46.968 INFO kablam! Oct 27 00:27:46.968 INFO kablam! warning: method is never used: `is_pair` Oct 27 00:27:46.968 INFO kablam! --> src/poker/hand.rs:14:5 Oct 27 00:27:46.969 INFO kablam! | Oct 27 00:27:46.969 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 27 00:27:46.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.969 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_two_pair` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:18:5 Oct 27 00:27:46.970 INFO kablam! | Oct 27 00:27:46.970 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 27 00:27:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.970 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:22:5 Oct 27 00:27:46.970 INFO kablam! | Oct 27 00:27:46.970 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 27 00:27:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.970 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_straight` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:26:5 Oct 27 00:27:46.970 INFO kablam! | Oct 27 00:27:46.970 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 27 00:27:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.970 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_flush` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:30:5 Oct 27 00:27:46.970 INFO kablam! | Oct 27 00:27:46.970 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 27 00:27:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.970 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_full_house` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:34:5 Oct 27 00:27:46.970 INFO kablam! | Oct 27 00:27:46.970 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 27 00:27:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.970 INFO kablam! Oct 27 00:27:46.970 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 27 00:27:46.970 INFO kablam! --> src/poker/hand.rs:38:5 Oct 27 00:27:46.971 INFO kablam! | Oct 27 00:27:46.971 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 27 00:27:46.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.971 INFO kablam! Oct 27 00:27:46.971 INFO kablam! warning: method is never used: `is_straight_flush` Oct 27 00:27:46.971 INFO kablam! --> src/poker/hand.rs:42:5 Oct 27 00:27:46.971 INFO kablam! | Oct 27 00:27:46.971 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 27 00:27:46.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:46.971 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_high_card` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:10:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_pair` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:14:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_two_pair` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:18:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:22:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_straight` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:26:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_flush` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:30:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_full_house` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:34:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:38:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.147 INFO kablam! warning: method is never used: `is_straight_flush` Oct 27 00:27:47.147 INFO kablam! --> src/poker/hand.rs:42:5 Oct 27 00:27:47.147 INFO kablam! | Oct 27 00:27:47.147 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 27 00:27:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:47.147 INFO kablam! Oct 27 00:27:47.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 27 00:27:47.179 INFO kablam! su: No module specific data is present Oct 27 00:27:48.211 INFO running `"docker" "rm" "-f" "49f52bad5a8c45f89ec72ba82e018aa771b0af3d45dc3c867f5975c4b6ec7247"` Oct 27 00:27:48.488 INFO blam! 49f52bad5a8c45f89ec72ba82e018aa771b0af3d45dc3c867f5975c4b6ec7247