Sep 21 00:40:16.571 INFO checking websocket-0.20.3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:40:16.571 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:40:16.571 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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 00:40:16.763 INFO blam! 5dc8dbd9e579a26ddd6e88bc96b5de7652ce19eff093843da174432bbb3db1e0 Sep 21 00:40:16.765 INFO running `"docker" "start" "-a" "5dc8dbd9e579a26ddd6e88bc96b5de7652ce19eff093843da174432bbb3db1e0"` Sep 21 00:40:18.141 INFO kablam! usermod: no changes Sep 21 00:40:18.438 INFO kablam! Checking base64 v0.5.2 Sep 21 00:40:18.446 INFO kablam! Checking tokio-tls v0.1.4 Sep 21 00:40:19.228 INFO kablam! Checking websocket v0.20.3 (/source) Sep 21 00:40:20.507 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.507 INFO kablam! --> src/client/builder.rs:45:10 Sep 21 00:40:20.507 INFO kablam! | Sep 21 00:40:20.507 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 21 00:40:20.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.507 INFO kablam! | Sep 21 00:40:20.507 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 00:40:20.507 INFO kablam! Sep 21 00:40:20.507 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.507 INFO kablam! --> src/client/async.rs:48:9 Sep 21 00:40:20.507 INFO kablam! | Sep 21 00:40:20.507 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 21 00:40:20.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.507 INFO kablam! Sep 21 00:40:20.507 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.507 INFO kablam! --> src/client/async.rs:65:22 Sep 21 00:40:20.507 INFO kablam! | Sep 21 00:40:20.507 INFO kablam! 65 | pub type Client = Framed>; Sep 21 00:40:20.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.507 INFO kablam! Sep 21 00:40:20.507 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.507 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 21 00:40:20.507 INFO kablam! | Sep 21 00:40:20.507 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 21 00:40:20.507 INFO kablam! | ^^^^^^ Sep 21 00:40:20.507 INFO kablam! Sep 21 00:40:20.510 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.510 INFO kablam! --> src/client/builder.rs:792:28 Sep 21 00:40:20.510 INFO kablam! | Sep 21 00:40:20.511 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 21 00:40:20.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.511 INFO kablam! Sep 21 00:40:20.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.512 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 21 00:40:20.512 INFO kablam! | Sep 21 00:40:20.513 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 21 00:40:20.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.513 INFO kablam! Sep 21 00:40:20.513 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.514 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 21 00:40:20.514 INFO kablam! | Sep 21 00:40:20.514 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 21 00:40:20.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.515 INFO kablam! Sep 21 00:40:20.515 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.516 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 21 00:40:20.516 INFO kablam! | Sep 21 00:40:20.516 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 21 00:40:20.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.517 INFO kablam! Sep 21 00:40:20.517 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.518 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 21 00:40:20.518 INFO kablam! | Sep 21 00:40:20.518 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 21 00:40:20.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.519 INFO kablam! Sep 21 00:40:20.519 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.520 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 21 00:40:20.520 INFO kablam! | Sep 21 00:40:20.520 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 21 00:40:20.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.521 INFO kablam! Sep 21 00:40:20.521 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.521 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 21 00:40:20.521 INFO kablam! | Sep 21 00:40:20.521 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 21 00:40:20.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.521 INFO kablam! Sep 21 00:40:20.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.695 INFO kablam! --> src/client/builder.rs:45:10 Sep 21 00:40:20.695 INFO kablam! | Sep 21 00:40:20.695 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 21 00:40:20.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.695 INFO kablam! | Sep 21 00:40:20.695 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 00:40:20.695 INFO kablam! Sep 21 00:40:20.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.695 INFO kablam! --> src/client/async.rs:48:9 Sep 21 00:40:20.695 INFO kablam! | Sep 21 00:40:20.695 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 21 00:40:20.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.695 INFO kablam! Sep 21 00:40:20.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.695 INFO kablam! --> src/client/async.rs:65:22 Sep 21 00:40:20.695 INFO kablam! | Sep 21 00:40:20.695 INFO kablam! 65 | pub type Client = Framed>; Sep 21 00:40:20.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.695 INFO kablam! Sep 21 00:40:20.697 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.697 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 21 00:40:20.697 INFO kablam! | Sep 21 00:40:20.697 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 21 00:40:20.697 INFO kablam! | ^^^^^^ Sep 21 00:40:20.697 INFO kablam! Sep 21 00:40:20.702 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.702 INFO kablam! --> src/client/builder.rs:792:28 Sep 21 00:40:20.703 INFO kablam! | Sep 21 00:40:20.703 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 21 00:40:20.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.703 INFO kablam! Sep 21 00:40:20.705 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.705 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 21 00:40:20.705 INFO kablam! | Sep 21 00:40:20.705 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 21 00:40:20.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.705 INFO kablam! Sep 21 00:40:20.705 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.705 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 21 00:40:20.705 INFO kablam! | Sep 21 00:40:20.705 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 21 00:40:20.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.705 INFO kablam! Sep 21 00:40:20.705 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.705 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 21 00:40:20.705 INFO kablam! | Sep 21 00:40:20.705 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 21 00:40:20.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.705 INFO kablam! Sep 21 00:40:20.706 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.706 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 21 00:40:20.706 INFO kablam! | Sep 21 00:40:20.706 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 21 00:40:20.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.706 INFO kablam! Sep 21 00:40:20.721 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.721 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 21 00:40:20.721 INFO kablam! | Sep 21 00:40:20.721 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 21 00:40:20.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.721 INFO kablam! Sep 21 00:40:20.721 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 00:40:20.721 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 21 00:40:20.721 INFO kablam! | Sep 21 00:40:20.721 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 21 00:40:20.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 00:40:20.721 INFO kablam! Sep 21 00:40:20.754 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.754 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 00:40:20.754 INFO kablam! | Sep 21 00:40:20.754 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 00:40:20.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.754 INFO kablam! | Sep 21 00:40:20.754 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:40:20.754 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.754 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.754 INFO kablam! Sep 21 00:40:20.754 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.754 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 00:40:20.754 INFO kablam! | Sep 21 00:40:20.754 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 00:40:20.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.754 INFO kablam! | Sep 21 00:40:20.754 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.754 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.754 INFO kablam! Sep 21 00:40:20.758 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.758 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 00:40:20.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.758 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.758 INFO kablam! Sep 21 00:40:20.758 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.758 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 00:40:20.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.758 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.758 INFO kablam! Sep 21 00:40:20.758 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 00:40:20.758 INFO kablam! --> src/server/async.rs:20:22 Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! 20 | pub type Server = WsServer; Sep 21 00:40:20.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 00:40:20.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.758 INFO kablam! Sep 21 00:40:20.758 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.758 INFO kablam! --> src/server/async.rs:27:24 Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.758 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 00:40:20.758 INFO kablam! | ________________________^ Sep 21 00:40:20.758 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 00:40:20.758 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.758 INFO kablam! | Sep 21 00:40:20.759 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.759 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.759 INFO kablam! Sep 21 00:40:20.759 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.759 INFO kablam! --> src/server/async.rs:27:24 Sep 21 00:40:20.759 INFO kablam! | Sep 21 00:40:20.759 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 00:40:20.759 INFO kablam! | ________________________^ Sep 21 00:40:20.759 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 00:40:20.759 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.759 INFO kablam! | Sep 21 00:40:20.759 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.759 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.759 INFO kablam! Sep 21 00:40:20.766 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.766 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 00:40:20.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.766 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.766 INFO kablam! Sep 21 00:40:20.766 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.766 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 00:40:20.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.766 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.766 INFO kablam! Sep 21 00:40:20.766 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 00:40:20.766 INFO kablam! --> src/server/sync.rs:29:22 Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! 29 | pub type Server = WsServer; Sep 21 00:40:20.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 00:40:20.766 INFO kablam! | Sep 21 00:40:20.766 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 00:40:20.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.766 INFO kablam! Sep 21 00:40:20.951 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.951 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 00:40:20.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:40:20.951 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.951 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.951 INFO kablam! Sep 21 00:40:20.951 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.951 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 00:40:20.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.951 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.951 INFO kablam! Sep 21 00:40:20.951 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.951 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 00:40:20.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.951 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.951 INFO kablam! Sep 21 00:40:20.951 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.951 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 00:40:20.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.951 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.951 INFO kablam! Sep 21 00:40:20.951 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 00:40:20.951 INFO kablam! --> src/server/async.rs:20:22 Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.951 INFO kablam! 20 | pub type Server = WsServer; Sep 21 00:40:20.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 00:40:20.951 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.952 INFO kablam! Sep 21 00:40:20.952 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.952 INFO kablam! --> src/server/async.rs:27:24 Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 00:40:20.952 INFO kablam! | ________________________^ Sep 21 00:40:20.952 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 00:40:20.952 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.952 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.952 INFO kablam! Sep 21 00:40:20.952 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.952 INFO kablam! --> src/server/async.rs:27:24 Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 00:40:20.952 INFO kablam! | ________________________^ Sep 21 00:40:20.952 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 00:40:20.952 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.952 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.952 INFO kablam! Sep 21 00:40:20.952 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 00:40:20.952 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 00:40:20.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 00:40:20.952 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.952 INFO kablam! Sep 21 00:40:20.952 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 00:40:20.952 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 00:40:20.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 00:40:20.952 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.952 INFO kablam! Sep 21 00:40:20.952 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 00:40:20.952 INFO kablam! --> src/server/sync.rs:29:22 Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! 29 | pub type Server = WsServer; Sep 21 00:40:20.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 00:40:20.952 INFO kablam! | Sep 21 00:40:20.952 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 00:40:20.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:40:20.953 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:40:20.953 INFO kablam! Sep 21 00:40:21.138 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.138 INFO kablam! --> src/codec/http.rs:279:5 Sep 21 00:40:21.138 INFO kablam! | Sep 21 00:40:21.138 INFO kablam! 279 | .framed(HttpClientCodec) Sep 21 00:40:21.138 INFO kablam! | ^^^^^^ Sep 21 00:40:21.138 INFO kablam! Sep 21 00:40:21.152 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.152 INFO kablam! --> src/codec/http.rs:308:5 Sep 21 00:40:21.152 INFO kablam! | Sep 21 00:40:21.152 INFO kablam! 308 | .framed(HttpServerCodec) Sep 21 00:40:21.152 INFO kablam! | ^^^^^^ Sep 21 00:40:21.152 INFO kablam! Sep 21 00:40:21.194 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.194 INFO kablam! --> src/codec/ws.rs:365:5 Sep 21 00:40:21.194 INFO kablam! | Sep 21 00:40:21.194 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Sep 21 00:40:21.194 INFO kablam! | ^^^^^^ Sep 21 00:40:21.194 INFO kablam! Sep 21 00:40:21.202 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.202 INFO kablam! --> src/codec/ws.rs:378:7 Sep 21 00:40:21.202 INFO kablam! | Sep 21 00:40:21.202 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Sep 21 00:40:21.202 INFO kablam! | ^^^^^^ Sep 21 00:40:21.202 INFO kablam! Sep 21 00:40:21.214 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.214 INFO kablam! --> src/codec/ws.rs:396:5 Sep 21 00:40:21.214 INFO kablam! | Sep 21 00:40:21.214 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Sep 21 00:40:21.214 INFO kablam! | ^^^^^^ Sep 21 00:40:21.214 INFO kablam! Sep 21 00:40:21.260 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.261 INFO kablam! --> src/client/builder.rs:543:36 Sep 21 00:40:21.261 INFO kablam! | Sep 21 00:40:21.261 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.261 INFO kablam! | ^^^^^ Sep 21 00:40:21.261 INFO kablam! Sep 21 00:40:21.263 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.263 INFO kablam! --> src/client/builder.rs:560:38 Sep 21 00:40:21.263 INFO kablam! | Sep 21 00:40:21.263 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.263 INFO kablam! | ^^^^^ Sep 21 00:40:21.263 INFO kablam! Sep 21 00:40:21.278 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.278 INFO kablam! --> src/client/builder.rs:629:36 Sep 21 00:40:21.278 INFO kablam! | Sep 21 00:40:21.278 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.278 INFO kablam! | ^^^^^ Sep 21 00:40:21.278 INFO kablam! Sep 21 00:40:21.282 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.282 INFO kablam! --> src/client/builder.rs:636:37 Sep 21 00:40:21.282 INFO kablam! | Sep 21 00:40:21.282 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.282 INFO kablam! | ^^^^^ Sep 21 00:40:21.282 INFO kablam! Sep 21 00:40:21.290 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.290 INFO kablam! --> src/client/builder.rs:696:36 Sep 21 00:40:21.290 INFO kablam! | Sep 21 00:40:21.290 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.290 INFO kablam! | ^^^^^ Sep 21 00:40:21.290 INFO kablam! Sep 21 00:40:21.296 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.296 INFO kablam! --> src/client/builder.rs:767:23 Sep 21 00:40:21.296 INFO kablam! | Sep 21 00:40:21.296 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Sep 21 00:40:21.296 INFO kablam! | ^^^^^^ Sep 21 00:40:21.296 INFO kablam! Sep 21 00:40:21.386 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.386 INFO kablam! --> src/server/upgrade/async.rs:211:21 Sep 21 00:40:21.386 INFO kablam! | Sep 21 00:40:21.386 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Sep 21 00:40:21.386 INFO kablam! | ^^^^^^ Sep 21 00:40:21.386 INFO kablam! Sep 21 00:40:21.474 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.474 INFO kablam! --> src/client/builder.rs:543:36 Sep 21 00:40:21.474 INFO kablam! | Sep 21 00:40:21.474 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.474 INFO kablam! | ^^^^^ Sep 21 00:40:21.474 INFO kablam! Sep 21 00:40:21.475 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.475 INFO kablam! --> src/client/builder.rs:560:38 Sep 21 00:40:21.475 INFO kablam! | Sep 21 00:40:21.475 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.475 INFO kablam! | ^^^^^ Sep 21 00:40:21.475 INFO kablam! Sep 21 00:40:21.494 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.494 INFO kablam! --> src/client/builder.rs:629:36 Sep 21 00:40:21.494 INFO kablam! | Sep 21 00:40:21.494 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.494 INFO kablam! | ^^^^^ Sep 21 00:40:21.494 INFO kablam! Sep 21 00:40:21.494 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.494 INFO kablam! --> src/client/builder.rs:636:37 Sep 21 00:40:21.494 INFO kablam! | Sep 21 00:40:21.494 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.494 INFO kablam! | ^^^^^ Sep 21 00:40:21.494 INFO kablam! Sep 21 00:40:21.510 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:21.510 INFO kablam! --> src/client/builder.rs:696:36 Sep 21 00:40:21.510 INFO kablam! | Sep 21 00:40:21.510 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Sep 21 00:40:21.510 INFO kablam! | ^^^^^ Sep 21 00:40:21.510 INFO kablam! Sep 21 00:40:21.514 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.514 INFO kablam! --> src/client/builder.rs:767:23 Sep 21 00:40:21.514 INFO kablam! | Sep 21 00:40:21.514 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Sep 21 00:40:21.514 INFO kablam! | ^^^^^^ Sep 21 00:40:21.514 INFO kablam! Sep 21 00:40:21.638 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 00:40:21.638 INFO kablam! --> src/server/upgrade/async.rs:211:21 Sep 21 00:40:21.638 INFO kablam! | Sep 21 00:40:21.638 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Sep 21 00:40:21.638 INFO kablam! | ^^^^^^ Sep 21 00:40:21.638 INFO kablam! Sep 21 00:40:26.606 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Sep 21 00:40:26.606 INFO kablam! --> examples/parallel-server.rs:144:20 Sep 21 00:40:26.606 INFO kablam! | Sep 21 00:40:26.606 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Sep 21 00:40:26.606 INFO kablam! | |_________________________________________________________________________________________________^ Sep 21 00:40:26.606 INFO kablam! | Sep 21 00:40:26.606 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 00:40:26.606 INFO kablam! Sep 21 00:40:28.235 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.235 INFO kablam! --> examples/async-autobahn-client.rs:44:37 Sep 21 00:40:28.235 INFO kablam! | Sep 21 00:40:28.235 INFO kablam! 44 | .boxed() Sep 21 00:40:28.235 INFO kablam! | ^^^^^ Sep 21 00:40:28.254 INFO kablam! | Sep 21 00:40:28.254 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 00:40:28.254 INFO kablam! Sep 21 00:40:28.258 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.258 INFO kablam! --> examples/async-autobahn-client.rs:49:37 Sep 21 00:40:28.258 INFO kablam! | Sep 21 00:40:28.258 INFO kablam! 49 | .boxed() Sep 21 00:40:28.258 INFO kablam! | ^^^^^ Sep 21 00:40:28.258 INFO kablam! Sep 21 00:40:28.258 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.258 INFO kablam! --> examples/async-autobahn-client.rs:54:37 Sep 21 00:40:28.258 INFO kablam! | Sep 21 00:40:28.258 INFO kablam! 54 | .boxed() Sep 21 00:40:28.258 INFO kablam! | ^^^^^ Sep 21 00:40:28.258 INFO kablam! Sep 21 00:40:28.258 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.258 INFO kablam! --> examples/async-autobahn-client.rs:59:37 Sep 21 00:40:28.258 INFO kablam! | Sep 21 00:40:28.258 INFO kablam! 59 | .boxed() Sep 21 00:40:28.258 INFO kablam! | ^^^^^ Sep 21 00:40:28.258 INFO kablam! Sep 21 00:40:28.262 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.262 INFO kablam! --> examples/async-autobahn-client.rs:62:62 Sep 21 00:40:28.262 INFO kablam! | Sep 21 00:40:28.262 INFO kablam! 62 | future::ok(Loop::Continue(stream)).boxed() Sep 21 00:40:28.262 INFO kablam! | ^^^^^ Sep 21 00:40:28.262 INFO kablam! Sep 21 00:40:28.275 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 21 00:40:28.275 INFO kablam! --> examples/async-autobahn-client.rs:64:62 Sep 21 00:40:28.275 INFO kablam! | Sep 21 00:40:28.275 INFO kablam! 64 | None => future::ok(Loop::Break(())).boxed(), Sep 21 00:40:28.275 INFO kablam! | ^^^^^ Sep 21 00:40:28.275 INFO kablam! Sep 21 00:40:31.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.20s Sep 21 00:40:31.403 INFO kablam! su: No module specific data is present Sep 21 00:40:32.315 INFO running `"docker" "rm" "-f" "5dc8dbd9e579a26ddd6e88bc96b5de7652ce19eff093843da174432bbb3db1e0"` Sep 21 00:40:32.435 INFO blam! 5dc8dbd9e579a26ddd6e88bc96b5de7652ce19eff093843da174432bbb3db1e0