Oct 15 03:35:50.948 INFO testing askreet/blackjack-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:35:50.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:35:51.263 INFO blam! 86a35be237968f43bcb6a78acd3101e201a4ff2c76221727fe4186e5824954a2 Oct 15 03:35:51.271 INFO running `"docker" "start" "-a" "86a35be237968f43bcb6a78acd3101e201a4ff2c76221727fe4186e5824954a2"` Oct 15 03:35:52.399 INFO kablam! usermod: no changes Oct 15 03:35:52.481 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 15 03:35:52.959 INFO kablam! warning: unused import: `card::Card` Oct 15 03:35:52.959 INFO kablam! --> src/main.rs:4:5 Oct 15 03:35:52.959 INFO kablam! | Oct 15 03:35:52.959 INFO kablam! 4 | use card::Card; Oct 15 03:35:52.959 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:52.959 INFO kablam! | Oct 15 03:35:52.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:35:52.959 INFO kablam! Oct 15 03:35:52.959 INFO kablam! warning: unused import: `deck::Deck` Oct 15 03:35:52.959 INFO kablam! --> src/main.rs:5:5 Oct 15 03:35:52.959 INFO kablam! | Oct 15 03:35:52.959 INFO kablam! 5 | use deck::Deck; Oct 15 03:35:52.959 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:52.959 INFO kablam! Oct 15 03:35:53.087 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 15 03:35:53.087 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:53.087 INFO kablam! | Oct 15 03:35:53.087 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:53.087 INFO kablam! 39 | | self.player_money -= bet; Oct 15 03:35:53.087 INFO kablam! 40 | | self.current_bet = bet; Oct 15 03:35:53.087 INFO kablam! 41 | | Oct 15 03:35:53.087 INFO kablam! ... | Oct 15 03:35:53.087 INFO kablam! 48 | | Ok(()) Oct 15 03:35:53.087 INFO kablam! 49 | | } Oct 15 03:35:53.087 INFO kablam! | |_____^ Oct 15 03:35:53.087 INFO kablam! | Oct 15 03:35:53.087 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 03:35:53.087 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 15 03:35:53.087 INFO kablam! = note: for more information, see issue #34537 Oct 15 03:35:53.087 INFO kablam! Oct 15 03:35:53.119 INFO kablam! warning: method is never used: `of` Oct 15 03:35:53.119 INFO kablam! --> src/deck.rs:26:5 Oct 15 03:35:53.119 INFO kablam! | Oct 15 03:35:53.119 INFO kablam! 26 | pub fn of(cards: Vec) -> Deck { Oct 15 03:35:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:53.119 INFO kablam! | Oct 15 03:35:53.119 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:35:53.119 INFO kablam! Oct 15 03:35:53.119 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 15 03:35:53.119 INFO kablam! --> src/game.rs:10:5 Oct 15 03:35:53.119 INFO kablam! | Oct 15 03:35:53.119 INFO kablam! 10 | NotEnoughChips, Oct 15 03:35:53.119 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:35:53.119 INFO kablam! Oct 15 03:35:53.119 INFO kablam! warning: type alias is never used: `Result` Oct 15 03:35:53.119 INFO kablam! --> src/game.rs:13:1 Oct 15 03:35:53.119 INFO kablam! | Oct 15 03:35:53.119 INFO kablam! 13 | type Result = result::Result; Oct 15 03:35:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:53.119 INFO kablam! Oct 15 03:35:53.119 INFO kablam! warning: method is never used: `deal_hand` Oct 15 03:35:53.119 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:53.119 INFO kablam! | Oct 15 03:35:53.119 INFO kablam! 38 | pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:53.119 INFO kablam! Oct 15 03:35:53.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 15 03:35:53.983 INFO kablam! su: No module specific data is present Oct 15 03:35:54.862 INFO running `"docker" "rm" "-f" "86a35be237968f43bcb6a78acd3101e201a4ff2c76221727fe4186e5824954a2"` Oct 15 03:35:55.115 INFO blam! 86a35be237968f43bcb6a78acd3101e201a4ff2c76221727fe4186e5824954a2 Oct 15 03:35:55.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:35:55.661 INFO blam! 6d462299fbbc790afa382c38edea334935ba4fc782978a81f4e92c7b770852ea Oct 15 03:35:55.665 INFO running `"docker" "start" "-a" "6d462299fbbc790afa382c38edea334935ba4fc782978a81f4e92c7b770852ea"` Oct 15 03:35:56.645 INFO kablam! usermod: no changes Oct 15 03:35:56.727 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 15 03:35:57.395 INFO kablam! warning: unused import: `card::Card` Oct 15 03:35:57.395 INFO kablam! --> src/main.rs:4:5 Oct 15 03:35:57.395 INFO kablam! | Oct 15 03:35:57.395 INFO kablam! 4 | use card::Card; Oct 15 03:35:57.395 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:57.395 INFO kablam! | Oct 15 03:35:57.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:35:57.395 INFO kablam! Oct 15 03:35:57.395 INFO kablam! warning: unused import: `deck::Deck` Oct 15 03:35:57.395 INFO kablam! --> src/main.rs:5:5 Oct 15 03:35:57.395 INFO kablam! | Oct 15 03:35:57.395 INFO kablam! 5 | use deck::Deck; Oct 15 03:35:57.395 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:57.395 INFO kablam! Oct 15 03:35:57.395 INFO kablam! warning: unused imports: `Card`, `Rank::*`, `Suit::*` Oct 15 03:35:57.395 INFO kablam! --> src/deck.rs:38:16 Oct 15 03:35:57.395 INFO kablam! | Oct 15 03:35:57.395 INFO kablam! 38 | use card::{Card, Rank, Rank::*, Suit, Suit::*}; Oct 15 03:35:57.395 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^ Oct 15 03:35:57.395 INFO kablam! Oct 15 03:35:57.395 INFO kablam! warning: unused import: `Suit::*` Oct 15 03:35:57.395 INFO kablam! --> src/game.rs:126:25 Oct 15 03:35:57.395 INFO kablam! | Oct 15 03:35:57.395 INFO kablam! 126 | use card::{Rank::*, Suit::*}; Oct 15 03:35:57.395 INFO kablam! | ^^^^^^^ Oct 15 03:35:57.395 INFO kablam! Oct 15 03:35:57.619 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 15 03:35:57.619 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:57.619 INFO kablam! | Oct 15 03:35:57.619 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:57.619 INFO kablam! 39 | | self.player_money -= bet; Oct 15 03:35:57.619 INFO kablam! 40 | | self.current_bet = bet; Oct 15 03:35:57.619 INFO kablam! 41 | | Oct 15 03:35:57.619 INFO kablam! ... | Oct 15 03:35:57.619 INFO kablam! 48 | | Ok(()) Oct 15 03:35:57.619 INFO kablam! 49 | | } Oct 15 03:35:57.619 INFO kablam! | |_____^ Oct 15 03:35:57.619 INFO kablam! | Oct 15 03:35:57.619 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 03:35:57.619 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 15 03:35:57.619 INFO kablam! = note: for more information, see issue #34537 Oct 15 03:35:57.619 INFO kablam! Oct 15 03:35:57.679 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 15 03:35:57.679 INFO kablam! --> src/game.rs:10:5 Oct 15 03:35:57.679 INFO kablam! | Oct 15 03:35:57.679 INFO kablam! 10 | NotEnoughChips, Oct 15 03:35:57.679 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:35:57.679 INFO kablam! | Oct 15 03:35:57.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:35:57.679 INFO kablam! Oct 15 03:35:58.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 15 03:35:58.923 INFO kablam! su: No module specific data is present Oct 15 03:35:59.871 INFO running `"docker" "rm" "-f" "6d462299fbbc790afa382c38edea334935ba4fc782978a81f4e92c7b770852ea"` Oct 15 03:36:00.159 INFO blam! 6d462299fbbc790afa382c38edea334935ba4fc782978a81f4e92c7b770852ea Oct 15 03:36:00.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:36:00.647 INFO blam! 093d19341de0a08b621a3680ed049457f89cdfdd869530ca022a6f798cedaf6e Oct 15 03:36:00.649 INFO running `"docker" "start" "-a" "093d19341de0a08b621a3680ed049457f89cdfdd869530ca022a6f798cedaf6e"` Oct 15 03:36:02.089 INFO kablam! usermod: no changes Oct 15 03:36:02.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 03:36:02.183 INFO kablam! Running /target/debug/deps/blackjack_rs-d94eb000b43f1471 Oct 15 03:36:02.184 INFO blam! Oct 15 03:36:02.184 INFO blam! running 14 tests Oct 15 03:36:02.186 INFO blam! test game::tests::dealing_a_hard_reduces_player_bank_and_deals_cards ... ok Oct 15 03:36:02.186 INFO blam! test game::tests::hitting_adds_another_card_to_player_hand ... ok Oct 15 03:36:02.186 INFO blam! test game::tests::jack_and_queen_is_20 ... ok Oct 15 03:36:02.187 INFO blam! test deck::tests::a_new_deck_has_52_cards ... ok Oct 15 03:36:02.187 INFO blam! test game::tests::player_stands_and_dealer_busts ... ok Oct 15 03:36:02.187 INFO blam! test game::tests::bust_with_two_aces ... ok Oct 15 03:36:02.187 INFO blam! test deck::tests::new_decks_should_be_shuffled ... ok Oct 15 03:36:02.188 INFO blam! test deck::tests::a_new_deck_has_4_of_each_rank ... ok Oct 15 03:36:02.188 INFO blam! test game::tests::player_stands_and_dealer_wins ... ok Oct 15 03:36:02.191 INFO blam! test game::tests::player_stands_and_dealer_hits_multiple_times ... ok Oct 15 03:36:02.191 INFO blam! test game::tests::simple_blackjack ... ok Oct 15 03:36:02.192 INFO blam! test game::tests::ten_and_four_is_14 ... ok Oct 15 03:36:02.203 INFO blam! test deck::tests::a_new_deck_has_13_of_each_suit ... ok Oct 15 03:36:02.203 INFO blam! test game::tests::two_aces ... ok Oct 15 03:36:02.204 INFO blam! Oct 15 03:36:02.204 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:36:02.204 INFO blam! Oct 15 03:36:02.207 INFO kablam! su: No module specific data is present Oct 15 03:36:03.199 INFO running `"docker" "rm" "-f" "093d19341de0a08b621a3680ed049457f89cdfdd869530ca022a6f798cedaf6e"` Oct 15 03:36:03.455 INFO blam! 093d19341de0a08b621a3680ed049457f89cdfdd869530ca022a6f798cedaf6e