Sep 17 14:53:01.914 INFO checking websocket-0.20.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:53:01.914 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:53:01.914 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:53:02.311 INFO blam! 6191fc7eb78b3bfc93f6bb67b7bf80f9f314ba625ad42c25c034ed6a6ed8ce5c Sep 17 14:53:02.314 INFO running `"docker" "start" "-a" "6191fc7eb78b3bfc93f6bb67b7bf80f9f314ba625ad42c25c034ed6a6ed8ce5c"` Sep 17 14:53:03.689 INFO kablam! usermod: no changes Sep 17 14:53:03.927 INFO kablam! Checking websocket v0.20.3 (/source) Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/client/builder.rs:45:10 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/client/async.rs:48:9 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/client/async.rs:65:22 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 65 | pub type Client = Framed>; Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 17 14:53:05.267 INFO kablam! | ^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/client/builder.rs:792:28 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 17 14:53:05.267 INFO kablam! | Sep 17 14:53:05.267 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 17 14:53:05.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.267 INFO kablam! Sep 17 14:53:05.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.267 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 17 14:53:05.268 INFO kablam! | Sep 17 14:53:05.268 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 17 14:53:05.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.268 INFO kablam! Sep 17 14:53:05.347 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.347 INFO kablam! --> src/client/builder.rs:45:10 Sep 17 14:53:05.348 INFO kablam! | Sep 17 14:53:05.348 INFO kablam! 45 | pub use tokio_io::codec::Framed; Sep 17 14:53:05.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.349 INFO kablam! | Sep 17 14:53:05.349 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:53:05.349 INFO kablam! Sep 17 14:53:05.350 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.350 INFO kablam! --> src/client/async.rs:48:9 Sep 17 14:53:05.351 INFO kablam! | Sep 17 14:53:05.352 INFO kablam! 48 | pub use tokio_io::codec::Framed; Sep 17 14:53:05.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.353 INFO kablam! Sep 17 14:53:05.353 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.353 INFO kablam! --> src/client/async.rs:65:22 Sep 17 14:53:05.356 INFO kablam! | Sep 17 14:53:05.356 INFO kablam! 65 | pub type Client = Framed>; Sep 17 14:53:05.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.356 INFO kablam! Sep 17 14:53:05.356 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.356 INFO kablam! --> src/server/upgrade/async.rs:10:23 Sep 17 14:53:05.356 INFO kablam! | Sep 17 14:53:05.356 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Sep 17 14:53:05.356 INFO kablam! | ^^^^^^ Sep 17 14:53:05.356 INFO kablam! Sep 17 14:53:05.359 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.360 INFO kablam! --> src/client/builder.rs:792:28 Sep 17 14:53:05.360 INFO kablam! | Sep 17 14:53:05.360 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Sep 17 14:53:05.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.361 INFO kablam! Sep 17 14:53:05.366 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.367 INFO kablam! --> src/server/upgrade/async.rs:88:16 Sep 17 14:53:05.367 INFO kablam! | Sep 17 14:53:05.367 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Sep 17 14:53:05.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.368 INFO kablam! Sep 17 14:53:05.369 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.369 INFO kablam! --> src/server/upgrade/async.rs:102:41 Sep 17 14:53:05.369 INFO kablam! | Sep 17 14:53:05.370 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Sep 17 14:53:05.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.371 INFO kablam! Sep 17 14:53:05.372 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.373 INFO kablam! --> src/server/upgrade/async.rs:112:30 Sep 17 14:53:05.373 INFO kablam! | Sep 17 14:53:05.373 INFO kablam! 112 | pub fn reject(self) -> Send> { Sep 17 14:53:05.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.373 INFO kablam! Sep 17 14:53:05.373 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.373 INFO kablam! --> src/server/upgrade/async.rs:120:54 Sep 17 14:53:05.373 INFO kablam! | Sep 17 14:53:05.373 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Sep 17 14:53:05.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.373 INFO kablam! Sep 17 14:53:05.373 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.373 INFO kablam! --> src/server/upgrade/async.rs:124:66 Sep 17 14:53:05.373 INFO kablam! | Sep 17 14:53:05.373 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Sep 17 14:53:05.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.373 INFO kablam! Sep 17 14:53:05.379 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 17 14:53:05.379 INFO kablam! --> src/server/upgrade/async.rs:128:16 Sep 17 14:53:05.379 INFO kablam! | Sep 17 14:53:05.379 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Sep 17 14:53:05.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 14:53:05.379 INFO kablam! Sep 17 14:53:05.486 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.487 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 17 14:53:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:53:05.487 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.487 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.487 INFO kablam! Sep 17 14:53:05.487 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.487 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 17 14:53:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.487 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.487 INFO kablam! Sep 17 14:53:05.487 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.487 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 17 14:53:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.487 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.487 INFO kablam! Sep 17 14:53:05.487 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.487 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 17 14:53:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.487 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.487 INFO kablam! Sep 17 14:53:05.487 INFO kablam! error: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 17 14:53:05.487 INFO kablam! --> src/server/async.rs:20:22 Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! 20 | pub type Server = WsServer; Sep 17 14:53:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 17 14:53:05.487 INFO kablam! | Sep 17 14:53:05.487 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 17 14:53:05.487 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.488 INFO kablam! Sep 17 14:53:05.488 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.488 INFO kablam! --> src/server/async.rs:27:24 Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 17 14:53:05.488 INFO kablam! | ________________________^ Sep 17 14:53:05.488 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 17 14:53:05.488 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.488 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.488 INFO kablam! Sep 17 14:53:05.488 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.488 INFO kablam! --> src/server/async.rs:27:24 Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 17 14:53:05.488 INFO kablam! | ________________________^ Sep 17 14:53:05.488 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 17 14:53:05.488 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.488 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.488 INFO kablam! Sep 17 14:53:05.488 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.488 INFO kablam! --> src/server/sync.rs:21:28 Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 17 14:53:05.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.488 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.488 INFO kablam! Sep 17 14:53:05.488 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.488 INFO kablam! --> src/server/sync.rs:21:28 Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 17 14:53:05.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.488 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.488 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.488 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.488 INFO kablam! Sep 17 14:53:05.488 INFO kablam! error: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 17 14:53:05.488 INFO kablam! --> src/server/sync.rs:29:22 Sep 17 14:53:05.488 INFO kablam! | Sep 17 14:53:05.488 INFO kablam! 29 | pub type Server = WsServer; Sep 17 14:53:05.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 17 14:53:05.494 INFO kablam! | Sep 17 14:53:05.495 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 17 14:53:05.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.495 INFO kablam! Sep 17 14:53:05.590 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.590 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 17 14:53:05.590 INFO kablam! | Sep 17 14:53:05.590 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 17 14:53:05.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.590 INFO kablam! | Sep 17 14:53:05.590 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 14:53:05.590 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.590 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.590 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.590 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.590 INFO kablam! Sep 17 14:53:05.590 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.590 INFO kablam! --> src/server/upgrade/async.rs:62:23 Sep 17 14:53:05.590 INFO kablam! | Sep 17 14:53:05.590 INFO kablam! 62 | pub type Upgrade = WsUpgrade; Sep 17 14:53:05.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.590 INFO kablam! | Sep 17 14:53:05.590 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.590 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.590 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.590 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.590 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.595 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 17 14:53:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.595 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.595 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.595 INFO kablam! --> src/server/upgrade/sync.rs:43:23 Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! 43 | pub type Upgrade = WsUpgrade>; Sep 17 14:53:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.595 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.595 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 17 14:53:05.595 INFO kablam! --> src/server/async.rs:20:22 Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! 20 | pub type Server = WsServer; Sep 17 14:53:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 17 14:53:05.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.595 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: aborting due to 10 previous errors Sep 17 14:53:05.595 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.595 INFO kablam! --> src/server/async.rs:27:24 Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 17 14:53:05.595 INFO kablam! | ________________________^ Sep 17 14:53:05.595 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 17 14:53:05.595 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.595 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.595 INFO kablam! Sep 17 14:53:05.595 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.595 INFO kablam! --> src/server/async.rs:27:24 Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! 27 | pub type Incoming = Box, SocketAddr), Sep 17 14:53:05.595 INFO kablam! | ________________________^ Sep 17 14:53:05.595 INFO kablam! 28 | | Error = InvalidConnection>>; Sep 17 14:53:05.595 INFO kablam! | |__________________________________________________________________________^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.595 INFO kablam! | Sep 17 14:53:05.595 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.595 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.596 INFO kablam! Sep 17 14:53:05.596 INFO kablam! error: the trait bound `S: std::io::Read` is not satisfied Sep 17 14:53:05.596 INFO kablam! --> src/server/sync.rs:21:28 Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 17 14:53:05.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S` Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! = help: consider adding a `where S: std::io::Read` bound Sep 17 14:53:05.596 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.596 INFO kablam! Sep 17 14:53:05.596 INFO kablam! error: the trait bound `S: std::io::Write` is not satisfied Sep 17 14:53:05.596 INFO kablam! --> src/server/sync.rs:21:28 Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! 21 | pub type AcceptResult = Result, InvalidConnection>; Sep 17 14:53:05.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S` Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! = help: consider adding a `where S: std::io::Write` bound Sep 17 14:53:05.596 INFO kablam! = note: required because of the requirements on the impl of `stream::Stream` for `S` Sep 17 14:53:05.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.596 INFO kablam! Sep 17 14:53:05.596 INFO kablam! error: the trait bound `S: server::OptionalTlsAcceptor` is not satisfied Sep 17 14:53:05.596 INFO kablam! --> src/server/sync.rs:29:22 Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! 29 | pub type Server = WsServer; Sep 17 14:53:05.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::OptionalTlsAcceptor` is not implemented for `S` Sep 17 14:53:05.596 INFO kablam! | Sep 17 14:53:05.596 INFO kablam! = help: consider adding a `where S: server::OptionalTlsAcceptor` bound Sep 17 14:53:05.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 14:53:05.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 14:53:05.596 INFO kablam! Sep 17 14:53:05.627 INFO kablam! error: Could not compile `websocket`. Sep 17 14:53:05.627 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:53:05.675 INFO kablam! error: aborting due to 10 previous errors Sep 17 14:53:05.683 INFO kablam! Sep 17 14:53:05.697 INFO kablam! error: Could not compile `websocket`. Sep 17 14:53:05.697 INFO kablam! Sep 17 14:53:05.697 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:53:05.701 INFO kablam! su: No module specific data is present Sep 17 14:53:06.438 INFO running `"docker" "rm" "-f" "6191fc7eb78b3bfc93f6bb67b7bf80f9f314ba625ad42c25c034ed6a6ed8ce5c"` Sep 17 14:53:06.766 INFO blam! 6191fc7eb78b3bfc93f6bb67b7bf80f9f314ba625ad42c25c034ed6a6ed8ce5c