Oct 27 13:30:57.038 INFO checking websocket-0.20.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:30:57.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 13:30:57.470 INFO blam! dac384edcfc64da4c7599250422ebc6cfcaad46fddf5869e67b243eaf536818e Oct 27 13:30:57.472 INFO running `"docker" "start" "-a" "dac384edcfc64da4c7599250422ebc6cfcaad46fddf5869e67b243eaf536818e"` Oct 27 13:30:59.067 INFO kablam! usermod: no changes Oct 27 13:30:59.388 INFO kablam! Checking websocket v0.20.3 (/source) Oct 27 13:31:06.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.739 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 13:31:06.739 INFO kablam! | Oct 27 13:31:06.739 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 13:31:06.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.739 INFO kablam! | Oct 27 13:31:06.739 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:31:06.739 INFO kablam! Oct 27 13:31:06.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.739 INFO kablam! --> src/client/async.rs:48:9 Oct 27 13:31:06.739 INFO kablam! | Oct 27 13:31:06.739 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 13:31:06.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.740 INFO kablam! Oct 27 13:31:06.740 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.740 INFO kablam! --> src/client/async.rs:65:22 Oct 27 13:31:06.740 INFO kablam! | Oct 27 13:31:06.740 INFO kablam! 65 | pub type Client = Framed>; Oct 27 13:31:06.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.740 INFO kablam! Oct 27 13:31:06.740 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.740 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 13:31:06.740 INFO kablam! | Oct 27 13:31:06.740 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 13:31:06.740 INFO kablam! | ^^^^^^ Oct 27 13:31:06.740 INFO kablam! Oct 27 13:31:06.747 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.747 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 13:31:06.747 INFO kablam! | Oct 27 13:31:06.747 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 13:31:06.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.747 INFO kablam! Oct 27 13:31:06.747 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.747 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 13:31:06.747 INFO kablam! | Oct 27 13:31:06.747 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 13:31:06.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.747 INFO kablam! Oct 27 13:31:06.747 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.747 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 13:31:06.747 INFO kablam! | Oct 27 13:31:06.747 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 13:31:06.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.747 INFO kablam! Oct 27 13:31:06.747 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.747 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 13:31:06.747 INFO kablam! | Oct 27 13:31:06.748 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 13:31:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.748 INFO kablam! Oct 27 13:31:06.748 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.748 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 13:31:06.748 INFO kablam! | Oct 27 13:31:06.748 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 13:31:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.748 INFO kablam! Oct 27 13:31:06.748 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.748 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 13:31:06.748 INFO kablam! | Oct 27 13:31:06.748 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 13:31:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.748 INFO kablam! Oct 27 13:31:06.748 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.748 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 13:31:06.748 INFO kablam! | Oct 27 13:31:06.748 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 13:31:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.748 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/client/async.rs:48:9 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/client/async.rs:65:22 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 65 | pub type Client = Framed>; Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 13:31:06.987 INFO kablam! | ^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:06.987 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 13:31:06.987 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 13:31:06.987 INFO kablam! | Oct 27 13:31:06.987 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 13:31:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 13:31:06.987 INFO kablam! Oct 27 13:31:07.331 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.331 INFO kablam! --> src/codec/http.rs:279:5 Oct 27 13:31:07.331 INFO kablam! | Oct 27 13:31:07.331 INFO kablam! 279 | .framed(HttpClientCodec) Oct 27 13:31:07.331 INFO kablam! | ^^^^^^ Oct 27 13:31:07.331 INFO kablam! Oct 27 13:31:07.339 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.339 INFO kablam! --> src/codec/http.rs:308:5 Oct 27 13:31:07.339 INFO kablam! | Oct 27 13:31:07.339 INFO kablam! 308 | .framed(HttpServerCodec) Oct 27 13:31:07.339 INFO kablam! | ^^^^^^ Oct 27 13:31:07.339 INFO kablam! Oct 27 13:31:07.379 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.379 INFO kablam! --> src/codec/ws.rs:365:5 Oct 27 13:31:07.379 INFO kablam! | Oct 27 13:31:07.379 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 27 13:31:07.379 INFO kablam! | ^^^^^^ Oct 27 13:31:07.379 INFO kablam! Oct 27 13:31:07.379 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.379 INFO kablam! --> src/codec/ws.rs:378:7 Oct 27 13:31:07.380 INFO kablam! | Oct 27 13:31:07.380 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 27 13:31:07.380 INFO kablam! | ^^^^^^ Oct 27 13:31:07.380 INFO kablam! Oct 27 13:31:07.395 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.395 INFO kablam! --> src/codec/ws.rs:396:5 Oct 27 13:31:07.395 INFO kablam! | Oct 27 13:31:07.395 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 27 13:31:07.395 INFO kablam! | ^^^^^^ Oct 27 13:31:07.395 INFO kablam! Oct 27 13:31:07.435 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 27 13:31:07.435 INFO kablam! --> src/client/builder.rs:543:36 Oct 27 13:31:07.435 INFO kablam! | Oct 27 13:31:07.435 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.435 INFO kablam! | ^^^^^ Oct 27 13:31:07.435 INFO kablam! Oct 27 13:31:07.435 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 27 13:31:07.435 INFO kablam! --> src/client/builder.rs:560:38 Oct 27 13:31:07.435 INFO kablam! | Oct 27 13:31:07.435 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.435 INFO kablam! | ^^^^^ Oct 27 13:31:07.435 INFO kablam! Oct 27 13:31:07.447 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 27 13:31:07.447 INFO kablam! --> src/client/builder.rs:629:36 Oct 27 13:31:07.447 INFO kablam! | Oct 27 13:31:07.447 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.447 INFO kablam! | ^^^^^ Oct 27 13:31:07.447 INFO kablam! Oct 27 13:31:07.447 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 27 13:31:07.447 INFO kablam! --> src/client/builder.rs:636:37 Oct 27 13:31:07.447 INFO kablam! | Oct 27 13:31:07.447 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.447 INFO kablam! | ^^^^^ Oct 27 13:31:07.447 INFO kablam! Oct 27 13:31:07.455 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 27 13:31:07.455 INFO kablam! --> src/client/builder.rs:696:36 Oct 27 13:31:07.455 INFO kablam! | Oct 27 13:31:07.455 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.455 INFO kablam! | ^^^^^ Oct 27 13:31:07.455 INFO kablam! Oct 27 13:31:07.455 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.455 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 13:31:07.455 INFO kablam! | Oct 27 13:31:07.455 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 13:31:07.455 INFO kablam! | ^^^^^^ Oct 27 13:31:07.455 INFO kablam! Oct 27 13:31:07.546 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.547 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 13:31:07.547 INFO kablam! | Oct 27 13:31:07.547 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 13:31:07.547 INFO kablam! | ^^^^^^ Oct 27 13:31:07.547 INFO kablam! Oct 27 13:31:07.568 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 27 13:31:07.568 INFO kablam! --> src/client/builder.rs:543:36 Oct 27 13:31:07.568 INFO kablam! | Oct 27 13:31:07.568 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.568 INFO kablam! | ^^^^^ Oct 27 13:31:07.568 INFO kablam! Oct 27 13:31:07.568 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 27 13:31:07.568 INFO kablam! --> src/client/builder.rs:560:38 Oct 27 13:31:07.568 INFO kablam! | Oct 27 13:31:07.568 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.568 INFO kablam! | ^^^^^ Oct 27 13:31:07.569 INFO kablam! Oct 27 13:31:07.583 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 27 13:31:07.583 INFO kablam! --> src/client/builder.rs:629:36 Oct 27 13:31:07.583 INFO kablam! | Oct 27 13:31:07.583 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.583 INFO kablam! | ^^^^^ Oct 27 13:31:07.583 INFO kablam! Oct 27 13:31:07.583 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 27 13:31:07.583 INFO kablam! --> src/client/builder.rs:636:37 Oct 27 13:31:07.583 INFO kablam! | Oct 27 13:31:07.583 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.583 INFO kablam! | ^^^^^ Oct 27 13:31:07.583 INFO kablam! Oct 27 13:31:07.587 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 27 13:31:07.587 INFO kablam! --> src/client/builder.rs:696:36 Oct 27 13:31:07.587 INFO kablam! | Oct 27 13:31:07.587 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 27 13:31:07.587 INFO kablam! | ^^^^^ Oct 27 13:31:07.587 INFO kablam! Oct 27 13:31:07.587 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.587 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 13:31:07.588 INFO kablam! | Oct 27 13:31:07.588 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 13:31:07.588 INFO kablam! | ^^^^^^ Oct 27 13:31:07.588 INFO kablam! Oct 27 13:31:07.699 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 13:31:07.699 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 13:31:07.699 INFO kablam! | Oct 27 13:31:07.699 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 13:31:07.699 INFO kablam! | ^^^^^^ Oct 27 13:31:07.699 INFO kablam! Oct 27 13:31:33.591 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 27 13:31:33.591 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 27 13:31:33.591 INFO kablam! | Oct 27 13:31:33.591 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 27 13:31:33.591 INFO kablam! | |_________________________________________________________________________________________________^ Oct 27 13:31:33.591 INFO kablam! | Oct 27 13:31:33.591 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:31:33.591 INFO kablam! Oct 27 13:31:34.963 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 27 13:31:34.963 INFO kablam! --> examples/async-autobahn-client.rs:44:37 Oct 27 13:31:34.963 INFO kablam! | Oct 27 13:31:34.963 INFO kablam! 44 | .boxed() Oct 27 13:31:34.964 INFO kablam! | ^^^^^ Oct 27 13:31:34.967 INFO kablam! | Oct 27 13:31:34.967 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:31:34.967 INFO kablam! Oct 27 13:31:34.975 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 27 13:31:34.975 INFO kablam! --> examples/async-autobahn-client.rs:49:37 Oct 27 13:31:34.975 INFO kablam! | Oct 27 13:31:34.975 INFO kablam! 49 | .boxed() Oct 27 13:31:34.975 INFO kablam! | ^^^^^ Oct 27 13:31:34.976 INFO kablam! Oct 27 13:31:34.976 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 27 13:31:34.978 INFO kablam! --> examples/async-autobahn-client.rs:54:37 Oct 27 13:31:34.978 INFO kablam! | Oct 27 13:31:34.979 INFO kablam! 54 | .boxed() Oct 27 13:31:34.979 INFO kablam! | ^^^^^ Oct 27 13:31:34.982 INFO kablam! Oct 27 13:31:34.982 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 27 13:31:34.983 INFO kablam! --> examples/async-autobahn-client.rs:59:37 Oct 27 13:31:34.983 INFO kablam! | Oct 27 13:31:34.983 INFO kablam! 59 | .boxed() Oct 27 13:31:34.983 INFO kablam! | ^^^^^ Oct 27 13:31:34.986 INFO kablam! Oct 27 13:31:34.986 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 27 13:31:34.987 INFO kablam! --> examples/async-autobahn-client.rs:62:62 Oct 27 13:31:34.987 INFO kablam! | Oct 27 13:31:34.987 INFO kablam! 62 | future::ok(Loop::Continue(stream)).boxed() Oct 27 13:31:34.987 INFO kablam! | ^^^^^ Oct 27 13:31:34.987 INFO kablam! Oct 27 13:31:35.003 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 27 13:31:35.003 INFO kablam! --> examples/async-autobahn-client.rs:64:62 Oct 27 13:31:35.003 INFO kablam! | Oct 27 13:31:35.003 INFO kablam! 64 | None => future::ok(Loop::Break(())).boxed(), Oct 27 13:31:35.003 INFO kablam! | ^^^^^ Oct 27 13:31:35.004 INFO kablam! Oct 27 13:31:40.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.09s Oct 27 13:31:40.247 INFO kablam! su: No module specific data is present Oct 27 13:31:41.236 INFO running `"docker" "rm" "-f" "dac384edcfc64da4c7599250422ebc6cfcaad46fddf5869e67b243eaf536818e"` Oct 27 13:31:41.482 INFO blam! dac384edcfc64da4c7599250422ebc6cfcaad46fddf5869e67b243eaf536818e