Sep 19 23:56:57.090 INFO checking multibloom-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:56:57.090 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:56:57.090 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:56:57.222 INFO blam! 23ff5cfed3bf3ccf63a98b89296fc553b389e0bf3a0ff4f129d0e656cc7f1894 Sep 19 23:56:57.224 INFO running `"docker" "start" "-a" "23ff5cfed3bf3ccf63a98b89296fc553b389e0bf3a0ff4f129d0e656cc7f1894"` Sep 19 23:56:57.882 INFO kablam! usermod: no changes Sep 19 23:56:57.929 INFO kablam! Checking multibloom v0.2.0 (/source) Sep 19 23:56:58.130 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.130 INFO kablam! --> src/lib.rs:30:23 Sep 19 23:56:58.130 INFO kablam! | Sep 19 23:56:58.130 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 19 23:56:58.130 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.130 INFO kablam! | Sep 19 23:56:58.130 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:56:58.130 INFO kablam! Sep 19 23:56:58.133 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.133 INFO kablam! --> src/lib.rs:48:18 Sep 19 23:56:58.133 INFO kablam! | Sep 19 23:56:58.133 INFO kablam! 48 | impl BloomFilter { Sep 19 23:56:58.133 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.133 INFO kablam! Sep 19 23:56:58.133 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.133 INFO kablam! --> src/lib.rs:55:59 Sep 19 23:56:58.133 INFO kablam! | Sep 19 23:56:58.133 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 19 23:56:58.133 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.133 INFO kablam! Sep 19 23:56:58.133 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.133 INFO kablam! --> src/lib.rs:56:23 Sep 19 23:56:58.133 INFO kablam! | Sep 19 23:56:58.133 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 19 23:56:58.133 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.133 INFO kablam! Sep 19 23:56:58.133 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.133 INFO kablam! --> src/lib.rs:64:59 Sep 19 23:56:58.133 INFO kablam! | Sep 19 23:56:58.133 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 19 23:56:58.133 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.133 INFO kablam! Sep 19 23:56:58.133 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.133 INFO kablam! --> src/lib.rs:65:23 Sep 19 23:56:58.133 INFO kablam! | Sep 19 23:56:58.133 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 19 23:56:58.133 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.133 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:30:23 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 19 23:56:58.191 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:56:58.191 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:48:18 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! 48 | impl BloomFilter { Sep 19 23:56:58.191 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.191 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:55:59 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 19 23:56:58.191 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.191 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:56:23 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 19 23:56:58.191 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.191 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:64:59 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.191 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 19 23:56:58.191 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.191 INFO kablam! Sep 19 23:56:58.191 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 19 23:56:58.191 INFO kablam! --> src/lib.rs:65:23 Sep 19 23:56:58.191 INFO kablam! | Sep 19 23:56:58.192 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 19 23:56:58.192 INFO kablam! | ^^^^^^^^^ Sep 19 23:56:58.192 INFO kablam! Sep 19 23:56:58.594 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Sep 19 23:56:58.596 INFO kablam! su: No module specific data is present Sep 19 23:56:59.481 INFO running `"docker" "rm" "-f" "23ff5cfed3bf3ccf63a98b89296fc553b389e0bf3a0ff4f129d0e656cc7f1894"` Sep 19 23:56:59.557 INFO blam! 23ff5cfed3bf3ccf63a98b89296fc553b389e0bf3a0ff4f129d0e656cc7f1894