Oct 15 16:42:12.446 INFO testing theban_db-0.7.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:42:12.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 16:42:12.667 INFO blam! 436e1e7661fb37b45f96a365ce6f7bce31aa2595396dfe40672836278adf0f84 Oct 15 16:42:12.672 INFO running `"docker" "start" "-a" "436e1e7661fb37b45f96a365ce6f7bce31aa2595396dfe40672836278adf0f84"` Oct 15 16:42:13.567 INFO kablam! usermod: no changes Oct 15 16:42:13.651 INFO kablam! Compiling memrange v0.1.3 Oct 15 16:42:14.271 INFO kablam! Compiling theban_interval_tree v0.7.1 Oct 15 16:42:15.013 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 15 16:42:15.670 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:15.670 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 15 16:42:15.670 INFO kablam! | Oct 15 16:42:15.670 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 15 16:42:15.670 INFO kablam! | ^^^^^ Oct 15 16:42:15.670 INFO kablam! | Oct 15 16:42:15.670 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 16:42:15.670 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 15 16:42:15.670 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:15.670 INFO kablam! Oct 15 16:42:15.670 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:15.670 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 15 16:42:15.670 INFO kablam! | Oct 15 16:42:15.670 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 15 16:42:15.670 INFO kablam! | ^^^^^ Oct 15 16:42:15.670 INFO kablam! | Oct 15 16:42:15.670 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 15 16:42:15.670 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:15.670 INFO kablam! Oct 15 16:42:15.859 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.859 INFO kablam! --> src/db.rs:31:13 Oct 15 16:42:15.859 INFO kablam! | Oct 15 16:42:15.859 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 15 16:42:15.859 INFO kablam! | ----^^^^ Oct 15 16:42:15.859 INFO kablam! | | Oct 15 16:42:15.859 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.859 INFO kablam! | Oct 15 16:42:15.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:42:15.859 INFO kablam! Oct 15 16:42:15.867 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.867 INFO kablam! --> src/db.rs:44:21 Oct 15 16:42:15.867 INFO kablam! | Oct 15 16:42:15.867 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 15 16:42:15.867 INFO kablam! | ----^^^^ Oct 15 16:42:15.867 INFO kablam! | | Oct 15 16:42:15.867 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.867 INFO kablam! Oct 15 16:42:15.872 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.872 INFO kablam! --> src/db.rs:78:46 Oct 15 16:42:15.872 INFO kablam! | Oct 15 16:42:15.872 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 15 16:42:15.872 INFO kablam! | ----^^^^ Oct 15 16:42:15.872 INFO kablam! | | Oct 15 16:42:15.873 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.873 INFO kablam! Oct 15 16:42:15.873 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.873 INFO kablam! --> src/db.rs:91:17 Oct 15 16:42:15.873 INFO kablam! | Oct 15 16:42:15.873 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:15.874 INFO kablam! | ----^^^^ Oct 15 16:42:15.874 INFO kablam! | | Oct 15 16:42:15.874 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.874 INFO kablam! Oct 15 16:42:15.874 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.874 INFO kablam! --> src/db.rs:102:13 Oct 15 16:42:15.874 INFO kablam! | Oct 15 16:42:15.874 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:15.874 INFO kablam! | ----^^^^ Oct 15 16:42:15.874 INFO kablam! | | Oct 15 16:42:15.874 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.874 INFO kablam! Oct 15 16:42:17.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.55s Oct 15 16:42:17.147 INFO kablam! su: No module specific data is present Oct 15 16:42:17.553 INFO running `"docker" "rm" "-f" "436e1e7661fb37b45f96a365ce6f7bce31aa2595396dfe40672836278adf0f84"` Oct 15 16:42:17.723 INFO blam! 436e1e7661fb37b45f96a365ce6f7bce31aa2595396dfe40672836278adf0f84 Oct 15 16:42:17.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 16:42:18.083 INFO blam! 3e8020167ad947fbc5ee5c3f418a1291e88ea27a51cdd10527a1a0e0672ab4db Oct 15 16:42:18.086 INFO running `"docker" "start" "-a" "3e8020167ad947fbc5ee5c3f418a1291e88ea27a51cdd10527a1a0e0672ab4db"` Oct 15 16:42:18.583 INFO kablam! usermod: no changes Oct 15 16:42:18.683 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 15 16:42:19.463 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:19.463 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 15 16:42:19.463 INFO kablam! | Oct 15 16:42:19.463 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 15 16:42:19.463 INFO kablam! | ^^^^^ Oct 15 16:42:19.463 INFO kablam! | Oct 15 16:42:19.463 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 16:42:19.463 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 15 16:42:19.463 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:19.463 INFO kablam! Oct 15 16:42:19.463 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:19.463 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 15 16:42:19.463 INFO kablam! | Oct 15 16:42:19.463 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 15 16:42:19.463 INFO kablam! | ^^^^^ Oct 15 16:42:19.463 INFO kablam! | Oct 15 16:42:19.463 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 15 16:42:19.463 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:19.463 INFO kablam! Oct 15 16:42:19.707 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.707 INFO kablam! --> src/db.rs:31:13 Oct 15 16:42:19.707 INFO kablam! | Oct 15 16:42:19.707 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 15 16:42:19.707 INFO kablam! | ----^^^^ Oct 15 16:42:19.707 INFO kablam! | | Oct 15 16:42:19.707 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.707 INFO kablam! | Oct 15 16:42:19.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:42:19.707 INFO kablam! Oct 15 16:42:19.708 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.708 INFO kablam! --> src/db.rs:44:21 Oct 15 16:42:19.708 INFO kablam! | Oct 15 16:42:19.708 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 15 16:42:19.708 INFO kablam! | ----^^^^ Oct 15 16:42:19.708 INFO kablam! | | Oct 15 16:42:19.708 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.708 INFO kablam! Oct 15 16:42:19.708 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.708 INFO kablam! --> src/db.rs:78:46 Oct 15 16:42:19.708 INFO kablam! | Oct 15 16:42:19.708 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 15 16:42:19.708 INFO kablam! | ----^^^^ Oct 15 16:42:19.708 INFO kablam! | | Oct 15 16:42:19.709 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.709 INFO kablam! Oct 15 16:42:19.715 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.715 INFO kablam! --> src/db.rs:91:17 Oct 15 16:42:19.715 INFO kablam! | Oct 15 16:42:19.715 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:19.715 INFO kablam! | ----^^^^ Oct 15 16:42:19.715 INFO kablam! | | Oct 15 16:42:19.715 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.715 INFO kablam! Oct 15 16:42:19.715 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.715 INFO kablam! --> src/db.rs:102:13 Oct 15 16:42:19.715 INFO kablam! | Oct 15 16:42:19.715 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:19.715 INFO kablam! | ----^^^^ Oct 15 16:42:19.715 INFO kablam! | | Oct 15 16:42:19.715 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.715 INFO kablam! Oct 15 16:42:21.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 15 16:42:21.906 INFO kablam! su: No module specific data is present Oct 15 16:42:22.429 INFO running `"docker" "rm" "-f" "3e8020167ad947fbc5ee5c3f418a1291e88ea27a51cdd10527a1a0e0672ab4db"` Oct 15 16:42:22.622 INFO blam! 3e8020167ad947fbc5ee5c3f418a1291e88ea27a51cdd10527a1a0e0672ab4db Oct 15 16:42:22.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 16:42:22.955 INFO blam! 8192c6b6d5ca370ba81a88ae4a251a8803b9705291be7db03519bb88dbe2783d Oct 15 16:42:22.957 INFO running `"docker" "start" "-a" "8192c6b6d5ca370ba81a88ae4a251a8803b9705291be7db03519bb88dbe2783d"` Oct 15 16:42:23.708 INFO kablam! usermod: no changes Oct 15 16:42:23.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:42:23.775 INFO kablam! Running /target/debug/deps/theban_db-e384ca219a4a2e4b Oct 15 16:42:23.785 INFO blam! Oct 15 16:42:23.785 INFO blam! running 4 tests Oct 15 16:42:23.786 INFO blam! test db::test_bitmaps_insert ... ok Oct 15 16:42:23.791 INFO blam! test serialize::test_serialize_bitmaps ... ok Oct 15 16:42:23.791 INFO kablam! Doc-tests theban_db Oct 15 16:42:23.791 INFO blam! test serialize::test_serialize_objects ... ok Oct 15 16:42:23.791 INFO blam! test db::test_ranges ... ok Oct 15 16:42:23.791 INFO blam! Oct 15 16:42:23.791 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:42:23.791 INFO blam! Oct 15 16:42:24.950 INFO blam! Oct 15 16:42:24.950 INFO blam! running 0 tests Oct 15 16:42:24.950 INFO blam! Oct 15 16:42:24.950 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:42:24.950 INFO blam! Oct 15 16:42:24.953 INFO kablam! su: No module specific data is present Oct 15 16:42:25.253 INFO running `"docker" "rm" "-f" "8192c6b6d5ca370ba81a88ae4a251a8803b9705291be7db03519bb88dbe2783d"` Oct 15 16:42:25.427 INFO blam! 8192c6b6d5ca370ba81a88ae4a251a8803b9705291be7db03519bb88dbe2783d