Oct 13 08:41:12.958 INFO checking servo-websocket-0.21.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 08:41:12.958 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 08:41:13.401 INFO blam! 96fa92bc8ded298d1583e121c5d881305819db91a09fe7412d0e962f5e9f55cd Oct 13 08:41:13.402 INFO running `"docker" "start" "-a" "96fa92bc8ded298d1583e121c5d881305819db91a09fe7412d0e962f5e9f55cd"` Oct 13 08:41:14.949 INFO kablam! usermod: no changes Oct 13 08:41:15.290 INFO kablam! Checking servo-websocket v0.21.1 (/source) Oct 13 08:41:22.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.656 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 08:41:22.656 INFO kablam! | Oct 13 08:41:22.656 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 08:41:22.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.656 INFO kablam! | Oct 13 08:41:22.656 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:22.656 INFO kablam! Oct 13 08:41:22.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.656 INFO kablam! --> src/client/async.rs:48:9 Oct 13 08:41:22.656 INFO kablam! | Oct 13 08:41:22.656 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 08:41:22.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.656 INFO kablam! Oct 13 08:41:22.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.656 INFO kablam! --> src/client/async.rs:65:22 Oct 13 08:41:22.656 INFO kablam! | Oct 13 08:41:22.656 INFO kablam! 65 | pub type Client = Framed>; Oct 13 08:41:22.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.656 INFO kablam! Oct 13 08:41:22.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.656 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 08:41:22.656 INFO kablam! | Oct 13 08:41:22.656 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 08:41:22.656 INFO kablam! | ^^^^^^ Oct 13 08:41:22.656 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:22.672 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:22.672 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 08:41:22.672 INFO kablam! | Oct 13 08:41:22.672 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:22.672 INFO kablam! Oct 13 08:41:23.148 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:23.148 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 08:41:23.148 INFO kablam! | Oct 13 08:41:23.148 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 08:41:23.148 INFO kablam! | ^^^^^^ Oct 13 08:41:23.148 INFO kablam! Oct 13 08:41:23.204 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.204 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 08:41:23.204 INFO kablam! | Oct 13 08:41:23.204 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 08:41:23.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.204 INFO kablam! | Oct 13 08:41:23.204 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/client/async.rs:48:9 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/client/async.rs:65:22 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 65 | pub type Client = Framed>; Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 08:41:23.205 INFO kablam! | ^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.205 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:23.205 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 08:41:23.205 INFO kablam! | Oct 13 08:41:23.205 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:23.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:23.205 INFO kablam! Oct 13 08:41:23.216 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:23.216 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 08:41:23.216 INFO kablam! | Oct 13 08:41:23.216 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 08:41:23.216 INFO kablam! | ^^^^^^ Oct 13 08:41:23.216 INFO kablam! Oct 13 08:41:24.560 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:24.560 INFO kablam! --> src/codec/http.rs:279:5 Oct 13 08:41:24.560 INFO kablam! | Oct 13 08:41:24.560 INFO kablam! 279 | .framed(HttpClientCodec) Oct 13 08:41:24.560 INFO kablam! | ^^^^^^ Oct 13 08:41:24.560 INFO kablam! Oct 13 08:41:24.648 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:24.648 INFO kablam! --> src/codec/http.rs:308:5 Oct 13 08:41:24.648 INFO kablam! | Oct 13 08:41:24.648 INFO kablam! 308 | .framed(HttpServerCodec) Oct 13 08:41:24.648 INFO kablam! | ^^^^^^ Oct 13 08:41:24.648 INFO kablam! Oct 13 08:41:24.968 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:24.968 INFO kablam! --> src/codec/ws.rs:365:5 Oct 13 08:41:24.968 INFO kablam! | Oct 13 08:41:24.968 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 13 08:41:24.968 INFO kablam! | ^^^^^^ Oct 13 08:41:24.968 INFO kablam! Oct 13 08:41:25.048 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:25.049 INFO kablam! --> src/codec/ws.rs:378:7 Oct 13 08:41:25.050 INFO kablam! | Oct 13 08:41:25.051 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 13 08:41:25.051 INFO kablam! | ^^^^^^ Oct 13 08:41:25.052 INFO kablam! Oct 13 08:41:25.118 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:25.119 INFO kablam! --> src/codec/ws.rs:396:5 Oct 13 08:41:25.120 INFO kablam! | Oct 13 08:41:25.120 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 13 08:41:25.121 INFO kablam! | ^^^^^^ Oct 13 08:41:25.121 INFO kablam! Oct 13 08:41:25.528 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:25.528 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 08:41:25.528 INFO kablam! | Oct 13 08:41:25.528 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 08:41:25.528 INFO kablam! | ^^^^^^ Oct 13 08:41:25.528 INFO kablam! Oct 13 08:41:26.048 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:26.048 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 08:41:26.048 INFO kablam! | Oct 13 08:41:26.048 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 08:41:26.048 INFO kablam! | ^^^^^^ Oct 13 08:41:26.048 INFO kablam! Oct 13 08:41:53.944 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 13 08:41:53.945 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 13 08:41:53.946 INFO kablam! | Oct 13 08:41:53.946 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 13 08:41:53.948 INFO kablam! | |_________________________________________________________________________________________________^ Oct 13 08:41:53.964 INFO kablam! | Oct 13 08:41:53.965 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:53.966 INFO kablam! Oct 13 08:42:08.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.76s Oct 13 08:42:08.753 INFO kablam! su: No module specific data is present Oct 13 08:42:09.833 INFO running `"docker" "rm" "-f" "96fa92bc8ded298d1583e121c5d881305819db91a09fe7412d0e962f5e9f55cd"` Oct 13 08:42:10.136 INFO blam! 96fa92bc8ded298d1583e121c5d881305819db91a09fe7412d0e962f5e9f55cd