Sep 17 14:44:20.997 INFO checking wonder-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:44:20.997 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:44:20.997 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 14:44:21.113 INFO blam! b1aa147c73fd29dcfe9dbaef654bcfcf13ab683e36a7940778ad617a88ffa0ce Sep 17 14:44:21.117 INFO running `"docker" "start" "-a" "b1aa147c73fd29dcfe9dbaef654bcfcf13ab683e36a7940778ad617a88ffa0ce"` Sep 17 14:44:22.499 INFO kablam! usermod: no changes Sep 17 14:44:22.598 INFO kablam! Checking wonder v0.1.0 (/source) Sep 17 14:44:22.867 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! --> src/actor.rs:14:30 Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 17 14:44:22.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:44:22.867 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:22.867 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:22.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:22.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:22.867 INFO kablam! Sep 17 14:44:22.867 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! --> src/actor.rs:15:27 Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 17 14:44:22.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:22.867 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:22.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:22.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:22.867 INFO kablam! Sep 17 14:44:22.867 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! --> src/actor.rs:16:24 Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 17 14:44:22.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:22.867 INFO kablam! | Sep 17 14:44:22.867 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:22.867 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:22.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:22.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:22.867 INFO kablam! Sep 17 14:44:22.883 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:44:22.883 INFO kablam! Sep 17 14:44:22.892 INFO kablam! error: Could not compile `wonder`. Sep 17 14:44:22.892 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:44:23.019 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! --> src/actor.rs:14:30 Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 17 14:44:23.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:44:23.019 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:23.019 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:23.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:23.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:23.019 INFO kablam! Sep 17 14:44:23.019 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! --> src/actor.rs:15:27 Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 17 14:44:23.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:23.019 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:23.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:23.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:23.019 INFO kablam! Sep 17 14:44:23.019 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! --> src/actor.rs:16:24 Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 17 14:44:23.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:44:23.019 INFO kablam! | Sep 17 14:44:23.019 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:44:23.019 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:44:23.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:44:23.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:44:23.019 INFO kablam! Sep 17 14:44:23.030 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:44:23.030 INFO kablam! Sep 17 14:44:23.049 INFO kablam! error: Could not compile `wonder`. Sep 17 14:44:23.049 INFO kablam! Sep 17 14:44:23.049 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:44:23.049 INFO kablam! su: No module specific data is present Sep 17 14:44:24.335 INFO running `"docker" "rm" "-f" "b1aa147c73fd29dcfe9dbaef654bcfcf13ab683e36a7940778ad617a88ffa0ce"` Sep 17 14:44:24.642 INFO blam! b1aa147c73fd29dcfe9dbaef654bcfcf13ab683e36a7940778ad617a88ffa0ce