Sep 17 19:15:54.721 INFO checking rdispatcher-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:15:54.721 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:15:54.721 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:15:54.914 INFO blam! 79c51eb8acd35b2376f996a0099e5ea53f4bc8091cedc554d326ed4af1a8dfc0 Sep 17 19:15:54.919 INFO running `"docker" "start" "-a" "79c51eb8acd35b2376f996a0099e5ea53f4bc8091cedc554d326ed4af1a8dfc0"` Sep 17 19:15:55.585 INFO kablam! usermod: no changes Sep 17 19:15:55.611 INFO kablam! Checking rdispatcher v0.1.0 (/source) Sep 17 19:15:55.776 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 17 19:15:55.776 INFO kablam! --> src/lib.rs:4:23 Sep 17 19:15:55.776 INFO kablam! | Sep 17 19:15:55.776 INFO kablam! 4 | use std::hash::{Hash, SipHasher, Hasher}; Sep 17 19:15:55.776 INFO kablam! | ^^^^^^^^^ Sep 17 19:15:55.776 INFO kablam! | Sep 17 19:15:55.776 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:15:55.776 INFO kablam! Sep 17 19:15:55.776 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 17 19:15:55.776 INFO kablam! --> src/lib.rs:91:16 Sep 17 19:15:55.776 INFO kablam! | Sep 17 19:15:55.776 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 17 19:15:55.776 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 19:15:55.776 INFO kablam! Sep 17 19:15:55.797 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 19:15:55.797 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.797 INFO kablam! | Sep 17 19:15:55.797 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 19:15:55.797 INFO kablam! | Sep 17 19:15:55.797 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:15:55.797 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 19:15:55.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.797 INFO kablam! Sep 17 19:15:55.797 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 19:15:55.797 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.797 INFO kablam! | Sep 17 19:15:55.797 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 19:15:55.797 INFO kablam! | Sep 17 19:15:55.797 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 19:15:55.797 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 19:15:55.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.797 INFO kablam! Sep 17 19:15:55.797 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 19:15:55.797 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 19:15:55.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.798 INFO kablam! Sep 17 19:15:55.798 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 19:15:55.798 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 19:15:55.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.798 INFO kablam! Sep 17 19:15:55.798 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 19:15:55.798 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 19:15:55.798 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 19:15:55.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.798 INFO kablam! Sep 17 19:15:55.798 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 19:15:55.798 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 19:15:55.798 INFO kablam! | Sep 17 19:15:55.798 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 19:15:55.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.798 INFO kablam! Sep 17 19:15:55.800 INFO kablam! error: aborting due to 6 previous errors Sep 17 19:15:55.800 INFO kablam! Sep 17 19:15:55.804 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 17 19:15:55.804 INFO kablam! --> src/lib.rs:4:23 Sep 17 19:15:55.804 INFO kablam! | Sep 17 19:15:55.804 INFO kablam! 4 | use std::hash::{Hash, SipHasher, Hasher}; Sep 17 19:15:55.804 INFO kablam! | ^^^^^^^^^ Sep 17 19:15:55.804 INFO kablam! | Sep 17 19:15:55.804 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:15:55.804 INFO kablam! Sep 17 19:15:55.804 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 17 19:15:55.804 INFO kablam! --> src/lib.rs:91:16 Sep 17 19:15:55.804 INFO kablam! | Sep 17 19:15:55.804 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 17 19:15:55.804 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 19:15:55.805 INFO kablam! Sep 17 19:15:55.807 INFO kablam! error: Could not compile `rdispatcher`. Sep 17 19:15:55.807 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:15:55.834 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 19:15:55.834 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:15:55.834 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 19:15:55.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.834 INFO kablam! Sep 17 19:15:55.834 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 19:15:55.834 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 19:15:55.834 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 19:15:55.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.834 INFO kablam! Sep 17 19:15:55.834 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 19:15:55.834 INFO kablam! --> src/lib.rs:8:31 Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 17 19:15:55.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 19:15:55.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.834 INFO kablam! Sep 17 19:15:55.834 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 19:15:55.834 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 19:15:55.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.834 INFO kablam! Sep 17 19:15:55.834 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 19:15:55.834 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 19:15:55.834 INFO kablam! | Sep 17 19:15:55.834 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 19:15:55.835 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 19:15:55.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.835 INFO kablam! Sep 17 19:15:55.835 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 19:15:55.835 INFO kablam! --> src/lib.rs:9:31 Sep 17 19:15:55.835 INFO kablam! | Sep 17 19:15:55.835 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 17 19:15:55.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 19:15:55.835 INFO kablam! | Sep 17 19:15:55.835 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 19:15:55.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:15:55.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:15:55.835 INFO kablam! Sep 17 19:15:55.840 INFO kablam! error: aborting due to 6 previous errors Sep 17 19:15:55.840 INFO kablam! Sep 17 19:15:55.851 INFO kablam! error: Could not compile `rdispatcher`. Sep 17 19:15:55.851 INFO kablam! Sep 17 19:15:55.851 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:15:55.851 INFO kablam! su: No module specific data is present Sep 17 19:15:56.282 INFO running `"docker" "rm" "-f" "79c51eb8acd35b2376f996a0099e5ea53f4bc8091cedc554d326ed4af1a8dfc0"` Sep 17 19:15:56.355 INFO blam! 79c51eb8acd35b2376f996a0099e5ea53f4bc8091cedc554d326ed4af1a8dfc0