Sep 01 21:24:29.824 INFO checking theban_db-0.7.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:24:29.824 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:24:29.824 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:24:30.023 INFO blam! efd28ea7466ce37b222245c45e3502b4201cf1680f6ed0420340fc0f1ebf2634 Sep 01 21:24:30.024 INFO running `"docker" "start" "-a" "efd28ea7466ce37b222245c45e3502b4201cf1680f6ed0420340fc0f1ebf2634"` Sep 01 21:24:30.731 INFO kablam! Checking memrange v0.1.3 Sep 01 21:24:30.731 INFO kablam! Checking rmp v0.7.5 Sep 01 21:24:31.273 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 01 21:24:32.764 INFO kablam! Checking theban_db v0.7.0 (file:///source) Sep 01 21:24:33.143 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 01 21:24:33.143 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 01 21:24:33.143 INFO kablam! | Sep 01 21:24:33.143 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 01 21:24:33.143 INFO kablam! | ^^^^^ Sep 01 21:24:33.143 INFO kablam! | Sep 01 21:24:33.144 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 01 21:24:33.144 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 01 21:24:33.144 INFO kablam! = note: for more information, see issue #35203 Sep 01 21:24:33.144 INFO kablam! Sep 01 21:24:33.144 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 01 21:24:33.144 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 01 21:24:33.144 INFO kablam! | Sep 01 21:24:33.144 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 01 21:24:33.144 INFO kablam! | ^^^^^ Sep 01 21:24:33.144 INFO kablam! | Sep 01 21:24:33.144 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 01 21:24:33.144 INFO kablam! = note: for more information, see issue #35203 Sep 01 21:24:33.144 INFO kablam! Sep 01 21:24:33.204 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 01 21:24:33.204 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 01 21:24:33.204 INFO kablam! | Sep 01 21:24:33.204 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 01 21:24:33.204 INFO kablam! | ^^^^^ Sep 01 21:24:33.204 INFO kablam! | Sep 01 21:24:33.204 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 01 21:24:33.205 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 01 21:24:33.205 INFO kablam! = note: for more information, see issue #35203 Sep 01 21:24:33.205 INFO kablam! Sep 01 21:24:33.205 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 01 21:24:33.205 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 01 21:24:33.205 INFO kablam! | Sep 01 21:24:33.205 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 01 21:24:33.205 INFO kablam! | ^^^^^ Sep 01 21:24:33.205 INFO kablam! | Sep 01 21:24:33.205 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 01 21:24:33.205 INFO kablam! = note: for more information, see issue #35203 Sep 01 21:24:33.205 INFO kablam! Sep 01 21:24:33.505 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.505 INFO kablam! --> src/db.rs:31:13 Sep 01 21:24:33.505 INFO kablam! | Sep 01 21:24:33.505 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 01 21:24:33.505 INFO kablam! | ----^^^^ Sep 01 21:24:33.505 INFO kablam! | | Sep 01 21:24:33.505 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.505 INFO kablam! | Sep 01 21:24:33.505 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:24:33.505 INFO kablam! Sep 01 21:24:33.510 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.510 INFO kablam! --> src/db.rs:44:21 Sep 01 21:24:33.510 INFO kablam! | Sep 01 21:24:33.510 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 01 21:24:33.510 INFO kablam! | ----^^^^ Sep 01 21:24:33.510 INFO kablam! | | Sep 01 21:24:33.510 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.510 INFO kablam! Sep 01 21:24:33.526 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.526 INFO kablam! --> src/db.rs:78:46 Sep 01 21:24:33.526 INFO kablam! | Sep 01 21:24:33.526 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 01 21:24:33.526 INFO kablam! | ----^^^^ Sep 01 21:24:33.526 INFO kablam! | | Sep 01 21:24:33.526 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.526 INFO kablam! Sep 01 21:24:33.530 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.530 INFO kablam! --> src/db.rs:91:17 Sep 01 21:24:33.530 INFO kablam! | Sep 01 21:24:33.530 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 01 21:24:33.530 INFO kablam! | ----^^^^ Sep 01 21:24:33.530 INFO kablam! | | Sep 01 21:24:33.530 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.530 INFO kablam! Sep 01 21:24:33.531 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.531 INFO kablam! --> src/db.rs:102:13 Sep 01 21:24:33.531 INFO kablam! | Sep 01 21:24:33.531 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 01 21:24:33.531 INFO kablam! | ----^^^^ Sep 01 21:24:33.531 INFO kablam! | | Sep 01 21:24:33.531 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.531 INFO kablam! Sep 01 21:24:33.650 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.650 INFO kablam! --> src/db.rs:31:13 Sep 01 21:24:33.650 INFO kablam! | Sep 01 21:24:33.651 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 01 21:24:33.651 INFO kablam! | ----^^^^ Sep 01 21:24:33.651 INFO kablam! | | Sep 01 21:24:33.651 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.651 INFO kablam! | Sep 01 21:24:33.651 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:24:33.651 INFO kablam! Sep 01 21:24:33.654 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.654 INFO kablam! --> src/db.rs:44:21 Sep 01 21:24:33.654 INFO kablam! | Sep 01 21:24:33.654 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 01 21:24:33.654 INFO kablam! | ----^^^^ Sep 01 21:24:33.654 INFO kablam! | | Sep 01 21:24:33.654 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.655 INFO kablam! Sep 01 21:24:33.666 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.666 INFO kablam! --> src/db.rs:78:46 Sep 01 21:24:33.666 INFO kablam! | Sep 01 21:24:33.666 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 01 21:24:33.666 INFO kablam! | ----^^^^ Sep 01 21:24:33.666 INFO kablam! | | Sep 01 21:24:33.666 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.666 INFO kablam! Sep 01 21:24:33.671 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.671 INFO kablam! --> src/db.rs:91:17 Sep 01 21:24:33.671 INFO kablam! | Sep 01 21:24:33.671 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 01 21:24:33.671 INFO kablam! | ----^^^^ Sep 01 21:24:33.671 INFO kablam! | | Sep 01 21:24:33.671 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.671 INFO kablam! Sep 01 21:24:33.671 INFO kablam! warning: variable does not need to be mutable Sep 01 21:24:33.671 INFO kablam! --> src/db.rs:102:13 Sep 01 21:24:33.671 INFO kablam! | Sep 01 21:24:33.671 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 01 21:24:33.671 INFO kablam! | ----^^^^ Sep 01 21:24:33.671 INFO kablam! | | Sep 01 21:24:33.671 INFO kablam! | help: remove this `mut` Sep 01 21:24:33.672 INFO kablam! Sep 01 21:24:33.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Sep 01 21:24:33.829 INFO kablam! su: No module specific data is present Sep 01 21:24:34.340 INFO running `"docker" "rm" "-f" "efd28ea7466ce37b222245c45e3502b4201cf1680f6ed0420340fc0f1ebf2634"` Sep 01 21:24:34.436 INFO blam! efd28ea7466ce37b222245c45e3502b4201cf1680f6ed0420340fc0f1ebf2634