Oct 15 09:01:31.107 INFO testing Magnap/game-trees-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:01:31.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:01:31.321 INFO blam! edf0369fae602f63fca6857cb6844148693404767f30ec4bf27e87d9e3dff8fb Oct 15 09:01:31.324 INFO running `"docker" "start" "-a" "edf0369fae602f63fca6857cb6844148693404767f30ec4bf27e87d9e3dff8fb"` Oct 15 09:01:31.841 INFO kablam! usermod: no changes Oct 15 09:01:31.884 INFO kablam! Compiling game-trees v0.1.0 (/source) Oct 15 09:01:32.520 INFO kablam! warning: variable does not need to be mutable Oct 15 09:01:32.521 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 15 09:01:32.521 INFO kablam! | Oct 15 09:01:32.521 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 15 09:01:32.521 INFO kablam! | ----^ Oct 15 09:01:32.521 INFO kablam! | | Oct 15 09:01:32.521 INFO kablam! | help: remove this `mut` Oct 15 09:01:32.521 INFO kablam! | Oct 15 09:01:32.521 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:01:32.521 INFO kablam! Oct 15 09:01:32.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:01:32.531 INFO kablam! --> src/game/mod.rs:10:24 Oct 15 09:01:32.531 INFO kablam! | Oct 15 09:01:32.531 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 15 09:01:32.531 INFO kablam! | ^^^^^^^^^ Oct 15 09:01:32.531 INFO kablam! | Oct 15 09:01:32.531 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:01:32.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:01:32.531 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 15 09:01:32.531 INFO kablam! --> src/game/mod.rs:10:45 Oct 15 09:01:32.531 INFO kablam! | Oct 15 09:01:32.531 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 15 09:01:32.531 INFO kablam! | ^^^^^^^^^ Oct 15 09:01:32.531 INFO kablam! Oct 15 09:01:34.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.80s Oct 15 09:01:34.664 INFO kablam! su: No module specific data is present Oct 15 09:01:35.379 INFO running `"docker" "rm" "-f" "edf0369fae602f63fca6857cb6844148693404767f30ec4bf27e87d9e3dff8fb"` Oct 15 09:01:35.696 INFO blam! edf0369fae602f63fca6857cb6844148693404767f30ec4bf27e87d9e3dff8fb Oct 15 09:01:35.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:01:36.161 INFO blam! c2dce69409bc011158147dd736df8c4da0c0436bae28a816f08b806a8ef32d9b Oct 15 09:01:36.162 INFO running `"docker" "start" "-a" "c2dce69409bc011158147dd736df8c4da0c0436bae28a816f08b806a8ef32d9b"` Oct 15 09:01:37.424 INFO kablam! usermod: no changes Oct 15 09:01:37.479 INFO kablam! Compiling game-trees v0.1.0 (/source) Oct 15 09:01:38.916 INFO kablam! warning: variable does not need to be mutable Oct 15 09:01:38.916 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 15 09:01:38.916 INFO kablam! | Oct 15 09:01:38.916 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 15 09:01:38.916 INFO kablam! | ----^ Oct 15 09:01:38.916 INFO kablam! | | Oct 15 09:01:38.916 INFO kablam! | help: remove this `mut` Oct 15 09:01:38.916 INFO kablam! | Oct 15 09:01:38.916 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:01:38.916 INFO kablam! Oct 15 09:01:38.922 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:01:38.922 INFO kablam! --> src/game/mod.rs:10:24 Oct 15 09:01:38.922 INFO kablam! | Oct 15 09:01:38.922 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 15 09:01:38.922 INFO kablam! | ^^^^^^^^^ Oct 15 09:01:38.922 INFO kablam! | Oct 15 09:01:38.922 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:01:38.922 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:01:38.922 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 15 09:01:38.922 INFO kablam! --> src/game/mod.rs:10:45 Oct 15 09:01:38.922 INFO kablam! | Oct 15 09:01:38.922 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 15 09:01:38.922 INFO kablam! | ^^^^^^^^^ Oct 15 09:01:38.922 INFO kablam! Oct 15 09:01:39.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 15 09:01:39.409 INFO kablam! su: No module specific data is present Oct 15 09:01:39.865 INFO running `"docker" "rm" "-f" "c2dce69409bc011158147dd736df8c4da0c0436bae28a816f08b806a8ef32d9b"` Oct 15 09:01:40.066 INFO blam! c2dce69409bc011158147dd736df8c4da0c0436bae28a816f08b806a8ef32d9b Oct 15 09:01:40.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:01:40.280 INFO blam! 7530fe64e1c98e28b145d4ca4f1a9319f614aed2317d0071f0bc14e404d3e03a Oct 15 09:01:40.282 INFO running `"docker" "start" "-a" "7530fe64e1c98e28b145d4ca4f1a9319f614aed2317d0071f0bc14e404d3e03a"` Oct 15 09:01:41.029 INFO kablam! usermod: no changes Oct 15 09:01:41.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:01:41.078 INFO kablam! Running /target/debug/deps/game_trees-f1abc1a392a4d140 Oct 15 09:01:41.082 INFO kablam! Running /target/debug/deps/game_trees-5f224bd6d737375a Oct 15 09:01:41.082 INFO blam! Oct 15 09:01:41.082 INFO blam! running 0 tests Oct 15 09:01:41.082 INFO blam! Oct 15 09:01:41.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:01:41.083 INFO blam! Oct 15 09:01:41.083 INFO blam! Oct 15 09:01:41.083 INFO blam! running 0 tests Oct 15 09:01:41.084 INFO blam! Oct 15 09:01:41.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:01:41.084 INFO blam! Oct 15 09:01:41.089 INFO kablam! Doc-tests game-trees Oct 15 09:01:41.646 INFO blam! Oct 15 09:01:41.646 INFO blam! running 0 tests Oct 15 09:01:41.646 INFO blam! Oct 15 09:01:41.646 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:01:41.646 INFO blam! Oct 15 09:01:41.651 INFO kablam! su: No module specific data is present Oct 15 09:01:42.267 INFO running `"docker" "rm" "-f" "7530fe64e1c98e28b145d4ca4f1a9319f614aed2317d0071f0bc14e404d3e03a"` Oct 15 09:01:42.575 INFO blam! 7530fe64e1c98e28b145d4ca4f1a9319f614aed2317d0071f0bc14e404d3e03a