Sep 14 07:46:11.052 INFO checking theban_db-0.5.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 07:46:11.052 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 07:46:11.052 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:46:11.169 INFO blam! 75fda7a48046e3521eb64e2b6569eb99bdc96b1e82129d9980da5fa83e3e31c0 Sep 14 07:46:11.172 INFO running `"docker" "start" "-a" "75fda7a48046e3521eb64e2b6569eb99bdc96b1e82129d9980da5fa83e3e31c0"` Sep 14 07:46:12.102 INFO kablam! usermod: no changes Sep 14 07:46:12.137 INFO kablam! Checking memrange v0.1.3 Sep 14 07:46:12.138 INFO kablam! Checking rmp v0.7.5 Sep 14 07:46:12.391 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 14 07:46:13.178 INFO kablam! Checking theban_db v0.5.2 (file:///source) Sep 14 07:46:13.371 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.371 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:13.371 INFO kablam! | Sep 14 07:46:13.371 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 14 07:46:13.371 INFO kablam! | ^^^^^ Sep 14 07:46:13.371 INFO kablam! | Sep 14 07:46:13.371 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:13.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 07:46:13.371 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.371 INFO kablam! Sep 14 07:46:13.371 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.371 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:13.371 INFO kablam! | Sep 14 07:46:13.371 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 14 07:46:13.371 INFO kablam! | ^^^^^ Sep 14 07:46:13.371 INFO kablam! | Sep 14 07:46:13.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 07:46:13.372 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.372 INFO kablam! Sep 14 07:46:13.418 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.418 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:13.418 INFO kablam! | Sep 14 07:46:13.418 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 14 07:46:13.418 INFO kablam! | ^^^^^ Sep 14 07:46:13.418 INFO kablam! | Sep 14 07:46:13.418 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:13.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 07:46:13.418 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.418 INFO kablam! Sep 14 07:46:13.418 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.418 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:13.418 INFO kablam! | Sep 14 07:46:13.418 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 14 07:46:13.418 INFO kablam! | ^^^^^ Sep 14 07:46:13.418 INFO kablam! | Sep 14 07:46:13.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 07:46:13.418 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.418 INFO kablam! Sep 14 07:46:13.531 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.531 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:13.531 INFO kablam! | Sep 14 07:46:13.531 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:13.531 INFO kablam! | ----^^^^ Sep 14 07:46:13.531 INFO kablam! | | Sep 14 07:46:13.531 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.531 INFO kablam! | Sep 14 07:46:13.531 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:13.531 INFO kablam! Sep 14 07:46:13.531 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.531 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:13.531 INFO kablam! | Sep 14 07:46:13.531 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:13.531 INFO kablam! | ----^^^^ Sep 14 07:46:13.531 INFO kablam! | | Sep 14 07:46:13.531 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.531 INFO kablam! Sep 14 07:46:13.536 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.536 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:13.536 INFO kablam! | Sep 14 07:46:13.536 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:13.536 INFO kablam! | ----^^^^ Sep 14 07:46:13.536 INFO kablam! | | Sep 14 07:46:13.536 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.536 INFO kablam! Sep 14 07:46:13.538 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.538 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:13.538 INFO kablam! | Sep 14 07:46:13.538 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.538 INFO kablam! | ----^^^^ Sep 14 07:46:13.538 INFO kablam! | | Sep 14 07:46:13.538 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.538 INFO kablam! Sep 14 07:46:13.538 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.538 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:13.538 INFO kablam! | Sep 14 07:46:13.539 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.539 INFO kablam! | ----^^^^ Sep 14 07:46:13.539 INFO kablam! | | Sep 14 07:46:13.539 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.539 INFO kablam! Sep 14 07:46:13.707 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.707 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:13.707 INFO kablam! | Sep 14 07:46:13.707 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:13.707 INFO kablam! | ----^^^^ Sep 14 07:46:13.707 INFO kablam! | | Sep 14 07:46:13.707 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.707 INFO kablam! | Sep 14 07:46:13.707 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:13.707 INFO kablam! Sep 14 07:46:13.707 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.707 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:13.707 INFO kablam! | Sep 14 07:46:13.707 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:13.707 INFO kablam! | ----^^^^ Sep 14 07:46:13.707 INFO kablam! | | Sep 14 07:46:13.707 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.707 INFO kablam! Sep 14 07:46:13.713 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.713 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:13.713 INFO kablam! | Sep 14 07:46:13.713 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:13.713 INFO kablam! | ----^^^^ Sep 14 07:46:13.713 INFO kablam! | | Sep 14 07:46:13.713 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.713 INFO kablam! Sep 14 07:46:13.715 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.715 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:13.715 INFO kablam! | Sep 14 07:46:13.715 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.715 INFO kablam! | ----^^^^ Sep 14 07:46:13.715 INFO kablam! | | Sep 14 07:46:13.715 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.715 INFO kablam! Sep 14 07:46:13.715 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.715 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:13.715 INFO kablam! | Sep 14 07:46:13.715 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.715 INFO kablam! | ----^^^^ Sep 14 07:46:13.715 INFO kablam! | | Sep 14 07:46:13.715 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.715 INFO kablam! Sep 14 07:46:13.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Sep 14 07:46:13.793 INFO kablam! su: No module specific data is present Sep 14 07:46:14.386 INFO running `"docker" "rm" "-f" "75fda7a48046e3521eb64e2b6569eb99bdc96b1e82129d9980da5fa83e3e31c0"` Sep 14 07:46:14.483 INFO blam! 75fda7a48046e3521eb64e2b6569eb99bdc96b1e82129d9980da5fa83e3e31c0