Oct 13 04:56:02.627 INFO checking ElectricCoffee/Blackjack against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:56:02.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 04:56:03.073 INFO blam! f77a30becaefabf6c167551f471e39e4894943a70c6214fa2337792b6de4ec2a Oct 13 04:56:03.078 INFO running `"docker" "start" "-a" "f77a30becaefabf6c167551f471e39e4894943a70c6214fa2337792b6de4ec2a"` Oct 13 04:56:04.408 INFO kablam! usermod: no changes Oct 13 04:56:04.556 INFO kablam! Checking blackjack v0.1.0 (/source) Oct 13 04:56:05.834 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.835 INFO kablam! --> src/game/mod.rs:35:51 Oct 13 04:56:05.837 INFO kablam! | Oct 13 04:56:05.837 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 13 04:56:05.837 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.837 INFO kablam! Oct 13 04:56:05.838 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.838 INFO kablam! --> src/game/mod.rs:41:50 Oct 13 04:56:05.839 INFO kablam! | Oct 13 04:56:05.839 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 13 04:56:05.839 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.840 INFO kablam! Oct 13 04:56:05.849 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 13 04:56:05.849 INFO kablam! --> src/game/mod.rs:77:31 Oct 13 04:56:05.849 INFO kablam! | Oct 13 04:56:05.849 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 13 04:56:05.850 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.850 INFO kablam! Oct 13 04:56:05.861 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.880 INFO kablam! --> src/game/mod.rs:122:15 Oct 13 04:56:05.881 INFO kablam! | Oct 13 04:56:05.881 INFO kablam! 122 | state.current_bid += amount; Oct 13 04:56:05.881 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.881 INFO kablam! Oct 13 04:56:05.881 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:05.882 INFO kablam! --> src/game/mod.rs:141:20 Oct 13 04:56:05.882 INFO kablam! | Oct 13 04:56:05.882 INFO kablam! 141 | return Flow::Loss; Oct 13 04:56:05.882 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:05.883 INFO kablam! | Oct 13 04:56:05.883 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:05.883 INFO kablam! | Oct 13 04:56:05.883 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:05.884 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:05.884 INFO kablam! Oct 13 04:56:05.884 INFO kablam! warning: unreachable expression Oct 13 04:56:05.884 INFO kablam! --> src/game/mod.rs:148:5 Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! 148 | Flow::Continue Oct 13 04:56:05.884 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:56:05.884 INFO kablam! Oct 13 04:56:05.884 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:05.884 INFO kablam! --> src/game/mod.rs:176:13 Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! 176 | Flow::Loss Oct 13 04:56:05.884 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:05.884 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:05.884 INFO kablam! Oct 13 04:56:05.884 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.884 INFO kablam! --> src/game/mod.rs:192:21 Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! 192 | let pot = state.current_bid; Oct 13 04:56:05.884 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.884 INFO kablam! Oct 13 04:56:05.884 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 13 04:56:05.884 INFO kablam! --> src/game/mod.rs:195:9 Oct 13 04:56:05.884 INFO kablam! | Oct 13 04:56:05.884 INFO kablam! 195 | Flow::Win => { Oct 13 04:56:05.884 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:05.888 INFO kablam! | ------------- variant `Win` not found here Oct 13 04:56:05.888 INFO kablam! Oct 13 04:56:05.888 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:05.888 INFO kablam! --> src/game/mod.rs:202:9 Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! 202 | Flow::Loss => { Oct 13 04:56:05.888 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:05.888 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:05.888 INFO kablam! Oct 13 04:56:05.888 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.888 INFO kablam! --> src/game/mod.rs:198:19 Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! 198 | state.current_bid = 0; Oct 13 04:56:05.888 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.888 INFO kablam! Oct 13 04:56:05.888 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.888 INFO kablam! --> src/game/mod.rs:205:19 Oct 13 04:56:05.888 INFO kablam! | Oct 13 04:56:05.888 INFO kablam! 205 | state.current_bid = 0; Oct 13 04:56:05.888 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.888 INFO kablam! Oct 13 04:56:05.914 INFO kablam! error: aborting due to 11 previous errors Oct 13 04:56:05.914 INFO kablam! Oct 13 04:56:05.914 INFO kablam! Some errors occurred: E0599, E0609. Oct 13 04:56:05.914 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 13 04:56:05.920 INFO kablam! error: Could not compile `blackjack`. Oct 13 04:56:05.920 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 04:56:05.998 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.998 INFO kablam! --> src/game/mod.rs:35:51 Oct 13 04:56:05.998 INFO kablam! | Oct 13 04:56:05.998 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 13 04:56:05.999 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:05.999 INFO kablam! Oct 13 04:56:05.999 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:05.999 INFO kablam! --> src/game/mod.rs:41:50 Oct 13 04:56:05.999 INFO kablam! | Oct 13 04:56:05.999 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 13 04:56:05.999 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.000 INFO kablam! Oct 13 04:56:06.000 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 13 04:56:06.000 INFO kablam! --> src/game/mod.rs:77:31 Oct 13 04:56:06.000 INFO kablam! | Oct 13 04:56:06.000 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 13 04:56:06.000 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.001 INFO kablam! Oct 13 04:56:06.020 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:06.020 INFO kablam! --> src/game/mod.rs:122:15 Oct 13 04:56:06.021 INFO kablam! | Oct 13 04:56:06.021 INFO kablam! 122 | state.current_bid += amount; Oct 13 04:56:06.021 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.021 INFO kablam! Oct 13 04:56:06.021 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:06.021 INFO kablam! --> src/game/mod.rs:141:20 Oct 13 04:56:06.021 INFO kablam! | Oct 13 04:56:06.022 INFO kablam! 141 | return Flow::Loss; Oct 13 04:56:06.022 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:06.022 INFO kablam! | Oct 13 04:56:06.022 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:06.022 INFO kablam! | Oct 13 04:56:06.022 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:06.023 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:06.023 INFO kablam! Oct 13 04:56:06.023 INFO kablam! warning: unreachable expression Oct 13 04:56:06.023 INFO kablam! --> src/game/mod.rs:148:5 Oct 13 04:56:06.023 INFO kablam! | Oct 13 04:56:06.023 INFO kablam! 148 | Flow::Continue Oct 13 04:56:06.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:56:06.024 INFO kablam! | Oct 13 04:56:06.024 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:56:06.024 INFO kablam! Oct 13 04:56:06.024 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:06.024 INFO kablam! --> src/game/mod.rs:176:13 Oct 13 04:56:06.024 INFO kablam! | Oct 13 04:56:06.024 INFO kablam! 176 | Flow::Loss Oct 13 04:56:06.025 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:06.025 INFO kablam! | Oct 13 04:56:06.025 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:06.025 INFO kablam! | Oct 13 04:56:06.025 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:06.025 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:06.026 INFO kablam! Oct 13 04:56:06.026 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:06.026 INFO kablam! --> src/game/mod.rs:192:21 Oct 13 04:56:06.026 INFO kablam! | Oct 13 04:56:06.026 INFO kablam! 192 | let pot = state.current_bid; Oct 13 04:56:06.026 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.026 INFO kablam! Oct 13 04:56:06.027 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 13 04:56:06.027 INFO kablam! --> src/game/mod.rs:195:9 Oct 13 04:56:06.027 INFO kablam! | Oct 13 04:56:06.027 INFO kablam! 195 | Flow::Win => { Oct 13 04:56:06.027 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:06.027 INFO kablam! | Oct 13 04:56:06.027 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:06.027 INFO kablam! | Oct 13 04:56:06.028 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:06.028 INFO kablam! | ------------- variant `Win` not found here Oct 13 04:56:06.028 INFO kablam! Oct 13 04:56:06.028 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 13 04:56:06.028 INFO kablam! --> src/game/mod.rs:202:9 Oct 13 04:56:06.028 INFO kablam! | Oct 13 04:56:06.028 INFO kablam! 202 | Flow::Loss => { Oct 13 04:56:06.029 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 13 04:56:06.029 INFO kablam! | Oct 13 04:56:06.029 INFO kablam! ::: src/game/flow.rs:2:1 Oct 13 04:56:06.029 INFO kablam! | Oct 13 04:56:06.029 INFO kablam! 2 | pub enum Flow { Oct 13 04:56:06.029 INFO kablam! | ------------- variant `Loss` not found here Oct 13 04:56:06.029 INFO kablam! Oct 13 04:56:06.029 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:06.030 INFO kablam! --> src/game/mod.rs:198:19 Oct 13 04:56:06.030 INFO kablam! | Oct 13 04:56:06.030 INFO kablam! 198 | state.current_bid = 0; Oct 13 04:56:06.030 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.030 INFO kablam! Oct 13 04:56:06.044 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 13 04:56:06.044 INFO kablam! --> src/game/mod.rs:205:19 Oct 13 04:56:06.045 INFO kablam! | Oct 13 04:56:06.045 INFO kablam! 205 | state.current_bid = 0; Oct 13 04:56:06.045 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:56:06.045 INFO kablam! Oct 13 04:56:06.060 INFO kablam! error: aborting due to 11 previous errors Oct 13 04:56:06.060 INFO kablam! Oct 13 04:56:06.061 INFO kablam! Some errors occurred: E0599, E0609. Oct 13 04:56:06.061 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 13 04:56:06.061 INFO kablam! error: Could not compile `blackjack`. Oct 13 04:56:06.061 INFO kablam! Oct 13 04:56:06.061 INFO kablam! To learn more, run the command again with --verbose. Oct 13 04:56:06.061 INFO kablam! su: No module specific data is present Oct 13 04:56:06.521 INFO running `"docker" "rm" "-f" "f77a30becaefabf6c167551f471e39e4894943a70c6214fa2337792b6de4ec2a"` Oct 13 04:56:06.792 INFO blam! f77a30becaefabf6c167551f471e39e4894943a70c6214fa2337792b6de4ec2a