Sep 17 23:08:58.223 INFO checking hey_listen-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 23:08:58.223 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 23:08:58.223 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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 23:08:58.376 INFO blam! bb4da66255aba9c827b5df3fa4d2ce14159c35aee048442e18658d0db0a4a459 Sep 17 23:08:58.377 INFO running `"docker" "start" "-a" "bb4da66255aba9c827b5df3fa4d2ce14159c35aee048442e18658d0db0a4a459"` Sep 17 23:08:59.381 INFO kablam! usermod: no changes Sep 17 23:08:59.511 INFO kablam! Checking cargo_metadata v0.5.8 Sep 17 23:08:59.511 INFO kablam! Compiling hey_listen v0.2.0 (/source) Sep 17 23:09:00.951 INFO kablam! Checking skeptic v0.13.3 Sep 17 23:09:02.935 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.935 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:09:02.935 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.935 INFO kablam! Sep 17 23:09:02.935 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.935 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.935 INFO kablam! Sep 17 23:09:02.935 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.935 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.935 INFO kablam! Sep 17 23:09:02.935 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.935 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.935 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.935 INFO kablam! Sep 17 23:09:02.935 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.935 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.935 INFO kablam! | Sep 17 23:09:02.935 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.935 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.935 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.937 INFO kablam! Sep 17 23:09:02.937 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.937 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.937 INFO kablam! | Sep 17 23:09:02.937 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.938 INFO kablam! | Sep 17 23:09:02.938 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.938 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.938 INFO kablam! Sep 17 23:09:02.938 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.938 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.938 INFO kablam! | Sep 17 23:09:02.938 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.938 INFO kablam! | Sep 17 23:09:02.938 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.938 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.938 INFO kablam! Sep 17 23:09:02.957 INFO kablam! error: aborting due to 15 previous errors Sep 17 23:09:02.957 INFO kablam! Sep 17 23:09:02.965 INFO kablam! error: Could not compile `hey_listen`. Sep 17 23:09:02.965 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 23:09:02.972 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.972 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.972 INFO kablam! | Sep 17 23:09:02.972 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.972 INFO kablam! | Sep 17 23:09:02.972 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:09:02.972 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.972 INFO kablam! Sep 17 23:09:02.973 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.973 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.973 INFO kablam! Sep 17 23:09:02.973 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.973 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.973 INFO kablam! Sep 17 23:09:02.973 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.973 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.973 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.973 INFO kablam! Sep 17 23:09:02.973 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.973 INFO kablam! --> src/lib.rs:73:23 Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! 73 | type ListenerMap = HashMap>; Sep 17 23:09:02.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.973 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.973 INFO kablam! Sep 17 23:09:02.973 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.973 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.973 INFO kablam! | Sep 17 23:09:02.973 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.973 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:74:34 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 74 | type PriorityListenerMap = HashMap>>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: the trait bound `T: std::cmp::Eq` is not satisfied Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::cmp::Eq` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: the trait bound `T: std::hash::Hash` is not satisfied Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `T` Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! = help: consider adding a `where T: std::hash::Hash` bound Sep 17 23:09:02.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.974 INFO kablam! Sep 17 23:09:02.974 INFO kablam! error: the trait bound `T: std::clone::Clone` is not satisfied Sep 17 23:09:02.974 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.974 INFO kablam! | Sep 17 23:09:02.974 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `T` Sep 17 23:09:02.975 INFO kablam! | Sep 17 23:09:02.975 INFO kablam! = help: consider adding a `where T: std::clone::Clone` bound Sep 17 23:09:02.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.975 INFO kablam! Sep 17 23:09:02.975 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 23:09:02.975 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.975 INFO kablam! | Sep 17 23:09:02.975 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 23:09:02.975 INFO kablam! | Sep 17 23:09:02.975 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 23:09:02.975 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 23:09:02.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.975 INFO kablam! Sep 17 23:09:02.975 INFO kablam! error: `T` cannot be shared between threads safely Sep 17 23:09:02.975 INFO kablam! --> src/lib.rs:76:31 Sep 17 23:09:02.975 INFO kablam! | Sep 17 23:09:02.975 INFO kablam! 76 | type ParallelListenerMap = HashMap>; Sep 17 23:09:02.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be shared between threads safely Sep 17 23:09:02.975 INFO kablam! | Sep 17 23:09:02.975 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `T` Sep 17 23:09:02.975 INFO kablam! = help: consider adding a `where T: std::marker::Sync` bound Sep 17 23:09:02.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:09:02.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:09:02.975 INFO kablam! Sep 17 23:09:02.987 INFO kablam! error: aborting due to 15 previous errors Sep 17 23:09:02.987 INFO kablam! Sep 17 23:09:03.000 INFO kablam! error: Could not compile `hey_listen`. Sep 17 23:09:03.000 INFO kablam! Sep 17 23:09:03.000 INFO kablam! To learn more, run the command again with --verbose. Sep 17 23:09:03.001 INFO kablam! su: No module specific data is present Sep 17 23:09:03.793 INFO running `"docker" "rm" "-f" "bb4da66255aba9c827b5df3fa4d2ce14159c35aee048442e18658d0db0a4a459"` Sep 17 23:09:03.866 INFO blam! bb4da66255aba9c827b5df3fa4d2ce14159c35aee048442e18658d0db0a4a459