Oct 21 22:26:24.283 INFO checking websocket-0.20.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:26:24.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 22:26:24.658 INFO blam! af1e178242c27f3aa1597c676f8049af1eb4062732b027374eb188250113893d Oct 21 22:26:24.665 INFO running `"docker" "start" "-a" "af1e178242c27f3aa1597c676f8049af1eb4062732b027374eb188250113893d"` Oct 21 22:26:25.924 INFO kablam! usermod: no changes Oct 21 22:26:26.170 INFO kablam! Checking base64 v0.5.2 Oct 21 22:26:26.177 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 22:26:29.560 INFO kablam! Checking websocket v0.20.3 (/source) Oct 21 22:26:34.324 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.324 INFO kablam! --> src/client/builder.rs:45:10 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/client/async.rs:48:9 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/client/async.rs:65:22 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 65 | pub type Client = Framed>; Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 21 22:26:34.325 INFO kablam! | ^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/client/builder.rs:792:28 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.325 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.325 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 21 22:26:34.325 INFO kablam! | Oct 21 22:26:34.325 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 21 22:26:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.325 INFO kablam! Oct 21 22:26:34.508 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.508 INFO kablam! --> src/client/builder.rs:45:10 Oct 21 22:26:34.508 INFO kablam! | Oct 21 22:26:34.508 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 21 22:26:34.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.508 INFO kablam! | Oct 21 22:26:34.508 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:34.508 INFO kablam! Oct 21 22:26:34.508 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.508 INFO kablam! --> src/client/async.rs:48:9 Oct 21 22:26:34.508 INFO kablam! | Oct 21 22:26:34.508 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 21 22:26:34.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.508 INFO kablam! Oct 21 22:26:34.508 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.508 INFO kablam! --> src/client/async.rs:65:22 Oct 21 22:26:34.508 INFO kablam! | Oct 21 22:26:34.508 INFO kablam! 65 | pub type Client = Framed>; Oct 21 22:26:34.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.508 INFO kablam! Oct 21 22:26:34.508 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.508 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 21 22:26:34.509 INFO kablam! | Oct 21 22:26:34.509 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 21 22:26:34.509 INFO kablam! | ^^^^^^ Oct 21 22:26:34.509 INFO kablam! Oct 21 22:26:34.509 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.509 INFO kablam! --> src/client/builder.rs:792:28 Oct 21 22:26:34.509 INFO kablam! | Oct 21 22:26:34.509 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 21 22:26:34.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.509 INFO kablam! Oct 21 22:26:34.514 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.514 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 21 22:26:34.514 INFO kablam! | Oct 21 22:26:34.514 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 21 22:26:34.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.514 INFO kablam! Oct 21 22:26:34.514 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.514 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 21 22:26:34.514 INFO kablam! | Oct 21 22:26:34.514 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 21 22:26:34.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.514 INFO kablam! Oct 21 22:26:34.514 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.514 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 21 22:26:34.514 INFO kablam! | Oct 21 22:26:34.514 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 21 22:26:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.515 INFO kablam! Oct 21 22:26:34.515 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.515 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 21 22:26:34.515 INFO kablam! | Oct 21 22:26:34.515 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 21 22:26:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.515 INFO kablam! Oct 21 22:26:34.515 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.515 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 21 22:26:34.515 INFO kablam! | Oct 21 22:26:34.515 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 21 22:26:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.515 INFO kablam! Oct 21 22:26:34.515 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:26:34.515 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 21 22:26:34.515 INFO kablam! | Oct 21 22:26:34.515 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 21 22:26:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 22:26:34.515 INFO kablam! Oct 21 22:26:34.796 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 Oct 21 22:26:34.796 INFO kablam! --> src/client/builder.rs:543:36 Oct 21 22:26:34.796 INFO kablam! | Oct 21 22:26:34.796 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:34.796 INFO kablam! | ^^^^^ Oct 21 22:26:34.796 INFO kablam! Oct 21 22:26:34.796 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 Oct 21 22:26:34.796 INFO kablam! --> src/client/builder.rs:560:38 Oct 21 22:26:34.796 INFO kablam! | Oct 21 22:26:34.796 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:34.796 INFO kablam! | ^^^^^ Oct 21 22:26:34.796 INFO kablam! Oct 21 22:26:34.816 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 Oct 21 22:26:34.816 INFO kablam! --> src/client/builder.rs:629:36 Oct 21 22:26:34.816 INFO kablam! | Oct 21 22:26:34.816 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:34.816 INFO kablam! | ^^^^^ Oct 21 22:26:34.816 INFO kablam! Oct 21 22:26:34.816 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 Oct 21 22:26:34.816 INFO kablam! --> src/client/builder.rs:636:37 Oct 21 22:26:34.816 INFO kablam! | Oct 21 22:26:34.816 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:34.816 INFO kablam! | ^^^^^ Oct 21 22:26:34.816 INFO kablam! Oct 21 22:26:34.816 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 Oct 21 22:26:34.816 INFO kablam! --> src/client/builder.rs:696:36 Oct 21 22:26:34.816 INFO kablam! | Oct 21 22:26:34.816 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:34.816 INFO kablam! | ^^^^^ Oct 21 22:26:34.816 INFO kablam! Oct 21 22:26:34.824 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:34.824 INFO kablam! --> src/client/builder.rs:767:23 Oct 21 22:26:34.824 INFO kablam! | Oct 21 22:26:34.824 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 21 22:26:34.824 INFO kablam! | ^^^^^^ Oct 21 22:26:34.824 INFO kablam! Oct 21 22:26:34.920 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:34.920 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 21 22:26:34.920 INFO kablam! | Oct 21 22:26:34.920 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 21 22:26:34.920 INFO kablam! | ^^^^^^ Oct 21 22:26:34.920 INFO kablam! Oct 21 22:26:35.004 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.004 INFO kablam! --> src/codec/http.rs:279:5 Oct 21 22:26:35.004 INFO kablam! | Oct 21 22:26:35.004 INFO kablam! 279 | .framed(HttpClientCodec) Oct 21 22:26:35.004 INFO kablam! | ^^^^^^ Oct 21 22:26:35.004 INFO kablam! Oct 21 22:26:35.020 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.020 INFO kablam! --> src/codec/http.rs:308:5 Oct 21 22:26:35.020 INFO kablam! | Oct 21 22:26:35.020 INFO kablam! 308 | .framed(HttpServerCodec) Oct 21 22:26:35.020 INFO kablam! | ^^^^^^ Oct 21 22:26:35.020 INFO kablam! Oct 21 22:26:35.064 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.064 INFO kablam! --> src/codec/ws.rs:365:5 Oct 21 22:26:35.064 INFO kablam! | Oct 21 22:26:35.064 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 21 22:26:35.064 INFO kablam! | ^^^^^^ Oct 21 22:26:35.064 INFO kablam! Oct 21 22:26:35.076 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.076 INFO kablam! --> src/codec/ws.rs:378:7 Oct 21 22:26:35.076 INFO kablam! | Oct 21 22:26:35.076 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 21 22:26:35.076 INFO kablam! | ^^^^^^ Oct 21 22:26:35.076 INFO kablam! Oct 21 22:26:35.076 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.076 INFO kablam! --> src/codec/ws.rs:396:5 Oct 21 22:26:35.076 INFO kablam! | Oct 21 22:26:35.076 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 21 22:26:35.076 INFO kablam! | ^^^^^^ Oct 21 22:26:35.076 INFO kablam! Oct 21 22:26:35.121 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 Oct 21 22:26:35.121 INFO kablam! --> src/client/builder.rs:543:36 Oct 21 22:26:35.121 INFO kablam! | Oct 21 22:26:35.121 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:35.121 INFO kablam! | ^^^^^ Oct 21 22:26:35.121 INFO kablam! Oct 21 22:26:35.122 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 Oct 21 22:26:35.122 INFO kablam! --> src/client/builder.rs:560:38 Oct 21 22:26:35.122 INFO kablam! | Oct 21 22:26:35.122 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:35.122 INFO kablam! | ^^^^^ Oct 21 22:26:35.122 INFO kablam! Oct 21 22:26:35.132 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 Oct 21 22:26:35.132 INFO kablam! --> src/client/builder.rs:629:36 Oct 21 22:26:35.132 INFO kablam! | Oct 21 22:26:35.132 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:35.132 INFO kablam! | ^^^^^ Oct 21 22:26:35.132 INFO kablam! Oct 21 22:26:35.136 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 Oct 21 22:26:35.136 INFO kablam! --> src/client/builder.rs:636:37 Oct 21 22:26:35.136 INFO kablam! | Oct 21 22:26:35.136 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:35.136 INFO kablam! | ^^^^^ Oct 21 22:26:35.136 INFO kablam! Oct 21 22:26:35.144 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 Oct 21 22:26:35.144 INFO kablam! --> src/client/builder.rs:696:36 Oct 21 22:26:35.144 INFO kablam! | Oct 21 22:26:35.144 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 21 22:26:35.144 INFO kablam! | ^^^^^ Oct 21 22:26:35.144 INFO kablam! Oct 21 22:26:35.144 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.144 INFO kablam! --> src/client/builder.rs:767:23 Oct 21 22:26:35.144 INFO kablam! | Oct 21 22:26:35.144 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 21 22:26:35.144 INFO kablam! | ^^^^^^ Oct 21 22:26:35.144 INFO kablam! Oct 21 22:26:35.239 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:26:35.239 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 21 22:26:35.239 INFO kablam! | Oct 21 22:26:35.239 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 21 22:26:35.239 INFO kablam! | ^^^^^^ Oct 21 22:26:35.239 INFO kablam! Oct 21 22:26:50.060 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 Oct 21 22:26:50.060 INFO kablam! --> examples/async-autobahn-client.rs:44:37 Oct 21 22:26:50.060 INFO kablam! | Oct 21 22:26:50.060 INFO kablam! 44 | .boxed() Oct 21 22:26:50.060 INFO kablam! | ^^^^^ Oct 21 22:26:50.080 INFO kablam! | Oct 21 22:26:50.080 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:50.080 INFO kablam! Oct 21 22:26:50.080 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 Oct 21 22:26:50.080 INFO kablam! --> examples/async-autobahn-client.rs:49:37 Oct 21 22:26:50.080 INFO kablam! | Oct 21 22:26:50.080 INFO kablam! 49 | .boxed() Oct 21 22:26:50.080 INFO kablam! | ^^^^^ Oct 21 22:26:50.092 INFO kablam! Oct 21 22:26:50.092 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 Oct 21 22:26:50.092 INFO kablam! --> examples/async-autobahn-client.rs:54:37 Oct 21 22:26:50.092 INFO kablam! | Oct 21 22:26:50.092 INFO kablam! 54 | .boxed() Oct 21 22:26:50.092 INFO kablam! | ^^^^^ Oct 21 22:26:50.096 INFO kablam! Oct 21 22:26:50.104 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 Oct 21 22:26:50.104 INFO kablam! --> examples/async-autobahn-client.rs:59:37 Oct 21 22:26:50.104 INFO kablam! | Oct 21 22:26:50.104 INFO kablam! 59 | .boxed() Oct 21 22:26:50.104 INFO kablam! | ^^^^^ Oct 21 22:26:50.107 INFO kablam! Oct 21 22:26:50.112 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 Oct 21 22:26:50.112 INFO kablam! --> examples/async-autobahn-client.rs:62:62 Oct 21 22:26:50.112 INFO kablam! | Oct 21 22:26:50.112 INFO kablam! 62 | future::ok(Loop::Continue(stream)).boxed() Oct 21 22:26:50.112 INFO kablam! | ^^^^^ Oct 21 22:26:50.112 INFO kablam! Oct 21 22:26:50.120 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 Oct 21 22:26:50.120 INFO kablam! --> examples/async-autobahn-client.rs:64:62 Oct 21 22:26:50.120 INFO kablam! | Oct 21 22:26:50.120 INFO kablam! 64 | None => future::ok(Loop::Break(())).boxed(), Oct 21 22:26:50.120 INFO kablam! | ^^^^^ Oct 21 22:26:50.120 INFO kablam! Oct 21 22:26:52.892 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 21 22:26:52.892 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 21 22:26:52.892 INFO kablam! | Oct 21 22:26:52.892 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 21 22:26:52.892 INFO kablam! | |_________________________________________________________________________________________________^ Oct 21 22:26:52.892 INFO kablam! | Oct 21 22:26:52.892 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:52.892 INFO kablam! Oct 21 22:26:59.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.58s Oct 21 22:26:59.580 INFO kablam! su: No module specific data is present Oct 21 22:27:00.249 INFO running `"docker" "rm" "-f" "af1e178242c27f3aa1597c676f8049af1eb4062732b027374eb188250113893d"` Oct 21 22:27:00.516 INFO blam! af1e178242c27f3aa1597c676f8049af1eb4062732b027374eb188250113893d