Sep 21 08:44:33.731 INFO checking httpbis-0.7.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:44:33.731 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:44:33.731 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 08:44:33.951 INFO blam! 880b1f002d08b483896e188dfae118e00947fb9fba1d89cd46a9f4a8de8f6d6e Sep 21 08:44:33.953 INFO running `"docker" "start" "-a" "880b1f002d08b483896e188dfae118e00947fb9fba1d89cd46a9f4a8de8f6d6e"` Sep 21 08:44:35.167 INFO kablam! usermod: no changes Sep 21 08:44:35.360 INFO kablam! Compiling openssl v0.9.24 Sep 21 08:44:35.360 INFO kablam! Compiling httpbis v0.7.0 (/source) Sep 21 08:44:35.360 INFO kablam! Compiling tls-api-openssl v0.1.20 Sep 21 08:44:35.364 INFO kablam! Checking tls-api-stub v0.1.20 Sep 21 08:44:35.370 INFO kablam! Checking tokio-tls-api v0.1.20 Sep 21 08:44:35.370 INFO kablam! Checking tokio-uds v0.1.7 Sep 21 08:44:40.934 INFO kablam! warning: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 21 08:44:40.934 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 21 08:44:40.934 INFO kablam! | Sep 21 08:44:40.934 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 21 08:44:40.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 21 08:44:40.934 INFO kablam! | Sep 21 08:44:40.934 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:44:40.934 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 21 08:44:40.934 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 21 08:44:40.934 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.934 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.934 INFO kablam! Sep 21 08:44:40.934 INFO kablam! warning: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 21 08:44:40.934 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 21 08:44:40.935 INFO kablam! | Sep 21 08:44:40.935 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 21 08:44:40.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 21 08:44:40.936 INFO kablam! | Sep 21 08:44:40.936 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 21 08:44:40.936 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 21 08:44:40.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.937 INFO kablam! Sep 21 08:44:40.938 INFO kablam! warning: `I` cannot be sent between threads safely Sep 21 08:44:40.938 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 21 08:44:40.939 INFO kablam! | Sep 21 08:44:40.939 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 21 08:44:40.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 21 08:44:40.940 INFO kablam! | Sep 21 08:44:40.940 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 21 08:44:40.940 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 21 08:44:40.941 INFO kablam! = note: required because of the requirements on the impl of `common::types::Types` for `client::client_conn::ClientTypes` Sep 21 08:44:40.941 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.941 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.942 INFO kablam! Sep 21 08:44:40.942 INFO kablam! error[E0310]: the parameter type `I` may not live long enough Sep 21 08:44:40.942 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 21 08:44:40.943 INFO kablam! | Sep 21 08:44:40.943 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 21 08:44:40.943 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:44:40.944 INFO kablam! | | Sep 21 08:44:40.944 INFO kablam! | help: consider adding an explicit lifetime bound `I: 'static`... Sep 21 08:44:40.944 INFO kablam! | Sep 21 08:44:40.945 INFO kablam! note: ...so that the type `I` will meet its required lifetime bounds Sep 21 08:44:40.945 INFO kablam! --> src/client/client_conn.rs:81:24 Sep 21 08:44:40.945 INFO kablam! | Sep 21 08:44:40.946 INFO kablam! 81 | type ClientStream = HttpStreamCommon>; Sep 21 08:44:40.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:44:40.946 INFO kablam! Sep 21 08:44:40.953 INFO kablam! warning: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 21 08:44:40.954 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 21 08:44:40.954 INFO kablam! | Sep 21 08:44:40.954 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 21 08:44:40.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 21 08:44:40.955 INFO kablam! | Sep 21 08:44:40.955 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 21 08:44:40.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.956 INFO kablam! Sep 21 08:44:40.957 INFO kablam! warning: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 21 08:44:40.957 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 21 08:44:40.958 INFO kablam! | Sep 21 08:44:40.958 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 21 08:44:40.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 21 08:44:40.959 INFO kablam! | Sep 21 08:44:40.959 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 21 08:44:40.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.960 INFO kablam! Sep 21 08:44:40.960 INFO kablam! warning: `I` cannot be sent between threads safely Sep 21 08:44:40.961 INFO kablam! --> src/server/server_conn.rs:83:24 Sep 21 08:44:40.961 INFO kablam! | Sep 21 08:44:40.961 INFO kablam! 83 | type ServerStream = HttpStreamCommon>; Sep 21 08:44:40.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 21 08:44:40.962 INFO kablam! | Sep 21 08:44:40.962 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 21 08:44:40.963 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 21 08:44:40.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.964 INFO kablam! Sep 21 08:44:40.965 INFO kablam! warning: the trait bound `I: tokio_io::AsyncWrite` is not satisfied Sep 21 08:44:40.965 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 21 08:44:40.965 INFO kablam! | Sep 21 08:44:40.965 INFO kablam! 114 | type ServerInner = Conn>; Sep 21 08:44:40.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncWrite` is not implemented for `I` Sep 21 08:44:40.966 INFO kablam! | Sep 21 08:44:40.967 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncWrite` bound Sep 21 08:44:40.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.967 INFO kablam! Sep 21 08:44:40.968 INFO kablam! warning: the trait bound `I: tokio_io::AsyncRead` is not satisfied Sep 21 08:44:40.968 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 21 08:44:40.969 INFO kablam! | Sep 21 08:44:40.969 INFO kablam! 114 | type ServerInner = Conn>; Sep 21 08:44:40.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `tokio_io::AsyncRead` is not implemented for `I` Sep 21 08:44:40.969 INFO kablam! | Sep 21 08:44:40.970 INFO kablam! = help: consider adding a `where I: tokio_io::AsyncRead` bound Sep 21 08:44:40.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.971 INFO kablam! Sep 21 08:44:40.971 INFO kablam! warning: `I` cannot be sent between threads safely Sep 21 08:44:40.972 INFO kablam! --> src/server/server_conn.rs:114:23 Sep 21 08:44:40.972 INFO kablam! | Sep 21 08:44:40.972 INFO kablam! 114 | type ServerInner = Conn>; Sep 21 08:44:40.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ `I` cannot be sent between threads safely Sep 21 08:44:40.973 INFO kablam! | Sep 21 08:44:40.973 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `I` Sep 21 08:44:40.973 INFO kablam! = help: consider adding a `where I: std::marker::Send` bound Sep 21 08:44:40.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:44:40.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:44:40.974 INFO kablam! Sep 21 08:44:41.305 INFO kablam! error: aborting due to previous error Sep 21 08:44:41.305 INFO kablam! Sep 21 08:44:41.305 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 08:44:41.332 INFO kablam! error: Could not compile `httpbis`. Sep 21 08:44:41.332 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:44:41.730 INFO kablam! error: build failed Sep 21 08:44:41.732 INFO kablam! su: No module specific data is present Sep 21 08:44:42.917 INFO running `"docker" "rm" "-f" "880b1f002d08b483896e188dfae118e00947fb9fba1d89cd46a9f4a8de8f6d6e"` Sep 21 08:44:43.025 INFO blam! 880b1f002d08b483896e188dfae118e00947fb9fba1d89cd46a9f4a8de8f6d6e