Sep 17 14:47:47.537 INFO checking wire-0.0.12 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:47:47.537 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:47:47.537 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/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:47:47.861 INFO blam! 95c81ea01e3a9b63fbdc458adce9d71d20a44b9d2708ba8ea9481e9c1026431f Sep 17 14:47:47.863 INFO running `"docker" "start" "-a" "95c81ea01e3a9b63fbdc458adce9d71d20a44b9d2708ba8ea9481e9c1026431f"` Sep 17 14:47:48.855 INFO kablam! usermod: no changes Sep 17 14:47:48.906 INFO kablam! Checking serde v0.7.15 Sep 17 14:47:48.907 INFO kablam! Checking vec_map v0.0.1 Sep 17 14:47:48.907 INFO kablam! Checking bchannel v0.0.10 Sep 17 14:47:52.374 INFO kablam! Checking bincode v0.5.9 Sep 17 14:47:53.343 INFO kablam! Checking unreliable-message v0.1.0 Sep 17 14:47:53.826 INFO kablam! Checking wire v0.0.12 (/source) Sep 17 14:47:54.131 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:47:54.131 INFO kablam! --> src/tcp.rs:26:27 Sep 17 14:47:54.131 INFO kablam! | Sep 17 14:47:54.131 INFO kablam! 26 | pub type InTcpStream = Receiver; Sep 17 14:47:54.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:47:54.131 INFO kablam! | Sep 17 14:47:54.131 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:47:54.131 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:47:54.131 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:47:54.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:47:54.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:47:54.131 INFO kablam! Sep 17 14:47:54.131 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:47:54.131 INFO kablam! --> src/udp.rs:50:24 Sep 17 14:47:54.131 INFO kablam! | Sep 17 14:47:54.131 INFO kablam! 50 | pub type Receiver = bchannel::Receiver; Sep 17 14:47:54.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:47:54.131 INFO kablam! | Sep 17 14:47:54.131 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:47:54.131 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:47:54.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:47:54.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:47:54.131 INFO kablam! Sep 17 14:47:54.139 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:47:54.139 INFO kablam! Sep 17 14:47:54.139 INFO kablam! error: Could not compile `wire`. Sep 17 14:47:54.139 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:47:54.155 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:47:54.155 INFO kablam! --> src/tcp.rs:26:27 Sep 17 14:47:54.155 INFO kablam! | Sep 17 14:47:54.155 INFO kablam! 26 | pub type InTcpStream = Receiver; Sep 17 14:47:54.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:47:54.155 INFO kablam! | Sep 17 14:47:54.155 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:47:54.155 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:47:54.155 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:47:54.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:47:54.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:47:54.155 INFO kablam! Sep 17 14:47:54.158 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 14:47:54.158 INFO kablam! --> src/udp.rs:50:24 Sep 17 14:47:54.158 INFO kablam! | Sep 17 14:47:54.158 INFO kablam! 50 | pub type Receiver = bchannel::Receiver; Sep 17 14:47:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 14:47:54.159 INFO kablam! | Sep 17 14:47:54.159 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 14:47:54.159 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 14:47:54.159 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:47:54.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:47:54.159 INFO kablam! Sep 17 14:47:54.167 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:47:54.167 INFO kablam! Sep 17 14:47:54.175 INFO kablam! error: Could not compile `wire`. Sep 17 14:47:54.175 INFO kablam! Sep 17 14:47:54.175 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:47:54.175 INFO kablam! su: No module specific data is present Sep 17 14:47:55.084 INFO running `"docker" "rm" "-f" "95c81ea01e3a9b63fbdc458adce9d71d20a44b9d2708ba8ea9481e9c1026431f"` Sep 17 14:47:55.233 INFO blam! 95c81ea01e3a9b63fbdc458adce9d71d20a44b9d2708ba8ea9481e9c1026431f