Sep 21 04:27:12.113 INFO checking rotor-http-0.7.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:27:12.113 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:27:12.113 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 04:27:12.285 INFO blam! 16b119b99585fa202f2e64d038fdbb18ad64f69a3f47a5af728447901eb67d79 Sep 21 04:27:12.287 INFO running `"docker" "start" "-a" "16b119b99585fa202f2e64d038fdbb18ad64f69a3f47a5af728447901eb67d79"` Sep 21 04:27:13.450 INFO kablam! usermod: no changes Sep 21 04:27:13.670 INFO kablam! Checking netbuf v0.3.8 Sep 21 04:27:13.682 INFO kablam! Checking miow v0.1.5 Sep 21 04:27:14.038 INFO kablam! Checking mio v0.5.1 Sep 21 04:27:15.178 INFO kablam! Checking rotor v0.6.3 Sep 21 04:27:15.991 INFO kablam! Checking rotor-tools v0.3.2 Sep 21 04:27:16.768 INFO kablam! Checking rotor-stream v0.6.2 Sep 21 04:27:17.697 INFO kablam! Checking rotor-test v0.2.0 Sep 21 04:27:17.697 INFO kablam! Checking rotor-http v0.7.0 (/source) Sep 21 04:27:18.623 INFO kablam! warning: doc comment not used by rustdoc Sep 21 04:27:18.623 INFO kablam! --> src/server/parser.rs:472:13 Sep 21 04:27:18.623 INFO kablam! | Sep 21 04:27:18.623 INFO kablam! 472 | /// TODO(tailhook) fix output timeout Sep 21 04:27:18.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.623 INFO kablam! | Sep 21 04:27:18.623 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 04:27:18.623 INFO kablam! Sep 21 04:27:18.696 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:27:18.696 INFO kablam! --> src/message.rs:2:5 Sep 21 04:27:18.696 INFO kablam! | Sep 21 04:27:18.696 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 21 04:27:18.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.696 INFO kablam! | Sep 21 04:27:18.696 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 04:27:18.696 INFO kablam! Sep 21 04:27:18.696 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:27:18.696 INFO kablam! --> src/headers.rs:1:5 Sep 21 04:27:18.696 INFO kablam! | Sep 21 04:27:18.696 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 04:27:18.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.696 INFO kablam! Sep 21 04:27:18.826 INFO kablam! warning: the trait bound `L: rotor::mio::TryAccept` is not satisfied Sep 21 04:27:18.826 INFO kablam! --> src/server/mod.rs:55:22 Sep 21 04:27:18.826 INFO kablam! | Sep 21 04:27:18.826 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 21 04:27:18.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::mio::TryAccept` is not implemented for `L` Sep 21 04:27:18.826 INFO kablam! | Sep 21 04:27:18.826 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:27:18.826 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound Sep 21 04:27:18.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.826 INFO kablam! Sep 21 04:27:18.830 INFO kablam! warning: the trait bound `M: server::protocol::Server` is not satisfied Sep 21 04:27:18.830 INFO kablam! --> src/server/mod.rs:55:22 Sep 21 04:27:18.830 INFO kablam! | Sep 21 04:27:18.830 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 21 04:27:18.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::protocol::Server` is not implemented for `M` Sep 21 04:27:18.830 INFO kablam! | Sep 21 04:27:18.830 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound Sep 21 04:27:18.830 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.830 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.830 INFO kablam! Sep 21 04:27:18.835 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied Sep 21 04:27:18.835 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.835 INFO kablam! | Sep 21 04:27:18.835 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 21 04:27:18.835 INFO kablam! | Sep 21 04:27:18.835 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 21 04:27:18.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.835 INFO kablam! Sep 21 04:27:18.838 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 04:27:18.838 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.838 INFO kablam! | Sep 21 04:27:18.838 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 04:27:18.838 INFO kablam! | Sep 21 04:27:18.838 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 04:27:18.838 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:18.838 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.838 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.838 INFO kablam! Sep 21 04:27:18.838 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 04:27:18.838 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.838 INFO kablam! | Sep 21 04:27:18.838 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 04:27:18.838 INFO kablam! | Sep 21 04:27:18.838 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 04:27:18.838 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:18.838 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.838 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.838 INFO kablam! Sep 21 04:27:18.838 INFO kablam! warning: the trait bound `S: rotor::Evented` is not satisfied Sep 21 04:27:18.838 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.838 INFO kablam! | Sep 21 04:27:18.838 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S` Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound Sep 21 04:27:18.839 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:18.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.839 INFO kablam! warning: the trait bound `S: rotor_stream::SocketError` is not satisfied Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::SocketError` is not implemented for `S` Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! = help: consider adding a `where S: rotor_stream::SocketError` bound Sep 21 04:27:18.839 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:18.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.839 INFO kablam! error[E0310]: the parameter type `S` may not live long enough Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.839 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.839 INFO kablam! | | Sep 21 04:27:18.839 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`... Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.839 INFO kablam! warning: the trait bound `S: rotor_stream::ActiveStream` is not satisfied Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::ActiveStream` is not implemented for `S` Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! = help: consider adding a `where S: rotor_stream::ActiveStream` bound Sep 21 04:27:18.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.839 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 21 04:27:18.839 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::Protocol` for `client::parser::Parser` Sep 21 04:27:18.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:18.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.839 INFO kablam! error[E0310]: the parameter type `S` may not live long enough Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:18.839 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.839 INFO kablam! | | Sep 21 04:27:18.839 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`... Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds Sep 21 04:27:18.839 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:18.839 INFO kablam! | Sep 21 04:27:18.839 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:18.839 INFO kablam! Sep 21 04:27:18.930 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:27:18.930 INFO kablam! Sep 21 04:27:18.930 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:27:18.953 INFO kablam! error: Could not compile `rotor-http`. Sep 21 04:27:18.953 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:27:19.497 INFO kablam! warning: doc comment not used by rustdoc Sep 21 04:27:19.497 INFO kablam! --> src/server/parser.rs:472:13 Sep 21 04:27:19.497 INFO kablam! | Sep 21 04:27:19.497 INFO kablam! 472 | /// TODO(tailhook) fix output timeout Sep 21 04:27:19.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.497 INFO kablam! | Sep 21 04:27:19.497 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 04:27:19.497 INFO kablam! Sep 21 04:27:19.566 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:27:19.566 INFO kablam! --> src/message.rs:2:5 Sep 21 04:27:19.566 INFO kablam! | Sep 21 04:27:19.566 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 21 04:27:19.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.566 INFO kablam! | Sep 21 04:27:19.566 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 04:27:19.566 INFO kablam! Sep 21 04:27:19.566 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:27:19.566 INFO kablam! --> src/headers.rs:1:5 Sep 21 04:27:19.566 INFO kablam! | Sep 21 04:27:19.566 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 04:27:19.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.566 INFO kablam! Sep 21 04:27:19.644 INFO kablam! warning: the trait bound `L: rotor::mio::TryAccept` is not satisfied Sep 21 04:27:19.644 INFO kablam! --> src/server/mod.rs:55:22 Sep 21 04:27:19.644 INFO kablam! | Sep 21 04:27:19.644 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 21 04:27:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::mio::TryAccept` is not implemented for `L` Sep 21 04:27:19.644 INFO kablam! | Sep 21 04:27:19.644 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:27:19.644 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound Sep 21 04:27:19.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.644 INFO kablam! Sep 21 04:27:19.644 INFO kablam! warning: the trait bound `M: server::protocol::Server` is not satisfied Sep 21 04:27:19.644 INFO kablam! --> src/server/mod.rs:55:22 Sep 21 04:27:19.644 INFO kablam! | Sep 21 04:27:19.644 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 21 04:27:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::protocol::Server` is not implemented for `M` Sep 21 04:27:19.644 INFO kablam! | Sep 21 04:27:19.644 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound Sep 21 04:27:19.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.644 INFO kablam! Sep 21 04:27:19.646 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied Sep 21 04:27:19.646 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 21 04:27:19.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.646 INFO kablam! Sep 21 04:27:19.646 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 04:27:19.646 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 04:27:19.646 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:19.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.646 INFO kablam! Sep 21 04:27:19.646 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 04:27:19.646 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 04:27:19.646 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:19.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.646 INFO kablam! Sep 21 04:27:19.646 INFO kablam! warning: the trait bound `S: rotor::Evented` is not satisfied Sep 21 04:27:19.646 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S` Sep 21 04:27:19.646 INFO kablam! | Sep 21 04:27:19.646 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound Sep 21 04:27:19.646 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:19.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.648 INFO kablam! Sep 21 04:27:19.648 INFO kablam! warning: the trait bound `S: rotor_stream::SocketError` is not satisfied Sep 21 04:27:19.648 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.648 INFO kablam! | Sep 21 04:27:19.648 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::SocketError` is not implemented for `S` Sep 21 04:27:19.648 INFO kablam! | Sep 21 04:27:19.648 INFO kablam! = help: consider adding a `where S: rotor_stream::SocketError` bound Sep 21 04:27:19.648 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 21 04:27:19.648 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.648 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.648 INFO kablam! Sep 21 04:27:19.648 INFO kablam! error[E0310]: the parameter type `S` may not live long enough Sep 21 04:27:19.648 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.648 INFO kablam! | Sep 21 04:27:19.648 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.648 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.648 INFO kablam! | | Sep 21 04:27:19.648 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`... Sep 21 04:27:19.648 INFO kablam! | Sep 21 04:27:19.648 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds Sep 21 04:27:19.648 INFO kablam! --> src/client/mod.rs:53:22 Sep 21 04:27:19.648 INFO kablam! | Sep 21 04:27:19.648 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 21 04:27:19.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.648 INFO kablam! Sep 21 04:27:19.649 INFO kablam! warning: the trait bound `S: rotor_stream::ActiveStream` is not satisfied Sep 21 04:27:19.649 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:19.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::ActiveStream` is not implemented for `S` Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! = help: consider adding a `where S: rotor_stream::ActiveStream` bound Sep 21 04:27:19.649 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.649 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.649 INFO kablam! Sep 21 04:27:19.649 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied Sep 21 04:27:19.649 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:19.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 21 04:27:19.649 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::Protocol` for `client::parser::Parser` Sep 21 04:27:19.649 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:27:19.649 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:27:19.649 INFO kablam! Sep 21 04:27:19.649 INFO kablam! error[E0310]: the parameter type `S` may not live long enough Sep 21 04:27:19.649 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:19.649 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.649 INFO kablam! | | Sep 21 04:27:19.649 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`... Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds Sep 21 04:27:19.649 INFO kablam! --> src/client/mod.rs:55:29 Sep 21 04:27:19.649 INFO kablam! | Sep 21 04:27:19.649 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 21 04:27:19.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:27:19.649 INFO kablam! Sep 21 04:27:19.702 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:27:19.702 INFO kablam! Sep 21 04:27:19.702 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:27:19.716 INFO kablam! error: Could not compile `rotor-http`. Sep 21 04:27:19.716 INFO kablam! Sep 21 04:27:19.716 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:27:19.722 INFO kablam! su: No module specific data is present Sep 21 04:27:20.404 INFO running `"docker" "rm" "-f" "16b119b99585fa202f2e64d038fdbb18ad64f69a3f47a5af728447901eb67d79"` Sep 21 04:27:20.500 INFO blam! 16b119b99585fa202f2e64d038fdbb18ad64f69a3f47a5af728447901eb67d79