Oct 13 06:19:30.374 INFO checking websocket-0.20.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:19:30.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 06:19:30.804 INFO blam! 528b3777a49c2bccde90715fec2cfb3549ee9b822684715665864fb080e9d8f9 Oct 13 06:19:30.816 INFO running `"docker" "start" "-a" "528b3777a49c2bccde90715fec2cfb3549ee9b822684715665864fb080e9d8f9"` Oct 13 06:19:31.844 INFO kablam! usermod: no changes Oct 13 06:19:32.118 INFO kablam! Checking base64 v0.5.2 Oct 13 06:19:32.136 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 06:19:35.864 INFO kablam! Checking websocket v0.20.3 (/source) Oct 13 06:19:42.276 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.277 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 06:19:42.278 INFO kablam! | Oct 13 06:19:42.278 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 06:19:42.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.280 INFO kablam! | Oct 13 06:19:42.280 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:19:42.281 INFO kablam! Oct 13 06:19:42.281 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.282 INFO kablam! --> src/client/async.rs:48:9 Oct 13 06:19:42.282 INFO kablam! | Oct 13 06:19:42.283 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 06:19:42.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.284 INFO kablam! Oct 13 06:19:42.284 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.285 INFO kablam! --> src/client/async.rs:65:22 Oct 13 06:19:42.286 INFO kablam! | Oct 13 06:19:42.286 INFO kablam! 65 | pub type Client = Framed>; Oct 13 06:19:42.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.287 INFO kablam! Oct 13 06:19:42.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.287 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 06:19:42.287 INFO kablam! | Oct 13 06:19:42.287 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 06:19:42.287 INFO kablam! | ^^^^^^ Oct 13 06:19:42.287 INFO kablam! Oct 13 06:19:42.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.287 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 06:19:42.287 INFO kablam! | Oct 13 06:19:42.287 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 06:19:42.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.287 INFO kablam! Oct 13 06:19:42.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.287 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 06:19:42.287 INFO kablam! | Oct 13 06:19:42.292 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 06:19:42.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.292 INFO kablam! Oct 13 06:19:42.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.292 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 06:19:42.292 INFO kablam! | Oct 13 06:19:42.292 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 06:19:42.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.292 INFO kablam! Oct 13 06:19:42.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.292 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 06:19:42.292 INFO kablam! | Oct 13 06:19:42.292 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 06:19:42.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.292 INFO kablam! Oct 13 06:19:42.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.292 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 06:19:42.292 INFO kablam! | Oct 13 06:19:42.292 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 06:19:42.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.292 INFO kablam! Oct 13 06:19:42.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.292 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 06:19:42.292 INFO kablam! | Oct 13 06:19:42.292 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 06:19:42.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.293 INFO kablam! Oct 13 06:19:42.293 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:42.293 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 06:19:42.293 INFO kablam! | Oct 13 06:19:42.293 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 06:19:42.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:42.293 INFO kablam! Oct 13 06:19:43.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 13 06:19:43.060 INFO kablam! --> src/client/builder.rs:543:36 Oct 13 06:19:43.060 INFO kablam! | Oct 13 06:19:43.061 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:43.061 INFO kablam! | ^^^^^ Oct 13 06:19:43.061 INFO kablam! Oct 13 06:19:43.064 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 13 06:19:43.064 INFO kablam! --> src/client/builder.rs:560:38 Oct 13 06:19:43.064 INFO kablam! | Oct 13 06:19:43.064 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:43.064 INFO kablam! | ^^^^^ Oct 13 06:19:43.064 INFO kablam! Oct 13 06:19:43.084 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 13 06:19:43.085 INFO kablam! --> src/client/builder.rs:629:36 Oct 13 06:19:43.085 INFO kablam! | Oct 13 06:19:43.085 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:43.085 INFO kablam! | ^^^^^ Oct 13 06:19:43.085 INFO kablam! Oct 13 06:19:43.086 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 13 06:19:43.086 INFO kablam! --> src/client/builder.rs:636:37 Oct 13 06:19:43.086 INFO kablam! | Oct 13 06:19:43.086 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:43.086 INFO kablam! | ^^^^^ Oct 13 06:19:43.086 INFO kablam! Oct 13 06:19:43.096 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 13 06:19:43.096 INFO kablam! --> src/client/builder.rs:696:36 Oct 13 06:19:43.096 INFO kablam! | Oct 13 06:19:43.096 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:43.096 INFO kablam! | ^^^^^ Oct 13 06:19:43.096 INFO kablam! Oct 13 06:19:43.104 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.104 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 06:19:43.104 INFO kablam! | Oct 13 06:19:43.104 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 06:19:43.104 INFO kablam! | ^^^^^^ Oct 13 06:19:43.104 INFO kablam! Oct 13 06:19:43.221 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.221 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 06:19:43.221 INFO kablam! | Oct 13 06:19:43.221 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 06:19:43.221 INFO kablam! | ^^^^^^ Oct 13 06:19:43.221 INFO kablam! Oct 13 06:19:43.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.287 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 06:19:43.287 INFO kablam! | Oct 13 06:19:43.287 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 06:19:43.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.288 INFO kablam! | Oct 13 06:19:43.288 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:19:43.288 INFO kablam! Oct 13 06:19:43.288 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.288 INFO kablam! --> src/client/async.rs:48:9 Oct 13 06:19:43.288 INFO kablam! | Oct 13 06:19:43.289 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 06:19:43.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.289 INFO kablam! Oct 13 06:19:43.289 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.289 INFO kablam! --> src/client/async.rs:65:22 Oct 13 06:19:43.289 INFO kablam! | Oct 13 06:19:43.289 INFO kablam! 65 | pub type Client = Framed>; Oct 13 06:19:43.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.290 INFO kablam! Oct 13 06:19:43.290 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.290 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 06:19:43.290 INFO kablam! | Oct 13 06:19:43.290 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 06:19:43.290 INFO kablam! | ^^^^^^ Oct 13 06:19:43.291 INFO kablam! Oct 13 06:19:43.291 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.291 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 06:19:43.291 INFO kablam! | Oct 13 06:19:43.291 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 06:19:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.291 INFO kablam! Oct 13 06:19:43.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.292 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 06:19:43.292 INFO kablam! | Oct 13 06:19:43.292 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 06:19:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.292 INFO kablam! Oct 13 06:19:43.292 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.293 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 06:19:43.293 INFO kablam! | Oct 13 06:19:43.293 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 06:19:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.293 INFO kablam! Oct 13 06:19:43.293 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.293 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 06:19:43.294 INFO kablam! | Oct 13 06:19:43.294 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 06:19:43.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.294 INFO kablam! Oct 13 06:19:43.294 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.294 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 06:19:43.294 INFO kablam! | Oct 13 06:19:43.295 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 06:19:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.295 INFO kablam! Oct 13 06:19:43.295 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.295 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 06:19:43.295 INFO kablam! | Oct 13 06:19:43.296 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 06:19:43.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.296 INFO kablam! Oct 13 06:19:43.296 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 06:19:43.296 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 06:19:43.296 INFO kablam! | Oct 13 06:19:43.297 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 06:19:43.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:19:43.297 INFO kablam! Oct 13 06:19:43.828 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.828 INFO kablam! --> src/codec/http.rs:279:5 Oct 13 06:19:43.828 INFO kablam! | Oct 13 06:19:43.828 INFO kablam! 279 | .framed(HttpClientCodec) Oct 13 06:19:43.828 INFO kablam! | ^^^^^^ Oct 13 06:19:43.828 INFO kablam! Oct 13 06:19:43.856 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.856 INFO kablam! --> src/codec/http.rs:308:5 Oct 13 06:19:43.856 INFO kablam! | Oct 13 06:19:43.856 INFO kablam! 308 | .framed(HttpServerCodec) Oct 13 06:19:43.856 INFO kablam! | ^^^^^^ Oct 13 06:19:43.856 INFO kablam! Oct 13 06:19:43.920 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.920 INFO kablam! --> src/codec/ws.rs:365:5 Oct 13 06:19:43.920 INFO kablam! | Oct 13 06:19:43.920 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 13 06:19:43.920 INFO kablam! | ^^^^^^ Oct 13 06:19:43.920 INFO kablam! Oct 13 06:19:43.932 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.932 INFO kablam! --> src/codec/ws.rs:378:7 Oct 13 06:19:43.932 INFO kablam! | Oct 13 06:19:43.932 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 13 06:19:43.932 INFO kablam! | ^^^^^^ Oct 13 06:19:43.932 INFO kablam! Oct 13 06:19:43.953 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:43.953 INFO kablam! --> src/codec/ws.rs:396:5 Oct 13 06:19:43.953 INFO kablam! | Oct 13 06:19:43.953 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 13 06:19:43.953 INFO kablam! | ^^^^^^ Oct 13 06:19:43.953 INFO kablam! Oct 13 06:19:44.031 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 13 06:19:44.031 INFO kablam! --> src/client/builder.rs:543:36 Oct 13 06:19:44.031 INFO kablam! | Oct 13 06:19:44.031 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:44.031 INFO kablam! | ^^^^^ Oct 13 06:19:44.031 INFO kablam! Oct 13 06:19:44.032 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 13 06:19:44.033 INFO kablam! --> src/client/builder.rs:560:38 Oct 13 06:19:44.033 INFO kablam! | Oct 13 06:19:44.033 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:44.033 INFO kablam! | ^^^^^ Oct 13 06:19:44.033 INFO kablam! Oct 13 06:19:44.049 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 13 06:19:44.049 INFO kablam! --> src/client/builder.rs:629:36 Oct 13 06:19:44.049 INFO kablam! | Oct 13 06:19:44.049 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:44.050 INFO kablam! | ^^^^^ Oct 13 06:19:44.050 INFO kablam! Oct 13 06:19:44.051 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 13 06:19:44.051 INFO kablam! --> src/client/builder.rs:636:37 Oct 13 06:19:44.051 INFO kablam! | Oct 13 06:19:44.051 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:44.051 INFO kablam! | ^^^^^ Oct 13 06:19:44.051 INFO kablam! Oct 13 06:19:44.062 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 13 06:19:44.062 INFO kablam! --> src/client/builder.rs:696:36 Oct 13 06:19:44.062 INFO kablam! | Oct 13 06:19:44.062 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 13 06:19:44.062 INFO kablam! | ^^^^^ Oct 13 06:19:44.063 INFO kablam! Oct 13 06:19:44.063 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:44.063 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 06:19:44.063 INFO kablam! | Oct 13 06:19:44.063 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 06:19:44.063 INFO kablam! | ^^^^^^ Oct 13 06:19:44.063 INFO kablam! Oct 13 06:19:44.148 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 06:19:44.148 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 06:19:44.148 INFO kablam! | Oct 13 06:19:44.148 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 06:19:44.148 INFO kablam! | ^^^^^^ Oct 13 06:19:44.148 INFO kablam! Oct 13 06:20:07.852 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 13 06:20:07.853 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 13 06:20:07.853 INFO kablam! | Oct 13 06:20:07.853 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 13 06:20:07.854 INFO kablam! | |_________________________________________________________________________________________________^ Oct 13 06:20:07.854 INFO kablam! | Oct 13 06:20:07.855 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:20:07.855 INFO kablam! Oct 13 06:20:18.413 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 13 06:20:18.413 INFO kablam! --> examples/async-autobahn-client.rs:44:37 Oct 13 06:20:18.413 INFO kablam! | Oct 13 06:20:18.413 INFO kablam! 44 | .boxed() Oct 13 06:20:18.414 INFO kablam! | ^^^^^ Oct 13 06:20:18.414 INFO kablam! | Oct 13 06:20:18.414 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:20:18.414 INFO kablam! Oct 13 06:20:18.420 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 13 06:20:18.420 INFO kablam! --> examples/async-autobahn-client.rs:49:37 Oct 13 06:20:18.421 INFO kablam! | Oct 13 06:20:18.421 INFO kablam! 49 | .boxed() Oct 13 06:20:18.421 INFO kablam! | ^^^^^ Oct 13 06:20:18.422 INFO kablam! Oct 13 06:20:18.422 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 13 06:20:18.422 INFO kablam! --> examples/async-autobahn-client.rs:54:37 Oct 13 06:20:18.422 INFO kablam! | Oct 13 06:20:18.422 INFO kablam! 54 | .boxed() Oct 13 06:20:18.423 INFO kablam! | ^^^^^ Oct 13 06:20:18.423 INFO kablam! Oct 13 06:20:18.423 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 13 06:20:18.423 INFO kablam! --> examples/async-autobahn-client.rs:59:37 Oct 13 06:20:18.424 INFO kablam! | Oct 13 06:20:18.424 INFO kablam! 59 | .boxed() Oct 13 06:20:18.424 INFO kablam! | ^^^^^ Oct 13 06:20:18.424 INFO kablam! Oct 13 06:20:18.425 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 13 06:20:18.425 INFO kablam! --> examples/async-autobahn-client.rs:62:62 Oct 13 06:20:18.425 INFO kablam! | Oct 13 06:20:18.425 INFO kablam! 62 | future::ok(Loop::Continue(stream)).boxed() Oct 13 06:20:18.426 INFO kablam! | ^^^^^ Oct 13 06:20:18.426 INFO kablam! Oct 13 06:20:18.426 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 13 06:20:18.426 INFO kablam! --> examples/async-autobahn-client.rs:64:62 Oct 13 06:20:18.427 INFO kablam! | Oct 13 06:20:18.427 INFO kablam! 64 | None => future::ok(Loop::Break(())).boxed(), Oct 13 06:20:18.427 INFO kablam! | ^^^^^ Oct 13 06:20:18.427 INFO kablam! Oct 13 06:20:18.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.97s Oct 13 06:20:18.872 INFO kablam! su: No module specific data is present Oct 13 06:20:19.920 INFO running `"docker" "rm" "-f" "528b3777a49c2bccde90715fec2cfb3549ee9b822684715665864fb080e9d8f9"` Oct 13 06:20:20.249 INFO blam! 528b3777a49c2bccde90715fec2cfb3549ee9b822684715665864fb080e9d8f9