Sep 19 17:01:16.850 INFO checking theban_db-0.5.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:01:16.850 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:01:16.850 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:01:17.051 INFO blam! 4f6f2063dc4abd1387dd38765a9e8be5c1c8305bb4c51ea53b4b1197b61e0c06 Sep 19 17:01:17.054 INFO running `"docker" "start" "-a" "4f6f2063dc4abd1387dd38765a9e8be5c1c8305bb4c51ea53b4b1197b61e0c06"` Sep 19 17:01:18.147 INFO kablam! usermod: no changes Sep 19 17:01:18.196 INFO kablam! Checking rmp v0.7.5 Sep 19 17:01:18.197 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 19 17:01:19.147 INFO kablam! Checking theban_db v0.5.2 (/source) Sep 19 17:01:19.331 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 17:01:19.331 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 17:01:19.331 INFO kablam! | Sep 19 17:01:19.331 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 19 17:01:19.331 INFO kablam! | ^^^^^ Sep 19 17:01:19.331 INFO kablam! | Sep 19 17:01:19.331 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 17:01:19.331 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 17:01:19.331 INFO kablam! = note: for more information, see issue #35203 Sep 19 17:01:19.331 INFO kablam! Sep 19 17:01:19.331 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 17:01:19.331 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 17:01:19.331 INFO kablam! | Sep 19 17:01:19.331 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 19 17:01:19.331 INFO kablam! | ^^^^^ Sep 19 17:01:19.331 INFO kablam! | Sep 19 17:01:19.331 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 17:01:19.332 INFO kablam! = note: for more information, see issue #35203 Sep 19 17:01:19.332 INFO kablam! Sep 19 17:01:19.373 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 17:01:19.373 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 17:01:19.373 INFO kablam! | Sep 19 17:01:19.373 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 19 17:01:19.373 INFO kablam! | ^^^^^ Sep 19 17:01:19.373 INFO kablam! | Sep 19 17:01:19.373 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 17:01:19.373 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 17:01:19.373 INFO kablam! = note: for more information, see issue #35203 Sep 19 17:01:19.373 INFO kablam! Sep 19 17:01:19.373 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 17:01:19.373 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 17:01:19.373 INFO kablam! | Sep 19 17:01:19.373 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 19 17:01:19.373 INFO kablam! | ^^^^^ Sep 19 17:01:19.373 INFO kablam! | Sep 19 17:01:19.373 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 17:01:19.373 INFO kablam! = note: for more information, see issue #35203 Sep 19 17:01:19.373 INFO kablam! Sep 19 17:01:19.539 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.540 INFO kablam! --> src/db.rs:31:13 Sep 19 17:01:19.540 INFO kablam! | Sep 19 17:01:19.540 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 17:01:19.540 INFO kablam! | ----^^^^ Sep 19 17:01:19.540 INFO kablam! | | Sep 19 17:01:19.540 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.540 INFO kablam! | Sep 19 17:01:19.540 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:01:19.540 INFO kablam! Sep 19 17:01:19.541 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.541 INFO kablam! --> src/db.rs:44:21 Sep 19 17:01:19.541 INFO kablam! | Sep 19 17:01:19.541 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 17:01:19.541 INFO kablam! | ----^^^^ Sep 19 17:01:19.541 INFO kablam! | | Sep 19 17:01:19.541 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.541 INFO kablam! Sep 19 17:01:19.546 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.546 INFO kablam! --> src/db.rs:78:46 Sep 19 17:01:19.546 INFO kablam! | Sep 19 17:01:19.546 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 17:01:19.546 INFO kablam! | ----^^^^ Sep 19 17:01:19.546 INFO kablam! | | Sep 19 17:01:19.546 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.546 INFO kablam! Sep 19 17:01:19.548 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.548 INFO kablam! --> src/db.rs:91:17 Sep 19 17:01:19.548 INFO kablam! | Sep 19 17:01:19.548 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 17:01:19.548 INFO kablam! | ----^^^^ Sep 19 17:01:19.548 INFO kablam! | | Sep 19 17:01:19.548 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.548 INFO kablam! Sep 19 17:01:19.548 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.548 INFO kablam! --> src/db.rs:102:13 Sep 19 17:01:19.548 INFO kablam! | Sep 19 17:01:19.548 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 17:01:19.548 INFO kablam! | ----^^^^ Sep 19 17:01:19.548 INFO kablam! | | Sep 19 17:01:19.548 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.548 INFO kablam! Sep 19 17:01:19.582 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.582 INFO kablam! --> src/db.rs:31:13 Sep 19 17:01:19.584 INFO kablam! | Sep 19 17:01:19.584 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 17:01:19.584 INFO kablam! | ----^^^^ Sep 19 17:01:19.584 INFO kablam! | | Sep 19 17:01:19.584 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.584 INFO kablam! | Sep 19 17:01:19.584 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:01:19.584 INFO kablam! Sep 19 17:01:19.585 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.585 INFO kablam! --> src/db.rs:44:21 Sep 19 17:01:19.585 INFO kablam! | Sep 19 17:01:19.585 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 17:01:19.585 INFO kablam! | ----^^^^ Sep 19 17:01:19.585 INFO kablam! | | Sep 19 17:01:19.585 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.585 INFO kablam! Sep 19 17:01:19.592 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.592 INFO kablam! --> src/db.rs:78:46 Sep 19 17:01:19.592 INFO kablam! | Sep 19 17:01:19.592 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 17:01:19.592 INFO kablam! | ----^^^^ Sep 19 17:01:19.592 INFO kablam! | | Sep 19 17:01:19.592 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.592 INFO kablam! Sep 19 17:01:19.593 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.593 INFO kablam! --> src/db.rs:91:17 Sep 19 17:01:19.593 INFO kablam! | Sep 19 17:01:19.593 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 17:01:19.593 INFO kablam! | ----^^^^ Sep 19 17:01:19.594 INFO kablam! | | Sep 19 17:01:19.594 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.594 INFO kablam! Sep 19 17:01:19.594 INFO kablam! warning: variable does not need to be mutable Sep 19 17:01:19.594 INFO kablam! --> src/db.rs:102:13 Sep 19 17:01:19.594 INFO kablam! | Sep 19 17:01:19.594 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 17:01:19.594 INFO kablam! | ----^^^^ Sep 19 17:01:19.594 INFO kablam! | | Sep 19 17:01:19.594 INFO kablam! | help: remove this `mut` Sep 19 17:01:19.594 INFO kablam! Sep 19 17:01:19.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Sep 19 17:01:19.673 INFO kablam! su: No module specific data is present Sep 19 17:01:20.241 INFO running `"docker" "rm" "-f" "4f6f2063dc4abd1387dd38765a9e8be5c1c8305bb4c51ea53b4b1197b61e0c06"` Sep 19 17:01:20.297 INFO blam! 4f6f2063dc4abd1387dd38765a9e8be5c1c8305bb4c51ea53b4b1197b61e0c06