Sep 17 21:29:55.532 INFO checking mcts-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:29:55.532 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:29:55.532 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:29:55.990 INFO blam! 5c4405b870f6cbd8da9ddb0a05c78951231f66b7ea07a28e12b3ba102a51d457 Sep 17 21:29:55.992 INFO running `"docker" "start" "-a" "5c4405b870f6cbd8da9ddb0a05c78951231f66b7ea07a28e12b3ba102a51d457"` Sep 17 21:29:57.142 INFO kablam! usermod: no changes Sep 17 21:29:57.210 INFO kablam! Checking mcts v0.2.0 (/source) Sep 17 21:29:57.882 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.882 INFO kablam! --> src/lib.rs:152:33 Sep 17 21:29:57.882 INFO kablam! | Sep 17 21:29:57.882 INFO kablam! 152 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 17 21:29:57.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.882 INFO kablam! | Sep 17 21:29:57.882 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:29:57.882 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.883 INFO kablam! Sep 17 21:29:57.885 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.885 INFO kablam! --> src/lib.rs:153:34 Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! 153 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 17 21:29:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.885 INFO kablam! Sep 17 21:29:57.885 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.885 INFO kablam! --> src/lib.rs:154:23 Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! 154 | pub type Move = <::State as GameState>::Move; Sep 17 21:29:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.885 INFO kablam! Sep 17 21:29:57.885 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.885 INFO kablam! --> src/lib.rs:155:27 Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! 155 | pub type MoveList = <::State as GameState>::MoveList; Sep 17 21:29:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.885 INFO kablam! Sep 17 21:29:57.885 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.885 INFO kablam! --> src/lib.rs:156:25 Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! 156 | pub type Player = <::State as GameState>::Player; Sep 17 21:29:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.885 INFO kablam! Sep 17 21:29:57.885 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.885 INFO kablam! --> src/lib.rs:157:39 Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! 157 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 17 21:29:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.885 INFO kablam! | Sep 17 21:29:57.885 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.886 INFO kablam! Sep 17 21:29:57.886 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.886 INFO kablam! --> src/lib.rs:152:33 Sep 17 21:29:57.886 INFO kablam! | Sep 17 21:29:57.886 INFO kablam! 152 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 17 21:29:57.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.886 INFO kablam! | Sep 17 21:29:57.886 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:29:57.886 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.888 INFO kablam! Sep 17 21:29:57.889 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.889 INFO kablam! --> src/lib.rs:153:34 Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! 153 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 17 21:29:57.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.889 INFO kablam! Sep 17 21:29:57.889 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.889 INFO kablam! --> src/lib.rs:154:23 Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! 154 | pub type Move = <::State as GameState>::Move; Sep 17 21:29:57.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.889 INFO kablam! Sep 17 21:29:57.889 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.889 INFO kablam! --> src/lib.rs:155:27 Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! 155 | pub type MoveList = <::State as GameState>::MoveList; Sep 17 21:29:57.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.889 INFO kablam! | Sep 17 21:29:57.889 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.889 INFO kablam! Sep 17 21:29:57.895 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.895 INFO kablam! --> src/lib.rs:156:25 Sep 17 21:29:57.895 INFO kablam! | Sep 17 21:29:57.895 INFO kablam! 156 | pub type Player = <::State as GameState>::Player; Sep 17 21:29:57.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.895 INFO kablam! | Sep 17 21:29:57.895 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.895 INFO kablam! Sep 17 21:29:57.895 INFO kablam! error: the trait bound `Spec: MCTS` is not satisfied Sep 17 21:29:57.895 INFO kablam! --> src/lib.rs:157:39 Sep 17 21:29:57.895 INFO kablam! | Sep 17 21:29:57.895 INFO kablam! 157 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 17 21:29:57.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 17 21:29:57.895 INFO kablam! | Sep 17 21:29:57.895 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 17 21:29:57.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:29:57.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:29:57.895 INFO kablam! Sep 17 21:29:57.963 INFO kablam! error: aborting due to 6 previous errors Sep 17 21:29:57.963 INFO kablam! Sep 17 21:29:57.963 INFO kablam! error: aborting due to 6 previous errors Sep 17 21:29:57.963 INFO kablam! Sep 17 21:29:57.969 INFO kablam! error: Could not compile `mcts`. Sep 17 21:29:57.969 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:29:57.975 INFO kablam! error: Could not compile `mcts`. Sep 17 21:29:57.975 INFO kablam! Sep 17 21:29:57.975 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:29:57.975 INFO kablam! su: No module specific data is present Sep 17 21:29:59.020 INFO running `"docker" "rm" "-f" "5c4405b870f6cbd8da9ddb0a05c78951231f66b7ea07a28e12b3ba102a51d457"` Sep 17 21:29:59.323 INFO blam! 5c4405b870f6cbd8da9ddb0a05c78951231f66b7ea07a28e12b3ba102a51d457