Oct 15 11:16:56.677 INFO testing ElectricCoffee/Blackjack against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:16:56.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 11:16:57.109 INFO blam! bfafd8f0ce15bc976aebe4fc8ecdd5b4b07ca86712dbd8ecdb7cdf47c812064e Oct 15 11:16:57.113 INFO running `"docker" "start" "-a" "bfafd8f0ce15bc976aebe4fc8ecdd5b4b07ca86712dbd8ecdb7cdf47c812064e"` Oct 15 11:16:58.256 INFO kablam! usermod: no changes Oct 15 11:16:58.361 INFO kablam! Compiling blackjack v0.1.0 (/source) Oct 15 11:16:59.835 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.835 INFO kablam! --> src/game/mod.rs:35:51 Oct 15 11:16:59.835 INFO kablam! | Oct 15 11:16:59.836 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 15 11:16:59.836 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.836 INFO kablam! Oct 15 11:16:59.836 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.836 INFO kablam! --> src/game/mod.rs:41:50 Oct 15 11:16:59.836 INFO kablam! | Oct 15 11:16:59.836 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 15 11:16:59.836 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.837 INFO kablam! Oct 15 11:16:59.859 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 15 11:16:59.859 INFO kablam! --> src/game/mod.rs:77:31 Oct 15 11:16:59.859 INFO kablam! | Oct 15 11:16:59.859 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 15 11:16:59.860 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.860 INFO kablam! Oct 15 11:16:59.875 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.875 INFO kablam! --> src/game/mod.rs:122:15 Oct 15 11:16:59.875 INFO kablam! | Oct 15 11:16:59.875 INFO kablam! 122 | state.current_bid += amount; Oct 15 11:16:59.876 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.876 INFO kablam! Oct 15 11:16:59.876 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:16:59.876 INFO kablam! --> src/game/mod.rs:141:20 Oct 15 11:16:59.876 INFO kablam! | Oct 15 11:16:59.876 INFO kablam! 141 | return Flow::Loss; Oct 15 11:16:59.876 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:16:59.876 INFO kablam! | Oct 15 11:16:59.876 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:16:59.876 INFO kablam! | Oct 15 11:16:59.876 INFO kablam! 2 | pub enum Flow { Oct 15 11:16:59.876 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:16:59.876 INFO kablam! Oct 15 11:16:59.877 INFO kablam! warning: unreachable expression Oct 15 11:16:59.877 INFO kablam! --> src/game/mod.rs:148:5 Oct 15 11:16:59.877 INFO kablam! | Oct 15 11:16:59.877 INFO kablam! 148 | Flow::Continue Oct 15 11:16:59.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:16:59.877 INFO kablam! | Oct 15 11:16:59.877 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 11:16:59.877 INFO kablam! Oct 15 11:16:59.881 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:16:59.881 INFO kablam! --> src/game/mod.rs:176:13 Oct 15 11:16:59.881 INFO kablam! | Oct 15 11:16:59.881 INFO kablam! 176 | Flow::Loss Oct 15 11:16:59.881 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:16:59.881 INFO kablam! | Oct 15 11:16:59.881 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:16:59.881 INFO kablam! | Oct 15 11:16:59.881 INFO kablam! 2 | pub enum Flow { Oct 15 11:16:59.881 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:16:59.881 INFO kablam! Oct 15 11:16:59.883 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.883 INFO kablam! --> src/game/mod.rs:192:21 Oct 15 11:16:59.883 INFO kablam! | Oct 15 11:16:59.883 INFO kablam! 192 | let pot = state.current_bid; Oct 15 11:16:59.883 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.883 INFO kablam! Oct 15 11:16:59.885 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 15 11:16:59.885 INFO kablam! --> src/game/mod.rs:195:9 Oct 15 11:16:59.885 INFO kablam! | Oct 15 11:16:59.885 INFO kablam! 195 | Flow::Win => { Oct 15 11:16:59.885 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:16:59.885 INFO kablam! | Oct 15 11:16:59.885 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:16:59.885 INFO kablam! | Oct 15 11:16:59.885 INFO kablam! 2 | pub enum Flow { Oct 15 11:16:59.885 INFO kablam! | ------------- variant `Win` not found here Oct 15 11:16:59.885 INFO kablam! Oct 15 11:16:59.887 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:16:59.887 INFO kablam! --> src/game/mod.rs:202:9 Oct 15 11:16:59.887 INFO kablam! | Oct 15 11:16:59.888 INFO kablam! 202 | Flow::Loss => { Oct 15 11:16:59.888 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:16:59.888 INFO kablam! | Oct 15 11:16:59.888 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:16:59.888 INFO kablam! | Oct 15 11:16:59.888 INFO kablam! 2 | pub enum Flow { Oct 15 11:16:59.888 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:16:59.889 INFO kablam! Oct 15 11:16:59.889 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.889 INFO kablam! --> src/game/mod.rs:198:19 Oct 15 11:16:59.889 INFO kablam! | Oct 15 11:16:59.889 INFO kablam! 198 | state.current_bid = 0; Oct 15 11:16:59.889 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.889 INFO kablam! Oct 15 11:16:59.889 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:16:59.890 INFO kablam! --> src/game/mod.rs:205:19 Oct 15 11:16:59.890 INFO kablam! | Oct 15 11:16:59.890 INFO kablam! 205 | state.current_bid = 0; Oct 15 11:16:59.890 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:16:59.890 INFO kablam! Oct 15 11:16:59.910 INFO kablam! error: aborting due to 11 previous errors Oct 15 11:16:59.910 INFO kablam! Oct 15 11:16:59.910 INFO kablam! Some errors occurred: E0599, E0609. Oct 15 11:16:59.910 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 15 11:16:59.938 INFO kablam! error: Could not compile `blackjack`. Oct 15 11:16:59.938 INFO kablam! Oct 15 11:16:59.938 INFO kablam! To learn more, run the command again with --verbose. Oct 15 11:16:59.940 INFO kablam! su: No module specific data is present Oct 15 11:17:00.715 INFO running `"docker" "rm" "-f" "bfafd8f0ce15bc976aebe4fc8ecdd5b4b07ca86712dbd8ecdb7cdf47c812064e"` Oct 15 11:17:00.878 INFO blam! bfafd8f0ce15bc976aebe4fc8ecdd5b4b07ca86712dbd8ecdb7cdf47c812064e