Oct 12 04:45:20.960 INFO testing boomphf-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:45:20.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 04:45:21.296 INFO blam! 67d2f3f807bfb5b4177c61a4b738a069dfd950db4a59d6e9f53d5cd528e2bc3b Oct 12 04:45:21.298 INFO running `"docker" "start" "-a" "67d2f3f807bfb5b4177c61a4b738a069dfd950db4a59d6e9f53d5cd528e2bc3b"` Oct 12 04:45:22.405 INFO kablam! usermod: no changes Oct 12 04:45:22.528 INFO kablam! Compiling boomphf v0.2.0 (/source) Oct 12 04:45:23.064 INFO kablam! warning: method is never used: `ones` Oct 12 04:45:23.064 INFO kablam! --> src/bitvector.rs:124:5 Oct 12 04:45:23.064 INFO kablam! | Oct 12 04:45:23.064 INFO kablam! 124 | pub fn ones(bits: usize) -> Self { Oct 12 04:45:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:45:23.064 INFO kablam! | Oct 12 04:45:23.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:45:23.064 INFO kablam! Oct 12 04:45:23.064 INFO kablam! warning: method is never used: `is_empty` Oct 12 04:45:23.064 INFO kablam! --> src/bitvector.rs:144:5 Oct 12 04:45:23.064 INFO kablam! | Oct 12 04:45:23.064 INFO kablam! 144 | pub fn is_empty(&self) -> bool { Oct 12 04:45:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:45:23.064 INFO kablam! Oct 12 04:45:23.064 INFO kablam! warning: method is never used: `len` Oct 12 04:45:23.064 INFO kablam! --> src/bitvector.rs:149:5 Oct 12 04:45:23.064 INFO kablam! | Oct 12 04:45:23.064 INFO kablam! 149 | pub fn len(&self) -> usize { Oct 12 04:45:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:45:23.064 INFO kablam! Oct 12 04:45:23.064 INFO kablam! warning: method is never used: `insert_all` Oct 12 04:45:23.064 INFO kablam! --> src/bitvector.rs:223:5 Oct 12 04:45:23.064 INFO kablam! | Oct 12 04:45:23.064 INFO kablam! 223 | pub fn insert_all(&mut self, all: &BitVector) -> bool { Oct 12 04:45:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:45:23.064 INFO kablam! Oct 12 04:45:23.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 04:45:23.354 INFO kablam! su: No module specific data is present Oct 12 04:45:23.879 INFO running `"docker" "rm" "-f" "67d2f3f807bfb5b4177c61a4b738a069dfd950db4a59d6e9f53d5cd528e2bc3b"` Oct 12 04:45:23.994 INFO blam! 67d2f3f807bfb5b4177c61a4b738a069dfd950db4a59d6e9f53d5cd528e2bc3b Oct 12 04:45:23.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 04:45:24.308 INFO blam! e0f80b7a498f7d3b933397636fa38507a0fe0b08fb3cfbdf6dbc0da250e50858 Oct 12 04:45:24.309 INFO running `"docker" "start" "-a" "e0f80b7a498f7d3b933397636fa38507a0fe0b08fb3cfbdf6dbc0da250e50858"` Oct 12 04:45:24.821 INFO kablam! usermod: no changes Oct 12 04:45:24.895 INFO kablam! Compiling quickcheck v0.3.2 Oct 12 04:45:27.107 INFO kablam! Compiling boomphf v0.2.0 (/source) Oct 12 04:45:31.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.37s Oct 12 04:45:31.219 INFO kablam! su: No module specific data is present Oct 12 04:45:31.874 INFO running `"docker" "rm" "-f" "e0f80b7a498f7d3b933397636fa38507a0fe0b08fb3cfbdf6dbc0da250e50858"` Oct 12 04:45:32.170 INFO blam! e0f80b7a498f7d3b933397636fa38507a0fe0b08fb3cfbdf6dbc0da250e50858