Oct 11 10:10:41.776 INFO testing theban_db-0.7.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:10:41.777 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:10:41.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:41.939 INFO blam! a5fb60cdadf73f2c3aaaa0ba2e052a4c2587ffac234b9a11af8d01e7210e1176 Oct 11 10:10:41.943 INFO running `"docker" "start" "-a" "a5fb60cdadf73f2c3aaaa0ba2e052a4c2587ffac234b9a11af8d01e7210e1176"` Oct 11 10:10:42.283 INFO kablam! usermod: no changes Oct 11 10:10:42.333 INFO kablam! Compiling theban_interval_tree v0.7.1 Oct 11 10:10:43.366 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 11 10:10:44.361 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 10:10:44.362 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 11 10:10:44.362 INFO kablam! | Oct 11 10:10:44.362 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 11 10:10:44.362 INFO kablam! | ^^^^^ Oct 11 10:10:44.362 INFO kablam! | Oct 11 10:10:44.362 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 10:10:44.362 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 11 10:10:44.362 INFO kablam! = note: for more information, see issue #35203 Oct 11 10:10:44.362 INFO kablam! Oct 11 10:10:44.362 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 10:10:44.362 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 11 10:10:44.362 INFO kablam! | Oct 11 10:10:44.362 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 11 10:10:44.362 INFO kablam! | ^^^^^ Oct 11 10:10:44.362 INFO kablam! | Oct 11 10:10:44.362 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 11 10:10:44.362 INFO kablam! = note: for more information, see issue #35203 Oct 11 10:10:44.362 INFO kablam! Oct 11 10:10:44.528 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:44.528 INFO kablam! --> src/db.rs:31:13 Oct 11 10:10:44.528 INFO kablam! | Oct 11 10:10:44.528 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 11 10:10:44.528 INFO kablam! | ----^^^^ Oct 11 10:10:44.528 INFO kablam! | | Oct 11 10:10:44.528 INFO kablam! | help: remove this `mut` Oct 11 10:10:44.533 INFO kablam! | Oct 11 10:10:44.533 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:10:44.533 INFO kablam! Oct 11 10:10:44.533 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:44.533 INFO kablam! --> src/db.rs:44:21 Oct 11 10:10:44.533 INFO kablam! | Oct 11 10:10:44.533 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 11 10:10:44.533 INFO kablam! | ----^^^^ Oct 11 10:10:44.533 INFO kablam! | | Oct 11 10:10:44.533 INFO kablam! | help: remove this `mut` Oct 11 10:10:44.533 INFO kablam! Oct 11 10:10:44.535 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:44.535 INFO kablam! --> src/db.rs:78:46 Oct 11 10:10:44.535 INFO kablam! | Oct 11 10:10:44.535 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 11 10:10:44.535 INFO kablam! | ----^^^^ Oct 11 10:10:44.535 INFO kablam! | | Oct 11 10:10:44.535 INFO kablam! | help: remove this `mut` Oct 11 10:10:44.535 INFO kablam! Oct 11 10:10:44.544 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:44.544 INFO kablam! --> src/db.rs:91:17 Oct 11 10:10:44.544 INFO kablam! | Oct 11 10:10:44.544 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 11 10:10:44.544 INFO kablam! | ----^^^^ Oct 11 10:10:44.544 INFO kablam! | | Oct 11 10:10:44.544 INFO kablam! | help: remove this `mut` Oct 11 10:10:44.544 INFO kablam! Oct 11 10:10:44.544 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:44.544 INFO kablam! --> src/db.rs:102:13 Oct 11 10:10:44.544 INFO kablam! | Oct 11 10:10:44.544 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 11 10:10:44.544 INFO kablam! | ----^^^^ Oct 11 10:10:44.544 INFO kablam! | | Oct 11 10:10:44.544 INFO kablam! | help: remove this `mut` Oct 11 10:10:44.544 INFO kablam! Oct 11 10:10:45.289 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 11 10:10:45.292 INFO kablam! su: No module specific data is present Oct 11 10:10:45.534 INFO running `"docker" "rm" "-f" "a5fb60cdadf73f2c3aaaa0ba2e052a4c2587ffac234b9a11af8d01e7210e1176"` Oct 11 10:10:45.623 INFO blam! a5fb60cdadf73f2c3aaaa0ba2e052a4c2587ffac234b9a11af8d01e7210e1176 Oct 11 10:10:45.625 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:10:45.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:45.803 INFO blam! 10214cf08ab04f6edc2adb9ee8dc924c295cfc9b7cf61627f97c7a19220aead8 Oct 11 10:10:45.804 INFO running `"docker" "start" "-a" "10214cf08ab04f6edc2adb9ee8dc924c295cfc9b7cf61627f97c7a19220aead8"` Oct 11 10:10:46.257 INFO kablam! usermod: no changes Oct 11 10:10:46.300 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 11 10:10:47.489 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 10:10:47.489 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 11 10:10:47.489 INFO kablam! | Oct 11 10:10:47.489 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 11 10:10:47.489 INFO kablam! | ^^^^^ Oct 11 10:10:47.489 INFO kablam! | Oct 11 10:10:47.489 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 10:10:47.489 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 11 10:10:47.489 INFO kablam! = note: for more information, see issue #35203 Oct 11 10:10:47.489 INFO kablam! Oct 11 10:10:47.489 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 10:10:47.489 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 11 10:10:47.489 INFO kablam! | Oct 11 10:10:47.489 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 11 10:10:47.489 INFO kablam! | ^^^^^ Oct 11 10:10:47.489 INFO kablam! | Oct 11 10:10:47.489 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 11 10:10:47.489 INFO kablam! = note: for more information, see issue #35203 Oct 11 10:10:47.489 INFO kablam! Oct 11 10:10:47.700 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:47.701 INFO kablam! --> src/db.rs:31:13 Oct 11 10:10:47.701 INFO kablam! | Oct 11 10:10:47.701 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 11 10:10:47.701 INFO kablam! | ----^^^^ Oct 11 10:10:47.701 INFO kablam! | | Oct 11 10:10:47.701 INFO kablam! | help: remove this `mut` Oct 11 10:10:47.701 INFO kablam! | Oct 11 10:10:47.701 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:10:47.701 INFO kablam! Oct 11 10:10:47.704 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:47.704 INFO kablam! --> src/db.rs:44:21 Oct 11 10:10:47.704 INFO kablam! | Oct 11 10:10:47.704 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 11 10:10:47.704 INFO kablam! | ----^^^^ Oct 11 10:10:47.704 INFO kablam! | | Oct 11 10:10:47.704 INFO kablam! | help: remove this `mut` Oct 11 10:10:47.704 INFO kablam! Oct 11 10:10:47.712 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:47.712 INFO kablam! --> src/db.rs:78:46 Oct 11 10:10:47.712 INFO kablam! | Oct 11 10:10:47.712 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 11 10:10:47.712 INFO kablam! | ----^^^^ Oct 11 10:10:47.712 INFO kablam! | | Oct 11 10:10:47.712 INFO kablam! | help: remove this `mut` Oct 11 10:10:47.712 INFO kablam! Oct 11 10:10:47.712 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:47.712 INFO kablam! --> src/db.rs:91:17 Oct 11 10:10:47.712 INFO kablam! | Oct 11 10:10:47.712 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 11 10:10:47.712 INFO kablam! | ----^^^^ Oct 11 10:10:47.712 INFO kablam! | | Oct 11 10:10:47.712 INFO kablam! | help: remove this `mut` Oct 11 10:10:47.712 INFO kablam! Oct 11 10:10:47.712 INFO kablam! warning: variable does not need to be mutable Oct 11 10:10:47.712 INFO kablam! --> src/db.rs:102:13 Oct 11 10:10:47.712 INFO kablam! | Oct 11 10:10:47.712 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 11 10:10:47.713 INFO kablam! | ----^^^^ Oct 11 10:10:47.713 INFO kablam! | | Oct 11 10:10:47.713 INFO kablam! | help: remove this `mut` Oct 11 10:10:47.713 INFO kablam! Oct 11 10:10:49.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 11 10:10:49.216 INFO kablam! su: No module specific data is present Oct 11 10:10:49.755 INFO running `"docker" "rm" "-f" "10214cf08ab04f6edc2adb9ee8dc924c295cfc9b7cf61627f97c7a19220aead8"` Oct 11 10:10:50.072 INFO blam! 10214cf08ab04f6edc2adb9ee8dc924c295cfc9b7cf61627f97c7a19220aead8 Oct 11 10:10:50.074 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:10:50.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:50.691 INFO blam! d107803a29a961c369db63e8c86b8fcc6be51e482d97906c5ab7f8da52b6772f Oct 11 10:10:50.696 INFO running `"docker" "start" "-a" "d107803a29a961c369db63e8c86b8fcc6be51e482d97906c5ab7f8da52b6772f"` Oct 11 10:10:51.948 INFO kablam! usermod: no changes Oct 11 10:10:52.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 10:10:52.013 INFO kablam! Running /target/debug/deps/theban_db-e384ca219a4a2e4b Oct 11 10:10:52.014 INFO blam! Oct 11 10:10:52.014 INFO blam! running 4 tests Oct 11 10:10:52.019 INFO blam! test db::test_ranges ... ok Oct 11 10:10:52.024 INFO blam! test serialize::test_serialize_objects ... ok Oct 11 10:10:52.024 INFO blam! test db::test_bitmaps_insert ... ok Oct 11 10:10:52.025 INFO blam! test serialize::test_serialize_bitmaps ... ok Oct 11 10:10:52.025 INFO blam! Oct 11 10:10:52.025 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:10:52.025 INFO blam! Oct 11 10:10:52.025 INFO kablam! Doc-tests theban_db Oct 11 10:10:54.008 INFO blam! Oct 11 10:10:54.008 INFO blam! running 0 tests Oct 11 10:10:54.008 INFO blam! Oct 11 10:10:54.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:10:54.008 INFO blam! Oct 11 10:10:54.017 INFO kablam! su: No module specific data is present Oct 11 10:10:54.480 INFO running `"docker" "rm" "-f" "d107803a29a961c369db63e8c86b8fcc6be51e482d97906c5ab7f8da52b6772f"` Oct 11 10:10:54.644 INFO blam! d107803a29a961c369db63e8c86b8fcc6be51e482d97906c5ab7f8da52b6772f