Oct 15 03:35:46.999 INFO testing askreet/blackjack-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:35:47.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:35:47.411 INFO blam! 7186c63a93b6105bfcaefe28bd7cab6c981cf489c913b0013380c3892026e65e Oct 15 03:35:47.414 INFO running `"docker" "start" "-a" "7186c63a93b6105bfcaefe28bd7cab6c981cf489c913b0013380c3892026e65e"` Oct 15 03:35:48.510 INFO kablam! usermod: no changes Oct 15 03:35:48.589 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 15 03:35:49.083 INFO kablam! warning: unused import: `card::Card` Oct 15 03:35:49.083 INFO kablam! --> src/main.rs:4:5 Oct 15 03:35:49.083 INFO kablam! | Oct 15 03:35:49.083 INFO kablam! 4 | use card::Card; Oct 15 03:35:49.083 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:49.083 INFO kablam! | Oct 15 03:35:49.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:35:49.083 INFO kablam! Oct 15 03:35:49.083 INFO kablam! warning: unused import: `deck::Deck` Oct 15 03:35:49.083 INFO kablam! --> src/main.rs:5:5 Oct 15 03:35:49.083 INFO kablam! | Oct 15 03:35:49.083 INFO kablam! 5 | use deck::Deck; Oct 15 03:35:49.083 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:49.083 INFO kablam! Oct 15 03:35:49.235 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 15 03:35:49.235 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:49.235 INFO kablam! | Oct 15 03:35:49.235 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:49.235 INFO kablam! 39 | | self.player_money -= bet; Oct 15 03:35:49.235 INFO kablam! 40 | | self.current_bet = bet; Oct 15 03:35:49.235 INFO kablam! 41 | | Oct 15 03:35:49.235 INFO kablam! ... | Oct 15 03:35:49.235 INFO kablam! 48 | | Ok(()) Oct 15 03:35:49.235 INFO kablam! 49 | | } Oct 15 03:35:49.235 INFO kablam! | |_____^ Oct 15 03:35:49.235 INFO kablam! | Oct 15 03:35:49.235 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 03:35:49.235 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:49.235 INFO kablam! = note: for more information, see issue #34537 Oct 15 03:35:49.235 INFO kablam! Oct 15 03:35:49.275 INFO kablam! warning: method is never used: `of` Oct 15 03:35:49.275 INFO kablam! --> src/deck.rs:26:5 Oct 15 03:35:49.275 INFO kablam! | Oct 15 03:35:49.275 INFO kablam! 26 | pub fn of(cards: Vec) -> Deck { Oct 15 03:35:49.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:49.275 INFO kablam! | Oct 15 03:35:49.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:35:49.275 INFO kablam! Oct 15 03:35:49.275 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 15 03:35:49.275 INFO kablam! --> src/game.rs:10:5 Oct 15 03:35:49.275 INFO kablam! | Oct 15 03:35:49.275 INFO kablam! 10 | NotEnoughChips, Oct 15 03:35:49.275 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:35:49.275 INFO kablam! Oct 15 03:35:49.275 INFO kablam! warning: type alias is never used: `Result` Oct 15 03:35:49.275 INFO kablam! --> src/game.rs:13:1 Oct 15 03:35:49.275 INFO kablam! | Oct 15 03:35:49.275 INFO kablam! 13 | type Result = result::Result; Oct 15 03:35:49.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:49.275 INFO kablam! Oct 15 03:35:49.275 INFO kablam! warning: method is never used: `deal_hand` Oct 15 03:35:49.275 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:49.275 INFO kablam! | Oct 15 03:35:49.275 INFO kablam! 38 | pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:49.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:35:49.275 INFO kablam! Oct 15 03:35:50.306 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 15 03:35:50.311 INFO kablam! su: No module specific data is present Oct 15 03:35:51.373 INFO running `"docker" "rm" "-f" "7186c63a93b6105bfcaefe28bd7cab6c981cf489c913b0013380c3892026e65e"` Oct 15 03:35:51.603 INFO blam! 7186c63a93b6105bfcaefe28bd7cab6c981cf489c913b0013380c3892026e65e Oct 15 03:35:51.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:35:51.960 INFO blam! a483f5250e2facf3289e6def181b02a16af36aa42b35afdb731194329c5f4052 Oct 15 03:35:51.967 INFO running `"docker" "start" "-a" "a483f5250e2facf3289e6def181b02a16af36aa42b35afdb731194329c5f4052"` Oct 15 03:35:53.143 INFO kablam! usermod: no changes Oct 15 03:35:53.219 INFO kablam! Compiling blackjack-rs v0.1.0 (/source) Oct 15 03:35:53.855 INFO kablam! warning: unused import: `card::Card` Oct 15 03:35:53.855 INFO kablam! --> src/main.rs:4:5 Oct 15 03:35:53.855 INFO kablam! | Oct 15 03:35:53.855 INFO kablam! 4 | use card::Card; Oct 15 03:35:53.855 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:53.855 INFO kablam! | Oct 15 03:35:53.855 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:35:53.855 INFO kablam! Oct 15 03:35:53.855 INFO kablam! warning: unused import: `deck::Deck` Oct 15 03:35:53.855 INFO kablam! --> src/main.rs:5:5 Oct 15 03:35:53.855 INFO kablam! | Oct 15 03:35:53.855 INFO kablam! 5 | use deck::Deck; Oct 15 03:35:53.855 INFO kablam! | ^^^^^^^^^^ Oct 15 03:35:53.855 INFO kablam! Oct 15 03:35:53.855 INFO kablam! warning: unused imports: `Card`, `Rank::*`, `Suit::*` Oct 15 03:35:53.855 INFO kablam! --> src/deck.rs:38:16 Oct 15 03:35:53.855 INFO kablam! | Oct 15 03:35:53.855 INFO kablam! 38 | use card::{Card, Rank, Rank::*, Suit, Suit::*}; Oct 15 03:35:53.855 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^ Oct 15 03:35:53.855 INFO kablam! Oct 15 03:35:53.855 INFO kablam! warning: unused import: `Suit::*` Oct 15 03:35:53.855 INFO kablam! --> src/game.rs:126:25 Oct 15 03:35:53.855 INFO kablam! | Oct 15 03:35:53.855 INFO kablam! 126 | use card::{Rank::*, Suit::*}; Oct 15 03:35:53.855 INFO kablam! | ^^^^^^^ Oct 15 03:35:53.855 INFO kablam! Oct 15 03:35:54.053 INFO kablam! warning: private type `game::Error` in public interface (error E0446) Oct 15 03:35:54.054 INFO kablam! --> src/game.rs:38:5 Oct 15 03:35:54.054 INFO kablam! | Oct 15 03:35:54.054 INFO kablam! 38 | / pub fn deal_hand(&mut self, bet: Chips) -> Result<()> { Oct 15 03:35:54.054 INFO kablam! 39 | | self.player_money -= bet; Oct 15 03:35:54.054 INFO kablam! 40 | | self.current_bet = bet; Oct 15 03:35:54.055 INFO kablam! 41 | | Oct 15 03:35:54.055 INFO kablam! ... | Oct 15 03:35:54.055 INFO kablam! 48 | | Ok(()) Oct 15 03:35:54.055 INFO kablam! 49 | | } Oct 15 03:35:54.055 INFO kablam! | |_____^ Oct 15 03:35:54.055 INFO kablam! | Oct 15 03:35:54.056 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 15 03:35:54.056 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:54.056 INFO kablam! = note: for more information, see issue #34537 Oct 15 03:35:54.056 INFO kablam! Oct 15 03:35:54.115 INFO kablam! warning: variant is never constructed: `NotEnoughChips` Oct 15 03:35:54.115 INFO kablam! --> src/game.rs:10:5 Oct 15 03:35:54.116 INFO kablam! | Oct 15 03:35:54.116 INFO kablam! 10 | NotEnoughChips, Oct 15 03:35:54.116 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:35:54.116 INFO kablam! | Oct 15 03:35:54.117 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:35:54.117 INFO kablam! Oct 15 03:35:55.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 15 03:35:55.348 INFO kablam! su: No module specific data is present Oct 15 03:35:55.931 INFO running `"docker" "rm" "-f" "a483f5250e2facf3289e6def181b02a16af36aa42b35afdb731194329c5f4052"` Oct 15 03:35:56.187 INFO blam! a483f5250e2facf3289e6def181b02a16af36aa42b35afdb731194329c5f4052 Oct 15 03:35:56.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:35:56.562 INFO blam! c39efbdf2155582c5894451863cb9c2d9d750bb6b14f2901d986bda50401c790 Oct 15 03:35:56.564 INFO running `"docker" "start" "-a" "c39efbdf2155582c5894451863cb9c2d9d750bb6b14f2901d986bda50401c790"` Oct 15 03:35:58.366 INFO kablam! usermod: no changes Oct 15 03:35:58.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 03:35:58.439 INFO kablam! Running /target/debug/deps/blackjack_rs-2d72299dfde6048f Oct 15 03:35:58.447 INFO blam! Oct 15 03:35:58.447 INFO blam! running 14 tests Oct 15 03:35:58.455 INFO blam! test game::tests::bust_with_two_aces ... ok Oct 15 03:35:58.455 INFO blam! test deck::tests::new_decks_should_be_shuffled ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::jack_and_queen_is_20 ... ok Oct 15 03:35:58.455 INFO blam! test deck::tests::a_new_deck_has_52_cards ... ok Oct 15 03:35:58.455 INFO blam! test deck::tests::a_new_deck_has_4_of_each_rank ... ok Oct 15 03:35:58.455 INFO blam! test deck::tests::a_new_deck_has_13_of_each_suit ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::dealing_a_hard_reduces_player_bank_and_deals_cards ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::hitting_adds_another_card_to_player_hand ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::two_aces ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::ten_and_four_is_14 ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::player_stands_and_dealer_hits_multiple_times ... ok Oct 15 03:35:58.455 INFO blam! test game::tests::player_stands_and_dealer_busts ... ok Oct 15 03:35:58.459 INFO blam! test game::tests::player_stands_and_dealer_wins ... ok Oct 15 03:35:58.459 INFO blam! test game::tests::simple_blackjack ... ok Oct 15 03:35:58.459 INFO blam! Oct 15 03:35:58.459 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:35:58.459 INFO blam! Oct 15 03:35:58.461 INFO kablam! su: No module specific data is present Oct 15 03:35:59.704 INFO running `"docker" "rm" "-f" "c39efbdf2155582c5894451863cb9c2d9d750bb6b14f2901d986bda50401c790"` Oct 15 03:35:59.945 INFO blam! c39efbdf2155582c5894451863cb9c2d9d750bb6b14f2901d986bda50401c790