Oct 14 10:40:35.741 INFO testing mlex121/rusty-flop against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 10:40:35.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 10:40:36.346 INFO blam! 6d64ec56eeb738b61ed1a5487905ca46e911ff29032708569282869df5c22527 Oct 14 10:40:36.346 INFO running `"docker" "start" "-a" "6d64ec56eeb738b61ed1a5487905ca46e911ff29032708569282869df5c22527"` Oct 14 10:40:38.219 INFO kablam! usermod: no changes Oct 14 10:40:38.255 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 14 10:40:38.525 INFO kablam! warning: method is never used: `is_high_card` Oct 14 10:40:38.525 INFO kablam! --> src/poker/hand.rs:10:5 Oct 14 10:40:38.526 INFO kablam! | Oct 14 10:40:38.526 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 14 10:40:38.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.527 INFO kablam! | Oct 14 10:40:38.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:38.528 INFO kablam! Oct 14 10:40:38.528 INFO kablam! warning: method is never used: `is_pair` Oct 14 10:40:38.528 INFO kablam! --> src/poker/hand.rs:14:5 Oct 14 10:40:38.529 INFO kablam! | Oct 14 10:40:38.529 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 14 10:40:38.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.530 INFO kablam! Oct 14 10:40:38.530 INFO kablam! warning: method is never used: `is_two_pair` Oct 14 10:40:38.531 INFO kablam! --> src/poker/hand.rs:18:5 Oct 14 10:40:38.535 INFO kablam! | Oct 14 10:40:38.535 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 14 10:40:38.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.536 INFO kablam! Oct 14 10:40:38.536 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 14 10:40:38.537 INFO kablam! --> src/poker/hand.rs:22:5 Oct 14 10:40:38.537 INFO kablam! | Oct 14 10:40:38.537 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 14 10:40:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.538 INFO kablam! Oct 14 10:40:38.538 INFO kablam! warning: method is never used: `is_straight` Oct 14 10:40:38.539 INFO kablam! --> src/poker/hand.rs:26:5 Oct 14 10:40:38.539 INFO kablam! | Oct 14 10:40:38.540 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 14 10:40:38.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.540 INFO kablam! Oct 14 10:40:38.541 INFO kablam! warning: method is never used: `is_flush` Oct 14 10:40:38.541 INFO kablam! --> src/poker/hand.rs:30:5 Oct 14 10:40:38.542 INFO kablam! | Oct 14 10:40:38.542 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 14 10:40:38.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.543 INFO kablam! Oct 14 10:40:38.543 INFO kablam! warning: method is never used: `is_full_house` Oct 14 10:40:38.544 INFO kablam! --> src/poker/hand.rs:34:5 Oct 14 10:40:38.544 INFO kablam! | Oct 14 10:40:38.544 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 14 10:40:38.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.545 INFO kablam! Oct 14 10:40:38.545 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 14 10:40:38.546 INFO kablam! --> src/poker/hand.rs:38:5 Oct 14 10:40:38.546 INFO kablam! | Oct 14 10:40:38.547 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 14 10:40:38.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.547 INFO kablam! Oct 14 10:40:38.548 INFO kablam! warning: method is never used: `is_straight_flush` Oct 14 10:40:38.548 INFO kablam! --> src/poker/hand.rs:42:5 Oct 14 10:40:38.548 INFO kablam! | Oct 14 10:40:38.549 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 14 10:40:38.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:38.549 INFO kablam! Oct 14 10:40:39.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 14 10:40:39.643 INFO kablam! su: No module specific data is present Oct 14 10:40:40.591 INFO running `"docker" "rm" "-f" "6d64ec56eeb738b61ed1a5487905ca46e911ff29032708569282869df5c22527"` Oct 14 10:40:40.923 INFO blam! 6d64ec56eeb738b61ed1a5487905ca46e911ff29032708569282869df5c22527 Oct 14 10:40:40.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 10:40:41.491 INFO blam! 599f3f19cd1d2b020ab2c99b0c80da83f69cc609e1d7b921932b427fae4c5933 Oct 14 10:40:41.493 INFO running `"docker" "start" "-a" "599f3f19cd1d2b020ab2c99b0c80da83f69cc609e1d7b921932b427fae4c5933"` Oct 14 10:40:43.787 INFO kablam! usermod: no changes Oct 14 10:40:43.827 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 14 10:40:44.143 INFO kablam! warning: method is never used: `is_high_card` Oct 14 10:40:44.143 INFO kablam! --> src/poker/hand.rs:10:5 Oct 14 10:40:44.143 INFO kablam! | Oct 14 10:40:44.143 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 14 10:40:44.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.143 INFO kablam! | Oct 14 10:40:44.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:44.143 INFO kablam! Oct 14 10:40:44.143 INFO kablam! warning: method is never used: `is_pair` Oct 14 10:40:44.143 INFO kablam! --> src/poker/hand.rs:14:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_two_pair` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:18:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:22:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_straight` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:26:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_flush` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:30:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_full_house` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:34:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:38:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.145 INFO kablam! warning: method is never used: `is_straight_flush` Oct 14 10:40:44.145 INFO kablam! --> src/poker/hand.rs:42:5 Oct 14 10:40:44.145 INFO kablam! | Oct 14 10:40:44.145 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 14 10:40:44.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:44.145 INFO kablam! Oct 14 10:40:44.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 10:40:44.719 INFO kablam! su: No module specific data is present Oct 14 10:40:46.061 INFO running `"docker" "rm" "-f" "599f3f19cd1d2b020ab2c99b0c80da83f69cc609e1d7b921932b427fae4c5933"` Oct 14 10:40:46.475 INFO blam! 599f3f19cd1d2b020ab2c99b0c80da83f69cc609e1d7b921932b427fae4c5933 Oct 14 10:40:46.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 10:40:46.963 INFO blam! 3c36395e473b5d533aa2412ee8a19a2f48f6645a7d9dee46fbb56ee1127b78db Oct 14 10:40:46.966 INFO running `"docker" "start" "-a" "3c36395e473b5d533aa2412ee8a19a2f48f6645a7d9dee46fbb56ee1127b78db"` Oct 14 10:40:49.283 INFO kablam! usermod: no changes Oct 14 10:40:49.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 10:40:49.347 INFO kablam! Running /target/debug/deps/rusty_flop-9eae9715fe2f600b Oct 14 10:40:49.347 INFO kablam! su: No module specific data is present Oct 14 10:40:49.348 INFO blam! Oct 14 10:40:49.348 INFO blam! running 0 tests Oct 14 10:40:49.348 INFO blam! Oct 14 10:40:49.348 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 10:40:49.348 INFO blam! Oct 14 10:40:50.807 INFO running `"docker" "rm" "-f" "3c36395e473b5d533aa2412ee8a19a2f48f6645a7d9dee46fbb56ee1127b78db"` Oct 14 10:40:51.184 INFO blam! 3c36395e473b5d533aa2412ee8a19a2f48f6645a7d9dee46fbb56ee1127b78db