Sep 10 14:18:23.449 INFO checking multibloom-0.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 14:18:23.449 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 14:18:23.449 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:18:23.564 INFO blam! b38bf9b8644e91bd2b73669bc883dfe64c8b8cfb6deefa357d9b152910555cf6 Sep 10 14:18:23.565 INFO running `"docker" "start" "-a" "b38bf9b8644e91bd2b73669bc883dfe64c8b8cfb6deefa357d9b152910555cf6"` Sep 10 14:18:24.838 INFO kablam! usermod: no changes Sep 10 14:18:24.873 INFO kablam! Checking multibloom v0.2.0 (file:///source) Sep 10 14:18:25.076 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.076 INFO kablam! --> src/lib.rs:30:23 Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 10 14:18:25.076 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 14:18:25.076 INFO kablam! Sep 10 14:18:25.076 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.076 INFO kablam! --> src/lib.rs:48:18 Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! 48 | impl BloomFilter { Sep 10 14:18:25.076 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.076 INFO kablam! Sep 10 14:18:25.076 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.076 INFO kablam! --> src/lib.rs:55:59 Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 10 14:18:25.076 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.076 INFO kablam! Sep 10 14:18:25.076 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.076 INFO kablam! --> src/lib.rs:56:23 Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 10 14:18:25.076 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.076 INFO kablam! Sep 10 14:18:25.076 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.076 INFO kablam! --> src/lib.rs:64:59 Sep 10 14:18:25.076 INFO kablam! | Sep 10 14:18:25.076 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 10 14:18:25.076 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.077 INFO kablam! Sep 10 14:18:25.077 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.077 INFO kablam! --> src/lib.rs:65:23 Sep 10 14:18:25.077 INFO kablam! | Sep 10 14:18:25.077 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 10 14:18:25.077 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.077 INFO kablam! Sep 10 14:18:25.101 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.101 INFO kablam! --> src/lib.rs:30:23 Sep 10 14:18:25.101 INFO kablam! | Sep 10 14:18:25.101 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 10 14:18:25.101 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.101 INFO kablam! | Sep 10 14:18:25.101 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 14:18:25.101 INFO kablam! Sep 10 14:18:25.101 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.101 INFO kablam! --> src/lib.rs:48:18 Sep 10 14:18:25.101 INFO kablam! | Sep 10 14:18:25.101 INFO kablam! 48 | impl BloomFilter { Sep 10 14:18:25.101 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.101 INFO kablam! Sep 10 14:18:25.101 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.101 INFO kablam! --> src/lib.rs:55:59 Sep 10 14:18:25.101 INFO kablam! | Sep 10 14:18:25.101 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 10 14:18:25.102 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.102 INFO kablam! Sep 10 14:18:25.102 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.102 INFO kablam! --> src/lib.rs:56:23 Sep 10 14:18:25.102 INFO kablam! | Sep 10 14:18:25.102 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 10 14:18:25.102 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.102 INFO kablam! Sep 10 14:18:25.102 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.102 INFO kablam! --> src/lib.rs:64:59 Sep 10 14:18:25.102 INFO kablam! | Sep 10 14:18:25.102 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 10 14:18:25.102 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.102 INFO kablam! Sep 10 14:18:25.102 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 14:18:25.102 INFO kablam! --> src/lib.rs:65:23 Sep 10 14:18:25.102 INFO kablam! | Sep 10 14:18:25.102 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 10 14:18:25.102 INFO kablam! | ^^^^^^^^^ Sep 10 14:18:25.102 INFO kablam! Sep 10 14:18:25.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.54s Sep 10 14:18:25.400 INFO kablam! su: No module specific data is present Sep 10 14:18:26.057 INFO running `"docker" "rm" "-f" "b38bf9b8644e91bd2b73669bc883dfe64c8b8cfb6deefa357d9b152910555cf6"` Sep 10 14:18:26.117 INFO blam! b38bf9b8644e91bd2b73669bc883dfe64c8b8cfb6deefa357d9b152910555cf6