Oct 13 03:43:03.143 INFO checking Magnap/game-trees-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:43:03.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 03:43:03.329 INFO blam! bf6fb173b4697f1777c7e09aa83dbcb5163d8a32b6290e5b4f64e58e75b522ad Oct 13 03:43:03.329 INFO running `"docker" "start" "-a" "bf6fb173b4697f1777c7e09aa83dbcb5163d8a32b6290e5b4f64e58e75b522ad"` Oct 13 03:43:03.748 INFO kablam! usermod: no changes Oct 13 03:43:03.800 INFO kablam! Checking game-trees v0.1.0 (/source) Oct 13 03:43:04.764 INFO kablam! warning: variable does not need to be mutable Oct 13 03:43:04.764 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 13 03:43:04.765 INFO kablam! | Oct 13 03:43:04.765 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 13 03:43:04.765 INFO kablam! | ----^ Oct 13 03:43:04.765 INFO kablam! | | Oct 13 03:43:04.766 INFO kablam! | help: remove this `mut` Oct 13 03:43:04.766 INFO kablam! | Oct 13 03:43:04.766 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:43:04.766 INFO kablam! Oct 13 03:43:04.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 03:43:04.772 INFO kablam! --> src/game/mod.rs:10:24 Oct 13 03:43:04.772 INFO kablam! | Oct 13 03:43:04.772 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 13 03:43:04.772 INFO kablam! | ^^^^^^^^^ Oct 13 03:43:04.772 INFO kablam! | Oct 13 03:43:04.772 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 03:43:04.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 03:43:04.772 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 03:43:04.772 INFO kablam! --> src/game/mod.rs:10:45 Oct 13 03:43:04.772 INFO kablam! | Oct 13 03:43:04.772 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 13 03:43:04.772 INFO kablam! | ^^^^^^^^^ Oct 13 03:43:04.772 INFO kablam! Oct 13 03:43:04.828 INFO kablam! warning: variable does not need to be mutable Oct 13 03:43:04.828 INFO kablam! --> src/mcts_hashtable.rs:156:17 Oct 13 03:43:04.828 INFO kablam! | Oct 13 03:43:04.828 INFO kablam! 156 | let mut v = self.0.get_mut(s).unwrap(); Oct 13 03:43:04.828 INFO kablam! | ----^ Oct 13 03:43:04.828 INFO kablam! | | Oct 13 03:43:04.828 INFO kablam! | help: remove this `mut` Oct 13 03:43:04.828 INFO kablam! | Oct 13 03:43:04.828 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:43:04.828 INFO kablam! Oct 13 03:43:04.840 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 03:43:04.841 INFO kablam! --> src/game/mod.rs:10:24 Oct 13 03:43:04.841 INFO kablam! | Oct 13 03:43:04.841 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 13 03:43:04.841 INFO kablam! | ^^^^^^^^^ Oct 13 03:43:04.841 INFO kablam! | Oct 13 03:43:04.841 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 03:43:04.841 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 03:43:04.841 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 03:43:04.841 INFO kablam! --> src/game/mod.rs:10:45 Oct 13 03:43:04.841 INFO kablam! | Oct 13 03:43:04.841 INFO kablam! 10 | pub type ScoreBoard = HashMap; Oct 13 03:43:04.841 INFO kablam! | ^^^^^^^^^ Oct 13 03:43:04.841 INFO kablam! Oct 13 03:43:05.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 13 03:43:05.725 INFO kablam! su: No module specific data is present Oct 13 03:43:06.080 INFO running `"docker" "rm" "-f" "bf6fb173b4697f1777c7e09aa83dbcb5163d8a32b6290e5b4f64e58e75b522ad"` Oct 13 03:43:06.178 INFO blam! bf6fb173b4697f1777c7e09aa83dbcb5163d8a32b6290e5b4f64e58e75b522ad