Sep 21 00:35:06.891 INFO checking wire-0.0.12 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:35:06.891 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:35:06.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 00:35:07.039 INFO blam! 1af6e2f925221b01b3bac759ead536a82a8b3db9071654c841f6dc3e47134618 Sep 21 00:35:07.041 INFO running `"docker" "start" "-a" "1af6e2f925221b01b3bac759ead536a82a8b3db9071654c841f6dc3e47134618"` Sep 21 00:35:07.827 INFO kablam! usermod: no changes Sep 21 00:35:07.877 INFO kablam! Checking vec_map v0.0.1 Sep 21 00:35:07.877 INFO kablam! Checking bchannel v0.0.10 Sep 21 00:35:08.233 INFO kablam! Checking unreliable-message v0.1.0 Sep 21 00:35:08.716 INFO kablam! Checking wire v0.0.12 (/source) Sep 21 00:35:08.962 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:35:08.962 INFO kablam! --> src/tcp.rs:26:27 Sep 21 00:35:08.962 INFO kablam! | Sep 21 00:35:08.962 INFO kablam! 26 | pub type InTcpStream = Receiver; Sep 21 00:35:08.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:35:08.962 INFO kablam! | Sep 21 00:35:08.962 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:35:08.962 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:35:08.962 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:35:08.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:35:08.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:35:08.962 INFO kablam! Sep 21 00:35:08.964 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:35:08.964 INFO kablam! --> src/tcp.rs:26:27 Sep 21 00:35:08.964 INFO kablam! | Sep 21 00:35:08.964 INFO kablam! 26 | pub type InTcpStream = Receiver; Sep 21 00:35:08.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:35:08.964 INFO kablam! | Sep 21 00:35:08.964 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:35:08.964 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:35:08.964 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:35:08.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:35:08.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:35:08.964 INFO kablam! Sep 21 00:35:08.970 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:35:08.970 INFO kablam! --> src/udp.rs:50:24 Sep 21 00:35:08.970 INFO kablam! | Sep 21 00:35:08.970 INFO kablam! 50 | pub type Receiver = bchannel::Receiver; Sep 21 00:35:08.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:35:08.970 INFO kablam! | Sep 21 00:35:08.970 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:35:08.970 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:35:08.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:35:08.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:35:08.970 INFO kablam! Sep 21 00:35:08.970 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:35:08.970 INFO kablam! --> src/udp.rs:50:24 Sep 21 00:35:08.970 INFO kablam! | Sep 21 00:35:08.970 INFO kablam! 50 | pub type Receiver = bchannel::Receiver; Sep 21 00:35:08.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:35:08.970 INFO kablam! | Sep 21 00:35:08.970 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:35:08.970 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:35:08.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:35:08.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:35:08.970 INFO kablam! Sep 21 00:35:09.418 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 00:35:09.418 INFO kablam! --> examples/unreliable_message.rs:24:13 Sep 21 00:35:09.418 INFO kablam! | Sep 21 00:35:09.418 INFO kablam! 24 | sender.send(&line, theirs); Sep 21 00:35:09.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:09.418 INFO kablam! | Sep 21 00:35:09.418 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 00:35:09.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 00:35:09.418 INFO kablam! Sep 21 00:35:09.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Sep 21 00:35:09.432 INFO kablam! su: No module specific data is present Sep 21 00:35:09.959 INFO running `"docker" "rm" "-f" "1af6e2f925221b01b3bac759ead536a82a8b3db9071654c841f6dc3e47134618"` Sep 21 00:35:10.054 INFO blam! 1af6e2f925221b01b3bac759ead536a82a8b3db9071654c841f6dc3e47134618