Sep 19 19:02:37.554 INFO checking theban_db-0.7.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:02:37.554 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:02:37.554 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:02:37.738 INFO blam! 7f75a3107c24c7a6f094888c621fe217793f45fbfc6475bf31dbf2bf4526e035 Sep 19 19:02:37.740 INFO running `"docker" "start" "-a" "7f75a3107c24c7a6f094888c621fe217793f45fbfc6475bf31dbf2bf4526e035"` Sep 19 19:02:38.672 INFO kablam! usermod: no changes Sep 19 19:02:38.779 INFO kablam! Checking memrange v0.1.3 Sep 19 19:02:38.780 INFO kablam! Checking rmp v0.7.5 Sep 19 19:02:39.319 INFO kablam! Checking theban_interval_tree v0.7.1 Sep 19 19:02:40.110 INFO kablam! Checking theban_db v0.7.0 (/source) Sep 19 19:02:40.303 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:40.303 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 19:02:40.303 INFO kablam! | Sep 19 19:02:40.303 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 19 19:02:40.303 INFO kablam! | ^^^^^ Sep 19 19:02:40.303 INFO kablam! | Sep 19 19:02:40.303 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 19:02:40.303 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 19 19:02:40.303 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:40.303 INFO kablam! Sep 19 19:02:40.303 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:40.303 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 19:02:40.303 INFO kablam! | Sep 19 19:02:40.303 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 19 19:02:40.303 INFO kablam! | ^^^^^ Sep 19 19:02:40.303 INFO kablam! | Sep 19 19:02:40.303 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 19 19:02:40.303 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:40.303 INFO kablam! Sep 19 19:02:40.368 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:40.368 INFO kablam! --> src/serialize/mod.rs:23:25 Sep 19 19:02:40.368 INFO kablam! | Sep 19 19:02:40.368 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Sep 19 19:02:40.368 INFO kablam! | ^^^^^ Sep 19 19:02:40.368 INFO kablam! | Sep 19 19:02:40.368 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 19 19:02:40.368 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 19 19:02:40.368 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:40.368 INFO kablam! Sep 19 19:02:40.368 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 19 19:02:40.368 INFO kablam! --> src/serialize/mod.rs:24:17 Sep 19 19:02:40.368 INFO kablam! | Sep 19 19:02:40.368 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Sep 19 19:02:40.368 INFO kablam! | ^^^^^ Sep 19 19:02:40.368 INFO kablam! | Sep 19 19:02:40.368 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 19 19:02:40.368 INFO kablam! = note: for more information, see issue #35203 Sep 19 19:02:40.368 INFO kablam! Sep 19 19:02:40.489 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.489 INFO kablam! --> src/db.rs:31:13 Sep 19 19:02:40.489 INFO kablam! | Sep 19 19:02:40.489 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 19:02:40.489 INFO kablam! | ----^^^^ Sep 19 19:02:40.489 INFO kablam! | | Sep 19 19:02:40.489 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.489 INFO kablam! | Sep 19 19:02:40.489 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:02:40.489 INFO kablam! Sep 19 19:02:40.498 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.498 INFO kablam! --> src/db.rs:44:21 Sep 19 19:02:40.498 INFO kablam! | Sep 19 19:02:40.498 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 19:02:40.498 INFO kablam! | ----^^^^ Sep 19 19:02:40.498 INFO kablam! | | Sep 19 19:02:40.498 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.498 INFO kablam! Sep 19 19:02:40.498 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.498 INFO kablam! --> src/db.rs:78:46 Sep 19 19:02:40.498 INFO kablam! | Sep 19 19:02:40.498 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 19:02:40.498 INFO kablam! | ----^^^^ Sep 19 19:02:40.498 INFO kablam! | | Sep 19 19:02:40.498 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.498 INFO kablam! Sep 19 19:02:40.498 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.498 INFO kablam! --> src/db.rs:91:17 Sep 19 19:02:40.498 INFO kablam! | Sep 19 19:02:40.498 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:40.498 INFO kablam! | ----^^^^ Sep 19 19:02:40.498 INFO kablam! | | Sep 19 19:02:40.498 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.498 INFO kablam! Sep 19 19:02:40.498 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.498 INFO kablam! --> src/db.rs:102:13 Sep 19 19:02:40.498 INFO kablam! | Sep 19 19:02:40.498 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:40.498 INFO kablam! | ----^^^^ Sep 19 19:02:40.498 INFO kablam! | | Sep 19 19:02:40.498 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.498 INFO kablam! Sep 19 19:02:40.574 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.574 INFO kablam! --> src/db.rs:31:13 Sep 19 19:02:40.574 INFO kablam! | Sep 19 19:02:40.574 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Sep 19 19:02:40.574 INFO kablam! | ----^^^^ Sep 19 19:02:40.574 INFO kablam! | | Sep 19 19:02:40.574 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.574 INFO kablam! | Sep 19 19:02:40.574 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:02:40.574 INFO kablam! Sep 19 19:02:40.574 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.574 INFO kablam! --> src/db.rs:44:21 Sep 19 19:02:40.574 INFO kablam! | Sep 19 19:02:40.574 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Sep 19 19:02:40.574 INFO kablam! | ----^^^^ Sep 19 19:02:40.574 INFO kablam! | | Sep 19 19:02:40.574 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.574 INFO kablam! Sep 19 19:02:40.582 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.582 INFO kablam! --> src/db.rs:78:46 Sep 19 19:02:40.582 INFO kablam! | Sep 19 19:02:40.582 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Sep 19 19:02:40.582 INFO kablam! | ----^^^^ Sep 19 19:02:40.582 INFO kablam! | | Sep 19 19:02:40.582 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.582 INFO kablam! Sep 19 19:02:40.582 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.582 INFO kablam! --> src/db.rs:91:17 Sep 19 19:02:40.583 INFO kablam! | Sep 19 19:02:40.583 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:40.583 INFO kablam! | ----^^^^ Sep 19 19:02:40.583 INFO kablam! | | Sep 19 19:02:40.583 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.583 INFO kablam! Sep 19 19:02:40.583 INFO kablam! warning: variable does not need to be mutable Sep 19 19:02:40.583 INFO kablam! --> src/db.rs:102:13 Sep 19 19:02:40.583 INFO kablam! | Sep 19 19:02:40.583 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Sep 19 19:02:40.583 INFO kablam! | ----^^^^ Sep 19 19:02:40.583 INFO kablam! | | Sep 19 19:02:40.583 INFO kablam! | help: remove this `mut` Sep 19 19:02:40.583 INFO kablam! Sep 19 19:02:40.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Sep 19 19:02:40.675 INFO kablam! su: No module specific data is present Sep 19 19:02:41.221 INFO running `"docker" "rm" "-f" "7f75a3107c24c7a6f094888c621fe217793f45fbfc6475bf31dbf2bf4526e035"` Sep 19 19:02:41.286 INFO blam! 7f75a3107c24c7a6f094888c621fe217793f45fbfc6475bf31dbf2bf4526e035