Sep 21 08:50:33.215 INFO checking hey_listen-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:50:33.215 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:50:33.215 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 08:50:33.347 INFO blam! 41b2f455b5c1ff6a54a7f1ce562d51c0fe4c07265a67b59a17853c07229cbf4d Sep 21 08:50:33.349 INFO running `"docker" "start" "-a" "41b2f455b5c1ff6a54a7f1ce562d51c0fe4c07265a67b59a17853c07229cbf4d"` Sep 21 08:50:34.856 INFO kablam! usermod: no changes Sep 21 08:50:34.986 INFO kablam! Compiling hey_listen v0.2.0 (/source) Sep 21 08:50:37.491 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.491 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:50:37.491 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.491 INFO kablam! Sep 21 08:50:37.491 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.491 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.491 INFO kablam! Sep 21 08:50:37.491 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.491 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.491 INFO kablam! | Sep 21 08:50:37.491 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.491 INFO kablam! Sep 21 08:50:37.491 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.492 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.492 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.492 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.492 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.492 INFO kablam! Sep 21 08:50:37.492 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.492 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.492 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.493 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.493 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.493 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.493 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.493 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.493 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.493 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.493 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.493 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.493 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.493 INFO kablam! | Sep 21 08:50:37.493 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.493 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.493 INFO kablam! Sep 21 08:50:37.790 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.790 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.790 INFO kablam! | Sep 21 08:50:37.790 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.790 INFO kablam! | Sep 21 08:50:37.790 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:50:37.790 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.790 INFO kablam! Sep 21 08:50:37.790 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.790 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.790 INFO kablam! | Sep 21 08:50:37.790 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.790 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.791 INFO kablam! Sep 21 08:50:37.791 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.791 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.791 INFO kablam! Sep 21 08:50:37.791 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.791 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.791 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.791 INFO kablam! Sep 21 08:50:37.791 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.791 INFO kablam! --> src/lib.rs:73:23 Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 21 08:50:37.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.791 INFO kablam! | Sep 21 08:50:37.791 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.791 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.791 INFO kablam! Sep 21 08:50:37.798 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.798 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.798 INFO kablam! Sep 21 08:50:37.798 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.798 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.798 INFO kablam! Sep 21 08:50:37.798 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.798 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.798 INFO kablam! Sep 21 08:50:37.798 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.798 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.798 INFO kablam! | Sep 21 08:50:37.798 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:74:34 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: the trait bound `T: std::cmp::Eq` is not satisfied Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: the trait bound `T: std::hash::Hash` is not satisfied Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: the trait bound `T: std::clone::Clone` is not satisfied Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 08:50:37.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.799 INFO kablam! Sep 21 08:50:37.799 INFO kablam! warning: `T` cannot be shared between threads safely Sep 21 08:50:37.799 INFO kablam! --> src/lib.rs:76:31 Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 21 08:50:37.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 21 08:50:37.799 INFO kablam! | Sep 21 08:50:37.799 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 21 08:50:37.799 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 21 08:50:37.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:50:37.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:50:37.800 INFO kablam! Sep 21 08:50:39.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.95s Sep 21 08:50:39.829 INFO kablam! su: No module specific data is present Sep 21 08:50:40.341 INFO running `"docker" "rm" "-f" "41b2f455b5c1ff6a54a7f1ce562d51c0fe4c07265a67b59a17853c07229cbf4d"` Sep 21 08:50:40.453 INFO blam! 41b2f455b5c1ff6a54a7f1ce562d51c0fe4c07265a67b59a17853c07229cbf4d