Oct 12 17:18:13.737 INFO checking mlex121/rusty-flop against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:18:13.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 17:18:14.206 INFO blam! be8c8ea0bbdac8b297b366d0f3459b0496f87d1bb8aeb4c86b88b739e48dc321 Oct 12 17:18:14.207 INFO running `"docker" "start" "-a" "be8c8ea0bbdac8b297b366d0f3459b0496f87d1bb8aeb4c86b88b739e48dc321"` Oct 12 17:18:15.460 INFO kablam! usermod: no changes Oct 12 17:18:15.528 INFO kablam! Checking rusty-flop v0.1.0 (/source) Oct 12 17:18:16.148 INFO kablam! warning: method is never used: `is_high_card` Oct 12 17:18:16.148 INFO kablam! --> src/poker/hand.rs:10:5 Oct 12 17:18:16.148 INFO kablam! | Oct 12 17:18:16.148 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 12 17:18:16.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_pair` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:14:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_two_pair` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:18:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:22:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_straight` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:26:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_flush` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:30:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_full_house` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:34:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:38:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.149 INFO kablam! warning: method is never used: `is_straight_flush` Oct 12 17:18:16.149 INFO kablam! --> src/poker/hand.rs:42:5 Oct 12 17:18:16.149 INFO kablam! | Oct 12 17:18:16.149 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 12 17:18:16.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.149 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_high_card` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:10:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_pair` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:14:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_two_pair` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:18:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:22:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_straight` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:26:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_flush` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:30:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_full_house` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:34:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:38:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.334 INFO kablam! warning: method is never used: `is_straight_flush` Oct 12 17:18:16.334 INFO kablam! --> src/poker/hand.rs:42:5 Oct 12 17:18:16.334 INFO kablam! | Oct 12 17:18:16.334 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 12 17:18:16.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:16.334 INFO kablam! Oct 12 17:18:16.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 12 17:18:16.408 INFO kablam! su: No module specific data is present Oct 12 17:18:17.314 INFO running `"docker" "rm" "-f" "be8c8ea0bbdac8b297b366d0f3459b0496f87d1bb8aeb4c86b88b739e48dc321"` Oct 12 17:18:17.606 INFO blam! be8c8ea0bbdac8b297b366d0f3459b0496f87d1bb8aeb4c86b88b739e48dc321