Sep 21 00:04:04.597 INFO checking 46bit/comms against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:04:04.597 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:04:04.597 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/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:04:04.847 INFO blam! 1c43a9f489ff51c36db71f8238391363f29a643408d764dd15aa85f8276ff660 Sep 21 00:04:04.850 INFO running `"docker" "start" "-a" "1c43a9f489ff51c36db71f8238391363f29a643408d764dd15aa85f8276ff660"` Sep 21 00:04:06.910 INFO kablam! usermod: no changes Sep 21 00:04:07.060 INFO kablam! Checking memchr v0.1.11 Sep 21 00:04:07.066 INFO kablam! Checking tokio-timer v0.1.1 Sep 21 00:04:07.067 INFO kablam! Checking thread-id v2.0.0 Sep 21 00:04:07.543 INFO kablam! Checking thread_local v0.2.7 Sep 21 00:04:07.739 INFO kablam! Checking aho-corasick v0.5.3 Sep 21 00:04:08.412 INFO kablam! Checking comms v0.1.4 (/source) Sep 21 00:04:08.958 INFO kablam! warning: the trait bound `I: std::clone::Clone` is not satisfied Sep 21 00:04:08.958 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:08.958 INFO kablam! | Sep 21 00:04:08.958 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:08.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 21 00:04:08.958 INFO kablam! | Sep 21 00:04:08.958 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:04:08.958 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 21 00:04:08.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:08.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:08.959 INFO kablam! Sep 21 00:04:08.959 INFO kablam! warning: `I` cannot be sent between threads safely Sep 21 00:04:08.959 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:08.959 INFO kablam! | Sep 21 00:04:08.959 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 21 00:04:08.959 INFO kablam! | Sep 21 00:04:08.959 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 21 00:04:08.959 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 21 00:04:08.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:08.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:08.959 INFO kablam! Sep 21 00:04:08.959 INFO kablam! warning: `I` doesn't implement `std::fmt::Debug` Sep 21 00:04:08.959 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:08.959 INFO kablam! | Sep 21 00:04:08.959 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 00:04:08.959 INFO kablam! | Sep 21 00:04:08.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `I` Sep 21 00:04:08.959 INFO kablam! = help: consider adding a `where I: std::fmt::Debug` bound Sep 21 00:04:08.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:08.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:08.959 INFO kablam! Sep 21 00:04:09.320 INFO kablam! Checking regex v0.1.80 Sep 21 00:04:11.726 INFO kablam! Checking env_logger v0.3.5 Sep 21 00:04:12.166 INFO kablam! Checking quickcheck v0.2.27 Sep 21 00:04:14.846 INFO kablam! warning: the trait bound `I: std::clone::Clone` is not satisfied Sep 21 00:04:14.846 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:04:14.846 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 21 00:04:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:14.846 INFO kablam! Sep 21 00:04:14.846 INFO kablam! warning: `I` cannot be sent between threads safely Sep 21 00:04:14.846 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 21 00:04:14.846 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 21 00:04:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:14.846 INFO kablam! Sep 21 00:04:14.846 INFO kablam! warning: `I` doesn't implement `std::fmt::Debug` Sep 21 00:04:14.846 INFO kablam! --> src/client/mod.rs:15:29 Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! 15 | pub type MpscClient = Client, mpsc::Receiver>>; Sep 21 00:04:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 00:04:14.846 INFO kablam! | Sep 21 00:04:14.846 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `I` Sep 21 00:04:14.846 INFO kablam! = help: consider adding a `where I: std::fmt::Debug` bound Sep 21 00:04:14.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:04:14.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:04:14.846 INFO kablam! Sep 21 00:04:15.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.66s Sep 21 00:04:15.622 INFO kablam! su: No module specific data is present Sep 21 00:04:16.995 INFO running `"docker" "rm" "-f" "1c43a9f489ff51c36db71f8238391363f29a643408d764dd15aa85f8276ff660"` Sep 21 00:04:17.113 INFO blam! 1c43a9f489ff51c36db71f8238391363f29a643408d764dd15aa85f8276ff660