Oct 27 14:41:21.498 INFO checking theban_db-0.7.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:41:21.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:41:21.868 INFO blam! e597b0aaf125fd11365fe8d8609e36ecb52d4a2630876e9e30599af373543e0e Oct 27 14:41:21.875 INFO running `"docker" "start" "-a" "e597b0aaf125fd11365fe8d8609e36ecb52d4a2630876e9e30599af373543e0e"` Oct 27 14:41:22.531 INFO kablam! usermod: no changes Oct 27 14:41:22.623 INFO kablam! Checking memrange v0.1.3 Oct 27 14:41:23.299 INFO kablam! Checking theban_interval_tree v0.7.1 Oct 27 14:41:24.143 INFO kablam! Checking theban_db v0.7.0 (/source) Oct 27 14:41:25.243 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 14:41:25.243 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 27 14:41:25.243 INFO kablam! | Oct 27 14:41:25.243 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 27 14:41:25.243 INFO kablam! | ^^^^^ Oct 27 14:41:25.243 INFO kablam! | Oct 27 14:41:25.243 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 14:41:25.243 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! Oct 27 14:41:25.243 INFO kablam! = note: for more information, see issue #35203 Oct 27 14:41:25.243 INFO kablam! Oct 27 14:41:25.243 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 14:41:25.243 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 27 14:41:25.243 INFO kablam! | Oct 27 14:41:25.243 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 27 14:41:25.243 INFO kablam! | ^^^^^ Oct 27 14:41:25.243 INFO kablam! | Oct 27 14:41:25.243 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! Oct 27 14:41:25.243 INFO kablam! = note: for more information, see issue #35203 Oct 27 14:41:25.243 INFO kablam! Oct 27 14:41:25.435 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 14:41:25.435 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 27 14:41:25.435 INFO kablam! | Oct 27 14:41:25.435 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 27 14:41:25.435 INFO kablam! | ^^^^^ Oct 27 14:41:25.435 INFO kablam! | Oct 27 14:41:25.435 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 14:41:25.435 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! Oct 27 14:41:25.435 INFO kablam! = note: for more information, see issue #35203 Oct 27 14:41:25.435 INFO kablam! Oct 27 14:41:25.435 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 14:41:25.435 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 27 14:41:25.435 INFO kablam! | Oct 27 14:41:25.435 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 27 14:41:25.435 INFO kablam! | ^^^^^ Oct 27 14:41:25.435 INFO kablam! | Oct 27 14:41:25.435 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! Oct 27 14:41:25.435 INFO kablam! = note: for more information, see issue #35203 Oct 27 14:41:25.435 INFO kablam! Oct 27 14:41:25.499 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.499 INFO kablam! --> src/db.rs:31:13 Oct 27 14:41:25.499 INFO kablam! | Oct 27 14:41:25.499 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 27 14:41:25.499 INFO kablam! | ----^^^^ Oct 27 14:41:25.499 INFO kablam! | | Oct 27 14:41:25.499 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.499 INFO kablam! | Oct 27 14:41:25.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:41:25.499 INFO kablam! Oct 27 14:41:25.507 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.507 INFO kablam! --> src/db.rs:44:21 Oct 27 14:41:25.507 INFO kablam! | Oct 27 14:41:25.507 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 27 14:41:25.507 INFO kablam! | ----^^^^ Oct 27 14:41:25.507 INFO kablam! | | Oct 27 14:41:25.507 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.507 INFO kablam! Oct 27 14:41:25.507 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.507 INFO kablam! --> src/db.rs:78:46 Oct 27 14:41:25.507 INFO kablam! | Oct 27 14:41:25.507 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 27 14:41:25.507 INFO kablam! | ----^^^^ Oct 27 14:41:25.507 INFO kablam! | | Oct 27 14:41:25.507 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.507 INFO kablam! Oct 27 14:41:25.511 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.511 INFO kablam! --> src/db.rs:91:17 Oct 27 14:41:25.511 INFO kablam! | Oct 27 14:41:25.511 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 27 14:41:25.511 INFO kablam! | ----^^^^ Oct 27 14:41:25.511 INFO kablam! | | Oct 27 14:41:25.511 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.511 INFO kablam! Oct 27 14:41:25.511 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.511 INFO kablam! --> src/db.rs:102:13 Oct 27 14:41:25.511 INFO kablam! | Oct 27 14:41:25.511 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 27 14:41:25.511 INFO kablam! | ----^^^^ Oct 27 14:41:25.511 INFO kablam! | | Oct 27 14:41:25.511 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.511 INFO kablam! Oct 27 14:41:25.631 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.631 INFO kablam! --> src/db.rs:31:13 Oct 27 14:41:25.631 INFO kablam! | Oct 27 14:41:25.631 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 27 14:41:25.631 INFO kablam! | ----^^^^ Oct 27 14:41:25.631 INFO kablam! | | Oct 27 14:41:25.631 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.631 INFO kablam! | Oct 27 14:41:25.631 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:41:25.631 INFO kablam! Oct 27 14:41:25.639 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.639 INFO kablam! --> src/db.rs:44:21 Oct 27 14:41:25.639 INFO kablam! | Oct 27 14:41:25.639 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 27 14:41:25.639 INFO kablam! | ----^^^^ Oct 27 14:41:25.639 INFO kablam! | | Oct 27 14:41:25.639 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.639 INFO kablam! Oct 27 14:41:25.645 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.646 INFO kablam! --> src/db.rs:78:46 Oct 27 14:41:25.646 INFO kablam! | Oct 27 14:41:25.646 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 27 14:41:25.646 INFO kablam! | ----^^^^ Oct 27 14:41:25.646 INFO kablam! | | Oct 27 14:41:25.646 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.646 INFO kablam! Oct 27 14:41:25.650 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.650 INFO kablam! --> src/db.rs:91:17 Oct 27 14:41:25.650 INFO kablam! | Oct 27 14:41:25.650 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 27 14:41:25.650 INFO kablam! | ----^^^^ Oct 27 14:41:25.650 INFO kablam! | | Oct 27 14:41:25.650 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.650 INFO kablam! Oct 27 14:41:25.650 INFO kablam! warning: variable does not need to be mutable Oct 27 14:41:25.650 INFO kablam! --> src/db.rs:102:13 Oct 27 14:41:25.650 INFO kablam! | Oct 27 14:41:25.650 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 27 14:41:25.650 INFO kablam! | ----^^^^ Oct 27 14:41:25.650 INFO kablam! | | Oct 27 14:41:25.650 INFO kablam! | help: remove this `mut` Oct 27 14:41:25.650 INFO kablam! Oct 27 14:41:25.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 27 14:41:25.740 INFO kablam! su: No module specific data is present Oct 27 14:41:26.403 INFO running `"docker" "rm" "-f" "e597b0aaf125fd11365fe8d8609e36ecb52d4a2630876e9e30599af373543e0e"` Oct 27 14:41:26.588 INFO blam! e597b0aaf125fd11365fe8d8609e36ecb52d4a2630876e9e30599af373543e0e