Oct 11 02:44:56.432 INFO testing askreet/blackjack-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:44:56.432 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:44:56.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:44:56.760 INFO blam! 9e7350227ab1f8dbb67bfc7969ddad02dffd73f3f7e8771af6adc90e81bc4a0f Oct 11 02:44:56.763 INFO running `"docker" "start" "-a" "9e7350227ab1f8dbb67bfc7969ddad02dffd73f3f7e8771af6adc90e81bc4a0f"` Oct 11 02:44:58.141 INFO kablam! usermod: no changes Oct 11 02:44:58.188 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 11 02:44:59.108 INFO kablam! warning: unused import: `card::Card` Oct 11 02:44:59.108 INFO kablam! --> src/main.rs:4:5 Oct 11 02:44:59.108 INFO kablam! | Oct 11 02:44:59.108 INFO kablam! 4 | use card::Card; Oct 11 02:44:59.108 INFO kablam! | ^^^^^^^^^^ Oct 11 02:44:59.108 INFO kablam! | Oct 11 02:44:59.108 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:44:59.108 INFO kablam! Oct 11 02:44:59.108 INFO kablam! warning: unused import: `deck::Deck` Oct 11 02:44:59.108 INFO kablam! --> src/main.rs:5:5 Oct 11 02:44:59.108 INFO kablam! | Oct 11 02:44:59.108 INFO kablam! 5 | use deck::Deck; Oct 11 02:44:59.108 INFO kablam! | ^^^^^^^^^^ Oct 11 02:44:59.108 INFO kablam! Oct 11 02:44:59.230 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 11 02:44:59.230 INFO kablam! --> src/game.rs:38:5 Oct 11 02:44:59.230 INFO kablam! | Oct 11 02:44:59.230 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 11 02:44:59.230 INFO kablam! 39 | | self.player_money -= bet; Oct 11 02:44:59.230 INFO kablam! 40 | | self.current_bet = bet; Oct 11 02:44:59.230 INFO kablam! 41 | | Oct 11 02:44:59.230 INFO kablam! ... | Oct 11 02:44:59.230 INFO kablam! 48 | | Ok(()) Oct 11 02:44:59.230 INFO kablam! 49 | | } Oct 11 02:44:59.230 INFO kablam! | |_____^ Oct 11 02:44:59.230 INFO kablam! | Oct 11 02:44:59.230 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 02:44:59.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 02:44:59.230 INFO kablam! = note: for more information, see issue #34537 Oct 11 02:44:59.230 INFO kablam! Oct 11 02:44:59.264 INFO kablam! warning: method is never used: `of` Oct 11 02:44:59.264 INFO kablam! --> src/deck.rs:26:5 Oct 11 02:44:59.264 INFO kablam! | Oct 11 02:44:59.264 INFO kablam! 26 | pub fn of(cards: Vec) -> Deck { Oct 11 02:44:59.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:44:59.264 INFO kablam! | Oct 11 02:44:59.264 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:44:59.264 INFO kablam! Oct 11 02:44:59.264 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 11 02:44:59.264 INFO kablam! --> src/game.rs:10:5 Oct 11 02:44:59.264 INFO kablam! | Oct 11 02:44:59.264 INFO kablam! 10 | NotEnoughChips, Oct 11 02:44:59.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:44:59.264 INFO kablam! Oct 11 02:44:59.264 INFO kablam! warning: type alias is never used: `Result` Oct 11 02:44:59.265 INFO kablam! --> src/game.rs:13:1 Oct 11 02:44:59.265 INFO kablam! | Oct 11 02:44:59.265 INFO kablam! 13 | type Result = result::Result; Oct 11 02:44:59.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:44:59.265 INFO kablam! Oct 11 02:44:59.265 INFO kablam! warning: method is never used: `deal_hand` Oct 11 02:44:59.265 INFO kablam! --> src/game.rs:38:5 Oct 11 02:44:59.265 INFO kablam! | Oct 11 02:44:59.265 INFO kablam! 38 | pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 11 02:44:59.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:44:59.265 INFO kablam! Oct 11 02:45:00.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 11 02:45:00.108 INFO kablam! su: No module specific data is present Oct 11 02:45:00.631 INFO running `"docker" "rm" "-f" "9e7350227ab1f8dbb67bfc7969ddad02dffd73f3f7e8771af6adc90e81bc4a0f"` Oct 11 02:45:00.815 INFO blam! 9e7350227ab1f8dbb67bfc7969ddad02dffd73f3f7e8771af6adc90e81bc4a0f Oct 11 02:45:00.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:45:00.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:45:01.174 INFO blam! 89dca444fe269b58f717e51d71cd0378c72b5bbb82df5f1898523d635d244227 Oct 11 02:45:01.180 INFO running `"docker" "start" "-a" "89dca444fe269b58f717e51d71cd0378c72b5bbb82df5f1898523d635d244227"` Oct 11 02:45:02.211 INFO kablam! usermod: no changes Oct 11 02:45:02.264 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 11 02:45:03.236 INFO kablam! warning: unused import: `card::Card` Oct 11 02:45:03.236 INFO kablam! --> src/main.rs:4:5 Oct 11 02:45:03.236 INFO kablam! | Oct 11 02:45:03.236 INFO kablam! 4 | use card::Card; Oct 11 02:45:03.236 INFO kablam! | ^^^^^^^^^^ Oct 11 02:45:03.236 INFO kablam! | Oct 11 02:45:03.236 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:45:03.236 INFO kablam! Oct 11 02:45:03.236 INFO kablam! warning: unused import: `deck::Deck` Oct 11 02:45:03.236 INFO kablam! --> src/main.rs:5:5 Oct 11 02:45:03.236 INFO kablam! | Oct 11 02:45:03.236 INFO kablam! 5 | use deck::Deck; Oct 11 02:45:03.236 INFO kablam! | ^^^^^^^^^^ Oct 11 02:45:03.236 INFO kablam! Oct 11 02:45:03.236 INFO kablam! warning: unused imports: `Card`, `Rank::*`, `Suit::*` Oct 11 02:45:03.236 INFO kablam! --> src/deck.rs:38:16 Oct 11 02:45:03.236 INFO kablam! | Oct 11 02:45:03.236 INFO kablam! 38 | use card::{Card, Rank, Rank::*, Suit, Suit::*}; Oct 11 02:45:03.236 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^ Oct 11 02:45:03.236 INFO kablam! Oct 11 02:45:03.236 INFO kablam! warning: unused import: `Suit::*` Oct 11 02:45:03.236 INFO kablam! --> src/game.rs:126:25 Oct 11 02:45:03.236 INFO kablam! | Oct 11 02:45:03.236 INFO kablam! 126 | use card::{Rank::*, Suit::*}; Oct 11 02:45:03.236 INFO kablam! | ^^^^^^^ Oct 11 02:45:03.236 INFO kablam! Oct 11 02:45:03.460 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 11 02:45:03.460 INFO kablam! --> src/game.rs:38:5 Oct 11 02:45:03.460 INFO kablam! | Oct 11 02:45:03.460 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 11 02:45:03.460 INFO kablam! 39 | | self.player_money -= bet; Oct 11 02:45:03.460 INFO kablam! 40 | | self.current_bet = bet; Oct 11 02:45:03.460 INFO kablam! 41 | | Oct 11 02:45:03.460 INFO kablam! ... | Oct 11 02:45:03.460 INFO kablam! 48 | | Ok(()) Oct 11 02:45:03.460 INFO kablam! 49 | | } Oct 11 02:45:03.460 INFO kablam! | |_____^ Oct 11 02:45:03.460 INFO kablam! | Oct 11 02:45:03.460 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 02:45:03.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 02:45:03.460 INFO kablam! = note: for more information, see issue #34537 Oct 11 02:45:03.461 INFO kablam! Oct 11 02:45:03.524 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 11 02:45:03.524 INFO kablam! --> src/game.rs:10:5 Oct 11 02:45:03.524 INFO kablam! | Oct 11 02:45:03.524 INFO kablam! 10 | NotEnoughChips, Oct 11 02:45:03.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:45:03.524 INFO kablam! | Oct 11 02:45:03.524 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:45:03.524 INFO kablam! Oct 11 02:45:04.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 11 02:45:04.750 INFO kablam! su: No module specific data is present Oct 11 02:45:05.577 INFO running `"docker" "rm" "-f" "89dca444fe269b58f717e51d71cd0378c72b5bbb82df5f1898523d635d244227"` Oct 11 02:45:05.843 INFO blam! 89dca444fe269b58f717e51d71cd0378c72b5bbb82df5f1898523d635d244227 Oct 11 02:45:05.850 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:45:05.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:45:06.412 INFO blam! 72ef3746eeb7521c580ca1d00b22af196c66b5c39eb363d2cbe357c4d6171d77 Oct 11 02:45:06.413 INFO running `"docker" "start" "-a" "72ef3746eeb7521c580ca1d00b22af196c66b5c39eb363d2cbe357c4d6171d77"` Oct 11 02:45:07.378 INFO kablam! usermod: no changes Oct 11 02:45:07.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 02:45:07.434 INFO kablam! Running /target/debug/deps/blackjack_rs-d94eb000b43f1471 Oct 11 02:45:07.438 INFO blam! Oct 11 02:45:07.438 INFO blam! running 14 tests Oct 11 02:45:07.458 INFO blam! test deck::tests::a_new_deck_has_4_of_each_rank ... ok Oct 11 02:45:07.458 INFO blam! test deck::tests::a_new_deck_has_13_of_each_suit ... ok Oct 11 02:45:07.458 INFO blam! test deck::tests::new_decks_should_be_shuffled ... ok Oct 11 02:45:07.458 INFO blam! test deck::tests::a_new_deck_has_52_cards ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::bust_with_two_aces ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::simple_blackjack ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::ten_and_four_is_14 ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::player_stands_and_dealer_wins ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::player_stands_and_dealer_hits_multiple_times ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::player_stands_and_dealer_busts ... ok Oct 11 02:45:07.458 INFO blam! test game::tests::jack_and_queen_is_20 ... ok Oct 11 02:45:07.459 INFO blam! test game::tests::hitting_adds_another_card_to_player_hand ... ok Oct 11 02:45:07.459 INFO blam! test game::tests::dealing_a_hard_reduces_player_bank_and_deals_cards ... ok Oct 11 02:45:07.459 INFO blam! test game::tests::two_aces ... ok Oct 11 02:45:07.459 INFO blam! Oct 11 02:45:07.460 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:45:07.460 INFO blam! Oct 11 02:45:07.463 INFO kablam! su: No module specific data is present Oct 11 02:45:08.057 INFO running `"docker" "rm" "-f" "72ef3746eeb7521c580ca1d00b22af196c66b5c39eb363d2cbe357c4d6171d77"` Oct 11 02:45:08.310 INFO blam! 72ef3746eeb7521c580ca1d00b22af196c66b5c39eb363d2cbe357c4d6171d77