Sep 21 07:05:22.123 INFO checking message_filter-0.6.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:05:22.123 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:05:22.123 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:05:22.404 INFO blam! 08431b7eeae596eba72f24fa0ccba9cc128df2a373d44a3f801371dda5c6cd3a Sep 21 07:05:22.406 INFO running `"docker" "start" "-a" "08431b7eeae596eba72f24fa0ccba9cc128df2a373d44a3f801371dda5c6cd3a"` Sep 21 07:05:23.649 INFO kablam! usermod: no changes Sep 21 07:05:23.774 INFO kablam! Checking message_filter v0.6.0 (/source) Sep 21 07:05:23.922 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 21 07:05:23.922 INFO kablam! --> src/lib.rs:56:21 Sep 21 07:05:23.922 INFO kablam! | Sep 21 07:05:23.922 INFO kablam! 56 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 21 07:05:23.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:05:23.922 INFO kablam! | Sep 21 07:05:23.922 INFO kablam! note: lint level defined here Sep 21 07:05:23.922 INFO kablam! --> src/lib.rs:55:32 Sep 21 07:05:23.922 INFO kablam! | Sep 21 07:05:23.922 INFO kablam! 55 | unknown_crate_types, warnings)] Sep 21 07:05:23.922 INFO kablam! | ^^^^^^^^ Sep 21 07:05:23.922 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 21 07:05:23.922 INFO kablam! Sep 21 07:05:23.922 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 21 07:05:23.922 INFO kablam! --> src/lib.rs:63:24 Sep 21 07:05:23.922 INFO kablam! | Sep 21 07:05:23.922 INFO kablam! 63 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 21 07:05:23.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 07:05:23.922 INFO kablam! Sep 21 07:05:23.950 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 21 07:05:23.950 INFO kablam! --> src/lib.rs:56:21 Sep 21 07:05:23.950 INFO kablam! | Sep 21 07:05:23.950 INFO kablam! 56 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 21 07:05:23.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:05:23.950 INFO kablam! | Sep 21 07:05:23.950 INFO kablam! note: lint level defined here Sep 21 07:05:23.950 INFO kablam! --> src/lib.rs:55:32 Sep 21 07:05:23.950 INFO kablam! | Sep 21 07:05:23.950 INFO kablam! 55 | unknown_crate_types, warnings)] Sep 21 07:05:23.950 INFO kablam! | ^^^^^^^^ Sep 21 07:05:23.950 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 21 07:05:23.950 INFO kablam! Sep 21 07:05:23.950 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 21 07:05:23.950 INFO kablam! --> src/lib.rs:63:24 Sep 21 07:05:23.950 INFO kablam! | Sep 21 07:05:23.950 INFO kablam! 63 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 21 07:05:23.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 07:05:23.950 INFO kablam! Sep 21 07:05:24.133 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.133 INFO kablam! --> src/lib.rs:74:31 Sep 21 07:05:24.133 INFO kablam! | Sep 21 07:05:24.133 INFO kablam! 74 | use std::hash::{Hash, Hasher, SipHasher}; Sep 21 07:05:24.133 INFO kablam! | ^^^^^^^^^ Sep 21 07:05:24.133 INFO kablam! | Sep 21 07:05:24.133 INFO kablam! note: lint level defined here Sep 21 07:05:24.133 INFO kablam! --> src/lib.rs:56:9 Sep 21 07:05:24.133 INFO kablam! | Sep 21 07:05:24.133 INFO kablam! 56 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 21 07:05:24.133 INFO kablam! | ^^^^^^^^^^ Sep 21 07:05:24.133 INFO kablam! Sep 21 07:05:24.133 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.133 INFO kablam! --> src/lib.rs:80:17 Sep 21 07:05:24.133 INFO kablam! | Sep 21 07:05:24.133 INFO kablam! 80 | let mut s = SipHasher::new(); Sep 21 07:05:24.133 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 07:05:24.133 INFO kablam! Sep 21 07:05:24.142 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.142 INFO kablam! --> src/lib.rs:80:17 Sep 21 07:05:24.142 INFO kablam! | Sep 21 07:05:24.142 INFO kablam! 80 | let mut s = SipHasher::new(); Sep 21 07:05:24.142 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 07:05:24.142 INFO kablam! Sep 21 07:05:24.174 INFO kablam! error: aborting due to 5 previous errors Sep 21 07:05:24.174 INFO kablam! Sep 21 07:05:24.180 INFO kablam! error: Could not compile `message_filter`. Sep 21 07:05:24.180 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:05:24.410 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.410 INFO kablam! --> src/lib.rs:74:31 Sep 21 07:05:24.410 INFO kablam! | Sep 21 07:05:24.410 INFO kablam! 74 | use std::hash::{Hash, Hasher, SipHasher}; Sep 21 07:05:24.410 INFO kablam! | ^^^^^^^^^ Sep 21 07:05:24.410 INFO kablam! | Sep 21 07:05:24.410 INFO kablam! note: lint level defined here Sep 21 07:05:24.410 INFO kablam! --> src/lib.rs:56:9 Sep 21 07:05:24.410 INFO kablam! | Sep 21 07:05:24.410 INFO kablam! 56 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 21 07:05:24.410 INFO kablam! | ^^^^^^^^^^ Sep 21 07:05:24.410 INFO kablam! Sep 21 07:05:24.410 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.410 INFO kablam! --> src/lib.rs:80:17 Sep 21 07:05:24.410 INFO kablam! | Sep 21 07:05:24.410 INFO kablam! 80 | let mut s = SipHasher::new(); Sep 21 07:05:24.410 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 07:05:24.410 INFO kablam! Sep 21 07:05:24.418 INFO kablam! error: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 21 07:05:24.418 INFO kablam! --> src/lib.rs:372:28 Sep 21 07:05:24.418 INFO kablam! | Sep 21 07:05:24.418 INFO kablam! 372 | Temp { id: rand::sample(&mut rng, 0u8..255, 64) } Sep 21 07:05:24.418 INFO kablam! | ^^^^^^^^^^^^ Sep 21 07:05:24.418 INFO kablam! Sep 21 07:05:24.462 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 07:05:24.462 INFO kablam! --> src/lib.rs:80:17 Sep 21 07:05:24.462 INFO kablam! | Sep 21 07:05:24.462 INFO kablam! 80 | let mut s = SipHasher::new(); Sep 21 07:05:24.462 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 07:05:24.462 INFO kablam! Sep 21 07:05:24.603 INFO kablam! error: aborting due to 6 previous errors Sep 21 07:05:24.603 INFO kablam! Sep 21 07:05:24.616 INFO kablam! error: Could not compile `message_filter`. Sep 21 07:05:24.616 INFO kablam! Sep 21 07:05:24.616 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:05:24.617 INFO kablam! su: No module specific data is present Sep 21 07:05:25.414 INFO running `"docker" "rm" "-f" "08431b7eeae596eba72f24fa0ccba9cc128df2a373d44a3f801371dda5c6cd3a"` Sep 21 07:05:25.540 INFO blam! 08431b7eeae596eba72f24fa0ccba9cc128df2a373d44a3f801371dda5c6cd3a