Oct 15 11:17:00.984 INFO testing ElectricCoffee/Blackjack against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:17:00.984 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 11:17:01.287 INFO blam! a66130793e93b94d98d357eff1a592a7bf6ef40ebd196071ed8788e7701c3de8 Oct 15 11:17:01.289 INFO running `"docker" "start" "-a" "a66130793e93b94d98d357eff1a592a7bf6ef40ebd196071ed8788e7701c3de8"` Oct 15 11:17:01.915 INFO kablam! usermod: no changes Oct 15 11:17:02.015 INFO kablam! Compiling blackjack v0.1.0 (/source) Oct 15 11:17:03.267 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.268 INFO kablam! --> src/game/mod.rs:35:51 Oct 15 11:17:03.268 INFO kablam! | Oct 15 11:17:03.268 INFO kablam! 35 | if state.player_hands.is_empty() && state.current_bid > 0 { Oct 15 11:17:03.268 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.268 INFO kablam! Oct 15 11:17:03.269 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.269 INFO kablam! --> src/game/mod.rs:41:50 Oct 15 11:17:03.269 INFO kablam! | Oct 15 11:17:03.269 INFO kablam! 41 | if state.dealer_hand.is_empty() && state.current_bid > 0 { Oct 15 11:17:03.269 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.269 INFO kablam! Oct 15 11:17:03.291 INFO kablam! error[E0609]: no field `current_bid` on type `&game::state::State` Oct 15 11:17:03.291 INFO kablam! --> src/game/mod.rs:77:31 Oct 15 11:17:03.291 INFO kablam! | Oct 15 11:17:03.291 INFO kablam! 77 | println!("Pot: {}", state.current_bid); Oct 15 11:17:03.291 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.291 INFO kablam! Oct 15 11:17:03.302 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.302 INFO kablam! --> src/game/mod.rs:122:15 Oct 15 11:17:03.302 INFO kablam! | Oct 15 11:17:03.302 INFO kablam! 122 | state.current_bid += amount; Oct 15 11:17:03.302 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.302 INFO kablam! Oct 15 11:17:03.321 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:17:03.321 INFO kablam! --> src/game/mod.rs:141:20 Oct 15 11:17:03.321 INFO kablam! | Oct 15 11:17:03.321 INFO kablam! 141 | return Flow::Loss; Oct 15 11:17:03.321 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:17:03.321 INFO kablam! | Oct 15 11:17:03.321 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:17:03.321 INFO kablam! | Oct 15 11:17:03.321 INFO kablam! 2 | pub enum Flow { Oct 15 11:17:03.321 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:17:03.321 INFO kablam! Oct 15 11:17:03.321 INFO kablam! warning: unreachable expression Oct 15 11:17:03.321 INFO kablam! --> src/game/mod.rs:148:5 Oct 15 11:17:03.321 INFO kablam! | Oct 15 11:17:03.321 INFO kablam! 148 | Flow::Continue Oct 15 11:17:03.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:17:03.321 INFO kablam! | Oct 15 11:17:03.321 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 11:17:03.321 INFO kablam! Oct 15 11:17:03.327 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:17:03.327 INFO kablam! --> src/game/mod.rs:176:13 Oct 15 11:17:03.327 INFO kablam! | Oct 15 11:17:03.327 INFO kablam! 176 | Flow::Loss Oct 15 11:17:03.327 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:17:03.327 INFO kablam! | Oct 15 11:17:03.327 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:17:03.327 INFO kablam! | Oct 15 11:17:03.328 INFO kablam! 2 | pub enum Flow { Oct 15 11:17:03.328 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:17:03.328 INFO kablam! Oct 15 11:17:03.330 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.330 INFO kablam! --> src/game/mod.rs:192:21 Oct 15 11:17:03.330 INFO kablam! | Oct 15 11:17:03.330 INFO kablam! 192 | let pot = state.current_bid; Oct 15 11:17:03.330 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.330 INFO kablam! Oct 15 11:17:03.348 INFO kablam! error[E0599]: no variant named `Win` found for type `game::flow::Flow` in the current scope Oct 15 11:17:03.348 INFO kablam! --> src/game/mod.rs:195:9 Oct 15 11:17:03.348 INFO kablam! | Oct 15 11:17:03.348 INFO kablam! 195 | Flow::Win => { Oct 15 11:17:03.348 INFO kablam! | ^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:17:03.348 INFO kablam! | Oct 15 11:17:03.348 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:17:03.348 INFO kablam! | Oct 15 11:17:03.348 INFO kablam! 2 | pub enum Flow { Oct 15 11:17:03.348 INFO kablam! | ------------- variant `Win` not found here Oct 15 11:17:03.348 INFO kablam! Oct 15 11:17:03.350 INFO kablam! error[E0599]: no variant named `Loss` found for type `game::flow::Flow` in the current scope Oct 15 11:17:03.350 INFO kablam! --> src/game/mod.rs:202:9 Oct 15 11:17:03.350 INFO kablam! | Oct 15 11:17:03.350 INFO kablam! 202 | Flow::Loss => { Oct 15 11:17:03.350 INFO kablam! | ^^^^^^^^^^ variant not found in `game::flow::Flow` Oct 15 11:17:03.350 INFO kablam! | Oct 15 11:17:03.350 INFO kablam! ::: src/game/flow.rs:2:1 Oct 15 11:17:03.350 INFO kablam! | Oct 15 11:17:03.350 INFO kablam! 2 | pub enum Flow { Oct 15 11:17:03.350 INFO kablam! | ------------- variant `Loss` not found here Oct 15 11:17:03.350 INFO kablam! Oct 15 11:17:03.351 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.351 INFO kablam! --> src/game/mod.rs:198:19 Oct 15 11:17:03.351 INFO kablam! | Oct 15 11:17:03.351 INFO kablam! 198 | state.current_bid = 0; Oct 15 11:17:03.351 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.352 INFO kablam! Oct 15 11:17:03.352 INFO kablam! error[E0609]: no field `current_bid` on type `&mut game::state::State` Oct 15 11:17:03.352 INFO kablam! --> src/game/mod.rs:205:19 Oct 15 11:17:03.352 INFO kablam! | Oct 15 11:17:03.352 INFO kablam! 205 | state.current_bid = 0; Oct 15 11:17:03.352 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:17:03.352 INFO kablam! Oct 15 11:17:03.388 INFO kablam! error: aborting due to 11 previous errors Oct 15 11:17:03.389 INFO kablam! Oct 15 11:17:03.389 INFO kablam! Some errors occurred: E0599, E0609. Oct 15 11:17:03.389 INFO kablam! For more information about an error, try `rustc --explain E0599`. Oct 15 11:17:03.415 INFO kablam! error: Could not compile `blackjack`. Oct 15 11:17:03.415 INFO kablam! Oct 15 11:17:03.415 INFO kablam! To learn more, run the command again with --verbose. Oct 15 11:17:03.416 INFO kablam! su: No module specific data is present Oct 15 11:17:04.332 INFO running `"docker" "rm" "-f" "a66130793e93b94d98d357eff1a592a7bf6ef40ebd196071ed8788e7701c3de8"` Oct 15 11:17:04.587 INFO blam! a66130793e93b94d98d357eff1a592a7bf6ef40ebd196071ed8788e7701c3de8