Sep 21 03:37:21.434 INFO checking safe_core-0.31.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:37:21.434 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:37:21.434 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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 03:37:21.652 INFO blam! c816d22551fffe539b260032eaa63de68833749cb8bdf9607e7685ff1446bd26 Sep 21 03:37:21.654 INFO running `"docker" "start" "-a" "c816d22551fffe539b260032eaa63de68833749cb8bdf9607e7685ff1446bd26"` Sep 21 03:37:22.626 INFO kablam! usermod: no changes Sep 21 03:37:23.030 INFO kablam! Checking jni-sys v0.3.0 Sep 21 03:37:23.030 INFO kablam! Checking cesu8 v1.1.0 Sep 21 03:37:23.030 INFO kablam! Checking memmap v0.5.2 Sep 21 03:37:23.030 INFO kablam! Compiling brotli-sys v0.3.0 Sep 21 03:37:23.034 INFO kablam! Compiling walkdir v2.0.1 Sep 21 03:37:23.042 INFO kablam! Checking itertools v0.6.5 Sep 21 03:37:23.042 INFO kablam! Checking base64 v0.9.3 Sep 21 03:37:24.402 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 21 03:37:25.018 INFO kablam! Checking tokio-io v0.1.8 Sep 21 03:37:26.834 INFO kablam! Checking combine v3.5.2 Sep 21 03:37:26.842 INFO kablam! Checking error-chain v0.12.0 Sep 21 03:37:26.842 INFO kablam! Checking regex v0.2.11 Sep 21 03:37:27.258 INFO kablam! Compiling jni v0.10.2 Sep 21 03:37:27.379 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 21 03:37:29.118 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 21 03:37:31.243 INFO kablam! Checking tokio-codec v0.1.0 Sep 21 03:37:31.243 INFO kablam! Checking tokio-reactor v0.1.5 Sep 21 03:37:34.790 INFO kablam! Checking tokio-fs v0.1.3 Sep 21 03:37:34.818 INFO kablam! Checking tokio-udp v0.1.2 Sep 21 03:37:34.818 INFO kablam! Checking tokio-uds v0.2.1 Sep 21 03:37:34.818 INFO kablam! Checking tokio-tcp v0.1.1 Sep 21 03:37:38.422 INFO kablam! Checking tokio v0.1.8 Sep 21 03:37:40.106 INFO kablam! Checking igd v0.6.0 Sep 21 03:37:40.106 INFO kablam! Checking maidsafe_utilities v0.15.0 Sep 21 03:37:40.579 INFO kablam! Checking tokio-core v0.1.17 Sep 21 03:37:47.565 INFO kablam! Checking crust v0.30.1 Sep 21 03:37:47.837 INFO kablam! Checking brotli2 v0.3.0 Sep 21 03:37:48.890 INFO kablam! Checking self_encryption v0.12.0 Sep 21 03:37:55.820 INFO kablam! Checking routing v0.35.0 Sep 21 03:38:18.163 INFO kablam! Checking ffi_utils v0.6.0 Sep 21 03:38:19.081 INFO kablam! Checking safe_core v0.31.0 (/source) Sep 21 03:38:24.062 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 21 03:38:24.062 INFO kablam! --> src/event_loop.rs:17:28 Sep 21 03:38:24.062 INFO kablam! | Sep 21 03:38:24.062 INFO kablam! 17 | pub type CoreMsgTx = mpsc::UnboundedSender>; Sep 21 03:38:24.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 21 03:38:24.062 INFO kablam! | Sep 21 03:38:24.062 INFO kablam! note: lint level defined here Sep 21 03:38:24.062 INFO kablam! --> src/lib.rs:79:90 Sep 21 03:38:24.062 INFO kablam! | Sep 21 03:38:24.062 INFO kablam! 79 | exceeding_bitshifts, mutable_transmutes, no_mangle_const_items, unknown_crate_types, warnings Sep 21 03:38:24.062 INFO kablam! | ^^^^^^^^ Sep 21 03:38:24.062 INFO kablam! = note: #[forbid(type_alias_missing_bounds)] implied by #[forbid(warnings)] Sep 21 03:38:24.062 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 21 03:38:24.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:38:24.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:38:24.062 INFO kablam! Sep 21 03:38:24.062 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 21 03:38:24.062 INFO kablam! --> src/event_loop.rs:19:28 Sep 21 03:38:24.062 INFO kablam! | Sep 21 03:38:24.062 INFO kablam! 19 | pub type CoreMsgRx = mpsc::UnboundedReceiver>; Sep 21 03:38:24.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 21 03:38:24.062 INFO kablam! | Sep 21 03:38:24.062 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 21 03:38:24.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:38:24.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:38:24.062 INFO kablam! Sep 21 03:38:24.142 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 21 03:38:24.142 INFO kablam! --> src/event_loop.rs:17:28 Sep 21 03:38:24.142 INFO kablam! | Sep 21 03:38:24.142 INFO kablam! 17 | pub type CoreMsgTx = mpsc::UnboundedSender>; Sep 21 03:38:24.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 21 03:38:24.142 INFO kablam! | Sep 21 03:38:24.142 INFO kablam! note: lint level defined here Sep 21 03:38:24.142 INFO kablam! --> src/lib.rs:79:90 Sep 21 03:38:24.142 INFO kablam! | Sep 21 03:38:24.142 INFO kablam! 79 | exceeding_bitshifts, mutable_transmutes, no_mangle_const_items, unknown_crate_types, warnings Sep 21 03:38:24.142 INFO kablam! | ^^^^^^^^ Sep 21 03:38:24.142 INFO kablam! = note: #[forbid(type_alias_missing_bounds)] implied by #[forbid(warnings)] Sep 21 03:38:24.142 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 21 03:38:24.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:38:24.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:38:24.142 INFO kablam! Sep 21 03:38:24.142 INFO kablam! error: the trait bound `C: client::Client` is not satisfied Sep 21 03:38:24.142 INFO kablam! --> src/event_loop.rs:19:28 Sep 21 03:38:24.142 INFO kablam! | Sep 21 03:38:24.142 INFO kablam! 19 | pub type CoreMsgRx = mpsc::UnboundedReceiver>; Sep 21 03:38:24.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::Client` is not implemented for `C` Sep 21 03:38:24.142 INFO kablam! | Sep 21 03:38:24.142 INFO kablam! = help: consider adding a `where C: client::Client` bound Sep 21 03:38:24.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:38:24.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:38:24.142 INFO kablam! Sep 21 03:38:24.371 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:38:24.371 INFO kablam! Sep 21 03:38:24.411 INFO kablam! error: Could not compile `safe_core`. Sep 21 03:38:24.412 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:38:24.498 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:38:24.499 INFO kablam! Sep 21 03:38:24.542 INFO kablam! error: Could not compile `safe_core`. Sep 21 03:38:24.542 INFO kablam! Sep 21 03:38:24.542 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:38:24.544 INFO kablam! su: No module specific data is present Sep 21 03:38:25.971 INFO running `"docker" "rm" "-f" "c816d22551fffe539b260032eaa63de68833749cb8bdf9607e7685ff1446bd26"` Sep 21 03:38:26.089 INFO blam! c816d22551fffe539b260032eaa63de68833749cb8bdf9607e7685ff1446bd26