Oct 10 18:20:39.615 INFO testing mlex121/rusty-flop against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:20:39.615 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:20:39.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:40.082 INFO blam! 1a3c49c0afc40de6a5b48f6ecd82d615aa146c44276c5c236cc9235dff3adf1b Oct 10 18:20:40.083 INFO running `"docker" "start" "-a" "1a3c49c0afc40de6a5b48f6ecd82d615aa146c44276c5c236cc9235dff3adf1b"` Oct 10 18:20:41.285 INFO kablam! usermod: no changes Oct 10 18:20:41.328 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 10 18:20:42.064 INFO kablam! warning: method is never used: `is_high_card` Oct 10 18:20:42.064 INFO kablam! --> src/poker/hand.rs:10:5 Oct 10 18:20:42.064 INFO kablam! | Oct 10 18:20:42.064 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 10 18:20:42.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_pair` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:14:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_two_pair` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:18:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:22:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_straight` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:26:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_flush` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:30:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_full_house` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:34:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:38:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.065 INFO kablam! warning: method is never used: `is_straight_flush` Oct 10 18:20:42.065 INFO kablam! --> src/poker/hand.rs:42:5 Oct 10 18:20:42.065 INFO kablam! | Oct 10 18:20:42.065 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 10 18:20:42.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:42.065 INFO kablam! Oct 10 18:20:42.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 10 18:20:42.985 INFO kablam! su: No module specific data is present Oct 10 18:20:43.544 INFO running `"docker" "rm" "-f" "1a3c49c0afc40de6a5b48f6ecd82d615aa146c44276c5c236cc9235dff3adf1b"` Oct 10 18:20:43.849 INFO blam! 1a3c49c0afc40de6a5b48f6ecd82d615aa146c44276c5c236cc9235dff3adf1b Oct 10 18:20:43.860 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:20:43.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:44.333 INFO blam! 9243be168fde2bf4bd5066426cf74a8e143ef709935e5202ef8f03b7f28800ba Oct 10 18:20:44.336 INFO running `"docker" "start" "-a" "9243be168fde2bf4bd5066426cf74a8e143ef709935e5202ef8f03b7f28800ba"` Oct 10 18:20:45.562 INFO kablam! usermod: no changes Oct 10 18:20:45.617 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 10 18:20:46.360 INFO kablam! warning: method is never used: `is_high_card` Oct 10 18:20:46.360 INFO kablam! --> src/poker/hand.rs:10:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_pair` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:14:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_two_pair` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:18:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:22:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_straight` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:26:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_flush` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:30:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_full_house` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:34:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:38:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.361 INFO kablam! warning: method is never used: `is_straight_flush` Oct 10 18:20:46.361 INFO kablam! --> src/poker/hand.rs:42:5 Oct 10 18:20:46.361 INFO kablam! | Oct 10 18:20:46.361 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 10 18:20:46.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:20:46.361 INFO kablam! Oct 10 18:20:46.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 10 18:20:46.816 INFO kablam! su: No module specific data is present Oct 10 18:20:47.545 INFO running `"docker" "rm" "-f" "9243be168fde2bf4bd5066426cf74a8e143ef709935e5202ef8f03b7f28800ba"` Oct 10 18:20:47.852 INFO blam! 9243be168fde2bf4bd5066426cf74a8e143ef709935e5202ef8f03b7f28800ba Oct 10 18:20:47.853 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:20:47.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:20:48.286 INFO blam! 7c1e951f5224fe2ec2edb48242679822d579e1222f9540c35d36748621c384b9 Oct 10 18:20:48.287 INFO running `"docker" "start" "-a" "7c1e951f5224fe2ec2edb48242679822d579e1222f9540c35d36748621c384b9"` Oct 10 18:20:49.224 INFO kablam! usermod: no changes Oct 10 18:20:49.270 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:20:49.273 INFO kablam! Running /target/debug/deps/rusty_flop-9eae9715fe2f600b Oct 10 18:20:49.288 INFO kablam! su: No module specific data is present Oct 10 18:20:49.288 INFO blam! Oct 10 18:20:49.288 INFO blam! running 0 tests Oct 10 18:20:49.288 INFO blam! Oct 10 18:20:49.288 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:20:49.288 INFO blam! Oct 10 18:20:49.962 INFO running `"docker" "rm" "-f" "7c1e951f5224fe2ec2edb48242679822d579e1222f9540c35d36748621c384b9"` Oct 10 18:20:50.200 INFO blam! 7c1e951f5224fe2ec2edb48242679822d579e1222f9540c35d36748621c384b9