Oct 13 08:41:15.746 INFO checking servo-websocket-0.21.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:41:15.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:16.316 INFO blam! 36531e17b566baa3ee0000d0ab3622dbd6099d34ca7dc76e1e36ef5275733cd3 Oct 13 08:41:16.317 INFO running `"docker" "start" "-a" "36531e17b566baa3ee0000d0ab3622dbd6099d34ca7dc76e1e36ef5275733cd3"` Oct 13 08:41:18.220 INFO kablam! usermod: no changes Oct 13 08:41:18.576 INFO kablam! Checking servo-websocket v0.21.1 (/source) Oct 13 08:41:26.028 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.028 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 08:41:26.028 INFO kablam! | Oct 13 08:41:26.028 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 08:41:26.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/client/async.rs:48:9 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/client/async.rs:65:22 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 65 | pub type Client = Framed>; Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 08:41:26.029 INFO kablam! | ^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.029 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 08:41:26.029 INFO kablam! | Oct 13 08:41:26.029 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:26.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.029 INFO kablam! Oct 13 08:41:26.256 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/client/builder.rs:45:10 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/client/async.rs:48:9 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/client/async.rs:65:22 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 65 | pub type Client = Framed>; Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 13 08:41:26.258 INFO kablam! | ^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/client/builder.rs:792:28 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 08:41:26.258 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 13 08:41:26.258 INFO kablam! | Oct 13 08:41:26.258 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 13 08:41:26.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:41:26.258 INFO kablam! Oct 13 08:41:26.777 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:26.777 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 08:41:26.778 INFO kablam! | Oct 13 08:41:26.778 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 08:41:26.778 INFO kablam! | ^^^^^^ Oct 13 08:41:26.778 INFO kablam! Oct 13 08:41:26.876 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:26.877 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 08:41:26.877 INFO kablam! | Oct 13 08:41:26.877 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 08:41:26.877 INFO kablam! | ^^^^^^ Oct 13 08:41:26.877 INFO kablam! Oct 13 08:41:27.029 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.029 INFO kablam! --> src/codec/http.rs:279:5 Oct 13 08:41:27.029 INFO kablam! | Oct 13 08:41:27.030 INFO kablam! 279 | .framed(HttpClientCodec) Oct 13 08:41:27.030 INFO kablam! | ^^^^^^ Oct 13 08:41:27.030 INFO kablam! Oct 13 08:41:27.044 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.045 INFO kablam! --> src/codec/http.rs:308:5 Oct 13 08:41:27.045 INFO kablam! | Oct 13 08:41:27.045 INFO kablam! 308 | .framed(HttpServerCodec) Oct 13 08:41:27.046 INFO kablam! | ^^^^^^ Oct 13 08:41:27.046 INFO kablam! Oct 13 08:41:27.097 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.097 INFO kablam! --> src/codec/ws.rs:365:5 Oct 13 08:41:27.097 INFO kablam! | Oct 13 08:41:27.098 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 13 08:41:27.098 INFO kablam! | ^^^^^^ Oct 13 08:41:27.098 INFO kablam! Oct 13 08:41:27.113 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.113 INFO kablam! --> src/codec/ws.rs:378:7 Oct 13 08:41:27.113 INFO kablam! | Oct 13 08:41:27.113 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 13 08:41:27.114 INFO kablam! | ^^^^^^ Oct 13 08:41:27.114 INFO kablam! Oct 13 08:41:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.124 INFO kablam! --> src/codec/ws.rs:396:5 Oct 13 08:41:27.124 INFO kablam! | Oct 13 08:41:27.125 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 13 08:41:27.125 INFO kablam! | ^^^^^^ Oct 13 08:41:27.125 INFO kablam! Oct 13 08:41:27.209 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.209 INFO kablam! --> src/client/builder.rs:767:23 Oct 13 08:41:27.209 INFO kablam! | Oct 13 08:41:27.210 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 13 08:41:27.210 INFO kablam! | ^^^^^^ Oct 13 08:41:27.210 INFO kablam! Oct 13 08:41:27.309 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 08:41:27.309 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 13 08:41:27.309 INFO kablam! | Oct 13 08:41:27.310 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 13 08:41:27.310 INFO kablam! | ^^^^^^ Oct 13 08:41:27.310 INFO kablam! Oct 13 08:41:59.472 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 13 08:41:59.473 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 13 08:41:59.473 INFO kablam! | Oct 13 08:41:59.473 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 13 08:41:59.474 INFO kablam! | |_________________________________________________________________________________________________^ Oct 13 08:41:59.474 INFO kablam! | Oct 13 08:41:59.474 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:41:59.474 INFO kablam! Oct 13 08:42:11.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.53s Oct 13 08:42:11.805 INFO kablam! su: No module specific data is present Oct 13 08:42:12.614 INFO running `"docker" "rm" "-f" "36531e17b566baa3ee0000d0ab3622dbd6099d34ca7dc76e1e36ef5275733cd3"` Oct 13 08:42:12.852 INFO blam! 36531e17b566baa3ee0000d0ab3622dbd6099d34ca7dc76e1e36ef5275733cd3