Oct 27 10:50:03.054 INFO checking Magnap/game-trees-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:50:03.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 10:50:03.197 INFO blam! f9b23b9f16148b143502fc34a2d8dd938e53b3878682b0932d3c93c122a2803f Oct 27 10:50:03.198 INFO running `"docker" "start" "-a" "f9b23b9f16148b143502fc34a2d8dd938e53b3878682b0932d3c93c122a2803f"` Oct 27 10:50:03.644 INFO kablam! usermod: no changes Oct 27 10:50:03.690 INFO kablam! Checking game-trees v0.1.0 (/source) Oct 27 10:50:04.593 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:04.593 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 27 10:50:04.593 INFO kablam! | Oct 27 10:50:04.593 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 27 10:50:04.593 INFO kablam! | ----^ Oct 27 10:50:04.593 INFO kablam! | | Oct 27 10:50:04.593 INFO kablam! | help: remove this `mut` Oct 27 10:50:04.593 INFO kablam! | Oct 27 10:50:04.593 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:50:04.593 INFO kablam! Oct 27 10:50:04.599 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 10:50:04.599 INFO kablam! --> src/game/mod.rs:10:24 Oct 27 10:50:04.599 INFO kablam! | Oct 27 10:50:04.599 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 27 10:50:04.599 INFO kablam! | ^^^^^^^^^ Oct 27 10:50:04.599 INFO kablam! | Oct 27 10:50:04.599 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 10:50:04.599 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 10:50:04.599 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 10:50:04.599 INFO kablam! --> src/game/mod.rs:10:45 Oct 27 10:50:04.599 INFO kablam! | Oct 27 10:50:04.599 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 27 10:50:04.599 INFO kablam! | ^^^^^^^^^ Oct 27 10:50:04.599 INFO kablam! Oct 27 10:50:04.615 INFO kablam! warning: variable does not need to be mutable Oct 27 10:50:04.615 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 27 10:50:04.615 INFO kablam! | Oct 27 10:50:04.615 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 27 10:50:04.615 INFO kablam! | ----^ Oct 27 10:50:04.615 INFO kablam! | | Oct 27 10:50:04.615 INFO kablam! | help: remove this `mut` Oct 27 10:50:04.615 INFO kablam! | Oct 27 10:50:04.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:50:04.615 INFO kablam! Oct 27 10:50:04.627 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 10:50:04.627 INFO kablam! --> src/game/mod.rs:10:24 Oct 27 10:50:04.627 INFO kablam! | Oct 27 10:50:04.627 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 27 10:50:04.627 INFO kablam! | ^^^^^^^^^ Oct 27 10:50:04.627 INFO kablam! | Oct 27 10:50:04.627 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 10:50:04.627 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 10:50:04.627 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 10:50:04.627 INFO kablam! --> src/game/mod.rs:10:45 Oct 27 10:50:04.627 INFO kablam! | Oct 27 10:50:04.627 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 27 10:50:04.627 INFO kablam! | ^^^^^^^^^ Oct 27 10:50:04.627 INFO kablam! Oct 27 10:50:05.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 27 10:50:05.766 INFO kablam! su: No module specific data is present Oct 27 10:50:06.343 INFO running `"docker" "rm" "-f" "f9b23b9f16148b143502fc34a2d8dd938e53b3878682b0932d3c93c122a2803f"` Oct 27 10:50:06.614 INFO blam! f9b23b9f16148b143502fc34a2d8dd938e53b3878682b0932d3c93c122a2803f