Sep 20 20:20:28.433 INFO checking zxqfl/sashimi against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 20:20:28.433 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 20:20:28.433 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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 20 20:20:28.672 INFO blam! 8fd7db39166dac1920bc43c8853ff1d1a32fae094b64d7e1ad4865d84746d977 Sep 20 20:20:28.674 INFO running `"docker" "start" "-a" "8fd7db39166dac1920bc43c8853ff1d1a32fae094b64d7e1ad4865d84746d977"` Sep 20 20:20:29.254 INFO kablam! usermod: no changes Sep 20 20:20:29.330 INFO kablam! Compiling libc v0.2.40 Sep 20 20:20:29.331 INFO kablam! Compiling uninitialized v0.0.2 Sep 20 20:20:29.331 INFO kablam! Compiling version_check v0.1.3 Sep 20 20:20:29.331 INFO kablam! Checking num-traits v0.2.2 Sep 20 20:20:29.331 INFO kablam! Checking packed v0.4.2 Sep 20 20:20:29.331 INFO kablam! Checking nodrop v0.1.12 Sep 20 20:20:29.332 INFO kablam! Checking read_exact v0.0.1 Sep 20 20:20:29.772 INFO kablam! Checking option-filter v1.0.1 Sep 20 20:20:30.055 INFO kablam! Checking bitflags v1.0.3 Sep 20 20:20:30.643 INFO kablam! Checking byteorder v1.2.2 Sep 20 20:20:30.736 INFO kablam! Compiling slurp v1.0.1 Sep 20 20:20:33.375 INFO kablam! Checking cfg-if v0.1.3 Sep 20 20:20:33.375 INFO kablam! Checking crossbeam v0.3.2 Sep 20 20:20:33.407 INFO kablam! Checking smallvec v0.6.1 Sep 20 20:20:33.638 INFO kablam! Checking argparse v0.2.1 Sep 20 20:20:33.758 INFO kablam! Checking float-ord v0.2.0 Sep 20 20:20:34.066 INFO kablam! Checking arrayvec v0.4.7 Sep 20 20:20:34.166 INFO kablam! Compiling shakmaty v0.5.1 Sep 20 20:20:34.487 INFO kablam! Compiling sashimi v0.2.0 (/source/engine) Sep 20 20:20:34.607 INFO kablam! Checking log v0.4.1 Sep 20 20:20:34.695 INFO kablam! Checking term v0.5.1 Sep 20 20:20:35.558 INFO kablam! Compiling rand v0.4.2 Sep 20 20:20:35.562 INFO kablam! Checking memmap v0.6.2 Sep 20 20:20:35.678 INFO kablam! Checking time v0.1.39 Sep 20 20:20:36.143 INFO kablam! Checking memchr v2.0.1 Sep 20 20:20:36.190 INFO kablam! Checking num_cpus v1.8.0 Sep 20 20:20:36.949 INFO kablam! Checking madvise v0.1.0 Sep 20 20:20:36.954 INFO kablam! Checking pod v0.5.0 Sep 20 20:20:36.954 INFO kablam! Checking btoi v0.1.3 Sep 20 20:20:37.750 INFO kablam! Checking num-integer v0.1.36 Sep 20 20:20:39.130 INFO kablam! Checking arena v0.1.0 (/source/arena) Sep 20 20:20:39.277 INFO kablam! Checking chrono v0.4.2 Sep 20 20:20:41.746 INFO kablam! Compiling rand v0.3.22 Sep 20 20:20:41.818 INFO kablam! Checking mcts v0.2.0 (/source/mcts) Sep 20 20:20:41.975 INFO kablam! Compiling chess v0.4.2 Sep 20 20:20:42.398 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.398 INFO kablam! --> mcts/src/transposition_table.rs:105:10 Sep 20 20:20:42.398 INFO kablam! | Sep 20 20:20:42.398 INFO kablam! 105 | ApproxQuadraticProbingHashTable<::State, SearchNode>; Sep 20 20:20:42.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.398 INFO kablam! | Sep 20 20:20:42.398 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 20 20:20:42.398 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.398 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.398 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.398 INFO kablam! Sep 20 20:20:42.398 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.398 INFO kablam! --> mcts/src/lib.rs:202:33 Sep 20 20:20:42.398 INFO kablam! | Sep 20 20:20:42.398 INFO kablam! 202 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 20 20:20:42.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.398 INFO kablam! | Sep 20 20:20:42.398 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.398 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.399 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.399 INFO kablam! --> mcts/src/lib.rs:203:34 Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! 203 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 20 20:20:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.399 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.399 INFO kablam! --> mcts/src/lib.rs:204:23 Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! 204 | pub type Move = <::State as GameState>::Move; Sep 20 20:20:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.399 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.399 INFO kablam! --> mcts/src/lib.rs:205:27 Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! 205 | pub type MoveList = <::State as GameState>::MoveList; Sep 20 20:20:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.399 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.399 INFO kablam! --> mcts/src/lib.rs:206:25 Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! 206 | pub type Player = <::State as GameState>::Player; Sep 20 20:20:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.399 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.399 INFO kablam! --> mcts/src/lib.rs:207:39 Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! 207 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 20 20:20:42.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.399 INFO kablam! | Sep 20 20:20:42.399 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.399 INFO kablam! Sep 20 20:20:42.690 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.690 INFO kablam! --> mcts/src/transposition_table.rs:105:10 Sep 20 20:20:42.690 INFO kablam! | Sep 20 20:20:42.690 INFO kablam! 105 | ApproxQuadraticProbingHashTable<::State, SearchNode>; Sep 20 20:20:42.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.690 INFO kablam! | Sep 20 20:20:42.690 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 20 20:20:42.690 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.690 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.690 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.690 INFO kablam! Sep 20 20:20:42.726 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.727 INFO kablam! --> mcts/src/lib.rs:202:33 Sep 20 20:20:42.727 INFO kablam! | Sep 20 20:20:42.727 INFO kablam! 202 | pub type MoveEvaluation = <::TreePolicy as TreePolicy>::MoveEvaluation; Sep 20 20:20:42.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.739 INFO kablam! Sep 20 20:20:42.739 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.739 INFO kablam! --> mcts/src/lib.rs:203:34 Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! 203 | pub type StateEvaluation = <::Eval as Evaluator>::StateEvaluation; Sep 20 20:20:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.739 INFO kablam! Sep 20 20:20:42.739 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.739 INFO kablam! --> mcts/src/lib.rs:204:23 Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! 204 | pub type Move = <::State as GameState>::Move; Sep 20 20:20:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.739 INFO kablam! Sep 20 20:20:42.739 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.739 INFO kablam! --> mcts/src/lib.rs:205:27 Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! 205 | pub type MoveList = <::State as GameState>::MoveList; Sep 20 20:20:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.739 INFO kablam! Sep 20 20:20:42.739 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.739 INFO kablam! --> mcts/src/lib.rs:206:25 Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! 206 | pub type Player = <::State as GameState>::Player; Sep 20 20:20:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.739 INFO kablam! | Sep 20 20:20:42.739 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.740 INFO kablam! Sep 20 20:20:42.740 INFO kablam! warning: the trait bound `Spec: MCTS` is not satisfied Sep 20 20:20:42.740 INFO kablam! --> mcts/src/lib.rs:207:39 Sep 20 20:20:42.740 INFO kablam! | Sep 20 20:20:42.740 INFO kablam! 207 | pub type TreePolicyThreadData = <::TreePolicy as TreePolicy>::ThreadLocalData; Sep 20 20:20:42.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `MCTS` is not implemented for `Spec` Sep 20 20:20:42.740 INFO kablam! | Sep 20 20:20:42.740 INFO kablam! = help: consider adding a `where Spec: MCTS` bound Sep 20 20:20:42.740 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 20:20:42.740 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 20:20:42.740 INFO kablam! Sep 20 20:20:45.142 INFO kablam! error[E0061]: this function takes 5 parameters but 4 parameters were supplied Sep 20 20:20:45.142 INFO kablam! --> mcts/benches/bench.rs:11:24 Sep 20 20:20:45.142 INFO kablam! | Sep 20 20:20:45.142 INFO kablam! 11 | let mut mcts = MCTSManager::new(CountingGame(0), MyMCTS, UCTPolicy::new(1e6), MyEvaluator); Sep 20 20:20:45.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 5 parameters Sep 20 20:20:45.142 INFO kablam! Sep 20 20:20:45.158 INFO kablam! error: aborting due to previous error Sep 20 20:20:45.158 INFO kablam! Sep 20 20:20:45.158 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 20 20:20:45.180 INFO kablam! error: Could not compile `mcts`. Sep 20 20:20:45.180 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 20:20:47.222 INFO kablam! error: build failed Sep 20 20:20:47.225 INFO kablam! su: No module specific data is present Sep 20 20:20:48.224 INFO running `"docker" "rm" "-f" "8fd7db39166dac1920bc43c8853ff1d1a32fae094b64d7e1ad4865d84746d977"` Sep 20 20:20:48.335 INFO blam! 8fd7db39166dac1920bc43c8853ff1d1a32fae094b64d7e1ad4865d84746d977