Sep 21 05:00:27.339 INFO checking rdispatcher-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:00:27.339 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:00:27.339 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 05:00:27.476 INFO blam! d961610839ed5380e54f6fccd55494e2bbb9959536fbcf9876032a3d80dd8238 Sep 21 05:00:27.477 INFO running `"docker" "start" "-a" "d961610839ed5380e54f6fccd55494e2bbb9959536fbcf9876032a3d80dd8238"` Sep 21 05:00:27.995 INFO kablam! usermod: no changes Sep 21 05:00:28.017 INFO kablam! Checking rdispatcher v0.1.0 (/source) Sep 21 05:00:28.184 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.184 INFO kablam! --> src/lib.rs:4:23 Sep 21 05:00:28.184 INFO kablam! | Sep 21 05:00:28.184 INFO kablam! 4 | use std::hash::{Hash, SipHasher, Hasher}; Sep 21 05:00:28.184 INFO kablam! | ^^^^^^^^^ Sep 21 05:00:28.184 INFO kablam! | Sep 21 05:00:28.184 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:00:28.184 INFO kablam! Sep 21 05:00:28.184 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.184 INFO kablam! --> src/lib.rs:91:16 Sep 21 05:00:28.184 INFO kablam! | Sep 21 05:00:28.184 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 21 05:00:28.184 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 05:00:28.184 INFO kablam! Sep 21 05:00:28.197 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 05:00:28.197 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.197 INFO kablam! | Sep 21 05:00:28.197 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 05:00:28.197 INFO kablam! | Sep 21 05:00:28.197 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:00:28.197 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 05:00:28.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.197 INFO kablam! Sep 21 05:00:28.197 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 05:00:28.198 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.198 INFO kablam! | Sep 21 05:00:28.198 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 05:00:28.198 INFO kablam! | Sep 21 05:00:28.198 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 05:00:28.198 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 05:00:28.198 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.198 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.198 INFO kablam! Sep 21 05:00:28.199 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 05:00:28.200 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 05:00:28.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.200 INFO kablam! Sep 21 05:00:28.200 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 05:00:28.200 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 05:00:28.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.200 INFO kablam! Sep 21 05:00:28.200 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 05:00:28.200 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 05:00:28.200 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 05:00:28.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.200 INFO kablam! Sep 21 05:00:28.200 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 05:00:28.200 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 05:00:28.200 INFO kablam! | Sep 21 05:00:28.200 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 05:00:28.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.200 INFO kablam! Sep 21 05:00:28.217 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.217 INFO kablam! --> src/lib.rs:4:23 Sep 21 05:00:28.217 INFO kablam! | Sep 21 05:00:28.217 INFO kablam! 4 | use std::hash::{Hash, SipHasher, Hasher}; Sep 21 05:00:28.217 INFO kablam! | ^^^^^^^^^ Sep 21 05:00:28.217 INFO kablam! | Sep 21 05:00:28.217 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:00:28.217 INFO kablam! Sep 21 05:00:28.217 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.217 INFO kablam! --> src/lib.rs:91:16 Sep 21 05:00:28.217 INFO kablam! | Sep 21 05:00:28.217 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 21 05:00:28.217 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 05:00:28.217 INFO kablam! Sep 21 05:00:28.218 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.218 INFO kablam! --> src/lib.rs:91:16 Sep 21 05:00:28.218 INFO kablam! | Sep 21 05:00:28.218 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 21 05:00:28.218 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 05:00:28.218 INFO kablam! Sep 21 05:00:28.243 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 05:00:28.244 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.244 INFO kablam! | Sep 21 05:00:28.244 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 05:00:28.244 INFO kablam! | Sep 21 05:00:28.244 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:00:28.244 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 05:00:28.244 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.244 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.244 INFO kablam! Sep 21 05:00:28.245 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 05:00:28.245 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.245 INFO kablam! | Sep 21 05:00:28.245 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 05:00:28.245 INFO kablam! | Sep 21 05:00:28.245 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 05:00:28.245 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 05:00:28.245 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.245 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.245 INFO kablam! Sep 21 05:00:28.245 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 05:00:28.246 INFO kablam! --> src/lib.rs:8:31 Sep 21 05:00:28.246 INFO kablam! | Sep 21 05:00:28.246 INFO kablam! 8 | pub type SubscribeHandle = mpsc::Sender>; Sep 21 05:00:28.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 05:00:28.246 INFO kablam! | Sep 21 05:00:28.246 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 05:00:28.246 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.246 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.246 INFO kablam! Sep 21 05:00:28.247 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 05:00:28.247 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 05:00:28.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.247 INFO kablam! Sep 21 05:00:28.247 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 05:00:28.247 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 05:00:28.247 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 05:00:28.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.247 INFO kablam! Sep 21 05:00:28.247 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 05:00:28.247 INFO kablam! --> src/lib.rs:9:31 Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! 9 | pub type BroadcastHandle = mpsc::Receiver>; Sep 21 05:00:28.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 05:00:28.247 INFO kablam! | Sep 21 05:00:28.247 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 05:00:28.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:00:28.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:00:28.247 INFO kablam! Sep 21 05:00:28.270 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 05:00:28.270 INFO kablam! --> src/lib.rs:91:16 Sep 21 05:00:28.270 INFO kablam! | Sep 21 05:00:28.270 INFO kablam! 91 | let mut s = SipHasher::new(); Sep 21 05:00:28.270 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 05:00:28.270 INFO kablam! Sep 21 05:00:28.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.34s Sep 21 05:00:28.355 INFO kablam! su: No module specific data is present Sep 21 05:00:29.035 INFO running `"docker" "rm" "-f" "d961610839ed5380e54f6fccd55494e2bbb9959536fbcf9876032a3d80dd8238"` Sep 21 05:00:29.087 INFO blam! d961610839ed5380e54f6fccd55494e2bbb9959536fbcf9876032a3d80dd8238