Sep 19 19:02:44.571 INFO checking theban_db-0.5.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:02:44.571 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:02:44.571 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:02:44.713 INFO blam! 696b868a3a02a75d06b27c67cd1a0922a8812ab3266a5a2aaedef6da55007edc Sep 19 19:02:44.715 INFO running `"docker" "start" "-a" "696b868a3a02a75d06b27c67cd1a0922a8812ab3266a5a2aaedef6da55007edc"` Sep 19 19:02:45.691 INFO kablam! usermod: no changes Sep 19 19:02:45.727 INFO kablam! Checking memrange v0.1.3 Sep 19 19:02:45.727 INFO kablam! Checking rmp v0.7.5 Sep 19 19:02:45.984 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 19 19:02:46.781 INFO kablam! Checking theban_db v0.5.2 (/source) Sep 19 19:02:46.987 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:46.987 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 19:02:46.987 INFO kablam! | Sep 19 19:02:46.987 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 19 19:02:46.987 INFO kablam! | ^^^^^ Sep 19 19:02:46.987 INFO kablam! | Sep 19 19:02:46.987 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 19:02:46.987 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 19 19:02:46.987 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:46.987 INFO kablam! Sep 19 19:02:46.987 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:46.987 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 19:02:46.987 INFO kablam! | Sep 19 19:02:46.987 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 19 19:02:46.987 INFO kablam! | ^^^^^ Sep 19 19:02:46.987 INFO kablam! | Sep 19 19:02:46.987 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 19 19:02:46.987 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:46.987 INFO kablam! Sep 19 19:02:47.049 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:47.049 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 19:02:47.049 INFO kablam! | Sep 19 19:02:47.049 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 19 19:02:47.049 INFO kablam! | ^^^^^ Sep 19 19:02:47.049 INFO kablam! | Sep 19 19:02:47.049 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 19:02:47.050 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 19 19:02:47.050 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:47.050 INFO kablam! Sep 19 19:02:47.050 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:47.050 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 19:02:47.050 INFO kablam! | Sep 19 19:02:47.050 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 19 19:02:47.050 INFO kablam! | ^^^^^ Sep 19 19:02:47.050 INFO kablam! | Sep 19 19:02:47.050 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 19 19:02:47.050 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:47.050 INFO kablam! Sep 19 19:02:47.197 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.197 INFO kablam! --> src/db.rs:31:13 Sep 19 19:02:47.197 INFO kablam! | Sep 19 19:02:47.197 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 19:02:47.197 INFO kablam! | ----^^^^ Sep 19 19:02:47.197 INFO kablam! | | Sep 19 19:02:47.197 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.197 INFO kablam! | Sep 19 19:02:47.197 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:02:47.197 INFO kablam! Sep 19 19:02:47.197 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.197 INFO kablam! --> src/db.rs:44:21 Sep 19 19:02:47.198 INFO kablam! | Sep 19 19:02:47.198 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 19:02:47.198 INFO kablam! | ----^^^^ Sep 19 19:02:47.198 INFO kablam! | | Sep 19 19:02:47.198 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.198 INFO kablam! Sep 19 19:02:47.206 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.206 INFO kablam! --> src/db.rs:78:46 Sep 19 19:02:47.206 INFO kablam! | Sep 19 19:02:47.206 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 19:02:47.206 INFO kablam! | ----^^^^ Sep 19 19:02:47.206 INFO kablam! | | Sep 19 19:02:47.206 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.206 INFO kablam! Sep 19 19:02:47.206 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.206 INFO kablam! --> src/db.rs:91:17 Sep 19 19:02:47.206 INFO kablam! | Sep 19 19:02:47.206 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:47.206 INFO kablam! | ----^^^^ Sep 19 19:02:47.206 INFO kablam! | | Sep 19 19:02:47.206 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.206 INFO kablam! Sep 19 19:02:47.206 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.206 INFO kablam! --> src/db.rs:102:13 Sep 19 19:02:47.206 INFO kablam! | Sep 19 19:02:47.206 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:47.206 INFO kablam! | ----^^^^ Sep 19 19:02:47.206 INFO kablam! | | Sep 19 19:02:47.206 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.206 INFO kablam! Sep 19 19:02:47.338 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.338 INFO kablam! --> src/db.rs:31:13 Sep 19 19:02:47.338 INFO kablam! | Sep 19 19:02:47.338 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 19:02:47.338 INFO kablam! | ----^^^^ Sep 19 19:02:47.338 INFO kablam! | | Sep 19 19:02:47.338 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.338 INFO kablam! | Sep 19 19:02:47.338 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:02:47.338 INFO kablam! Sep 19 19:02:47.338 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.338 INFO kablam! --> src/db.rs:44:21 Sep 19 19:02:47.338 INFO kablam! | Sep 19 19:02:47.338 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 19:02:47.338 INFO kablam! | ----^^^^ Sep 19 19:02:47.338 INFO kablam! | | Sep 19 19:02:47.338 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.338 INFO kablam! Sep 19 19:02:47.344 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.344 INFO kablam! --> src/db.rs:78:46 Sep 19 19:02:47.344 INFO kablam! | Sep 19 19:02:47.344 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 19:02:47.344 INFO kablam! | ----^^^^ Sep 19 19:02:47.344 INFO kablam! | | Sep 19 19:02:47.344 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.345 INFO kablam! Sep 19 19:02:47.347 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.347 INFO kablam! --> src/db.rs:91:17 Sep 19 19:02:47.347 INFO kablam! | Sep 19 19:02:47.347 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:47.347 INFO kablam! | ----^^^^ Sep 19 19:02:47.347 INFO kablam! | | Sep 19 19:02:47.347 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.347 INFO kablam! Sep 19 19:02:47.350 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:47.350 INFO kablam! --> src/db.rs:102:13 Sep 19 19:02:47.350 INFO kablam! | Sep 19 19:02:47.350 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:47.350 INFO kablam! | ----^^^^ Sep 19 19:02:47.350 INFO kablam! | | Sep 19 19:02:47.350 INFO kablam! | help: remove this `mut` Sep 19 19:02:47.350 INFO kablam! Sep 19 19:02:47.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Sep 19 19:02:47.438 INFO kablam! su: No module specific data is present Sep 19 19:02:48.318 INFO running `"docker" "rm" "-f" "696b868a3a02a75d06b27c67cd1a0922a8812ab3266a5a2aaedef6da55007edc"` Sep 19 19:02:48.397 INFO blam! 696b868a3a02a75d06b27c67cd1a0922a8812ab3266a5a2aaedef6da55007edc