Oct 27 15:53:57.216 INFO checking servo-websocket-0.21.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:53:57.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:53:57.589 INFO blam! 188e74ba604c8cceb295c9784343f4919765a113e8ea08e46bad757b60bbb172 Oct 27 15:53:57.595 INFO running `"docker" "start" "-a" "188e74ba604c8cceb295c9784343f4919765a113e8ea08e46bad757b60bbb172"` Oct 27 15:53:58.967 INFO kablam! usermod: no changes Oct 27 15:53:59.267 INFO kablam! Checking base64 v0.6.0 Oct 27 15:54:00.207 INFO kablam! Checking servo-websocket v0.21.1 (/source) Oct 27 15:54:06.199 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.199 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 15:54:06.199 INFO kablam! | Oct 27 15:54:06.199 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 15:54:06.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.199 INFO kablam! | Oct 27 15:54:06.199 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:06.199 INFO kablam! Oct 27 15:54:06.199 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.199 INFO kablam! --> src/client/async.rs:48:9 Oct 27 15:54:06.199 INFO kablam! | Oct 27 15:54:06.199 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 15:54:06.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.199 INFO kablam! Oct 27 15:54:06.199 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.200 INFO kablam! --> src/client/async.rs:65:22 Oct 27 15:54:06.200 INFO kablam! | Oct 27 15:54:06.200 INFO kablam! 65 | pub type Client = Framed>; Oct 27 15:54:06.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.200 INFO kablam! Oct 27 15:54:06.200 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.200 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 15:54:06.200 INFO kablam! | Oct 27 15:54:06.200 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 15:54:06.200 INFO kablam! | ^^^^^^ Oct 27 15:54:06.200 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.223 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 15:54:06.223 INFO kablam! | Oct 27 15:54:06.223 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.223 INFO kablam! Oct 27 15:54:06.497 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.497 INFO kablam! --> src/client/builder.rs:45:10 Oct 27 15:54:06.497 INFO kablam! | Oct 27 15:54:06.497 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 27 15:54:06.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.497 INFO kablam! | Oct 27 15:54:06.497 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:06.497 INFO kablam! Oct 27 15:54:06.497 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.497 INFO kablam! --> src/client/async.rs:48:9 Oct 27 15:54:06.497 INFO kablam! | Oct 27 15:54:06.497 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 27 15:54:06.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.497 INFO kablam! Oct 27 15:54:06.497 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.497 INFO kablam! --> src/client/async.rs:65:22 Oct 27 15:54:06.497 INFO kablam! | Oct 27 15:54:06.497 INFO kablam! 65 | pub type Client = Framed>; Oct 27 15:54:06.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.497 INFO kablam! Oct 27 15:54:06.497 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.497 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 27 15:54:06.498 INFO kablam! | Oct 27 15:54:06.498 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 27 15:54:06.498 INFO kablam! | ^^^^^^ Oct 27 15:54:06.498 INFO kablam! Oct 27 15:54:06.503 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.503 INFO kablam! --> src/client/builder.rs:792:28 Oct 27 15:54:06.503 INFO kablam! | Oct 27 15:54:06.503 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 27 15:54:06.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.503 INFO kablam! Oct 27 15:54:06.504 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.504 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 27 15:54:06.504 INFO kablam! | Oct 27 15:54:06.504 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:06.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.504 INFO kablam! Oct 27 15:54:06.504 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.504 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 27 15:54:06.504 INFO kablam! | Oct 27 15:54:06.504 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 27 15:54:06.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.504 INFO kablam! Oct 27 15:54:06.504 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.504 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 27 15:54:06.504 INFO kablam! | Oct 27 15:54:06.504 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 27 15:54:06.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.504 INFO kablam! Oct 27 15:54:06.505 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.505 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 27 15:54:06.505 INFO kablam! | Oct 27 15:54:06.505 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 27 15:54:06.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.505 INFO kablam! Oct 27 15:54:06.505 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.505 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 27 15:54:06.505 INFO kablam! | Oct 27 15:54:06.505 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 27 15:54:06.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.505 INFO kablam! Oct 27 15:54:06.505 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:54:06.505 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 27 15:54:06.505 INFO kablam! | Oct 27 15:54:06.505 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 27 15:54:06.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:54:06.505 INFO kablam! Oct 27 15:54:07.201 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.201 INFO kablam! --> src/codec/http.rs:279:5 Oct 27 15:54:07.202 INFO kablam! | Oct 27 15:54:07.202 INFO kablam! 279 | .framed(HttpClientCodec) Oct 27 15:54:07.203 INFO kablam! | ^^^^^^ Oct 27 15:54:07.203 INFO kablam! Oct 27 15:54:07.221 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.222 INFO kablam! --> src/codec/http.rs:308:5 Oct 27 15:54:07.222 INFO kablam! | Oct 27 15:54:07.222 INFO kablam! 308 | .framed(HttpServerCodec) Oct 27 15:54:07.222 INFO kablam! | ^^^^^^ Oct 27 15:54:07.222 INFO kablam! Oct 27 15:54:07.307 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.307 INFO kablam! --> src/codec/ws.rs:365:5 Oct 27 15:54:07.307 INFO kablam! | Oct 27 15:54:07.307 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 27 15:54:07.307 INFO kablam! | ^^^^^^ Oct 27 15:54:07.307 INFO kablam! Oct 27 15:54:07.329 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.329 INFO kablam! --> src/codec/ws.rs:378:7 Oct 27 15:54:07.329 INFO kablam! | Oct 27 15:54:07.329 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 27 15:54:07.329 INFO kablam! | ^^^^^^ Oct 27 15:54:07.329 INFO kablam! Oct 27 15:54:07.359 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.359 INFO kablam! --> src/codec/ws.rs:396:5 Oct 27 15:54:07.359 INFO kablam! | Oct 27 15:54:07.359 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 27 15:54:07.359 INFO kablam! | ^^^^^^ Oct 27 15:54:07.359 INFO kablam! Oct 27 15:54:07.483 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.483 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 15:54:07.483 INFO kablam! | Oct 27 15:54:07.483 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 15:54:07.483 INFO kablam! | ^^^^^^ Oct 27 15:54:07.483 INFO kablam! Oct 27 15:54:07.503 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.503 INFO kablam! --> src/client/builder.rs:767:23 Oct 27 15:54:07.503 INFO kablam! | Oct 27 15:54:07.503 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 27 15:54:07.503 INFO kablam! | ^^^^^^ Oct 27 15:54:07.503 INFO kablam! Oct 27 15:54:07.615 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.615 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 15:54:07.615 INFO kablam! | Oct 27 15:54:07.615 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 15:54:07.615 INFO kablam! | ^^^^^^ Oct 27 15:54:07.615 INFO kablam! Oct 27 15:54:07.659 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:54:07.659 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 27 15:54:07.659 INFO kablam! | Oct 27 15:54:07.659 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 27 15:54:07.659 INFO kablam! | ^^^^^^ Oct 27 15:54:07.659 INFO kablam! Oct 27 15:54:41.803 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 27 15:54:41.804 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 27 15:54:41.805 INFO kablam! | Oct 27 15:54:41.805 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 27 15:54:41.807 INFO kablam! | |_________________________________________________________________________________________________^ Oct 27 15:54:41.807 INFO kablam! | Oct 27 15:54:41.808 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:54:41.808 INFO kablam! Oct 27 15:54:52.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.07s Oct 27 15:54:52.099 INFO kablam! su: No module specific data is present Oct 27 15:54:53.269 INFO running `"docker" "rm" "-f" "188e74ba604c8cceb295c9784343f4919765a113e8ea08e46bad757b60bbb172"` Oct 27 15:54:53.563 INFO blam! 188e74ba604c8cceb295c9784343f4919765a113e8ea08e46bad757b60bbb172