Sep 18 02:20:46.748 INFO checking comms-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:20:46.748 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:20:46.748 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 18 02:20:46.912 INFO blam! 130c89f8d67004e33b038e0c15edffe2699bfbd56f803cc3e9ae2296ed017dd9 Sep 18 02:20:46.916 INFO running `"docker" "start" "-a" "130c89f8d67004e33b038e0c15edffe2699bfbd56f803cc3e9ae2296ed017dd9"` Sep 18 02:20:48.390 INFO kablam! usermod: no changes Sep 18 02:20:48.463 INFO kablam! Checking comms v0.1.4 (/source) Sep 18 02:20:48.850 INFO kablam! error: the trait bound `I: std::clone::Clone` is not satisfied Sep 18 02:20:48.850 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:48.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:20:48.850 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 18 02:20:48.850 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:48.850 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:48.850 INFO kablam! Sep 18 02:20:48.850 INFO kablam! error: `I` cannot be sent between threads safely Sep 18 02:20:48.850 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:48.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 18 02:20:48.850 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 18 02:20:48.850 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:48.850 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:48.850 INFO kablam! Sep 18 02:20:48.850 INFO kablam! error: `I` doesn't implement `std::fmt::Debug` Sep 18 02:20:48.850 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:48.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 02:20:48.850 INFO kablam! | Sep 18 02:20:48.850 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `I` Sep 18 02:20:48.850 INFO kablam! = help: consider adding a `where I: std::fmt::Debug` bound Sep 18 02:20:48.850 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:48.850 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:48.850 INFO kablam! Sep 18 02:20:48.887 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:20:48.887 INFO kablam! Sep 18 02:20:48.899 INFO kablam! error: Could not compile `comms`. Sep 18 02:20:48.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:20:49.213 INFO kablam! warning: use of deprecated item 'futures::task::Unpark': recommended to use `Notify` instead Sep 18 02:20:49.213 INFO kablam! --> src/lib.rs:56:33 Sep 18 02:20:49.213 INFO kablam! | Sep 18 02:20:49.213 INFO kablam! 56 | pub fn unpark_noop() -> Arc { Sep 18 02:20:49.213 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 18 02:20:49.213 INFO kablam! | Sep 18 02:20:49.213 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 02:20:49.213 INFO kablam! Sep 18 02:20:49.213 INFO kablam! warning: use of deprecated item 'futures::task::Unpark': recommended to use `Notify` instead Sep 18 02:20:49.213 INFO kablam! --> src/lib.rs:59:14 Sep 18 02:20:49.213 INFO kablam! | Sep 18 02:20:49.213 INFO kablam! 59 | impl executor::Unpark for Foo { Sep 18 02:20:49.213 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 18 02:20:49.213 INFO kablam! Sep 18 02:20:49.281 INFO kablam! error: the trait bound `I: std::clone::Clone` is not satisfied Sep 18 02:20:49.281 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:49.281 INFO kablam! | Sep 18 02:20:49.281 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:49.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 18 02:20:49.281 INFO kablam! | Sep 18 02:20:49.281 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:20:49.281 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 18 02:20:49.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:49.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:49.281 INFO kablam! Sep 18 02:20:49.281 INFO kablam! error: `I` cannot be sent between threads safely Sep 18 02:20:49.281 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:49.281 INFO kablam! | Sep 18 02:20:49.281 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:49.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 18 02:20:49.281 INFO kablam! | Sep 18 02:20:49.281 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 18 02:20:49.281 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 18 02:20:49.281 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:49.281 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:49.282 INFO kablam! Sep 18 02:20:49.282 INFO kablam! error: `I` doesn't implement `std::fmt::Debug` Sep 18 02:20:49.282 INFO kablam! --> src/client/mod.rs:15:29 Sep 18 02:20:49.282 INFO kablam! | Sep 18 02:20:49.282 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 18 02:20:49.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 02:20:49.282 INFO kablam! | Sep 18 02:20:49.282 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `I` Sep 18 02:20:49.282 INFO kablam! = help: consider adding a `where I: std::fmt::Debug` bound Sep 18 02:20:49.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:20:49.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:20:49.282 INFO kablam! Sep 18 02:20:49.334 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:20:49.335 INFO kablam! Sep 18 02:20:49.349 INFO kablam! error: Could not compile `comms`. Sep 18 02:20:49.349 INFO kablam! Sep 18 02:20:49.349 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:20:49.350 INFO kablam! su: No module specific data is present Sep 18 02:20:50.009 INFO running `"docker" "rm" "-f" "130c89f8d67004e33b038e0c15edffe2699bfbd56f803cc3e9ae2296ed017dd9"` Sep 18 02:20:50.169 INFO blam! 130c89f8d67004e33b038e0c15edffe2699bfbd56f803cc3e9ae2296ed017dd9