Sep 14 07:46:10.823 INFO checking theban_db-0.5.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:46:10.823 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:46:10.823 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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:10.961 INFO blam! c533a8aae4a7b8cbcbc293fe30a4e37facebd2ecd360df5e957a2d4918313058 Sep 14 07:46:10.962 INFO running `"docker" "start" "-a" "c533a8aae4a7b8cbcbc293fe30a4e37facebd2ecd360df5e957a2d4918313058"` Sep 14 07:46:12.131 INFO kablam! usermod: no changes Sep 14 07:46:12.176 INFO kablam! Checking rmp v0.7.5 Sep 14 07:46:12.177 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 14 07:46:13.174 INFO kablam! Checking theban_db v0.5.2 (file:///source) Sep 14 07:46:13.410 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.410 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:13.410 INFO kablam! | Sep 14 07:46:13.410 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 14 07:46:13.410 INFO kablam! | ^^^^^ Sep 14 07:46:13.410 INFO kablam! | Sep 14 07:46:13.410 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:13.410 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.410 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.410 INFO kablam! Sep 14 07:46:13.410 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.410 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:13.410 INFO kablam! | Sep 14 07:46:13.410 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 14 07:46:13.410 INFO kablam! | ^^^^^ Sep 14 07:46:13.411 INFO kablam! | Sep 14 07:46:13.411 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.411 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.411 INFO kablam! Sep 14 07:46:13.432 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.433 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:13.433 INFO kablam! | Sep 14 07:46:13.433 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 14 07:46:13.433 INFO kablam! | ^^^^^ Sep 14 07:46:13.433 INFO kablam! | Sep 14 07:46:13.433 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:13.433 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.433 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.433 INFO kablam! Sep 14 07:46:13.433 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:13.433 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:13.433 INFO kablam! | Sep 14 07:46:13.433 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 14 07:46:13.433 INFO kablam! | ^^^^^ Sep 14 07:46:13.433 INFO kablam! | Sep 14 07:46:13.433 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.433 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:13.433 INFO kablam! Sep 14 07:46:13.643 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.643 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:13.643 INFO kablam! | Sep 14 07:46:13.643 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:13.643 INFO kablam! | ----^^^^ Sep 14 07:46:13.643 INFO kablam! | | Sep 14 07:46:13.643 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.643 INFO kablam! | Sep 14 07:46:13.643 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:13.643 INFO kablam! Sep 14 07:46:13.643 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.643 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:13.643 INFO kablam! | Sep 14 07:46:13.643 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:13.643 INFO kablam! | ----^^^^ Sep 14 07:46:13.643 INFO kablam! | | Sep 14 07:46:13.643 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.643 INFO kablam! Sep 14 07:46:13.654 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.654 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:13.654 INFO kablam! | Sep 14 07:46:13.654 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:13.654 INFO kablam! | ----^^^^ Sep 14 07:46:13.654 INFO kablam! | | Sep 14 07:46:13.654 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.655 INFO kablam! Sep 14 07:46:13.657 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.657 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:13.657 INFO kablam! | Sep 14 07:46:13.657 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.657 INFO kablam! | ----^^^^ Sep 14 07:46:13.657 INFO kablam! | | Sep 14 07:46:13.657 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.657 INFO kablam! Sep 14 07:46:13.657 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.657 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:13.657 INFO kablam! | Sep 14 07:46:13.657 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.657 INFO kablam! | ----^^^^ Sep 14 07:46:13.658 INFO kablam! | | Sep 14 07:46:13.658 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.658 INFO kablam! Sep 14 07:46:13.658 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.658 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:13.658 INFO kablam! | Sep 14 07:46:13.658 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:13.658 INFO kablam! | ----^^^^ Sep 14 07:46:13.658 INFO kablam! | | Sep 14 07:46:13.658 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.658 INFO kablam! | Sep 14 07:46:13.658 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:13.658 INFO kablam! Sep 14 07:46:13.658 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.658 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:13.658 INFO kablam! | Sep 14 07:46:13.658 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:13.658 INFO kablam! | ----^^^^ Sep 14 07:46:13.658 INFO kablam! | | Sep 14 07:46:13.658 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.658 INFO kablam! Sep 14 07:46:13.662 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.662 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:13.662 INFO kablam! | Sep 14 07:46:13.662 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:13.662 INFO kablam! | ----^^^^ Sep 14 07:46:13.662 INFO kablam! | | Sep 14 07:46:13.662 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.662 INFO kablam! Sep 14 07:46:13.666 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.666 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:13.666 INFO kablam! | Sep 14 07:46:13.666 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.666 INFO kablam! | ----^^^^ Sep 14 07:46:13.666 INFO kablam! | | Sep 14 07:46:13.666 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.666 INFO kablam! Sep 14 07:46:13.666 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:13.666 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:13.667 INFO kablam! | Sep 14 07:46:13.667 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:13.667 INFO kablam! | ----^^^^ Sep 14 07:46:13.667 INFO kablam! | | Sep 14 07:46:13.667 INFO kablam! | help: remove this `mut` Sep 14 07:46:13.667 INFO kablam! Sep 14 07:46:13.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Sep 14 07:46:13.741 INFO kablam! su: No module specific data is present Sep 14 07:46:14.325 INFO running `"docker" "rm" "-f" "c533a8aae4a7b8cbcbc293fe30a4e37facebd2ecd360df5e957a2d4918313058"` Sep 14 07:46:14.414 INFO blam! c533a8aae4a7b8cbcbc293fe30a4e37facebd2ecd360df5e957a2d4918313058