Sep 14 13:13:35.799 INFO checking message_filter-0.3.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:13:35.799 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:13:35.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/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 13:13:36.036 INFO blam! 1bf93f6c9a2c9db4ea89bb7d3d14620d57dbfe7890a51687797383a2379a153b Sep 14 13:13:36.051 INFO running `"docker" "start" "-a" "1bf93f6c9a2c9db4ea89bb7d3d14620d57dbfe7890a51687797383a2379a153b"` Sep 14 13:13:37.258 INFO kablam! usermod: no changes Sep 14 13:13:37.371 INFO kablam! Checking message_filter v0.3.1 (file:///source) Sep 14 13:13:37.430 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 14 13:13:37.430 INFO kablam! --> src/lib.rs:59:21 Sep 14 13:13:37.430 INFO kablam! | Sep 14 13:13:37.430 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 14 13:13:37.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:13:37.430 INFO kablam! | Sep 14 13:13:37.430 INFO kablam! note: lint level defined here Sep 14 13:13:37.430 INFO kablam! --> src/lib.rs:58:32 Sep 14 13:13:37.430 INFO kablam! | Sep 14 13:13:37.430 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 14 13:13:37.430 INFO kablam! | ^^^^^^^^ Sep 14 13:13:37.430 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 14 13:13:37.430 INFO kablam! Sep 14 13:13:37.430 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 14 13:13:37.430 INFO kablam! --> src/lib.rs:66:24 Sep 14 13:13:37.430 INFO kablam! | Sep 14 13:13:37.430 INFO kablam! 66 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 14 13:13:37.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:13:37.430 INFO kablam! Sep 14 13:13:37.463 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 14 13:13:37.463 INFO kablam! --> src/lib.rs:59:21 Sep 14 13:13:37.463 INFO kablam! | Sep 14 13:13:37.463 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 14 13:13:37.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:13:37.463 INFO kablam! | Sep 14 13:13:37.463 INFO kablam! note: lint level defined here Sep 14 13:13:37.463 INFO kablam! --> src/lib.rs:58:32 Sep 14 13:13:37.463 INFO kablam! | Sep 14 13:13:37.463 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 14 13:13:37.463 INFO kablam! | ^^^^^^^^ Sep 14 13:13:37.463 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 14 13:13:37.463 INFO kablam! Sep 14 13:13:37.463 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 14 13:13:37.464 INFO kablam! --> src/lib.rs:66:24 Sep 14 13:13:37.464 INFO kablam! | Sep 14 13:13:37.464 INFO kablam! 66 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 14 13:13:37.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:13:37.464 INFO kablam! Sep 14 13:13:37.691 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.691 INFO kablam! --> src/lib.rs:78:31 Sep 14 13:13:37.691 INFO kablam! | Sep 14 13:13:37.691 INFO kablam! 78 | use std::hash::{Hash, Hasher, SipHasher}; Sep 14 13:13:37.691 INFO kablam! | ^^^^^^^^^ Sep 14 13:13:37.691 INFO kablam! | Sep 14 13:13:37.691 INFO kablam! note: lint level defined here Sep 14 13:13:37.691 INFO kablam! --> src/lib.rs:59:9 Sep 14 13:13:37.691 INFO kablam! | Sep 14 13:13:37.691 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 14 13:13:37.691 INFO kablam! | ^^^^^^^^^^ Sep 14 13:13:37.691 INFO kablam! Sep 14 13:13:37.691 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.691 INFO kablam! --> src/lib.rs:84:17 Sep 14 13:13:37.691 INFO kablam! | Sep 14 13:13:37.691 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 14 13:13:37.691 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:13:37.691 INFO kablam! Sep 14 13:13:37.703 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.703 INFO kablam! --> src/lib.rs:84:17 Sep 14 13:13:37.703 INFO kablam! | Sep 14 13:13:37.703 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 14 13:13:37.703 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:13:37.703 INFO kablam! Sep 14 13:13:37.736 INFO kablam! error: aborting due to 5 previous errors Sep 14 13:13:37.736 INFO kablam! Sep 14 13:13:37.741 INFO kablam! error: Could not compile `message_filter`. Sep 14 13:13:37.741 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 13:13:37.791 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.791 INFO kablam! --> src/lib.rs:78:31 Sep 14 13:13:37.791 INFO kablam! | Sep 14 13:13:37.791 INFO kablam! 78 | use std::hash::{Hash, Hasher, SipHasher}; Sep 14 13:13:37.791 INFO kablam! | ^^^^^^^^^ Sep 14 13:13:37.791 INFO kablam! | Sep 14 13:13:37.791 INFO kablam! note: lint level defined here Sep 14 13:13:37.792 INFO kablam! --> src/lib.rs:59:9 Sep 14 13:13:37.792 INFO kablam! | Sep 14 13:13:37.792 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 14 13:13:37.792 INFO kablam! | ^^^^^^^^^^ Sep 14 13:13:37.792 INFO kablam! Sep 14 13:13:37.792 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.792 INFO kablam! --> src/lib.rs:84:17 Sep 14 13:13:37.792 INFO kablam! | Sep 14 13:13:37.792 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 14 13:13:37.792 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:13:37.792 INFO kablam! Sep 14 13:13:37.792 INFO kablam! error: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 14 13:13:37.792 INFO kablam! --> src/lib.rs:359:28 Sep 14 13:13:37.792 INFO kablam! | Sep 14 13:13:37.792 INFO kablam! 359 | Temp { id: rand::sample(&mut rng, 0u8..255, 64) } Sep 14 13:13:37.792 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:13:37.792 INFO kablam! Sep 14 13:13:37.834 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 13:13:37.834 INFO kablam! --> src/lib.rs:84:17 Sep 14 13:13:37.834 INFO kablam! | Sep 14 13:13:37.834 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 14 13:13:37.834 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:13:37.834 INFO kablam! Sep 14 13:13:37.986 INFO kablam! error: aborting due to 6 previous errors Sep 14 13:13:37.987 INFO kablam! Sep 14 13:13:37.995 INFO kablam! error: Could not compile `message_filter`. Sep 14 13:13:37.996 INFO kablam! Sep 14 13:13:37.996 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:13:37.999 INFO kablam! su: No module specific data is present Sep 14 13:13:38.563 INFO running `"docker" "rm" "-f" "1bf93f6c9a2c9db4ea89bb7d3d14620d57dbfe7890a51687797383a2379a153b"` Sep 14 13:13:38.811 INFO blam! 1bf93f6c9a2c9db4ea89bb7d3d14620d57dbfe7890a51687797383a2379a153b