Oct 21 23:04:17.421 INFO checking theban_db-0.7.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:04:17.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:04:17.895 INFO blam! 2fad676be141665209f291ee97d0da6fc01af112cef8421eb185375398439c35 Oct 21 23:04:17.895 INFO running `"docker" "start" "-a" "2fad676be141665209f291ee97d0da6fc01af112cef8421eb185375398439c35"` Oct 21 23:04:19.076 INFO kablam! usermod: no changes Oct 21 23:04:19.151 INFO kablam! Checking rmp v0.7.5 Oct 21 23:04:19.156 INFO kablam! Checking theban_interval_tree v0.7.1 Oct 21 23:04:20.914 INFO kablam! Checking theban_db v0.7.0 (/source) Oct 21 23:04:21.904 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:04:21.904 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 21 23:04:21.904 INFO kablam! | Oct 21 23:04:21.904 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 21 23:04:21.904 INFO kablam! | ^^^^^ Oct 21 23:04:21.904 INFO kablam! | Oct 21 23:04:21.904 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 23:04:21.904 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 21 23:04:21.904 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:04:21.904 INFO kablam! Oct 21 23:04:21.904 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:04:21.904 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 21 23:04:21.904 INFO kablam! | Oct 21 23:04:21.904 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 21 23:04:21.904 INFO kablam! | ^^^^^ Oct 21 23:04:21.904 INFO kablam! | Oct 21 23:04:21.904 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 21 23:04:21.905 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:04:21.905 INFO kablam! Oct 21 23:04:22.292 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.293 INFO kablam! --> src/db.rs:31:13 Oct 21 23:04:22.293 INFO kablam! | Oct 21 23:04:22.293 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 21 23:04:22.293 INFO kablam! | ----^^^^ Oct 21 23:04:22.293 INFO kablam! | | Oct 21 23:04:22.293 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.293 INFO kablam! | Oct 21 23:04:22.293 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:04:22.293 INFO kablam! Oct 21 23:04:22.293 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.293 INFO kablam! --> src/db.rs:44:21 Oct 21 23:04:22.293 INFO kablam! | Oct 21 23:04:22.293 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 21 23:04:22.293 INFO kablam! | ----^^^^ Oct 21 23:04:22.293 INFO kablam! | | Oct 21 23:04:22.293 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.293 INFO kablam! Oct 21 23:04:22.304 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.308 INFO kablam! --> src/db.rs:78:46 Oct 21 23:04:22.308 INFO kablam! | Oct 21 23:04:22.308 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 21 23:04:22.308 INFO kablam! | ----^^^^ Oct 21 23:04:22.308 INFO kablam! | | Oct 21 23:04:22.308 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.308 INFO kablam! Oct 21 23:04:22.308 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.308 INFO kablam! --> src/db.rs:91:17 Oct 21 23:04:22.309 INFO kablam! | Oct 21 23:04:22.309 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 21 23:04:22.309 INFO kablam! | ----^^^^ Oct 21 23:04:22.309 INFO kablam! | | Oct 21 23:04:22.309 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.309 INFO kablam! Oct 21 23:04:22.309 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.309 INFO kablam! --> src/db.rs:102:13 Oct 21 23:04:22.309 INFO kablam! | Oct 21 23:04:22.309 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 21 23:04:22.309 INFO kablam! | ----^^^^ Oct 21 23:04:22.309 INFO kablam! | | Oct 21 23:04:22.309 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.309 INFO kablam! Oct 21 23:04:22.508 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:04:22.508 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 21 23:04:22.508 INFO kablam! | Oct 21 23:04:22.508 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 21 23:04:22.508 INFO kablam! | ^^^^^ Oct 21 23:04:22.508 INFO kablam! | Oct 21 23:04:22.508 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 23:04:22.508 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 21 23:04:22.508 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:04:22.508 INFO kablam! Oct 21 23:04:22.508 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:04:22.508 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 21 23:04:22.508 INFO kablam! | Oct 21 23:04:22.508 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 21 23:04:22.508 INFO kablam! | ^^^^^ Oct 21 23:04:22.508 INFO kablam! | Oct 21 23:04:22.508 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 21 23:04:22.508 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:04:22.508 INFO kablam! Oct 21 23:04:22.744 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.744 INFO kablam! --> src/db.rs:31:13 Oct 21 23:04:22.744 INFO kablam! | Oct 21 23:04:22.744 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 21 23:04:22.744 INFO kablam! | ----^^^^ Oct 21 23:04:22.744 INFO kablam! | | Oct 21 23:04:22.745 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.745 INFO kablam! | Oct 21 23:04:22.745 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:04:22.745 INFO kablam! Oct 21 23:04:22.745 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.745 INFO kablam! --> src/db.rs:44:21 Oct 21 23:04:22.745 INFO kablam! | Oct 21 23:04:22.745 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 21 23:04:22.745 INFO kablam! | ----^^^^ Oct 21 23:04:22.745 INFO kablam! | | Oct 21 23:04:22.745 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.745 INFO kablam! Oct 21 23:04:22.752 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.752 INFO kablam! --> src/db.rs:78:46 Oct 21 23:04:22.752 INFO kablam! | Oct 21 23:04:22.752 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 21 23:04:22.752 INFO kablam! | ----^^^^ Oct 21 23:04:22.752 INFO kablam! | | Oct 21 23:04:22.752 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.753 INFO kablam! Oct 21 23:04:22.753 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.753 INFO kablam! --> src/db.rs:91:17 Oct 21 23:04:22.753 INFO kablam! | Oct 21 23:04:22.753 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 21 23:04:22.753 INFO kablam! | ----^^^^ Oct 21 23:04:22.753 INFO kablam! | | Oct 21 23:04:22.753 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.753 INFO kablam! Oct 21 23:04:22.753 INFO kablam! warning: variable does not need to be mutable Oct 21 23:04:22.753 INFO kablam! --> src/db.rs:102:13 Oct 21 23:04:22.753 INFO kablam! | Oct 21 23:04:22.753 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 21 23:04:22.753 INFO kablam! | ----^^^^ Oct 21 23:04:22.753 INFO kablam! | | Oct 21 23:04:22.753 INFO kablam! | help: remove this `mut` Oct 21 23:04:22.753 INFO kablam! Oct 21 23:04:22.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.80s Oct 21 23:04:22.904 INFO kablam! su: No module specific data is present Oct 21 23:04:23.602 INFO running `"docker" "rm" "-f" "2fad676be141665209f291ee97d0da6fc01af112cef8421eb185375398439c35"` Oct 21 23:04:23.760 INFO blam! 2fad676be141665209f291ee97d0da6fc01af112cef8421eb185375398439c35