Sep 21 07:10:22.531 INFO checking mcts-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:10:22.531 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:10:22.531 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:10:22.724 INFO blam! 7fb6f30db529306c0826cdbc039dddbc860ef9c4eb8a508fae6a853dfb8ab182 Sep 21 07:10:22.726 INFO running `"docker" "start" "-a" "7fb6f30db529306c0826cdbc039dddbc860ef9c4eb8a508fae6a853dfb8ab182"` Sep 21 07:10:24.045 INFO kablam! usermod: no changes Sep 21 07:10:24.122 INFO kablam! Checking mcts v0.2.0 (/source) Sep 21 07:10:24.606 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.606 INFO kablam! --> src/lib.rs:152:33 Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! 152 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 21 07:10:24.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 07:10:24.606 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.606 INFO kablam! Sep 21 07:10:24.606 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.606 INFO kablam! --> src/lib.rs:153:34 Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! 153 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 21 07:10:24.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.606 INFO kablam! Sep 21 07:10:24.606 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.606 INFO kablam! --> src/lib.rs:154:23 Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! 154 | pub type Move = <::State as GameState>::Move; Sep 21 07:10:24.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.606 INFO kablam! | Sep 21 07:10:24.606 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.606 INFO kablam! Sep 21 07:10:24.606 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.607 INFO kablam! --> src/lib.rs:155:27 Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! 155 | pub type MoveList = <::State as GameState>::MoveList; Sep 21 07:10:24.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.607 INFO kablam! Sep 21 07:10:24.607 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.607 INFO kablam! --> src/lib.rs:156:25 Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! 156 | pub type Player = <::State as GameState>::Player; Sep 21 07:10:24.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.607 INFO kablam! Sep 21 07:10:24.607 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.607 INFO kablam! --> src/lib.rs:157:39 Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! 157 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 21 07:10:24.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.607 INFO kablam! | Sep 21 07:10:24.607 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.607 INFO kablam! Sep 21 07:10:24.666 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.666 INFO kablam! --> src/lib.rs:152:33 Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! 152 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 21 07:10:24.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 07:10:24.666 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.666 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.666 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.666 INFO kablam! Sep 21 07:10:24.666 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.666 INFO kablam! --> src/lib.rs:153:34 Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! 153 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 21 07:10:24.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.666 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.666 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.666 INFO kablam! Sep 21 07:10:24.666 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.666 INFO kablam! --> src/lib.rs:154:23 Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! 154 | pub type Move = <::State as GameState>::Move; Sep 21 07:10:24.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.666 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.666 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.666 INFO kablam! Sep 21 07:10:24.666 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.666 INFO kablam! --> src/lib.rs:155:27 Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! 155 | pub type MoveList = <::State as GameState>::MoveList; Sep 21 07:10:24.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.666 INFO kablam! | Sep 21 07:10:24.666 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.667 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.667 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.667 INFO kablam! Sep 21 07:10:24.670 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.670 INFO kablam! --> src/lib.rs:156:25 Sep 21 07:10:24.670 INFO kablam! | Sep 21 07:10:24.670 INFO kablam! 156 | pub type Player = <::State as GameState>::Player; Sep 21 07:10:24.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.670 INFO kablam! | Sep 21 07:10:24.670 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.670 INFO kablam! Sep 21 07:10:24.670 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 21 07:10:24.670 INFO kablam! --> src/lib.rs:157:39 Sep 21 07:10:24.670 INFO kablam! | Sep 21 07:10:24.670 INFO kablam! 157 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 21 07:10:24.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 21 07:10:24.670 INFO kablam! | Sep 21 07:10:24.670 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 21 07:10:24.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:10:24.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:10:24.670 INFO kablam! Sep 21 07:10:25.666 INFO kablam! error[E0046]: not all trait items implemented, missing: `MoveList` Sep 21 07:10:25.666 INFO kablam! --> examples/counting_game.rs:14:1 Sep 21 07:10:25.666 INFO kablam! | Sep 21 07:10:25.666 INFO kablam! 14 | impl GameState for CountingGame { Sep 21 07:10:25.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `MoveList` in implementation Sep 21 07:10:25.666 INFO kablam! | Sep 21 07:10:25.666 INFO kablam! = note: `MoveList` from trait: `type MoveList;` Sep 21 07:10:25.666 INFO kablam! Sep 21 07:10:25.670 INFO kablam! error: aborting due to previous error Sep 21 07:10:25.670 INFO kablam! Sep 21 07:10:25.670 INFO kablam! For more information about this error, try `rustc --explain E0046`. Sep 21 07:10:25.674 INFO kablam! error: Could not compile `mcts`. Sep 21 07:10:25.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:10:25.690 INFO kablam! error[E0046]: not all trait items implemented, missing: `MoveList` Sep 21 07:10:25.690 INFO kablam! --> benches/../examples/counting_game.rs:14:1 Sep 21 07:10:25.690 INFO kablam! | Sep 21 07:10:25.690 INFO kablam! 14 | impl GameState for CountingGame { Sep 21 07:10:25.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `MoveList` in implementation Sep 21 07:10:25.690 INFO kablam! | Sep 21 07:10:25.690 INFO kablam! = note: `MoveList` from trait: `type MoveList;` Sep 21 07:10:25.690 INFO kablam! Sep 21 07:10:25.690 INFO kablam! error: aborting due to previous error Sep 21 07:10:25.690 INFO kablam! Sep 21 07:10:25.690 INFO kablam! For more information about this error, try `rustc --explain E0046`. Sep 21 07:10:25.692 INFO kablam! error: Could not compile `mcts`. Sep 21 07:10:25.692 INFO kablam! Sep 21 07:10:25.692 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:10:25.693 INFO kablam! su: No module specific data is present Sep 21 07:10:26.539 INFO running `"docker" "rm" "-f" "7fb6f30db529306c0826cdbc039dddbc860ef9c4eb8a508fae6a853dfb8ab182"` Sep 21 07:10:26.652 INFO blam! 7fb6f30db529306c0826cdbc039dddbc860ef9c4eb8a508fae6a853dfb8ab182