Sep 01 18:09:39.758 INFO checking zero_sum-1.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 18:09:39.758 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 18:09:39.759 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:09:39.966 INFO blam! a51e78220af275345ee16abd2662d7342549334f7b08e166e162a2e030b99db1 Sep 01 18:09:39.968 INFO running `"docker" "start" "-a" "a51e78220af275345ee16abd2662d7342549334f7b08e166e162a2e030b99db1"` Sep 01 18:09:40.705 INFO kablam! Checking zero_sum v1.2.0 (file:///source) Sep 01 18:09:42.257 INFO kablam! error[E0433]: failed to resolve. Could not find `impls` in `zero_sum` Sep 01 18:09:42.257 INFO kablam! --> examples/tic_tac_toe.rs:25:15 Sep 01 18:09:42.257 INFO kablam! | Sep 01 18:09:42.257 INFO kablam! 25 | use zero_sum::impls::tic_tac_toe::*; Sep 01 18:09:42.257 INFO kablam! | ^^^^^ Could not find `impls` in `zero_sum` Sep 01 18:09:42.258 INFO kablam! Sep 01 18:09:42.258 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Board` Sep 01 18:09:42.258 INFO kablam! --> examples/tic_tac_toe.rs:32:25 Sep 01 18:09:42.258 INFO kablam! | Sep 01 18:09:42.258 INFO kablam! 32 | let mut board = Board::new(); Sep 01 18:09:42.258 INFO kablam! | ^^^^^ Use of undeclared type or module `Board` Sep 01 18:09:42.258 INFO kablam! Sep 01 18:09:42.261 INFO kablam! error[E0433]: failed to resolve. Could not find `impls` in `zero_sum` Sep 01 18:09:42.261 INFO kablam! --> examples/tak_opening.rs:23:15 Sep 01 18:09:42.261 INFO kablam! | Sep 01 18:09:42.261 INFO kablam! 23 | use zero_sum::impls::tak::*; Sep 01 18:09:42.261 INFO kablam! | ^^^^^ Could not find `impls` in `zero_sum` Sep 01 18:09:42.261 INFO kablam! Sep 01 18:09:42.262 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `State` Sep 01 18:09:42.262 INFO kablam! --> examples/tak_opening.rs:26:17 Sep 01 18:09:42.262 INFO kablam! | Sep 01 18:09:42.262 INFO kablam! 26 | let state = State::new(5); Sep 01 18:09:42.262 INFO kablam! | ^^^^^ Use of undeclared type or module `State` Sep 01 18:09:42.262 INFO kablam! Sep 01 18:09:42.262 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `evaluator` Sep 01 18:09:42.262 INFO kablam! --> examples/tak_opening.rs:27:21 Sep 01 18:09:42.262 INFO kablam! | Sep 01 18:09:42.262 INFO kablam! 27 | let evaluator = evaluator::StaticEvaluator; Sep 01 18:09:42.262 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `evaluator` Sep 01 18:09:42.262 INFO kablam! Sep 01 18:09:42.263 INFO kablam! warning: unused import: `zero_sum::impls::tak::*` Sep 01 18:09:42.263 INFO kablam! --> examples/tak_opening.rs:23:5 Sep 01 18:09:42.263 INFO kablam! | Sep 01 18:09:42.263 INFO kablam! 23 | use zero_sum::impls::tak::*; Sep 01 18:09:42.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:42.264 INFO kablam! | Sep 01 18:09:42.264 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:09:42.264 INFO kablam! Sep 01 18:09:42.272 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Resolution` Sep 01 18:09:42.272 INFO kablam! --> examples/tic_tac_toe.rs:48:22 Sep 01 18:09:42.272 INFO kablam! | Sep 01 18:09:42.272 INFO kablam! 48 | Some(Resolution::Win(mark)) => { Sep 01 18:09:42.272 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Resolution` Sep 01 18:09:42.272 INFO kablam! Sep 01 18:09:42.273 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Resolution` Sep 01 18:09:42.273 INFO kablam! --> examples/tic_tac_toe.rs:52:22 Sep 01 18:09:42.273 INFO kablam! | Sep 01 18:09:42.273 INFO kablam! 52 | Some(Resolution::CatsGame) => { Sep 01 18:09:42.273 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Resolution` Sep 01 18:09:42.273 INFO kablam! Sep 01 18:09:42.275 INFO kablam! error[E0425]: cannot find value `Evaluator` in this scope Sep 01 18:09:42.275 INFO kablam! --> examples/tic_tac_toe.rs:33:25 Sep 01 18:09:42.275 INFO kablam! | Sep 01 18:09:42.275 INFO kablam! 33 | let evaluator = Evaluator; Sep 01 18:09:42.275 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 18:09:42.275 INFO kablam! Sep 01 18:09:42.276 INFO kablam! error[E0422]: cannot find struct, variant or union type `Ply` in this scope Sep 01 18:09:42.276 INFO kablam! --> examples/tic_tac_toe.rs:80:17 Sep 01 18:09:42.276 INFO kablam! | Sep 01 18:09:42.276 INFO kablam! 80 | Ply { Sep 01 18:09:42.276 INFO kablam! | ^^^ not found in this scope Sep 01 18:09:42.276 INFO kablam! Sep 01 18:09:42.276 INFO kablam! error[E0603]: module `pvsearch` is private Sep 01 18:09:42.276 INFO kablam! --> examples/tic_tac_toe.rs:34:22 Sep 01 18:09:42.276 INFO kablam! | Sep 01 18:09:42.276 INFO kablam! 34 | let mut ai = zero_sum::analysis::search::pvsearch::PvSearch::new(evaluator); Sep 01 18:09:42.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:42.276 INFO kablam! Sep 01 18:09:42.276 INFO kablam! warning: unused import: `zero_sum::impls::tic_tac_toe::*` Sep 01 18:09:42.276 INFO kablam! --> examples/tic_tac_toe.rs:25:5 Sep 01 18:09:42.276 INFO kablam! | Sep 01 18:09:42.276 INFO kablam! 25 | use zero_sum::impls::tic_tac_toe::*; Sep 01 18:09:42.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:42.276 INFO kablam! | Sep 01 18:09:42.276 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:09:42.276 INFO kablam! Sep 01 18:09:42.296 INFO kablam! error: aborting due to 3 previous errors Sep 01 18:09:42.296 INFO kablam! Sep 01 18:09:42.296 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 18:09:42.303 INFO kablam! error: Could not compile `zero_sum`. Sep 01 18:09:42.304 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:09:42.485 INFO kablam! error[E0609]: no field `principal_variation` on type `std::boxed::Box<(dyn zero_sum::analysis::search::Analysis + 'static)>` Sep 01 18:09:42.485 INFO kablam! --> examples/tic_tac_toe.rs:87:41 Sep 01 18:09:42.485 INFO kablam! | Sep 01 18:09:42.485 INFO kablam! 87 | ai.search(&board, None).principal_variation[0].clone() Sep 01 18:09:42.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ unknown field Sep 01 18:09:42.485 INFO kablam! Sep 01 18:09:42.518 INFO kablam! error: aborting due to 8 previous errors Sep 01 18:09:42.518 INFO kablam! Sep 01 18:09:42.518 INFO kablam! Some errors occurred: E0422, E0425, E0433, E0603, E0609. Sep 01 18:09:42.518 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 18:09:42.529 INFO kablam! error: Could not compile `zero_sum`. Sep 01 18:09:42.529 INFO kablam! Sep 01 18:09:42.529 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:09:42.531 INFO kablam! su: No module specific data is present Sep 01 18:09:42.913 INFO running `"docker" "rm" "-f" "a51e78220af275345ee16abd2662d7342549334f7b08e166e162a2e030b99db1"` Sep 01 18:09:43.018 INFO blam! a51e78220af275345ee16abd2662d7342549334f7b08e166e162a2e030b99db1