Oct 12 17:18:14.788 INFO checking mlex121/rusty-flop against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:18:14.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:15.175 INFO blam! b6e049117dc51f9c2da4240db3e984b524ee58b42b2444d6ac968b60988d05ef Oct 12 17:18:15.176 INFO running `"docker" "start" "-a" "b6e049117dc51f9c2da4240db3e984b524ee58b42b2444d6ac968b60988d05ef"` Oct 12 17:18:16.592 INFO kablam! usermod: no changes Oct 12 17:18:16.656 INFO kablam! Checking rusty-flop v0.1.0 (/source) Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_high_card` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:10:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_pair` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:14:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_two_pair` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:18:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:22:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_straight` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:26:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_flush` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:30:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.360 INFO kablam! Oct 12 17:18:17.360 INFO kablam! warning: method is never used: `is_full_house` Oct 12 17:18:17.360 INFO kablam! --> src/poker/hand.rs:34:5 Oct 12 17:18:17.360 INFO kablam! | Oct 12 17:18:17.360 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 12 17:18:17.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.361 INFO kablam! Oct 12 17:18:17.361 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 12 17:18:17.361 INFO kablam! --> src/poker/hand.rs:38:5 Oct 12 17:18:17.361 INFO kablam! | Oct 12 17:18:17.361 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 12 17:18:17.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.361 INFO kablam! Oct 12 17:18:17.361 INFO kablam! warning: method is never used: `is_straight_flush` Oct 12 17:18:17.361 INFO kablam! --> src/poker/hand.rs:42:5 Oct 12 17:18:17.361 INFO kablam! | Oct 12 17:18:17.361 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 12 17:18:17.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.361 INFO kablam! Oct 12 17:18:17.428 INFO kablam! warning: method is never used: `is_high_card` Oct 12 17:18:17.428 INFO kablam! --> src/poker/hand.rs:10:5 Oct 12 17:18:17.428 INFO kablam! | Oct 12 17:18:17.428 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 12 17:18:17.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.428 INFO kablam! | Oct 12 17:18:17.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_pair` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:14:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_two_pair` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:18:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:22:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_straight` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:26:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_flush` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:30:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_full_house` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:34:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:38:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.429 INFO kablam! warning: method is never used: `is_straight_flush` Oct 12 17:18:17.429 INFO kablam! --> src/poker/hand.rs:42:5 Oct 12 17:18:17.429 INFO kablam! | Oct 12 17:18:17.429 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 12 17:18:17.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:17.429 INFO kablam! Oct 12 17:18:17.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 12 17:18:17.480 INFO kablam! su: No module specific data is present Oct 12 17:18:18.030 INFO running `"docker" "rm" "-f" "b6e049117dc51f9c2da4240db3e984b524ee58b42b2444d6ac968b60988d05ef"` Oct 12 17:18:18.300 INFO blam! b6e049117dc51f9c2da4240db3e984b524ee58b42b2444d6ac968b60988d05ef