Sep 04 11:03:15.087 INFO checking message_filter-0.3.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:03:15.087 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:03:15.087 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:03:15.302 INFO blam! ee9731262f4d4f66a27f05e0a89793039734f3bb0f6949356a5411b7c5bf6dbc Sep 04 11:03:15.304 INFO running `"docker" "start" "-a" "ee9731262f4d4f66a27f05e0a89793039734f3bb0f6949356a5411b7c5bf6dbc"` Sep 04 11:03:15.960 INFO kablam! Checking message_filter v0.3.1 (file:///source) Sep 04 11:03:16.008 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 04 11:03:16.008 INFO kablam! --> src/lib.rs:59:21 Sep 04 11:03:16.008 INFO kablam! | Sep 04 11:03:16.008 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 04 11:03:16.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:03:16.008 INFO kablam! | Sep 04 11:03:16.008 INFO kablam! note: lint level defined here Sep 04 11:03:16.008 INFO kablam! --> src/lib.rs:58:32 Sep 04 11:03:16.008 INFO kablam! | Sep 04 11:03:16.008 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 04 11:03:16.008 INFO kablam! | ^^^^^^^^ Sep 04 11:03:16.008 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 04 11:03:16.008 INFO kablam! Sep 04 11:03:16.009 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 04 11:03:16.009 INFO kablam! --> src/lib.rs:66:24 Sep 04 11:03:16.009 INFO kablam! | Sep 04 11:03:16.009 INFO kablam! 66 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 04 11:03:16.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 11:03:16.009 INFO kablam! Sep 04 11:03:16.015 INFO kablam! error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` Sep 04 11:03:16.015 INFO kablam! --> src/lib.rs:59:21 Sep 04 11:03:16.015 INFO kablam! | Sep 04 11:03:16.015 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 04 11:03:16.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:03:16.015 INFO kablam! | Sep 04 11:03:16.015 INFO kablam! note: lint level defined here Sep 04 11:03:16.015 INFO kablam! --> src/lib.rs:58:32 Sep 04 11:03:16.015 INFO kablam! | Sep 04 11:03:16.015 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 04 11:03:16.015 INFO kablam! | ^^^^^^^^ Sep 04 11:03:16.016 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 04 11:03:16.016 INFO kablam! Sep 04 11:03:16.016 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 04 11:03:16.016 INFO kablam! --> src/lib.rs:66:24 Sep 04 11:03:16.016 INFO kablam! | Sep 04 11:03:16.016 INFO kablam! 66 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 04 11:03:16.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 11:03:16.016 INFO kablam! Sep 04 11:03:16.363 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.363 INFO kablam! --> src/lib.rs:78:31 Sep 04 11:03:16.363 INFO kablam! | Sep 04 11:03:16.363 INFO kablam! 78 | use std::hash::{Hash, Hasher, SipHasher}; Sep 04 11:03:16.363 INFO kablam! | ^^^^^^^^^ Sep 04 11:03:16.363 INFO kablam! | Sep 04 11:03:16.363 INFO kablam! note: lint level defined here Sep 04 11:03:16.363 INFO kablam! --> src/lib.rs:59:9 Sep 04 11:03:16.363 INFO kablam! | Sep 04 11:03:16.363 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 04 11:03:16.363 INFO kablam! | ^^^^^^^^^^ Sep 04 11:03:16.363 INFO kablam! Sep 04 11:03:16.364 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.364 INFO kablam! --> src/lib.rs:84:17 Sep 04 11:03:16.364 INFO kablam! | Sep 04 11:03:16.364 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 04 11:03:16.364 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 11:03:16.364 INFO kablam! Sep 04 11:03:16.375 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.377 INFO kablam! --> src/lib.rs:84:17 Sep 04 11:03:16.377 INFO kablam! | Sep 04 11:03:16.377 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 04 11:03:16.377 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 11:03:16.377 INFO kablam! Sep 04 11:03:16.435 INFO kablam! error: aborting due to 5 previous errors Sep 04 11:03:16.435 INFO kablam! Sep 04 11:03:16.443 INFO kablam! error: Could not compile `message_filter`. Sep 04 11:03:16.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:03:16.745 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.745 INFO kablam! --> src/lib.rs:78:31 Sep 04 11:03:16.745 INFO kablam! | Sep 04 11:03:16.745 INFO kablam! 78 | use std::hash::{Hash, Hasher, SipHasher}; Sep 04 11:03:16.745 INFO kablam! | ^^^^^^^^^ Sep 04 11:03:16.745 INFO kablam! | Sep 04 11:03:16.745 INFO kablam! note: lint level defined here Sep 04 11:03:16.745 INFO kablam! --> src/lib.rs:59:9 Sep 04 11:03:16.745 INFO kablam! | Sep 04 11:03:16.745 INFO kablam! 59 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, Sep 04 11:03:16.745 INFO kablam! | ^^^^^^^^^^ Sep 04 11:03:16.745 INFO kablam! Sep 04 11:03:16.745 INFO kablam! error: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.745 INFO kablam! --> src/lib.rs:84:17 Sep 04 11:03:16.745 INFO kablam! | Sep 04 11:03:16.745 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 04 11:03:16.745 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 11:03:16.745 INFO kablam! Sep 04 11:03:16.745 INFO kablam! error: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 11:03:16.745 INFO kablam! --> src/lib.rs:359:28 Sep 04 11:03:16.746 INFO kablam! | Sep 04 11:03:16.746 INFO kablam! 359 | Temp { id: rand::sample(&mut rng, 0u8..255, 64) } Sep 04 11:03:16.746 INFO kablam! | ^^^^^^^^^^^^ Sep 04 11:03:16.746 INFO kablam! Sep 04 11:03:16.816 INFO kablam! error: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 11:03:16.816 INFO kablam! --> src/lib.rs:84:17 Sep 04 11:03:16.816 INFO kablam! | Sep 04 11:03:16.816 INFO kablam! 84 | let mut s = SipHasher::new(); Sep 04 11:03:16.816 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 11:03:16.816 INFO kablam! Sep 04 11:03:17.060 INFO kablam! error: aborting due to 6 previous errors Sep 04 11:03:17.060 INFO kablam! Sep 04 11:03:17.075 INFO kablam! error: Could not compile `message_filter`. Sep 04 11:03:17.075 INFO kablam! Sep 04 11:03:17.075 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:03:17.076 INFO kablam! su: No module specific data is present Sep 04 11:03:17.466 INFO running `"docker" "rm" "-f" "ee9731262f4d4f66a27f05e0a89793039734f3bb0f6949356a5411b7c5bf6dbc"` Sep 04 11:03:17.559 INFO blam! ee9731262f4d4f66a27f05e0a89793039734f3bb0f6949356a5411b7c5bf6dbc