Sep 14 07:46:03.794 INFO checking theban_db-0.7.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:46:03.794 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:46:03.794 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/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:03.951 INFO blam! a52a8ba5f18f0f7e8a53edcc1ff77fe1a84438056283feda9185c0f7ca1043bf Sep 14 07:46:03.956 INFO running `"docker" "start" "-a" "a52a8ba5f18f0f7e8a53edcc1ff77fe1a84438056283feda9185c0f7ca1043bf"` Sep 14 07:46:05.376 INFO kablam! usermod: no changes Sep 14 07:46:05.455 INFO kablam! Checking rmp v0.7.5 Sep 14 07:46:05.459 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 14 07:46:06.730 INFO kablam! Checking theban_db v0.7.0 (file:///source) Sep 14 07:46:06.932 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:06.932 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:06.932 INFO kablam! | Sep 14 07:46:06.932 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 14 07:46:06.932 INFO kablam! | ^^^^^ Sep 14 07:46:06.932 INFO kablam! | Sep 14 07:46:06.932 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:06.932 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:06.932 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:06.932 INFO kablam! Sep 14 07:46:06.932 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:06.932 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:06.932 INFO kablam! | Sep 14 07:46:06.932 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 14 07:46:06.932 INFO kablam! | ^^^^^ Sep 14 07:46:06.932 INFO kablam! | Sep 14 07:46:06.932 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:06.932 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:06.932 INFO kablam! Sep 14 07:46:06.936 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:06.936 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 14 07:46:06.936 INFO kablam! | Sep 14 07:46:06.936 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 14 07:46:06.936 INFO kablam! | ^^^^^ Sep 14 07:46:06.937 INFO kablam! | Sep 14 07:46:06.937 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 14 07:46:06.937 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:06.937 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:06.937 INFO kablam! Sep 14 07:46:06.937 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 14 07:46:06.937 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 14 07:46:06.937 INFO kablam! | Sep 14 07:46:06.937 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 14 07:46:06.937 INFO kablam! | ^^^^^ Sep 14 07:46:06.937 INFO kablam! | Sep 14 07:46:06.937 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:06.937 INFO kablam! = note: for more information, see issue #35203 Sep 14 07:46:06.937 INFO kablam! Sep 14 07:46:07.104 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.104 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:07.104 INFO kablam! | Sep 14 07:46:07.104 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:07.104 INFO kablam! | ----^^^^ Sep 14 07:46:07.104 INFO kablam! | | Sep 14 07:46:07.104 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.104 INFO kablam! | Sep 14 07:46:07.104 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:07.104 INFO kablam! Sep 14 07:46:07.105 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.105 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:07.105 INFO kablam! | Sep 14 07:46:07.105 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:07.105 INFO kablam! | ----^^^^ Sep 14 07:46:07.105 INFO kablam! | | Sep 14 07:46:07.105 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.105 INFO kablam! Sep 14 07:46:07.116 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.116 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:07.116 INFO kablam! | Sep 14 07:46:07.116 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:07.116 INFO kablam! | ----^^^^ Sep 14 07:46:07.116 INFO kablam! | | Sep 14 07:46:07.116 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.116 INFO kablam! Sep 14 07:46:07.116 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.116 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:07.116 INFO kablam! | Sep 14 07:46:07.116 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:07.116 INFO kablam! | ----^^^^ Sep 14 07:46:07.116 INFO kablam! | | Sep 14 07:46:07.116 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.116 INFO kablam! Sep 14 07:46:07.116 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.116 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:07.116 INFO kablam! | Sep 14 07:46:07.116 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:07.116 INFO kablam! | ----^^^^ Sep 14 07:46:07.116 INFO kablam! | | Sep 14 07:46:07.116 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.116 INFO kablam! Sep 14 07:46:07.169 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.169 INFO kablam! --> src/db.rs:31:13 Sep 14 07:46:07.169 INFO kablam! | Sep 14 07:46:07.169 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 14 07:46:07.169 INFO kablam! | ----^^^^ Sep 14 07:46:07.169 INFO kablam! | | Sep 14 07:46:07.169 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.169 INFO kablam! | Sep 14 07:46:07.169 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:46:07.169 INFO kablam! Sep 14 07:46:07.169 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.170 INFO kablam! --> src/db.rs:44:21 Sep 14 07:46:07.170 INFO kablam! | Sep 14 07:46:07.170 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 14 07:46:07.170 INFO kablam! | ----^^^^ Sep 14 07:46:07.170 INFO kablam! | | Sep 14 07:46:07.170 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.170 INFO kablam! Sep 14 07:46:07.179 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.179 INFO kablam! --> src/db.rs:78:46 Sep 14 07:46:07.179 INFO kablam! | Sep 14 07:46:07.179 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 14 07:46:07.179 INFO kablam! | ----^^^^ Sep 14 07:46:07.179 INFO kablam! | | Sep 14 07:46:07.179 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.179 INFO kablam! Sep 14 07:46:07.179 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.179 INFO kablam! --> src/db.rs:91:17 Sep 14 07:46:07.179 INFO kablam! | Sep 14 07:46:07.179 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:07.179 INFO kablam! | ----^^^^ Sep 14 07:46:07.179 INFO kablam! | | Sep 14 07:46:07.179 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.179 INFO kablam! Sep 14 07:46:07.179 INFO kablam! warning: variable does not need to be mutable Sep 14 07:46:07.179 INFO kablam! --> src/db.rs:102:13 Sep 14 07:46:07.179 INFO kablam! | Sep 14 07:46:07.179 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 14 07:46:07.179 INFO kablam! | ----^^^^ Sep 14 07:46:07.179 INFO kablam! | | Sep 14 07:46:07.179 INFO kablam! | help: remove this `mut` Sep 14 07:46:07.179 INFO kablam! Sep 14 07:46:07.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Sep 14 07:46:07.271 INFO kablam! su: No module specific data is present Sep 14 07:46:07.864 INFO running `"docker" "rm" "-f" "a52a8ba5f18f0f7e8a53edcc1ff77fe1a84438056283feda9185c0f7ca1043bf"` Sep 14 07:46:07.930 INFO blam! a52a8ba5f18f0f7e8a53edcc1ff77fe1a84438056283feda9185c0f7ca1043bf