Oct 27 15:53:59.871 INFO checking servo-websocket-0.21.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:53:59.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:54:00.411 INFO blam! 04821edf20a96d6c595e92243d13ed14dcdd06c0f18283202b021c1c95a774e1 Oct 27 15:54:00.413 INFO running `"docker" "start" "-a" "04821edf20a96d6c595e92243d13ed14dcdd06c0f18283202b021c1c95a774e1"` Oct 27 15:54:01.987 INFO kablam! usermod: no changes Oct 27 15:54:02.350 INFO kablam! Checking servo-websocket v0.21.1 (/source) Oct 27 15:54:09.203 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.203 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 15:54:09.203 INFO kablam! | Oct 27 15:54:09.203 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 15:54:09.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.203 INFO kablam! | Oct 27 15:54:09.203 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:09.203 INFO kablam! Oct 27 15:54:09.203 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/client/async.rs:48:9 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/client/async.rs:65:22 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 65 | pub type Client = Framed>; Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 15:54:09.204 INFO kablam! | ^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.204 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 15:54:09.204 INFO kablam! | Oct 27 15:54:09.204 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:09.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.204 INFO kablam! Oct 27 15:54:09.686 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.686 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 15:54:09.686 INFO kablam! | Oct 27 15:54:09.686 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 15:54:09.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.686 INFO kablam! | Oct 27 15:54:09.686 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:09.686 INFO kablam! Oct 27 15:54:09.686 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.686 INFO kablam! --> src/client/async.rs:48:9 Oct 27 15:54:09.686 INFO kablam! | Oct 27 15:54:09.686 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 15:54:09.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.686 INFO kablam! Oct 27 15:54:09.686 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.686 INFO kablam! --> src/client/async.rs:65:22 Oct 27 15:54:09.686 INFO kablam! | Oct 27 15:54:09.686 INFO kablam! 65 | pub type Client = Framed>; Oct 27 15:54:09.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.686 INFO kablam! Oct 27 15:54:09.686 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.686 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 15:54:09.686 INFO kablam! | Oct 27 15:54:09.686 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 15:54:09.686 INFO kablam! | ^^^^^^ Oct 27 15:54:09.686 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:09.690 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:09.690 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 15:54:09.690 INFO kablam! | Oct 27 15:54:09.690 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:09.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:09.690 INFO kablam! Oct 27 15:54:10.151 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.151 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 15:54:10.151 INFO kablam! | Oct 27 15:54:10.151 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 15:54:10.151 INFO kablam! | ^^^^^^ Oct 27 15:54:10.151 INFO kablam! Oct 27 15:54:10.199 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.199 INFO kablam! --> src/codec/http.rs:279:5 Oct 27 15:54:10.199 INFO kablam! | Oct 27 15:54:10.199 INFO kablam! 279 | .framed(HttpClientCodec) Oct 27 15:54:10.199 INFO kablam! | ^^^^^^ Oct 27 15:54:10.199 INFO kablam! Oct 27 15:54:10.219 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.219 INFO kablam! --> src/codec/http.rs:308:5 Oct 27 15:54:10.219 INFO kablam! | Oct 27 15:54:10.219 INFO kablam! 308 | .framed(HttpServerCodec) Oct 27 15:54:10.219 INFO kablam! | ^^^^^^ Oct 27 15:54:10.219 INFO kablam! Oct 27 15:54:10.251 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.251 INFO kablam! --> src/codec/ws.rs:365:5 Oct 27 15:54:10.251 INFO kablam! | Oct 27 15:54:10.251 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 27 15:54:10.251 INFO kablam! | ^^^^^^ Oct 27 15:54:10.251 INFO kablam! Oct 27 15:54:10.256 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.256 INFO kablam! --> src/codec/ws.rs:378:7 Oct 27 15:54:10.256 INFO kablam! | Oct 27 15:54:10.256 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 27 15:54:10.256 INFO kablam! | ^^^^^^ Oct 27 15:54:10.256 INFO kablam! Oct 27 15:54:10.267 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.267 INFO kablam! --> src/codec/ws.rs:396:5 Oct 27 15:54:10.267 INFO kablam! | Oct 27 15:54:10.267 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 27 15:54:10.267 INFO kablam! | ^^^^^^ Oct 27 15:54:10.267 INFO kablam! Oct 27 15:54:10.267 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.267 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 15:54:10.267 INFO kablam! | Oct 27 15:54:10.267 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 15:54:10.267 INFO kablam! | ^^^^^^ Oct 27 15:54:10.267 INFO kablam! Oct 27 15:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.343 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 15:54:10.343 INFO kablam! | Oct 27 15:54:10.343 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 15:54:10.343 INFO kablam! | ^^^^^^ Oct 27 15:54:10.343 INFO kablam! Oct 27 15:54:10.431 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:10.431 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 15:54:10.431 INFO kablam! | Oct 27 15:54:10.431 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 15:54:10.431 INFO kablam! | ^^^^^^ Oct 27 15:54:10.431 INFO kablam! Oct 27 15:54:44.115 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 27 15:54:44.115 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 27 15:54:44.115 INFO kablam! | Oct 27 15:54:44.115 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 27 15:54:44.115 INFO kablam! | |_________________________________________________________________________________________________^ Oct 27 15:54:44.115 INFO kablam! | Oct 27 15:54:44.115 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:44.115 INFO kablam! Oct 27 15:54:55.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.48s Oct 27 15:54:55.522 INFO kablam! su: No module specific data is present Oct 27 15:54:56.743 INFO running `"docker" "rm" "-f" "04821edf20a96d6c595e92243d13ed14dcdd06c0f18283202b021c1c95a774e1"` Oct 27 15:54:56.995 INFO blam! 04821edf20a96d6c595e92243d13ed14dcdd06c0f18283202b021c1c95a774e1