Sep 21 01:52:50.264 INFO checking theban_db-0.5.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:52:50.264 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:52:50.264 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:52:50.474 INFO blam! 2ff0c065bb116fca46e0eff9fe58fb4fdb6df123f5dd4731ba5b1b287005ceab Sep 21 01:52:50.475 INFO running `"docker" "start" "-a" "2ff0c065bb116fca46e0eff9fe58fb4fdb6df123f5dd4731ba5b1b287005ceab"` Sep 21 01:52:51.299 INFO kablam! usermod: no changes Sep 21 01:52:51.336 INFO kablam! Checking memrange v0.1.3 Sep 21 01:52:51.562 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 21 01:52:51.874 INFO kablam! Checking theban_db v0.5.2 (/source) Sep 21 01:52:52.114 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 01:52:52.114 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 21 01:52:52.114 INFO kablam! | Sep 21 01:52:52.114 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 21 01:52:52.114 INFO kablam! | ^^^^^ Sep 21 01:52:52.114 INFO kablam! | Sep 21 01:52:52.114 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 01:52:52.114 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 21 01:52:52.114 INFO kablam! = note: for more information, see issue #35203 Sep 21 01:52:52.114 INFO kablam! Sep 21 01:52:52.114 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 01:52:52.114 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 21 01:52:52.114 INFO kablam! | Sep 21 01:52:52.114 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 21 01:52:52.114 INFO kablam! | ^^^^^ Sep 21 01:52:52.114 INFO kablam! | Sep 21 01:52:52.114 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 21 01:52:52.114 INFO kablam! = note: for more information, see issue #35203 Sep 21 01:52:52.114 INFO kablam! Sep 21 01:52:52.155 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 01:52:52.155 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 21 01:52:52.155 INFO kablam! | Sep 21 01:52:52.155 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError<'a>>; Sep 21 01:52:52.155 INFO kablam! | ^^^^^ Sep 21 01:52:52.155 INFO kablam! | Sep 21 01:52:52.155 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 01:52:52.155 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 21 01:52:52.155 INFO kablam! = note: for more information, see issue #35203 Sep 21 01:52:52.155 INFO kablam! Sep 21 01:52:52.155 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 01:52:52.155 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 21 01:52:52.155 INFO kablam! | Sep 21 01:52:52.155 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result>; Sep 21 01:52:52.155 INFO kablam! | ^^^^^ Sep 21 01:52:52.155 INFO kablam! | Sep 21 01:52:52.155 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 21 01:52:52.155 INFO kablam! = note: for more information, see issue #35203 Sep 21 01:52:52.155 INFO kablam! Sep 21 01:52:52.264 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.264 INFO kablam! --> src/db.rs:31:13 Sep 21 01:52:52.264 INFO kablam! | Sep 21 01:52:52.264 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 21 01:52:52.264 INFO kablam! | ----^^^^ Sep 21 01:52:52.264 INFO kablam! | | Sep 21 01:52:52.264 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.264 INFO kablam! | Sep 21 01:52:52.264 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 01:52:52.264 INFO kablam! Sep 21 01:52:52.265 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.265 INFO kablam! --> src/db.rs:44:21 Sep 21 01:52:52.265 INFO kablam! | Sep 21 01:52:52.265 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 21 01:52:52.265 INFO kablam! | ----^^^^ Sep 21 01:52:52.265 INFO kablam! | | Sep 21 01:52:52.265 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.265 INFO kablam! Sep 21 01:52:52.269 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.269 INFO kablam! --> src/db.rs:78:46 Sep 21 01:52:52.269 INFO kablam! | Sep 21 01:52:52.269 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 21 01:52:52.269 INFO kablam! | ----^^^^ Sep 21 01:52:52.269 INFO kablam! | | Sep 21 01:52:52.269 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.269 INFO kablam! Sep 21 01:52:52.271 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.271 INFO kablam! --> src/db.rs:91:17 Sep 21 01:52:52.271 INFO kablam! | Sep 21 01:52:52.271 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 21 01:52:52.271 INFO kablam! | ----^^^^ Sep 21 01:52:52.271 INFO kablam! | | Sep 21 01:52:52.271 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.271 INFO kablam! Sep 21 01:52:52.271 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.271 INFO kablam! --> src/db.rs:102:13 Sep 21 01:52:52.271 INFO kablam! | Sep 21 01:52:52.271 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 21 01:52:52.271 INFO kablam! | ----^^^^ Sep 21 01:52:52.271 INFO kablam! | | Sep 21 01:52:52.271 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.271 INFO kablam! Sep 21 01:52:52.350 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.350 INFO kablam! --> src/db.rs:31:13 Sep 21 01:52:52.350 INFO kablam! | Sep 21 01:52:52.350 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 21 01:52:52.350 INFO kablam! | ----^^^^ Sep 21 01:52:52.350 INFO kablam! | | Sep 21 01:52:52.350 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.350 INFO kablam! | Sep 21 01:52:52.350 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 01:52:52.350 INFO kablam! Sep 21 01:52:52.352 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.352 INFO kablam! --> src/db.rs:44:21 Sep 21 01:52:52.352 INFO kablam! | Sep 21 01:52:52.352 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 21 01:52:52.352 INFO kablam! | ----^^^^ Sep 21 01:52:52.352 INFO kablam! | | Sep 21 01:52:52.352 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.352 INFO kablam! Sep 21 01:52:52.356 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.356 INFO kablam! --> src/db.rs:78:46 Sep 21 01:52:52.356 INFO kablam! | Sep 21 01:52:52.356 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 21 01:52:52.356 INFO kablam! | ----^^^^ Sep 21 01:52:52.356 INFO kablam! | | Sep 21 01:52:52.356 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.356 INFO kablam! Sep 21 01:52:52.358 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.358 INFO kablam! --> src/db.rs:91:17 Sep 21 01:52:52.358 INFO kablam! | Sep 21 01:52:52.358 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 21 01:52:52.358 INFO kablam! | ----^^^^ Sep 21 01:52:52.358 INFO kablam! | | Sep 21 01:52:52.358 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.358 INFO kablam! Sep 21 01:52:52.358 INFO kablam! warning: variable does not need to be mutable Sep 21 01:52:52.358 INFO kablam! --> src/db.rs:102:13 Sep 21 01:52:52.358 INFO kablam! | Sep 21 01:52:52.358 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 21 01:52:52.358 INFO kablam! | ----^^^^ Sep 21 01:52:52.358 INFO kablam! | | Sep 21 01:52:52.358 INFO kablam! | help: remove this `mut` Sep 21 01:52:52.358 INFO kablam! Sep 21 01:52:52.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Sep 21 01:52:52.414 INFO kablam! su: No module specific data is present Sep 21 01:52:53.228 INFO running `"docker" "rm" "-f" "2ff0c065bb116fca46e0eff9fe58fb4fdb6df123f5dd4731ba5b1b287005ceab"` Sep 21 01:52:53.346 INFO blam! 2ff0c065bb116fca46e0eff9fe58fb4fdb6df123f5dd4731ba5b1b287005ceab