Sep 17 17:52:33.020 INFO checking safe_core-0.31.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 17:52:33.020 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 17:52:33.020 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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 17:52:33.363 INFO blam! 6b3bcef5e01f4d9757420f94f418804a0ec22f5eed4475c87c847389ad5be3bf Sep 17 17:52:33.365 INFO running `"docker" "start" "-a" "6b3bcef5e01f4d9757420f94f418804a0ec22f5eed4475c87c847389ad5be3bf"` Sep 17 17:52:34.917 INFO kablam! usermod: no changes Sep 17 17:52:35.359 INFO kablam! Checking jni-sys v0.3.0 Sep 17 17:52:35.365 INFO kablam! Checking cesu8 v1.1.0 Sep 17 17:52:35.372 INFO kablam! Compiling brotli-sys v0.3.0 Sep 17 17:52:35.377 INFO kablam! Compiling walkdir v2.0.1 Sep 17 17:52:35.377 INFO kablam! Checking itertools v0.6.5 Sep 17 17:52:35.377 INFO kablam! Checking base64 v0.9.3 Sep 17 17:52:35.377 INFO kablam! Checking combine v3.5.2 Sep 17 17:52:35.871 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 17 17:52:37.264 INFO kablam! Checking tokio-io v0.1.8 Sep 17 17:52:38.243 INFO kablam! Checking regex v0.2.11 Sep 17 17:52:38.402 INFO kablam! Checking chrono v0.4.6 Sep 17 17:52:38.691 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 17 17:52:43.091 INFO kablam! Checking error-chain v0.12.0 Sep 17 17:52:43.123 INFO kablam! Checking tokio-codec v0.1.0 Sep 17 17:52:45.108 INFO kablam! Compiling jni v0.10.2 Sep 17 17:52:45.759 INFO kablam! Checking tokio-reactor v0.1.5 Sep 17 17:52:46.323 INFO kablam! Checking tokio-fs v0.1.3 Sep 17 17:52:51.287 INFO kablam! Checking tokio-tcp v0.1.1 Sep 17 17:52:51.287 INFO kablam! Checking tokio-udp v0.1.2 Sep 17 17:52:51.295 INFO kablam! Checking tokio-uds v0.2.1 Sep 17 17:52:53.103 INFO kablam! Checking maidsafe_utilities v0.15.0 Sep 17 17:52:53.103 INFO kablam! Checking igd v0.6.0 Sep 17 17:52:56.508 INFO kablam! Checking tokio v0.1.8 Sep 17 17:53:01.247 INFO kablam! Checking tokio-core v0.1.17 Sep 17 17:53:01.668 INFO kablam! Checking crust v0.30.1 Sep 17 17:53:08.803 INFO kablam! Checking brotli2 v0.3.0 Sep 17 17:53:10.512 INFO kablam! Checking self_encryption v0.12.0 Sep 17 17:53:12.331 INFO kablam! Checking routing v0.35.0 Sep 17 17:53:40.515 INFO kablam! Checking ffi_utils v0.6.0 Sep 17 17:53:41.472 INFO kablam! Checking safe_core v0.31.0 (/source) Sep 17 17:53:47.339 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 17 17:53:47.339 INFO kablam! --> src/event_loop.rs:17:28 Sep 17 17:53:47.340 INFO kablam! | Sep 17 17:53:47.340 INFO kablam! 17 | pub type CoreMsgTx = mpsc::UnboundedSender>; Sep 17 17:53:47.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 17 17:53:47.341 INFO kablam! | Sep 17 17:53:47.342 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 17:53:47.342 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 17 17:53:47.343 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 17:53:47.343 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 17:53:47.344 INFO kablam! Sep 17 17:53:47.344 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 17 17:53:47.345 INFO kablam! --> src/event_loop.rs:19:28 Sep 17 17:53:47.345 INFO kablam! | Sep 17 17:53:47.346 INFO kablam! 19 | pub type CoreMsgRx = mpsc::UnboundedReceiver>; Sep 17 17:53:47.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 17 17:53:47.347 INFO kablam! | Sep 17 17:53:47.347 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 17 17:53:47.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 17:53:47.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 17:53:47.348 INFO kablam! Sep 17 17:53:47.682 INFO kablam! error: aborting due to 2 previous errors Sep 17 17:53:47.682 INFO kablam! Sep 17 17:53:47.714 INFO kablam! error: Could not compile `safe_core`. Sep 17 17:53:47.718 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:53:47.864 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 17 17:53:47.865 INFO kablam! --> src/event_loop.rs:17:28 Sep 17 17:53:47.865 INFO kablam! | Sep 17 17:53:47.866 INFO kablam! 17 | pub type CoreMsgTx = mpsc::UnboundedSender>; Sep 17 17:53:47.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 17 17:53:47.867 INFO kablam! | Sep 17 17:53:47.867 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 17:53:47.867 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 17 17:53:47.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 17:53:47.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 17:53:47.868 INFO kablam! Sep 17 17:53:47.869 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 17 17:53:47.869 INFO kablam! --> src/event_loop.rs:19:28 Sep 17 17:53:47.869 INFO kablam! | Sep 17 17:53:47.870 INFO kablam! 19 | pub type CoreMsgRx = mpsc::UnboundedReceiver>; Sep 17 17:53:47.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 17 17:53:47.871 INFO kablam! | Sep 17 17:53:47.871 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 17 17:53:47.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 17:53:47.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 17:53:47.872 INFO kablam! Sep 17 17:53:48.086 INFO kablam! error: aborting due to 2 previous errors Sep 17 17:53:48.086 INFO kablam! Sep 17 17:53:48.129 INFO kablam! error: Could not compile `safe_core`. Sep 17 17:53:48.129 INFO kablam! Sep 17 17:53:48.129 INFO kablam! To learn more, run the command again with --verbose. Sep 17 17:53:48.131 INFO kablam! su: No module specific data is present Sep 17 17:53:50.097 INFO running `"docker" "rm" "-f" "6b3bcef5e01f4d9757420f94f418804a0ec22f5eed4475c87c847389ad5be3bf"` Sep 17 17:53:50.415 INFO blam! 6b3bcef5e01f4d9757420f94f418804a0ec22f5eed4475c87c847389ad5be3bf