Oct 13 07:29:21.486 INFO checking theban_db-0.7.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:29:21.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:29:21.671 INFO blam! 6434a984dc6730671161ad579c2b0a0dd3533deedcda0c1a92aec1d4f74f36cf Oct 13 07:29:21.673 INFO running `"docker" "start" "-a" "6434a984dc6730671161ad579c2b0a0dd3533deedcda0c1a92aec1d4f74f36cf"` Oct 13 07:29:22.644 INFO kablam! usermod: no changes Oct 13 07:29:22.740 INFO kablam! Checking memrange v0.1.3 Oct 13 07:29:22.740 INFO kablam! Checking rmp v0.7.5 Oct 13 07:29:23.895 INFO kablam! Checking theban_interval_tree v0.7.1 Oct 13 07:29:25.372 INFO kablam! Checking theban_db v0.7.0 (/source) Oct 13 07:29:26.300 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 07:29:26.300 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 13 07:29:26.300 INFO kablam! | Oct 13 07:29:26.300 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 13 07:29:26.300 INFO kablam! | ^^^^^ Oct 13 07:29:26.300 INFO kablam! | Oct 13 07:29:26.300 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 07:29:26.300 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 13 07:29:26.301 INFO kablam! = note: for more information, see issue #35203 Oct 13 07:29:26.301 INFO kablam! Oct 13 07:29:26.301 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 07:29:26.301 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 13 07:29:26.301 INFO kablam! | Oct 13 07:29:26.301 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 13 07:29:26.301 INFO kablam! | ^^^^^ Oct 13 07:29:26.301 INFO kablam! | Oct 13 07:29:26.301 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 13 07:29:26.301 INFO kablam! = note: for more information, see issue #35203 Oct 13 07:29:26.301 INFO kablam! Oct 13 07:29:26.460 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 07:29:26.461 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 13 07:29:26.461 INFO kablam! | Oct 13 07:29:26.461 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 13 07:29:26.461 INFO kablam! | ^^^^^ Oct 13 07:29:26.461 INFO kablam! | Oct 13 07:29:26.461 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 07:29:26.461 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 13 07:29:26.468 INFO kablam! = note: for more information, see issue #35203 Oct 13 07:29:26.468 INFO kablam! Oct 13 07:29:26.468 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 07:29:26.468 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 13 07:29:26.468 INFO kablam! | Oct 13 07:29:26.468 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 13 07:29:26.468 INFO kablam! | ^^^^^ Oct 13 07:29:26.468 INFO kablam! | Oct 13 07:29:26.468 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 13 07:29:26.468 INFO kablam! = note: for more information, see issue #35203 Oct 13 07:29:26.468 INFO kablam! Oct 13 07:29:26.476 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.476 INFO kablam! --> src/db.rs:31:13 Oct 13 07:29:26.476 INFO kablam! | Oct 13 07:29:26.476 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 13 07:29:26.476 INFO kablam! | ----^^^^ Oct 13 07:29:26.477 INFO kablam! | | Oct 13 07:29:26.477 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.477 INFO kablam! | Oct 13 07:29:26.477 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:29:26.477 INFO kablam! Oct 13 07:29:26.477 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.478 INFO kablam! --> src/db.rs:44:21 Oct 13 07:29:26.478 INFO kablam! | Oct 13 07:29:26.478 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 13 07:29:26.478 INFO kablam! | ----^^^^ Oct 13 07:29:26.478 INFO kablam! | | Oct 13 07:29:26.478 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.478 INFO kablam! Oct 13 07:29:26.484 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.488 INFO kablam! --> src/db.rs:78:46 Oct 13 07:29:26.488 INFO kablam! | Oct 13 07:29:26.488 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 13 07:29:26.488 INFO kablam! | ----^^^^ Oct 13 07:29:26.488 INFO kablam! | | Oct 13 07:29:26.488 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.488 INFO kablam! Oct 13 07:29:26.488 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.488 INFO kablam! --> src/db.rs:91:17 Oct 13 07:29:26.488 INFO kablam! | Oct 13 07:29:26.488 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 13 07:29:26.488 INFO kablam! | ----^^^^ Oct 13 07:29:26.488 INFO kablam! | | Oct 13 07:29:26.489 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.490 INFO kablam! Oct 13 07:29:26.490 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.490 INFO kablam! --> src/db.rs:102:13 Oct 13 07:29:26.490 INFO kablam! | Oct 13 07:29:26.490 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 13 07:29:26.490 INFO kablam! | ----^^^^ Oct 13 07:29:26.490 INFO kablam! | | Oct 13 07:29:26.490 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.500 INFO kablam! Oct 13 07:29:26.764 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.764 INFO kablam! --> src/db.rs:31:13 Oct 13 07:29:26.764 INFO kablam! | Oct 13 07:29:26.764 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 13 07:29:26.764 INFO kablam! | ----^^^^ Oct 13 07:29:26.764 INFO kablam! | | Oct 13 07:29:26.764 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.764 INFO kablam! | Oct 13 07:29:26.764 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:29:26.764 INFO kablam! Oct 13 07:29:26.764 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.764 INFO kablam! --> src/db.rs:44:21 Oct 13 07:29:26.764 INFO kablam! | Oct 13 07:29:26.764 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 13 07:29:26.764 INFO kablam! | ----^^^^ Oct 13 07:29:26.764 INFO kablam! | | Oct 13 07:29:26.764 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.764 INFO kablam! Oct 13 07:29:26.772 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.776 INFO kablam! --> src/db.rs:78:46 Oct 13 07:29:26.776 INFO kablam! | Oct 13 07:29:26.776 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 13 07:29:26.776 INFO kablam! | ----^^^^ Oct 13 07:29:26.776 INFO kablam! | | Oct 13 07:29:26.776 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.776 INFO kablam! Oct 13 07:29:26.776 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.776 INFO kablam! --> src/db.rs:91:17 Oct 13 07:29:26.776 INFO kablam! | Oct 13 07:29:26.776 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 13 07:29:26.776 INFO kablam! | ----^^^^ Oct 13 07:29:26.776 INFO kablam! | | Oct 13 07:29:26.776 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.776 INFO kablam! Oct 13 07:29:26.776 INFO kablam! warning: variable does not need to be mutable Oct 13 07:29:26.776 INFO kablam! --> src/db.rs:102:13 Oct 13 07:29:26.776 INFO kablam! | Oct 13 07:29:26.776 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 13 07:29:26.776 INFO kablam! | ----^^^^ Oct 13 07:29:26.776 INFO kablam! | | Oct 13 07:29:26.776 INFO kablam! | help: remove this `mut` Oct 13 07:29:26.776 INFO kablam! Oct 13 07:29:26.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.21s Oct 13 07:29:26.884 INFO kablam! su: No module specific data is present Oct 13 07:29:27.308 INFO running `"docker" "rm" "-f" "6434a984dc6730671161ad579c2b0a0dd3533deedcda0c1a92aec1d4f74f36cf"` Oct 13 07:29:27.396 INFO blam! 6434a984dc6730671161ad579c2b0a0dd3533deedcda0c1a92aec1d4f74f36cf