Oct 14 10:40:24.068 INFO testing mlex121/rusty-flop against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 10:40:24.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.507 INFO blam! 54dea73e897f19c56ad80b3c774c967f4cecf0b9b667d86a7e8194608cef43e5 Oct 14 10:40:24.519 INFO running `"docker" "start" "-a" "54dea73e897f19c56ad80b3c774c967f4cecf0b9b667d86a7e8194608cef43e5"` Oct 14 10:40:26.035 INFO kablam! usermod: no changes Oct 14 10:40:26.091 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 14 10:40:26.447 INFO kablam! warning: method is never used: `is_high_card` Oct 14 10:40:26.447 INFO kablam! --> src/poker/hand.rs:10:5 Oct 14 10:40:26.447 INFO kablam! | Oct 14 10:40:26.447 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 14 10:40:26.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.447 INFO kablam! | Oct 14 10:40:26.447 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:26.447 INFO kablam! Oct 14 10:40:26.447 INFO kablam! warning: method is never used: `is_pair` Oct 14 10:40:26.447 INFO kablam! --> src/poker/hand.rs:14:5 Oct 14 10:40:26.447 INFO kablam! | Oct 14 10:40:26.447 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 14 10:40:26.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.447 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_two_pair` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:18:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:22:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_straight` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:26:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_flush` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:30:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_full_house` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:34:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:38:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:26.448 INFO kablam! warning: method is never used: `is_straight_flush` Oct 14 10:40:26.448 INFO kablam! --> src/poker/hand.rs:42:5 Oct 14 10:40:26.448 INFO kablam! | Oct 14 10:40:26.448 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 14 10:40:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:26.448 INFO kablam! Oct 14 10:40:27.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 14 10:40:27.617 INFO kablam! su: No module specific data is present Oct 14 10:40:28.659 INFO running `"docker" "rm" "-f" "54dea73e897f19c56ad80b3c774c967f4cecf0b9b667d86a7e8194608cef43e5"` Oct 14 10:40:28.975 INFO blam! 54dea73e897f19c56ad80b3c774c967f4cecf0b9b667d86a7e8194608cef43e5 Oct 14 10:40:28.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:29.480 INFO blam! a1b6e14640422fec9c42361fe869d0e02736263f023a3e28f0c9ffc4bb6c4e49 Oct 14 10:40:29.483 INFO running `"docker" "start" "-a" "a1b6e14640422fec9c42361fe869d0e02736263f023a3e28f0c9ffc4bb6c4e49"` Oct 14 10:40:31.261 INFO kablam! usermod: no changes Oct 14 10:40:31.323 INFO kablam! Compiling rusty-flop v0.1.0 (/source) Oct 14 10:40:31.667 INFO kablam! warning: method is never used: `is_high_card` Oct 14 10:40:31.667 INFO kablam! --> src/poker/hand.rs:10:5 Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! 10 | pub fn is_high_card(&self) -> bool { Oct 14 10:40:31.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 10:40:31.667 INFO kablam! Oct 14 10:40:31.667 INFO kablam! warning: method is never used: `is_pair` Oct 14 10:40:31.667 INFO kablam! --> src/poker/hand.rs:14:5 Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! 14 | pub fn is_pair(&self) -> bool { Oct 14 10:40:31.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.667 INFO kablam! Oct 14 10:40:31.667 INFO kablam! warning: method is never used: `is_two_pair` Oct 14 10:40:31.667 INFO kablam! --> src/poker/hand.rs:18:5 Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! 18 | pub fn is_two_pair(&self) -> bool { Oct 14 10:40:31.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.667 INFO kablam! Oct 14 10:40:31.667 INFO kablam! warning: method is never used: `is_three_of_a_kind` Oct 14 10:40:31.667 INFO kablam! --> src/poker/hand.rs:22:5 Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! 22 | pub fn is_three_of_a_kind(&self) -> bool { Oct 14 10:40:31.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.667 INFO kablam! Oct 14 10:40:31.667 INFO kablam! warning: method is never used: `is_straight` Oct 14 10:40:31.667 INFO kablam! --> src/poker/hand.rs:26:5 Oct 14 10:40:31.667 INFO kablam! | Oct 14 10:40:31.667 INFO kablam! 26 | pub fn is_straight(&self) -> bool { Oct 14 10:40:31.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.668 INFO kablam! Oct 14 10:40:31.668 INFO kablam! warning: method is never used: `is_flush` Oct 14 10:40:31.668 INFO kablam! --> src/poker/hand.rs:30:5 Oct 14 10:40:31.668 INFO kablam! | Oct 14 10:40:31.668 INFO kablam! 30 | pub fn is_flush(&self) -> bool { Oct 14 10:40:31.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.668 INFO kablam! Oct 14 10:40:31.668 INFO kablam! warning: method is never used: `is_full_house` Oct 14 10:40:31.668 INFO kablam! --> src/poker/hand.rs:34:5 Oct 14 10:40:31.668 INFO kablam! | Oct 14 10:40:31.668 INFO kablam! 34 | pub fn is_full_house(&self) -> bool { Oct 14 10:40:31.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.668 INFO kablam! Oct 14 10:40:31.668 INFO kablam! warning: method is never used: `is_four_of_a_kind` Oct 14 10:40:31.668 INFO kablam! --> src/poker/hand.rs:38:5 Oct 14 10:40:31.668 INFO kablam! | Oct 14 10:40:31.668 INFO kablam! 38 | pub fn is_four_of_a_kind(&self) -> bool { Oct 14 10:40:31.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.668 INFO kablam! Oct 14 10:40:31.668 INFO kablam! warning: method is never used: `is_straight_flush` Oct 14 10:40:31.668 INFO kablam! --> src/poker/hand.rs:42:5 Oct 14 10:40:31.668 INFO kablam! | Oct 14 10:40:31.668 INFO kablam! 42 | pub fn is_straight_flush(&self) -> bool { Oct 14 10:40:31.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 10:40:31.668 INFO kablam! Oct 14 10:40:32.238 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 10:40:32.240 INFO kablam! su: No module specific data is present Oct 14 10:40:33.436 INFO running `"docker" "rm" "-f" "a1b6e14640422fec9c42361fe869d0e02736263f023a3e28f0c9ffc4bb6c4e49"` Oct 14 10:40:33.655 INFO blam! a1b6e14640422fec9c42361fe869d0e02736263f023a3e28f0c9ffc4bb6c4e49 Oct 14 10:40:33.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:34.168 INFO blam! 136fdd37dcb93dd3a237c1b0de3f8d6ce475a7fbc7522e089594c3e084d08b79 Oct 14 10:40:34.170 INFO running `"docker" "start" "-a" "136fdd37dcb93dd3a237c1b0de3f8d6ce475a7fbc7522e089594c3e084d08b79"` Oct 14 10:40:36.258 INFO kablam! usermod: no changes Oct 14 10:40:36.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 10:40:36.311 INFO kablam! Running /target/debug/deps/rusty_flop-194060fbb8e3c992 Oct 14 10:40:36.315 INFO blam! Oct 14 10:40:36.316 INFO blam! running 0 tests Oct 14 10:40:36.316 INFO blam! Oct 14 10:40:36.316 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 10:40:36.316 INFO blam! Oct 14 10:40:36.323 INFO kablam! su: No module specific data is present Oct 14 10:40:37.347 INFO running `"docker" "rm" "-f" "136fdd37dcb93dd3a237c1b0de3f8d6ce475a7fbc7522e089594c3e084d08b79"` Oct 14 10:40:37.635 INFO blam! 136fdd37dcb93dd3a237c1b0de3f8d6ce475a7fbc7522e089594c3e084d08b79