Sep 05 16:34:24.278 INFO checking zxqfl/sashimi against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 16:34:24.278 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 16:34:24.278 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 16:34:24.433 INFO blam! 38ac2f8bb224dbd68f45d981045ab1f02b31a67a2dcbe4f1dd7fea48bcdde7c8 Sep 05 16:34:24.435 INFO running `"docker" "start" "-a" "38ac2f8bb224dbd68f45d981045ab1f02b31a67a2dcbe4f1dd7fea48bcdde7c8"` Sep 05 16:34:25.205 INFO kablam! usermod: no changes Sep 05 16:34:25.554 INFO kablam! Compiling libc v0.2.40 Sep 05 16:34:25.554 INFO kablam! Compiling uninitialized v0.0.2 Sep 05 16:34:25.554 INFO kablam! Compiling version_check v0.1.3 Sep 05 16:34:25.554 INFO kablam! Checking num-traits v0.2.2 Sep 05 16:34:25.554 INFO kablam! Checking packed v0.4.2 Sep 05 16:34:25.554 INFO kablam! Checking nodrop v0.1.12 Sep 05 16:34:25.554 INFO kablam! Checking read_exact v0.0.1 Sep 05 16:34:25.751 INFO kablam! Checking option-filter v1.0.1 Sep 05 16:34:25.891 INFO kablam! Checking byteorder v1.2.2 Sep 05 16:34:26.218 INFO kablam! Checking bitflags v1.0.3 Sep 05 16:34:27.906 INFO kablam! Compiling slurp v1.0.1 Sep 05 16:34:27.954 INFO kablam! Checking cfg-if v0.1.3 Sep 05 16:34:27.955 INFO kablam! Checking smallvec v0.6.1 Sep 05 16:34:27.997 INFO kablam! Checking crossbeam v0.3.2 Sep 05 16:34:28.330 INFO kablam! Checking float-ord v0.2.0 Sep 05 16:34:28.969 INFO kablam! Checking argparse v0.2.1 Sep 05 16:34:29.009 INFO kablam! Checking arrayvec v0.4.7 Sep 05 16:34:29.050 INFO kablam! Compiling shakmaty v0.5.1 Sep 05 16:34:29.180 INFO kablam! Checking log v0.4.1 Sep 05 16:34:29.863 INFO kablam! Checking num-integer v0.1.36 Sep 05 16:34:30.146 INFO kablam! Checking btoi v0.1.3 Sep 05 16:34:30.582 INFO kablam! Compiling rand v0.4.2 Sep 05 16:34:30.626 INFO kablam! Checking term v0.5.1 Sep 05 16:34:31.846 INFO kablam! Compiling sashimi v0.2.0 (file:///source/engine) Sep 05 16:34:32.433 INFO kablam! Checking time v0.1.39 Sep 05 16:34:32.501 INFO kablam! Checking memmap v0.6.2 Sep 05 16:34:32.522 INFO kablam! Checking memchr v2.0.1 Sep 05 16:34:33.325 INFO kablam! Checking madvise v0.1.0 Sep 05 16:34:33.573 INFO kablam! Checking num_cpus v1.8.0 Sep 05 16:34:33.877 INFO kablam! Checking pod v0.5.0 Sep 05 16:34:35.267 INFO kablam! Checking chrono v0.4.2 Sep 05 16:34:35.270 INFO kablam! Checking arena v0.1.0 (file:///source/arena) Sep 05 16:34:36.840 INFO kablam! Compiling rand v0.3.22 Sep 05 16:34:37.214 INFO kablam! Compiling chess v0.4.2 Sep 05 16:34:38.637 INFO kablam! Checking mcts v0.2.0 (file:///source/mcts) Sep 05 16:34:41.041 INFO kablam! Checking simplelog v0.5.1 Sep 05 16:34:41.298 INFO kablam! Checking pgn-reader v0.4.0 Sep 05 16:34:42.045 INFO kablam! error[E0061]: this function takes 5 parameters but 4 parameters were supplied Sep 05 16:34:42.045 INFO kablam! --> mcts/benches/bench.rs:11:24 Sep 05 16:34:42.045 INFO kablam! | Sep 05 16:34:42.046 INFO kablam! 11 | let mut mcts = MCTSManager::new(CountingGame(0), MyMCTS, UCTPolicy::new(1e6), MyEvaluator); Sep 05 16:34:42.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 5 parameters Sep 05 16:34:42.046 INFO kablam! Sep 05 16:34:42.088 INFO kablam! error: aborting due to previous error Sep 05 16:34:42.089 INFO kablam! Sep 05 16:34:42.089 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 05 16:34:42.105 INFO kablam! error: Could not compile `mcts`. Sep 05 16:34:42.105 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 16:34:42.543 INFO kablam! error: build failed Sep 05 16:34:42.543 INFO kablam! su: No module specific data is present Sep 05 16:34:43.499 INFO running `"docker" "rm" "-f" "38ac2f8bb224dbd68f45d981045ab1f02b31a67a2dcbe4f1dd7fea48bcdde7c8"` Sep 05 16:34:43.762 INFO blam! 38ac2f8bb224dbd68f45d981045ab1f02b31a67a2dcbe4f1dd7fea48bcdde7c8