Sep 21 03:13:35.997 INFO checking servo-websocket-0.21.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:13:35.997 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:13:35.997 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 03:13:37.896 INFO blam! 66156bcabb2d29927e3971e69a07959af300f339ba154edce55703c7bcc59350 Sep 21 03:13:37.898 INFO running `"docker" "start" "-a" "66156bcabb2d29927e3971e69a07959af300f339ba154edce55703c7bcc59350"` Sep 21 03:13:39.510 INFO kablam! usermod: no changes Sep 21 03:13:39.718 INFO kablam! Checking servo-websocket v0.21.1 (/source) Sep 21 03:13:41.295 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.295 INFO kablam! --> src/client/builder.rs:45:10 Sep 21 03:13:41.295 INFO kablam! | Sep 21 03:13:41.295 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 21 03:13:41.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.295 INFO kablam! | Sep 21 03:13:41.295 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:13:41.295 INFO kablam! Sep 21 03:13:41.298 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.298 INFO kablam! --> src/client/async.rs:48:9 Sep 21 03:13:41.298 INFO kablam! | Sep 21 03:13:41.298 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 21 03:13:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.298 INFO kablam! Sep 21 03:13:41.298 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.298 INFO kablam! --> src/client/async.rs:65:22 Sep 21 03:13:41.298 INFO kablam! | Sep 21 03:13:41.298 INFO kablam! 65 | pub type Client = Framed>; Sep 21 03:13:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.298 INFO kablam! Sep 21 03:13:41.298 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.298 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 21 03:13:41.298 INFO kablam! | Sep 21 03:13:41.298 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 21 03:13:41.298 INFO kablam! | ^^^^^^ Sep 21 03:13:41.298 INFO kablam! Sep 21 03:13:41.300 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.300 INFO kablam! --> src/client/builder.rs:792:28 Sep 21 03:13:41.300 INFO kablam! | Sep 21 03:13:41.300 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 21 03:13:41.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.300 INFO kablam! Sep 21 03:13:41.301 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.301 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 21 03:13:41.301 INFO kablam! | Sep 21 03:13:41.301 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 21 03:13:41.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.302 INFO kablam! Sep 21 03:13:41.303 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.303 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 21 03:13:41.303 INFO kablam! | Sep 21 03:13:41.304 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 21 03:13:41.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.305 INFO kablam! Sep 21 03:13:41.305 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.305 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 21 03:13:41.306 INFO kablam! | Sep 21 03:13:41.306 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 21 03:13:41.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.307 INFO kablam! Sep 21 03:13:41.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.307 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 21 03:13:41.308 INFO kablam! | Sep 21 03:13:41.308 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 21 03:13:41.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.309 INFO kablam! Sep 21 03:13:41.309 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.309 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 21 03:13:41.310 INFO kablam! | Sep 21 03:13:41.310 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 21 03:13:41.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.311 INFO kablam! Sep 21 03:13:41.311 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.312 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 21 03:13:41.312 INFO kablam! | Sep 21 03:13:41.312 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 21 03:13:41.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.313 INFO kablam! Sep 21 03:13:41.474 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.474 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 03:13:41.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 03:13:41.474 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.474 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.474 INFO kablam! Sep 21 03:13:41.474 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.474 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 03:13:41.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.474 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.474 INFO kablam! Sep 21 03:13:41.474 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.474 INFO kablam! --> src/client/builder.rs:45:10 Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 21 03:13:41.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.474 INFO kablam! | Sep 21 03:13:41.474 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:13:41.475 INFO kablam! Sep 21 03:13:41.475 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.475 INFO kablam! --> src/client/async.rs:48:9 Sep 21 03:13:41.475 INFO kablam! | Sep 21 03:13:41.475 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 21 03:13:41.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.475 INFO kablam! Sep 21 03:13:41.475 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.479 INFO kablam! --> src/client/async.rs:65:22 Sep 21 03:13:41.479 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 65 | pub type Client = Framed>; Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 21 03:13:41.480 INFO kablam! | ^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/client/builder.rs:792:28 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 03:13:41.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.480 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.480 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.480 INFO kablam! Sep 21 03:13:41.480 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.480 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 03:13:41.480 INFO kablam! | Sep 21 03:13:41.480 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 03:13:41.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.481 INFO kablam! | Sep 21 03:13:41.481 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.481 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.481 INFO kablam! Sep 21 03:13:41.481 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 03:13:41.481 INFO kablam! --> src/server/async.rs:20:22 Sep 21 03:13:41.481 INFO kablam! | Sep 21 03:13:41.481 INFO kablam! 20 | pub type Server = WsServer; Sep 21 03:13:41.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 03:13:41.481 INFO kablam! | Sep 21 03:13:41.481 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 03:13:41.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.481 INFO kablam! Sep 21 03:13:41.486 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.486 INFO kablam! --> src/server/async.rs:27:24 Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 03:13:41.486 INFO kablam! | ________________________^ Sep 21 03:13:41.486 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 03:13:41.486 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.486 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.486 INFO kablam! Sep 21 03:13:41.486 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.486 INFO kablam! --> src/server/async.rs:27:24 Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 03:13:41.486 INFO kablam! | ________________________^ Sep 21 03:13:41.486 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 03:13:41.486 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.486 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.486 INFO kablam! Sep 21 03:13:41.486 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.486 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 03:13:41.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.486 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.486 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.486 INFO kablam! Sep 21 03:13:41.486 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.486 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 03:13:41.486 INFO kablam! | Sep 21 03:13:41.487 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 03:13:41.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.487 INFO kablam! | Sep 21 03:13:41.487 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.487 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.487 INFO kablam! Sep 21 03:13:41.487 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 03:13:41.487 INFO kablam! --> src/server/sync.rs:29:22 Sep 21 03:13:41.487 INFO kablam! | Sep 21 03:13:41.487 INFO kablam! 29 | pub type Server = WsServer; Sep 21 03:13:41.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 03:13:41.487 INFO kablam! | Sep 21 03:13:41.487 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 03:13:41.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.487 INFO kablam! Sep 21 03:13:41.630 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.630 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 03:13:41.630 INFO kablam! | Sep 21 03:13:41.630 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 03:13:41.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.630 INFO kablam! | Sep 21 03:13:41.630 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 03:13:41.630 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.630 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.631 INFO kablam! Sep 21 03:13:41.631 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.631 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 21 03:13:41.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.631 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.631 INFO kablam! Sep 21 03:13:41.631 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.631 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 03:13:41.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.631 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.631 INFO kablam! Sep 21 03:13:41.631 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.631 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 21 03:13:41.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.631 INFO kablam! | Sep 21 03:13:41.631 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.631 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.634 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.634 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.634 INFO kablam! Sep 21 03:13:41.635 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 03:13:41.635 INFO kablam! --> src/server/async.rs:20:22 Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! 20 | pub type Server = WsServer; Sep 21 03:13:41.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 03:13:41.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.635 INFO kablam! Sep 21 03:13:41.635 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.635 INFO kablam! --> src/server/async.rs:27:24 Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 03:13:41.635 INFO kablam! | ________________________^ Sep 21 03:13:41.635 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 03:13:41.635 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.635 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.635 INFO kablam! Sep 21 03:13:41.635 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.635 INFO kablam! --> src/server/async.rs:27:24 Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 21 03:13:41.635 INFO kablam! | ________________________^ Sep 21 03:13:41.635 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 21 03:13:41.635 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.635 INFO kablam! | Sep 21 03:13:41.635 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.635 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.646 INFO kablam! Sep 21 03:13:41.646 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied Sep 21 03:13:41.646 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 03:13:41.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 21 03:13:41.646 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.646 INFO kablam! Sep 21 03:13:41.646 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied Sep 21 03:13:41.646 INFO kablam! --> src/server/sync.rs:21:28 Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 21 03:13:41.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 21 03:13:41.646 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 21 03:13:41.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.646 INFO kablam! Sep 21 03:13:41.646 INFO kablam! warning: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 21 03:13:41.646 INFO kablam! --> src/server/sync.rs:29:22 Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! 29 | pub type Server = WsServer; Sep 21 03:13:41.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 21 03:13:41.646 INFO kablam! | Sep 21 03:13:41.646 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 21 03:13:41.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 03:13:41.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 03:13:41.646 INFO kablam! Sep 21 03:13:41.864 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.864 INFO kablam! --> src/client/builder.rs:767:23 Sep 21 03:13:41.864 INFO kablam! | Sep 21 03:13:41.864 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Sep 21 03:13:41.864 INFO kablam! | ^^^^^^ Sep 21 03:13:41.864 INFO kablam! Sep 21 03:13:41.939 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.939 INFO kablam! --> src/codec/http.rs:279:5 Sep 21 03:13:41.939 INFO kablam! | Sep 21 03:13:41.939 INFO kablam! 279 | .framed(HttpClientCodec) Sep 21 03:13:41.939 INFO kablam! | ^^^^^^ Sep 21 03:13:41.939 INFO kablam! Sep 21 03:13:41.947 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.948 INFO kablam! --> src/server/upgrade/async.rs:211:21 Sep 21 03:13:41.948 INFO kablam! | Sep 21 03:13:41.948 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Sep 21 03:13:41.949 INFO kablam! | ^^^^^^ Sep 21 03:13:41.949 INFO kablam! Sep 21 03:13:41.954 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.954 INFO kablam! --> src/codec/http.rs:308:5 Sep 21 03:13:41.954 INFO kablam! | Sep 21 03:13:41.954 INFO kablam! 308 | .framed(HttpServerCodec) Sep 21 03:13:41.954 INFO kablam! | ^^^^^^ Sep 21 03:13:41.954 INFO kablam! Sep 21 03:13:41.986 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.986 INFO kablam! --> src/codec/ws.rs:365:5 Sep 21 03:13:41.986 INFO kablam! | Sep 21 03:13:41.986 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Sep 21 03:13:41.986 INFO kablam! | ^^^^^^ Sep 21 03:13:41.986 INFO kablam! Sep 21 03:13:41.994 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:41.994 INFO kablam! --> src/codec/ws.rs:378:7 Sep 21 03:13:41.994 INFO kablam! | Sep 21 03:13:41.994 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Sep 21 03:13:41.994 INFO kablam! | ^^^^^^ Sep 21 03:13:41.994 INFO kablam! Sep 21 03:13:42.006 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:42.006 INFO kablam! --> src/codec/ws.rs:396:5 Sep 21 03:13:42.006 INFO kablam! | Sep 21 03:13:42.006 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Sep 21 03:13:42.006 INFO kablam! | ^^^^^^ Sep 21 03:13:42.006 INFO kablam! Sep 21 03:13:42.070 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:42.070 INFO kablam! --> src/client/builder.rs:767:23 Sep 21 03:13:42.070 INFO kablam! | Sep 21 03:13:42.070 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Sep 21 03:13:42.070 INFO kablam! | ^^^^^^ Sep 21 03:13:42.070 INFO kablam! Sep 21 03:13:42.142 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 03:13:42.142 INFO kablam! --> src/server/upgrade/async.rs:211:21 Sep 21 03:13:42.142 INFO kablam! | Sep 21 03:13:42.142 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Sep 21 03:13:42.142 INFO kablam! | ^^^^^^ Sep 21 03:13:42.142 INFO kablam! Sep 21 03:13:51.486 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Sep 21 03:13:51.486 INFO kablam! --> examples/parallel-server.rs:144:20 Sep 21 03:13:51.486 INFO kablam! | Sep 21 03:13:51.486 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Sep 21 03:13:51.486 INFO kablam! | |_________________________________________________________________________________________________^ Sep 21 03:13:51.486 INFO kablam! | Sep 21 03:13:51.486 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:13:51.486 INFO kablam! Sep 21 03:13:52.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.47s Sep 21 03:13:52.030 INFO kablam! su: No module specific data is present Sep 21 03:13:53.607 INFO running `"docker" "rm" "-f" "66156bcabb2d29927e3971e69a07959af300f339ba154edce55703c7bcc59350"` Sep 21 03:13:53.734 INFO blam! 66156bcabb2d29927e3971e69a07959af300f339ba154edce55703c7bcc59350