Oct 27 12:03:00.044 INFO checking ElectricCoffee/Blackjack against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:03:00.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:03:00.234 INFO blam! 625351934d64afb250dca4d6b44ab649d330b8889eb302cd4c80a108db482d51 Oct 27 12:03:00.236 INFO running `"docker" "start" "-a" "625351934d64afb250dca4d6b44ab649d330b8889eb302cd4c80a108db482d51"` Oct 27 12:03:00.884 INFO kablam! usermod: no changes Oct 27 12:03:00.939 INFO kablam! Checking blackjack v0.1.0 (/source) Oct 27 12:03:02.395 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.395 INFO kablam! --> src/game/mod.rs:35:51 Oct 27 12:03:02.395 INFO kablam! | Oct 27 12:03:02.395 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 27 12:03:02.395 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.395 INFO kablam! Oct 27 12:03:02.395 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.395 INFO kablam! --> src/game/mod.rs:41:50 Oct 27 12:03:02.395 INFO kablam! | Oct 27 12:03:02.395 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 27 12:03:02.395 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.395 INFO kablam! Oct 27 12:03:02.411 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 27 12:03:02.411 INFO kablam! --> src/game/mod.rs:77:31 Oct 27 12:03:02.411 INFO kablam! | Oct 27 12:03:02.411 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 27 12:03:02.411 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.411 INFO kablam! Oct 27 12:03:02.427 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.427 INFO kablam! --> src/game/mod.rs:122:15 Oct 27 12:03:02.427 INFO kablam! | Oct 27 12:03:02.427 INFO kablam! 122 | state.current_bid += amount; Oct 27 12:03:02.427 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.427 INFO kablam! Oct 27 12:03:02.435 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.435 INFO kablam! --> src/game/mod.rs:141:20 Oct 27 12:03:02.435 INFO kablam! | Oct 27 12:03:02.435 INFO kablam! 141 | return Flow::Loss; Oct 27 12:03:02.435 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.435 INFO kablam! | Oct 27 12:03:02.435 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.435 INFO kablam! | Oct 27 12:03:02.435 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.435 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.435 INFO kablam! Oct 27 12:03:02.435 INFO kablam! warning: unreachable expression Oct 27 12:03:02.435 INFO kablam! --> src/game/mod.rs:148:5 Oct 27 12:03:02.435 INFO kablam! | Oct 27 12:03:02.435 INFO kablam! 148 | Flow::Continue Oct 27 12:03:02.435 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:03:02.435 INFO kablam! | Oct 27 12:03:02.435 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 12:03:02.435 INFO kablam! Oct 27 12:03:02.455 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.455 INFO kablam! --> src/game/mod.rs:176:13 Oct 27 12:03:02.455 INFO kablam! | Oct 27 12:03:02.455 INFO kablam! 176 | Flow::Loss Oct 27 12:03:02.455 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.455 INFO kablam! | Oct 27 12:03:02.455 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.455 INFO kablam! | Oct 27 12:03:02.455 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.455 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.455 INFO kablam! Oct 27 12:03:02.455 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.455 INFO kablam! --> src/game/mod.rs:192:21 Oct 27 12:03:02.455 INFO kablam! | Oct 27 12:03:02.455 INFO kablam! 192 | let pot = state.current_bid; Oct 27 12:03:02.455 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.455 INFO kablam! Oct 27 12:03:02.459 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.459 INFO kablam! --> src/game/mod.rs:195:9 Oct 27 12:03:02.459 INFO kablam! | Oct 27 12:03:02.459 INFO kablam! 195 | Flow::Win => { Oct 27 12:03:02.459 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.459 INFO kablam! | Oct 27 12:03:02.459 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.459 INFO kablam! | Oct 27 12:03:02.459 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.459 INFO kablam! | ------------- variant `Win` not found here Oct 27 12:03:02.459 INFO kablam! Oct 27 12:03:02.459 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.459 INFO kablam! --> src/game/mod.rs:198:19 Oct 27 12:03:02.459 INFO kablam! | Oct 27 12:03:02.459 INFO kablam! 198 | state.current_bid = 0; Oct 27 12:03:02.459 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.459 INFO kablam! Oct 27 12:03:02.463 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.463 INFO kablam! --> src/game/mod.rs:202:9 Oct 27 12:03:02.463 INFO kablam! | Oct 27 12:03:02.463 INFO kablam! 202 | Flow::Loss => { Oct 27 12:03:02.463 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.463 INFO kablam! | Oct 27 12:03:02.463 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.463 INFO kablam! | Oct 27 12:03:02.463 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.463 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.463 INFO kablam! Oct 27 12:03:02.463 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.463 INFO kablam! --> src/game/mod.rs:205:19 Oct 27 12:03:02.463 INFO kablam! | Oct 27 12:03:02.463 INFO kablam! 205 | state.current_bid = 0; Oct 27 12:03:02.463 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.463 INFO kablam! Oct 27 12:03:02.507 INFO kablam! error: aborting due to 11 previous errors Oct 27 12:03:02.507 INFO kablam! Oct 27 12:03:02.507 INFO kablam! Some errors occurred: E0599, E0609. Oct 27 12:03:02.507 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 27 12:03:02.524 INFO kablam! error: Could not compile `blackjack`. Oct 27 12:03:02.524 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 12:03:02.555 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.555 INFO kablam! --> src/game/mod.rs:35:51 Oct 27 12:03:02.555 INFO kablam! | Oct 27 12:03:02.555 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 27 12:03:02.555 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.555 INFO kablam! Oct 27 12:03:02.555 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.555 INFO kablam! --> src/game/mod.rs:41:50 Oct 27 12:03:02.555 INFO kablam! | Oct 27 12:03:02.555 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 27 12:03:02.555 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.555 INFO kablam! Oct 27 12:03:02.563 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 27 12:03:02.563 INFO kablam! --> src/game/mod.rs:77:31 Oct 27 12:03:02.563 INFO kablam! | Oct 27 12:03:02.563 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 27 12:03:02.563 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.563 INFO kablam! Oct 27 12:03:02.575 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.575 INFO kablam! --> src/game/mod.rs:122:15 Oct 27 12:03:02.575 INFO kablam! | Oct 27 12:03:02.575 INFO kablam! 122 | state.current_bid += amount; Oct 27 12:03:02.575 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.575 INFO kablam! Oct 27 12:03:02.583 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.583 INFO kablam! --> src/game/mod.rs:141:20 Oct 27 12:03:02.583 INFO kablam! | Oct 27 12:03:02.583 INFO kablam! 141 | return Flow::Loss; Oct 27 12:03:02.583 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.583 INFO kablam! | Oct 27 12:03:02.583 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.583 INFO kablam! | Oct 27 12:03:02.583 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.583 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.583 INFO kablam! Oct 27 12:03:02.583 INFO kablam! warning: unreachable expression Oct 27 12:03:02.583 INFO kablam! --> src/game/mod.rs:148:5 Oct 27 12:03:02.583 INFO kablam! | Oct 27 12:03:02.583 INFO kablam! 148 | Flow::Continue Oct 27 12:03:02.583 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:03:02.583 INFO kablam! | Oct 27 12:03:02.583 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 12:03:02.583 INFO kablam! Oct 27 12:03:02.587 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.587 INFO kablam! --> src/game/mod.rs:176:13 Oct 27 12:03:02.587 INFO kablam! | Oct 27 12:03:02.587 INFO kablam! 176 | Flow::Loss Oct 27 12:03:02.587 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.587 INFO kablam! | Oct 27 12:03:02.587 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.587 INFO kablam! | Oct 27 12:03:02.587 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.587 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.587 INFO kablam! Oct 27 12:03:02.587 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.587 INFO kablam! --> src/game/mod.rs:192:21 Oct 27 12:03:02.587 INFO kablam! | Oct 27 12:03:02.587 INFO kablam! 192 | let pot = state.current_bid; Oct 27 12:03:02.587 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.587 INFO kablam! Oct 27 12:03:02.590 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.590 INFO kablam! --> src/game/mod.rs:195:9 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 195 | Flow::Win => { Oct 27 12:03:02.590 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.590 INFO kablam! | ------------- variant `Win` not found here Oct 27 12:03:02.590 INFO kablam! Oct 27 12:03:02.590 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.590 INFO kablam! --> src/game/mod.rs:198:19 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 198 | state.current_bid = 0; Oct 27 12:03:02.590 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.590 INFO kablam! Oct 27 12:03:02.590 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 27 12:03:02.590 INFO kablam! --> src/game/mod.rs:202:9 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 202 | Flow::Loss => { Oct 27 12:03:02.590 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! ::: src/game/flow.rs:2:1 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 2 | pub enum Flow { Oct 27 12:03:02.590 INFO kablam! | ------------- variant `Loss` not found here Oct 27 12:03:02.590 INFO kablam! Oct 27 12:03:02.590 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 27 12:03:02.590 INFO kablam! --> src/game/mod.rs:205:19 Oct 27 12:03:02.590 INFO kablam! | Oct 27 12:03:02.590 INFO kablam! 205 | state.current_bid = 0; Oct 27 12:03:02.590 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:03:02.590 INFO kablam! Oct 27 12:03:02.615 INFO kablam! error: aborting due to 11 previous errors Oct 27 12:03:02.615 INFO kablam! Oct 27 12:03:02.615 INFO kablam! Some errors occurred: E0599, E0609. Oct 27 12:03:02.615 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 27 12:03:02.624 INFO kablam! error: Could not compile `blackjack`. Oct 27 12:03:02.624 INFO kablam! Oct 27 12:03:02.624 INFO kablam! To learn more, run the command again with --verbose. Oct 27 12:03:02.627 INFO kablam! su: No module specific data is present Oct 27 12:03:03.523 INFO running `"docker" "rm" "-f" "625351934d64afb250dca4d6b44ab649d330b8889eb302cd4c80a108db482d51"` Oct 27 12:03:03.723 INFO blam! 625351934d64afb250dca4d6b44ab649d330b8889eb302cd4c80a108db482d51