Sep 14 12:54:38.609 INFO checking multibloom-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:54:38.609 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:54:38.609 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:54:38.735 INFO blam! 7e4fc56da20aaabc7136c94d2275c5e4237ec8ff761af6a2386a7b90df7fc129 Sep 14 12:54:38.736 INFO running `"docker" "start" "-a" "7e4fc56da20aaabc7136c94d2275c5e4237ec8ff761af6a2386a7b90df7fc129"` Sep 14 12:54:39.419 INFO kablam! usermod: no changes Sep 14 12:54:39.454 INFO kablam! Checking multibloom v0.2.0 (file:///source) Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:30:23 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:48:18 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 48 | impl BloomFilter { Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:55:59 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:56:23 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:64:59 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.629 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.629 INFO kablam! --> src/lib.rs:65:23 Sep 14 12:54:39.629 INFO kablam! | Sep 14 12:54:39.629 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 14 12:54:39.629 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.629 INFO kablam! Sep 14 12:54:39.649 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.649 INFO kablam! --> src/lib.rs:30:23 Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! 30 | use std::hash::{Hash, SipHasher, Hasher}; Sep 14 12:54:39.649 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:54:39.649 INFO kablam! Sep 14 12:54:39.649 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.649 INFO kablam! --> src/lib.rs:48:18 Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! 48 | impl BloomFilter { Sep 14 12:54:39.649 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.649 INFO kablam! Sep 14 12:54:39.649 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.649 INFO kablam! --> src/lib.rs:55:59 Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! 55 | pub fn new(size: u64, hash_count: u64) -> BloomFilter { Sep 14 12:54:39.649 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.649 INFO kablam! Sep 14 12:54:39.649 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.649 INFO kablam! --> src/lib.rs:56:23 Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! 56 | BloomFilter::::new_with_hasher(size, hash_count) Sep 14 12:54:39.649 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.649 INFO kablam! Sep 14 12:54:39.649 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.649 INFO kablam! --> src/lib.rs:64:59 Sep 14 12:54:39.649 INFO kablam! | Sep 14 12:54:39.649 INFO kablam! 64 | pub fn new_with_params(n: u64, p: f32) -> BloomFilter { Sep 14 12:54:39.650 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.650 INFO kablam! Sep 14 12:54:39.650 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 12:54:39.650 INFO kablam! --> src/lib.rs:65:23 Sep 14 12:54:39.650 INFO kablam! | Sep 14 12:54:39.650 INFO kablam! 65 | BloomFilter::::new_with_params_with_hasher(n, p) Sep 14 12:54:39.650 INFO kablam! | ^^^^^^^^^ Sep 14 12:54:39.650 INFO kablam! Sep 14 12:54:39.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Sep 14 12:54:39.977 INFO kablam! su: No module specific data is present Sep 14 12:54:40.589 INFO running `"docker" "rm" "-f" "7e4fc56da20aaabc7136c94d2275c5e4237ec8ff761af6a2386a7b90df7fc129"` Sep 14 12:54:40.672 INFO blam! 7e4fc56da20aaabc7136c94d2275c5e4237ec8ff761af6a2386a7b90df7fc129