Oct 15 16:42:11.986 INFO testing theban_db-0.7.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:42:11.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.227 INFO blam! 1badb9bee48af2220f5e26c926e41bba9d968c80e04b2d70c4bc435daaa3b4e7 Oct 15 16:42:12.230 INFO running `"docker" "start" "-a" "1badb9bee48af2220f5e26c926e41bba9d968c80e04b2d70c4bc435daaa3b4e7"` Oct 15 16:42:12.578 INFO kablam! usermod: no changes Oct 15 16:42:12.623 INFO kablam! Compiling memrange v0.1.3 Oct 15 16:42:12.623 INFO kablam! Compiling rmp v0.7.5 Oct 15 16:42:13.326 INFO kablam! Compiling theban_interval_tree v0.7.1 Oct 15 16:42:14.622 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 15 16:42:15.335 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:15.335 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 15 16:42:15.335 INFO kablam! | Oct 15 16:42:15.335 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 15 16:42:15.335 INFO kablam! | ^^^^^ Oct 15 16:42:15.335 INFO kablam! | Oct 15 16:42:15.335 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 16:42:15.335 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.335 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:15.335 INFO kablam! Oct 15 16:42:15.335 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:15.335 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 15 16:42:15.335 INFO kablam! | Oct 15 16:42:15.335 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 15 16:42:15.335 INFO kablam! | ^^^^^ Oct 15 16:42:15.336 INFO kablam! | Oct 15 16:42:15.336 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.336 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:15.336 INFO kablam! Oct 15 16:42:15.479 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.479 INFO kablam! --> src/db.rs:31:13 Oct 15 16:42:15.479 INFO kablam! | Oct 15 16:42:15.479 INFO kablam! 31 | let mut tree = self.obj_map.get_mut(table).unwrap(); Oct 15 16:42:15.479 INFO kablam! | ----^^^^ Oct 15 16:42:15.479 INFO kablam! | | Oct 15 16:42:15.479 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.479 INFO kablam! | Oct 15 16:42:15.479 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:42:15.479 INFO kablam! Oct 15 16:42:15.481 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.481 INFO kablam! --> src/db.rs:44:21 Oct 15 16:42:15.481 INFO kablam! | Oct 15 16:42:15.481 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { Oct 15 16:42:15.481 INFO kablam! | ----^^^^ Oct 15 16:42:15.481 INFO kablam! | | Oct 15 16:42:15.481 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.481 INFO kablam! Oct 15 16:42:15.485 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.485 INFO kablam! --> src/db.rs:78:46 Oct 15 16:42:15.485 INFO kablam! | Oct 15 16:42:15.485 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); Oct 15 16:42:15.485 INFO kablam! | ----^^^^ Oct 15 16:42:15.485 INFO kablam! | | Oct 15 16:42:15.485 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.485 INFO kablam! Oct 15 16:42:15.486 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.486 INFO kablam! --> src/db.rs:91:17 Oct 15 16:42:15.487 INFO kablam! | Oct 15 16:42:15.487 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:15.487 INFO kablam! | ----^^^^ Oct 15 16:42:15.487 INFO kablam! | | Oct 15 16:42:15.487 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.487 INFO kablam! Oct 15 16:42:15.487 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:15.487 INFO kablam! --> src/db.rs:102:13 Oct 15 16:42:15.487 INFO kablam! | Oct 15 16:42:15.487 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:15.487 INFO kablam! | ----^^^^ Oct 15 16:42:15.487 INFO kablam! | | Oct 15 16:42:15.487 INFO kablam! | help: remove this `mut` Oct 15 16:42:15.487 INFO kablam! Oct 15 16:42:16.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.31s Oct 15 16:42:16.923 INFO kablam! su: No module specific data is present Oct 15 16:42:17.513 INFO running `"docker" "rm" "-f" "1badb9bee48af2220f5e26c926e41bba9d968c80e04b2d70c4bc435daaa3b4e7"` Oct 15 16:42:17.655 INFO blam! 1badb9bee48af2220f5e26c926e41bba9d968c80e04b2d70c4bc435daaa3b4e7 Oct 15 16:42:17.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.111 INFO blam! dfa389e35ec844a93510865463e21eac006f5c51cb078b5951122fa98d6ff5f4 Oct 15 16:42:18.114 INFO running `"docker" "start" "-a" "dfa389e35ec844a93510865463e21eac006f5c51cb078b5951122fa98d6ff5f4"` Oct 15 16:42:18.643 INFO kablam! usermod: no changes Oct 15 16:42:18.694 INFO kablam! Compiling theban_db v0.7.0 (/source) Oct 15 16:42:19.465 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:19.465 INFO kablam! --> src/serialize/mod.rs:23:25 Oct 15 16:42:19.465 INFO kablam! | Oct 15 16:42:19.465 INFO kablam! 23 | fn write<'a>(&self, mut w: &mut Write) -> Result<(), DBError>; Oct 15 16:42:19.465 INFO kablam! | ^^^^^ Oct 15 16:42:19.465 INFO kablam! | Oct 15 16:42:19.465 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 15 16:42:19.465 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.465 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:19.465 INFO kablam! Oct 15 16:42:19.465 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 15 16:42:19.465 INFO kablam! --> src/serialize/mod.rs:24:17 Oct 15 16:42:19.465 INFO kablam! | Oct 15 16:42:19.465 INFO kablam! 24 | fn read<'a>(mut r: &mut Read) -> Result; Oct 15 16:42:19.465 INFO kablam! | ^^^^^ Oct 15 16:42:19.465 INFO kablam! | Oct 15 16:42:19.465 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.465 INFO kablam! = note: for more information, see issue #35203 Oct 15 16:42:19.465 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.707 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.707 INFO kablam! --> src/db.rs:44:21 Oct 15 16:42:19.707 INFO kablam! | Oct 15 16:42:19.707 INFO kablam! 44 | if let Some(mut tree) = self.obj_map.get_mut(table) { 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! warning: variable does not need to be mutable Oct 15 16:42:19.707 INFO kablam! --> src/db.rs:78:46 Oct 15 16:42:19.707 INFO kablam! | Oct 15 16:42:19.707 INFO kablam! 78 | self.bit_map.get_mut(table).map(|mut tree| { tree.delete(rng) }); 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.723 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.723 INFO kablam! --> src/db.rs:91:17 Oct 15 16:42:19.723 INFO kablam! | Oct 15 16:42:19.723 INFO kablam! 91 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:19.723 INFO kablam! | ----^^^^ Oct 15 16:42:19.723 INFO kablam! | | Oct 15 16:42:19.723 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.723 INFO kablam! Oct 15 16:42:19.723 INFO kablam! warning: variable does not need to be mutable Oct 15 16:42:19.723 INFO kablam! --> src/db.rs:102:13 Oct 15 16:42:19.723 INFO kablam! | Oct 15 16:42:19.723 INFO kablam! 102 | let mut tree = self.bit_map.get_mut(table).unwrap(); Oct 15 16:42:19.723 INFO kablam! | ----^^^^ Oct 15 16:42:19.723 INFO kablam! | | Oct 15 16:42:19.723 INFO kablam! | help: remove this `mut` Oct 15 16:42:19.723 INFO kablam! Oct 15 16:42:21.977 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.31s Oct 15 16:42:21.980 INFO kablam! su: No module specific data is present Oct 15 16:42:22.457 INFO running `"docker" "rm" "-f" "dfa389e35ec844a93510865463e21eac006f5c51cb078b5951122fa98d6ff5f4"` Oct 15 16:42:22.701 INFO blam! dfa389e35ec844a93510865463e21eac006f5c51cb078b5951122fa98d6ff5f4 Oct 15 16:42:22.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.991 INFO blam! 666d0a89eaeb06f105eeb11dab0bebacfbca973055caf5a4ee76d7990ec2feb2 Oct 15 16:42:22.998 INFO running `"docker" "start" "-a" "666d0a89eaeb06f105eeb11dab0bebacfbca973055caf5a4ee76d7990ec2feb2"` Oct 15 16:42:23.720 INFO kablam! usermod: no changes Oct 15 16:42:23.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 16:42:23.761 INFO kablam! Running /target/debug/deps/theban_db-47c5e71bd834c528 Oct 15 16:42:23.765 INFO blam! Oct 15 16:42:23.765 INFO blam! running 4 tests Oct 15 16:42:23.765 INFO blam! test serialize::test_serialize_objects ... ok Oct 15 16:42:23.765 INFO blam! test db::test_bitmaps_insert ... ok Oct 15 16:42:23.765 INFO blam! test serialize::test_serialize_bitmaps ... ok Oct 15 16:42:23.765 INFO blam! test db::test_ranges ... ok Oct 15 16:42:23.765 INFO blam! Oct 15 16:42:23.765 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:42:23.765 INFO blam! Oct 15 16:42:23.765 INFO kablam! Doc-tests theban_db Oct 15 16:42:24.922 INFO blam! Oct 15 16:42:24.923 INFO blam! running 0 tests Oct 15 16:42:24.923 INFO blam! Oct 15 16:42:24.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:42:24.923 INFO blam! Oct 15 16:42:24.930 INFO kablam! su: No module specific data is present Oct 15 16:42:25.182 INFO running `"docker" "rm" "-f" "666d0a89eaeb06f105eeb11dab0bebacfbca973055caf5a4ee76d7990ec2feb2"` Oct 15 16:42:25.319 INFO blam! 666d0a89eaeb06f105eeb11dab0bebacfbca973055caf5a4ee76d7990ec2feb2