Sep 04 00:41:28.538 INFO checking theban_db-0.5.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:41:28.538 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:41:28.538 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:41:28.714 INFO blam! 8a1acd0f2538ed0b25422ad6e7d9f41adb5037c7885f2602c8651f53e9d65f7b Sep 04 00:41:28.717 INFO running `"docker" "start" "-a" "8a1acd0f2538ed0b25422ad6e7d9f41adb5037c7885f2602c8651f53e9d65f7b"` Sep 04 00:41:29.647 INFO kablam! Checking memrange v0.1.3 Sep 04 00:41:30.119 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 04 00:41:30.701 INFO kablam! Checking theban_db v0.5.2 (file:///source) Sep 04 00:41:31.092 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 00:41:31.092 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 04 00:41:31.092 INFO kablam! | Sep 04 00:41:31.092 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 04 00:41:31.092 INFO kablam! | ^^^^^ Sep 04 00:41:31.092 INFO kablam! | Sep 04 00:41:31.092 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 00:41:31.092 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 04 00:41:31.092 INFO kablam! = note: for more information, see issue #35203 Sep 04 00:41:31.092 INFO kablam! Sep 04 00:41:31.092 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 00:41:31.092 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 04 00:41:31.092 INFO kablam! | Sep 04 00:41:31.092 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 04 00:41:31.092 INFO kablam! | ^^^^^ Sep 04 00:41:31.092 INFO kablam! | Sep 04 00:41:31.092 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 04 00:41:31.093 INFO kablam! = note: for more information, see issue #35203 Sep 04 00:41:31.093 INFO kablam! Sep 04 00:41:31.140 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 00:41:31.140 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 04 00:41:31.140 INFO kablam! | Sep 04 00:41:31.140 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 04 00:41:31.140 INFO kablam! | ^^^^^ Sep 04 00:41:31.140 INFO kablam! | Sep 04 00:41:31.140 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 00:41:31.140 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 04 00:41:31.140 INFO kablam! = note: for more information, see issue #35203 Sep 04 00:41:31.140 INFO kablam! Sep 04 00:41:31.140 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 00:41:31.140 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 04 00:41:31.140 INFO kablam! | Sep 04 00:41:31.140 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 04 00:41:31.140 INFO kablam! | ^^^^^ Sep 04 00:41:31.140 INFO kablam! | Sep 04 00:41:31.140 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 04 00:41:31.140 INFO kablam! = note: for more information, see issue #35203 Sep 04 00:41:31.141 INFO kablam! Sep 04 00:41:31.439 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.439 INFO kablam! --> src/db.rs:31:13 Sep 04 00:41:31.439 INFO kablam! | Sep 04 00:41:31.439 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 04 00:41:31.439 INFO kablam! | ----^^^^ Sep 04 00:41:31.439 INFO kablam! | | Sep 04 00:41:31.439 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.439 INFO kablam! | Sep 04 00:41:31.439 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 00:41:31.439 INFO kablam! Sep 04 00:41:31.443 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.443 INFO kablam! --> src/db.rs:44:21 Sep 04 00:41:31.443 INFO kablam! | Sep 04 00:41:31.443 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 04 00:41:31.443 INFO kablam! | ----^^^^ Sep 04 00:41:31.443 INFO kablam! | | Sep 04 00:41:31.443 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.443 INFO kablam! Sep 04 00:41:31.453 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.453 INFO kablam! --> src/db.rs:78:46 Sep 04 00:41:31.453 INFO kablam! | Sep 04 00:41:31.454 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 04 00:41:31.454 INFO kablam! | ----^^^^ Sep 04 00:41:31.454 INFO kablam! | | Sep 04 00:41:31.454 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.454 INFO kablam! Sep 04 00:41:31.458 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.458 INFO kablam! --> src/db.rs:91:17 Sep 04 00:41:31.458 INFO kablam! | Sep 04 00:41:31.458 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 04 00:41:31.458 INFO kablam! | ----^^^^ Sep 04 00:41:31.458 INFO kablam! | | Sep 04 00:41:31.458 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.458 INFO kablam! Sep 04 00:41:31.459 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.459 INFO kablam! --> src/db.rs:102:13 Sep 04 00:41:31.459 INFO kablam! | Sep 04 00:41:31.459 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 04 00:41:31.459 INFO kablam! | ----^^^^ Sep 04 00:41:31.459 INFO kablam! | | Sep 04 00:41:31.459 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.459 INFO kablam! Sep 04 00:41:31.577 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.577 INFO kablam! --> src/db.rs:31:13 Sep 04 00:41:31.577 INFO kablam! | Sep 04 00:41:31.577 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 04 00:41:31.577 INFO kablam! | ----^^^^ Sep 04 00:41:31.577 INFO kablam! | | Sep 04 00:41:31.578 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.578 INFO kablam! | Sep 04 00:41:31.578 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 00:41:31.578 INFO kablam! Sep 04 00:41:31.581 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.581 INFO kablam! --> src/db.rs:44:21 Sep 04 00:41:31.581 INFO kablam! | Sep 04 00:41:31.581 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 04 00:41:31.582 INFO kablam! | ----^^^^ Sep 04 00:41:31.582 INFO kablam! | | Sep 04 00:41:31.582 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.582 INFO kablam! Sep 04 00:41:31.592 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.592 INFO kablam! --> src/db.rs:78:46 Sep 04 00:41:31.592 INFO kablam! | Sep 04 00:41:31.592 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 04 00:41:31.592 INFO kablam! | ----^^^^ Sep 04 00:41:31.592 INFO kablam! | | Sep 04 00:41:31.592 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.593 INFO kablam! Sep 04 00:41:31.598 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.599 INFO kablam! --> src/db.rs:91:17 Sep 04 00:41:31.599 INFO kablam! | Sep 04 00:41:31.599 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 04 00:41:31.599 INFO kablam! | ----^^^^ Sep 04 00:41:31.599 INFO kablam! | | Sep 04 00:41:31.599 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.599 INFO kablam! Sep 04 00:41:31.599 INFO kablam! warning: variable does not need to be mutable Sep 04 00:41:31.599 INFO kablam! --> src/db.rs:102:13 Sep 04 00:41:31.599 INFO kablam! | Sep 04 00:41:31.600 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 04 00:41:31.600 INFO kablam! | ----^^^^ Sep 04 00:41:31.600 INFO kablam! | | Sep 04 00:41:31.600 INFO kablam! | help: remove this `mut` Sep 04 00:41:31.600 INFO kablam! Sep 04 00:41:31.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Sep 04 00:41:31.732 INFO kablam! su: No module specific data is present Sep 04 00:41:32.178 INFO running `"docker" "rm" "-f" "8a1acd0f2538ed0b25422ad6e7d9f41adb5037c7885f2602c8651f53e9d65f7b"` Sep 04 00:41:32.275 INFO blam! 8a1acd0f2538ed0b25422ad6e7d9f41adb5037c7885f2602c8651f53e9d65f7b