Oct 27 18:59:22.685 INFO checking multibloom-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:59:22.685 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 18:59:22.939 INFO blam! 1d83278076f56ff5ab1fbc43c5cbe77e4517db74977fc2dec47152fc208db65d Oct 27 18:59:22.939 INFO running `"docker" "start" "-a" "1d83278076f56ff5ab1fbc43c5cbe77e4517db74977fc2dec47152fc208db65d"` Oct 27 18:59:23.338 INFO kablam! usermod: no changes Oct 27 18:59:23.379 INFO kablam! Checking multibloom v0.2.0 (/source) Oct 27 18:59:23.379 INFO kablam! Checking twox-hash v1.1.1 Oct 27 18:59:23.869 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.869 INFO kablam! --> src/lib.rs:30:23 Oct 27 18:59:23.869 INFO kablam! | Oct 27 18:59:23.869 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Oct 27 18:59:23.869 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.869 INFO kablam! | Oct 27 18:59:23.869 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:59:23.869 INFO kablam! Oct 27 18:59:23.869 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.869 INFO kablam! --> src/lib.rs:48:18 Oct 27 18:59:23.869 INFO kablam! | Oct 27 18:59:23.869 INFO kablam! 48 | impl BloomFilter { Oct 27 18:59:23.869 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.869 INFO kablam! Oct 27 18:59:23.871 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.871 INFO kablam! --> src/lib.rs:55:59 Oct 27 18:59:23.871 INFO kablam! | Oct 27 18:59:23.871 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Oct 27 18:59:23.871 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.871 INFO kablam! Oct 27 18:59:23.871 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.871 INFO kablam! --> src/lib.rs:56:23 Oct 27 18:59:23.871 INFO kablam! | Oct 27 18:59:23.871 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Oct 27 18:59:23.871 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.871 INFO kablam! Oct 27 18:59:23.871 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.871 INFO kablam! --> src/lib.rs:64:59 Oct 27 18:59:23.871 INFO kablam! | Oct 27 18:59:23.871 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Oct 27 18:59:23.871 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.871 INFO kablam! Oct 27 18:59:23.871 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:23.871 INFO kablam! --> src/lib.rs:65:23 Oct 27 18:59:23.871 INFO kablam! | Oct 27 18:59:23.871 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Oct 27 18:59:23.871 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:23.871 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:30:23 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:48:18 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 48 | impl BloomFilter { Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:55:59 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:56:23 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:64:59 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:24.900 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 18:59:24.900 INFO kablam! --> src/lib.rs:65:23 Oct 27 18:59:24.900 INFO kablam! | Oct 27 18:59:24.900 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Oct 27 18:59:24.900 INFO kablam! | ^^^^^^^^^ Oct 27 18:59:24.900 INFO kablam! Oct 27 18:59:25.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 27 18:59:25.367 INFO kablam! su: No module specific data is present Oct 27 18:59:26.419 INFO running `"docker" "rm" "-f" "1d83278076f56ff5ab1fbc43c5cbe77e4517db74977fc2dec47152fc208db65d"` Oct 27 18:59:26.647 INFO blam! 1d83278076f56ff5ab1fbc43c5cbe77e4517db74977fc2dec47152fc208db65d