Sep 17 18:43:29.741 INFO checking rotor-http-0.7.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:43:29.741 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:43:29.741 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 18:43:29.945 INFO blam! a9645e0bf5bb1b09335ea30dffa7bd91ac04d17ea855ed942cbdf23a87d14087 Sep 17 18:43:29.947 INFO running `"docker" "start" "-a" "a9645e0bf5bb1b09335ea30dffa7bd91ac04d17ea855ed942cbdf23a87d14087"` Sep 17 18:43:30.587 INFO kablam! usermod: no changes Sep 17 18:43:30.778 INFO kablam! Checking quick-error v0.2.2 Sep 17 18:43:30.779 INFO kablam! Checking netbuf v0.3.8 Sep 17 18:43:30.795 INFO kablam! Checking mio v0.5.1 Sep 17 18:43:32.096 INFO kablam! Checking rotor v0.6.3 Sep 17 18:43:32.915 INFO kablam! Checking rotor-tools v0.3.2 Sep 17 18:43:33.578 INFO kablam! Checking rotor-stream v0.6.2 Sep 17 18:43:34.507 INFO kablam! Checking rotor-http v0.7.0 (/source) Sep 17 18:43:34.507 INFO kablam! Checking rotor-test v0.2.0 Sep 17 18:43:35.455 INFO kablam! warning: doc comment not used by rustdoc Sep 17 18:43:35.455 INFO kablam! --> src/server/parser.rs:472:13 Sep 17 18:43:35.455 INFO kablam! | Sep 17 18:43:35.455 INFO kablam! 472 | /// TODO(tailhook) fix output timeout Sep 17 18:43:35.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:35.455 INFO kablam! | Sep 17 18:43:35.455 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 17 18:43:35.455 INFO kablam! Sep 17 18:43:35.509 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:43:35.509 INFO kablam! --> src/message.rs:2:5 Sep 17 18:43:35.509 INFO kablam! | Sep 17 18:43:35.509 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 17 18:43:35.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:35.509 INFO kablam! | Sep 17 18:43:35.509 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 18:43:35.509 INFO kablam! Sep 17 18:43:35.515 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:43:35.515 INFO kablam! --> src/headers.rs:1:5 Sep 17 18:43:35.515 INFO kablam! | Sep 17 18:43:35.515 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:43:35.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:35.515 INFO kablam! Sep 17 18:43:35.660 INFO kablam! error: the trait bound `L: rotor::mio::TryAccept` is not satisfied Sep 17 18:43:35.660 INFO kablam! --> src/server/mod.rs:55:22 Sep 17 18:43:35.660 INFO kablam! | Sep 17 18:43:35.660 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 17 18:43:35.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::mio::TryAccept` is not implemented for `L` Sep 17 18:43:35.660 INFO kablam! | Sep 17 18:43:35.660 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:43:35.660 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound Sep 17 18:43:35.660 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.660 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.660 INFO kablam! Sep 17 18:43:35.660 INFO kablam! error: the trait bound `M: server::protocol::Server` is not satisfied Sep 17 18:43:35.660 INFO kablam! --> src/server/mod.rs:55:22 Sep 17 18:43:35.660 INFO kablam! | Sep 17 18:43:35.660 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 17 18:43:35.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::protocol::Server` is not implemented for `M` Sep 17 18:43:35.660 INFO kablam! | Sep 17 18:43:35.660 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound Sep 17 18:43:35.660 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.660 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.660 INFO kablam! Sep 17 18:43:35.670 INFO kablam! error: the trait bound `P: client::protocol::Client` is not satisfied Sep 17 18:43:35.670 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:35.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 17 18:43:35.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.670 INFO kablam! Sep 17 18:43:35.670 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 18:43:35.670 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:35.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 18:43:35.670 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:35.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.670 INFO kablam! Sep 17 18:43:35.670 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 18:43:35.670 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:35.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 18:43:35.670 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:35.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.670 INFO kablam! Sep 17 18:43:35.670 INFO kablam! error: the trait bound `S: rotor::Evented` is not satisfied Sep 17 18:43:35.670 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:35.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S` Sep 17 18:43:35.670 INFO kablam! | Sep 17 18:43:35.670 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound Sep 17 18:43:35.670 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:35.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.670 INFO kablam! Sep 17 18:43:35.670 INFO kablam! error: the trait bound `S: rotor_stream::SocketError` is not satisfied Sep 17 18:43:35.679 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:35.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::SocketError` is not implemented for `S` Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! = help: consider adding a `where S: rotor_stream::SocketError` bound Sep 17 18:43:35.679 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:35.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.679 INFO kablam! Sep 17 18:43:35.679 INFO kablam! error: the trait bound `S: rotor_stream::ActiveStream` is not satisfied Sep 17 18:43:35.679 INFO kablam! --> src/client/mod.rs:55:29 Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 17 18:43:35.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::ActiveStream` is not implemented for `S` Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! = help: consider adding a `where S: rotor_stream::ActiveStream` bound Sep 17 18:43:35.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.679 INFO kablam! Sep 17 18:43:35.679 INFO kablam! error: the trait bound `P: client::protocol::Client` is not satisfied Sep 17 18:43:35.679 INFO kablam! --> src/client/mod.rs:55:29 Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 17 18:43:35.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 17 18:43:35.679 INFO kablam! | Sep 17 18:43:35.679 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 17 18:43:35.679 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::Protocol` for `client::parser::Parser` Sep 17 18:43:35.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:35.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:35.679 INFO kablam! Sep 17 18:43:35.747 INFO kablam! error: aborting due to 9 previous errors Sep 17 18:43:35.747 INFO kablam! Sep 17 18:43:35.755 INFO kablam! error: Could not compile `rotor-http`. Sep 17 18:43:35.755 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:43:36.401 INFO kablam! warning: doc comment not used by rustdoc Sep 17 18:43:36.401 INFO kablam! --> src/server/parser.rs:472:13 Sep 17 18:43:36.401 INFO kablam! | Sep 17 18:43:36.401 INFO kablam! 472 | /// TODO(tailhook) fix output timeout Sep 17 18:43:36.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:36.401 INFO kablam! | Sep 17 18:43:36.401 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 17 18:43:36.401 INFO kablam! Sep 17 18:43:36.448 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:43:36.448 INFO kablam! --> src/message.rs:2:5 Sep 17 18:43:36.448 INFO kablam! | Sep 17 18:43:36.448 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 17 18:43:36.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:36.448 INFO kablam! | Sep 17 18:43:36.448 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 18:43:36.448 INFO kablam! Sep 17 18:43:36.448 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:43:36.448 INFO kablam! --> src/headers.rs:1:5 Sep 17 18:43:36.448 INFO kablam! | Sep 17 18:43:36.448 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:43:36.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:43:36.449 INFO kablam! Sep 17 18:43:36.523 INFO kablam! error: the trait bound `L: rotor::mio::TryAccept` is not satisfied Sep 17 18:43:36.523 INFO kablam! --> src/server/mod.rs:55:22 Sep 17 18:43:36.523 INFO kablam! | Sep 17 18:43:36.523 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 17 18:43:36.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::mio::TryAccept` is not implemented for `L` Sep 17 18:43:36.523 INFO kablam! | Sep 17 18:43:36.523 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:43:36.523 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound Sep 17 18:43:36.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.523 INFO kablam! Sep 17 18:43:36.524 INFO kablam! error: the trait bound `M: server::protocol::Server` is not satisfied Sep 17 18:43:36.524 INFO kablam! --> src/server/mod.rs:55:22 Sep 17 18:43:36.524 INFO kablam! | Sep 17 18:43:36.524 INFO kablam! 55 | pub type Fsm = Accept::Output>>, L>; Sep 17 18:43:36.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::protocol::Server` is not implemented for `M` Sep 17 18:43:36.524 INFO kablam! | Sep 17 18:43:36.524 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound Sep 17 18:43:36.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.524 INFO kablam! Sep 17 18:43:36.528 INFO kablam! error: the trait bound `P: client::protocol::Client` is not satisfied Sep 17 18:43:36.528 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:36.528 INFO kablam! | Sep 17 18:43:36.528 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:36.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 17 18:43:36.528 INFO kablam! | Sep 17 18:43:36.528 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 17 18:43:36.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.528 INFO kablam! Sep 17 18:43:36.529 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 18:43:36.529 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:36.529 INFO kablam! | Sep 17 18:43:36.529 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:36.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 18:43:36.529 INFO kablam! | Sep 17 18:43:36.529 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 18:43:36.529 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:36.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.529 INFO kablam! Sep 17 18:43:36.530 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 18:43:36.530 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:36.530 INFO kablam! | Sep 17 18:43:36.530 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:36.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 18:43:36.530 INFO kablam! | Sep 17 18:43:36.530 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 18:43:36.530 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:36.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.530 INFO kablam! Sep 17 18:43:36.530 INFO kablam! error: the trait bound `S: rotor::Evented` is not satisfied Sep 17 18:43:36.530 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:36.530 INFO kablam! | Sep 17 18:43:36.531 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:36.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S` Sep 17 18:43:36.531 INFO kablam! | Sep 17 18:43:36.531 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound Sep 17 18:43:36.531 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:36.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.532 INFO kablam! Sep 17 18:43:36.532 INFO kablam! error: the trait bound `S: rotor_stream::SocketError` is not satisfied Sep 17 18:43:36.532 INFO kablam! --> src/client/mod.rs:53:22 Sep 17 18:43:36.532 INFO kablam! | Sep 17 18:43:36.532 INFO kablam! 53 | pub type Fsm = rotor_stream::Stream>; Sep 17 18:43:36.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::SocketError` is not implemented for `S` Sep 17 18:43:36.533 INFO kablam! | Sep 17 18:43:36.533 INFO kablam! = help: consider adding a `where S: rotor_stream::SocketError` bound Sep 17 18:43:36.533 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S` Sep 17 18:43:36.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.533 INFO kablam! Sep 17 18:43:36.534 INFO kablam! error: the trait bound `S: rotor_stream::ActiveStream` is not satisfied Sep 17 18:43:36.534 INFO kablam! --> src/client/mod.rs:55:29 Sep 17 18:43:36.534 INFO kablam! | Sep 17 18:43:36.534 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 17 18:43:36.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rotor_stream::ActiveStream` is not implemented for `S` Sep 17 18:43:36.535 INFO kablam! | Sep 17 18:43:36.535 INFO kablam! = help: consider adding a `where S: rotor_stream::ActiveStream` bound Sep 17 18:43:36.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.535 INFO kablam! Sep 17 18:43:36.536 INFO kablam! error: the trait bound `P: client::protocol::Client` is not satisfied Sep 17 18:43:36.536 INFO kablam! --> src/client/mod.rs:55:29 Sep 17 18:43:36.536 INFO kablam! | Sep 17 18:43:36.536 INFO kablam! 55 | pub type Persistent = rotor_stream::Persistent>; Sep 17 18:43:36.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P` Sep 17 18:43:36.536 INFO kablam! | Sep 17 18:43:36.536 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound Sep 17 18:43:36.537 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::Protocol` for `client::parser::Parser` Sep 17 18:43:36.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:36.537 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:36.537 INFO kablam! Sep 17 18:43:36.590 INFO kablam! error: aborting due to 9 previous errors Sep 17 18:43:36.590 INFO kablam! Sep 17 18:43:36.607 INFO kablam! error: Could not compile `rotor-http`. Sep 17 18:43:36.607 INFO kablam! Sep 17 18:43:36.607 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:43:36.609 INFO kablam! su: No module specific data is present Sep 17 18:43:37.320 INFO running `"docker" "rm" "-f" "a9645e0bf5bb1b09335ea30dffa7bd91ac04d17ea855ed942cbdf23a87d14087"` Sep 17 18:43:37.554 INFO blam! a9645e0bf5bb1b09335ea30dffa7bd91ac04d17ea855ed942cbdf23a87d14087