Sep 17 23:02:30.822 INFO checking httpbis-0.7.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 23:02:30.822 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 23:02:30.822 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 23:02:31.019 INFO blam! 5f449c70495fc5ff4f085ae2a09d0b058c04b291bb4b432dde0c4ffd8d63074e Sep 17 23:02:31.020 INFO running `"docker" "start" "-a" "5f449c70495fc5ff4f085ae2a09d0b058c04b291bb4b432dde0c4ffd8d63074e"` Sep 17 23:02:31.723 INFO kablam! usermod: no changes Sep 17 23:02:32.084 INFO kablam! Compiling openssl v0.9.24 Sep 17 23:02:32.084 INFO kablam! Compiling httpbis v0.7.0 (/source) Sep 17 23:02:32.084 INFO kablam! Compiling tls-api-openssl v0.1.20 Sep 17 23:02:32.091 INFO kablam! Checking tls-api-stub v0.1.20 Sep 17 23:02:32.091 INFO kablam! Checking tokio-uds v0.1.7 Sep 17 23:02:37.921 INFO kablam! error: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 17 23:02:37.921 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 17 23:02:37.922 INFO kablam! | Sep 17 23:02:37.922 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 17 23:02:37.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 17 23:02:37.923 INFO kablam! | Sep 17 23:02:37.923 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:02:37.924 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 17 23:02:37.924 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 17 23:02:37.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.925 INFO kablam! Sep 17 23:02:37.925 INFO kablam! error: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 17 23:02:37.926 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 17 23:02:37.926 INFO kablam! | Sep 17 23:02:37.926 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 17 23:02:37.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 17 23:02:37.927 INFO kablam! | Sep 17 23:02:37.927 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 17 23:02:37.928 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 17 23:02:37.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.929 INFO kablam! Sep 17 23:02:37.929 INFO kablam! error: `I` cannot be sent between threads safely Sep 17 23:02:37.929 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 17 23:02:37.930 INFO kablam! | Sep 17 23:02:37.930 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 17 23:02:37.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 17 23:02:37.931 INFO kablam! | Sep 17 23:02:37.931 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 17 23:02:37.931 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 17 23:02:37.932 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 17 23:02:37.932 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.932 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.933 INFO kablam! Sep 17 23:02:37.933 INFO kablam! error: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 17 23:02:37.933 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 17 23:02:37.939 INFO kablam! | Sep 17 23:02:37.939 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 17 23:02:37.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 17 23:02:37.940 INFO kablam! | Sep 17 23:02:37.940 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 17 23:02:37.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.941 INFO kablam! Sep 17 23:02:37.941 INFO kablam! error: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 17 23:02:37.942 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 17 23:02:37.942 INFO kablam! | Sep 17 23:02:37.942 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 17 23:02:37.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 17 23:02:37.943 INFO kablam! | Sep 17 23:02:37.943 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 17 23:02:37.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.944 INFO kablam! Sep 17 23:02:37.945 INFO kablam! error: `I` cannot be sent between threads safely Sep 17 23:02:37.945 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 17 23:02:37.945 INFO kablam! | Sep 17 23:02:37.946 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 17 23:02:37.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 17 23:02:37.946 INFO kablam! | Sep 17 23:02:37.947 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 17 23:02:37.947 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 17 23:02:37.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.948 INFO kablam! Sep 17 23:02:37.948 INFO kablam! error: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 17 23:02:37.949 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 17 23:02:37.949 INFO kablam! | Sep 17 23:02:37.949 INFO kablam! 114 | type ServerInner = Conn>; Sep 17 23:02:37.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 17 23:02:37.950 INFO kablam! | Sep 17 23:02:37.950 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 17 23:02:37.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.951 INFO kablam! Sep 17 23:02:37.951 INFO kablam! error: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 17 23:02:37.952 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 17 23:02:37.952 INFO kablam! | Sep 17 23:02:37.953 INFO kablam! 114 | type ServerInner = Conn>; Sep 17 23:02:37.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 17 23:02:37.953 INFO kablam! | Sep 17 23:02:37.954 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 17 23:02:37.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.955 INFO kablam! Sep 17 23:02:37.955 INFO kablam! error: `I` cannot be sent between threads safely Sep 17 23:02:37.955 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 17 23:02:37.956 INFO kablam! | Sep 17 23:02:37.956 INFO kablam! 114 | type ServerInner = Conn>; Sep 17 23:02:37.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 17 23:02:37.957 INFO kablam! | Sep 17 23:02:37.957 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 17 23:02:37.957 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 17 23:02:37.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:02:37.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:02:37.958 INFO kablam! Sep 17 23:02:38.366 INFO kablam! error: aborting due to 9 previous errors Sep 17 23:02:38.371 INFO kablam! Sep 17 23:02:38.389 INFO kablam! error: Could not compile `httpbis`. Sep 17 23:02:38.390 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 23:02:38.639 INFO kablam! error: build failed Sep 17 23:02:38.641 INFO kablam! su: No module specific data is present Sep 17 23:02:40.000 INFO running `"docker" "rm" "-f" "5f449c70495fc5ff4f085ae2a09d0b058c04b291bb4b432dde0c4ffd8d63074e"` Sep 17 23:02:40.300 INFO blam! 5f449c70495fc5ff4f085ae2a09d0b058c04b291bb4b432dde0c4ffd8d63074e