Oct 27 19:30:36.462 INFO checking lsp_rs-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:30:36.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:30:36.732 INFO blam! 9aba1e8777d16dd35f505fc31536a28aa6ab43391d317622b1addfa1991d0dce Oct 27 19:30:36.734 INFO running `"docker" "start" "-a" "9aba1e8777d16dd35f505fc31536a28aa6ab43391d317622b1addfa1991d0dce"` Oct 27 19:30:37.147 INFO kablam! usermod: no changes Oct 27 19:30:37.303 INFO kablam! Checking erased-serde v0.1.3 Oct 27 19:30:37.304 INFO kablam! Checking url v1.7.1 Oct 27 19:30:39.274 INFO kablam! Checking languageserver-types v0.6.1 Oct 27 19:30:43.695 INFO kablam! Checking lsp_rs v0.1.0 (/source) Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:21:5 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 21 | Codec, Oct 27 19:30:49.463 INFO kablam! | ^^^^^ Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:22:5 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 22 | EasyBuf Oct 27 19:30:49.463 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:344:28 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 27 19:30:49.463 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:439:6 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 439 | impl Codec for RLSCodec { Oct 27 19:30:49.463 INFO kablam! | ^^^^^ Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:361:43 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 27 19:30:49.463 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:417:51 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.463 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 27 19:30:49.463 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.463 INFO kablam! Oct 27 19:30:49.463 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.463 INFO kablam! --> src/server.rs:444:38 Oct 27 19:30:49.463 INFO kablam! | Oct 27 19:30:49.464 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 27 19:30:49.464 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.464 INFO kablam! Oct 27 19:30:49.471 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 27 19:30:49.471 INFO kablam! --> src/server.rs:444:71 Oct 27 19:30:49.471 INFO kablam! | Oct 27 19:30:49.471 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 27 19:30:49.471 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.471 INFO kablam! Oct 27 19:30:49.631 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.631 INFO kablam! --> src/server.rs:363:36 Oct 27 19:30:49.631 INFO kablam! | Oct 27 19:30:49.631 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 27 19:30:49.631 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.631 INFO kablam! Oct 27 19:30:49.631 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.631 INFO kablam! --> src/server.rs:364:17 Oct 27 19:30:49.631 INFO kablam! | Oct 27 19:30:49.631 INFO kablam! 364 | buf.drain_to( 2 ); Oct 27 19:30:49.631 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.631 INFO kablam! Oct 27 19:30:49.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 27 19:30:49.655 INFO kablam! --> src/server.rs:418:16 Oct 27 19:30:49.655 INFO kablam! | Oct 27 19:30:49.655 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 27 19:30:49.655 INFO kablam! | ^^^ Oct 27 19:30:49.655 INFO kablam! Oct 27 19:30:49.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.655 INFO kablam! --> src/server.rs:422:30 Oct 27 19:30:49.655 INFO kablam! | Oct 27 19:30:49.655 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 27 19:30:49.655 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.655 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:21:5 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! 21 | Codec, Oct 27 19:30:49.679 INFO kablam! | ^^^^^ Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:30:49.679 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:22:5 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! 22 | EasyBuf Oct 27 19:30:49.679 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.679 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:344:28 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 27 19:30:49.679 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.679 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:439:6 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! 439 | impl Codec for RLSCodec { Oct 27 19:30:49.679 INFO kablam! | ^^^^^ Oct 27 19:30:49.679 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:361:43 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.679 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 27 19:30:49.679 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.679 INFO kablam! Oct 27 19:30:49.679 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.679 INFO kablam! --> src/server.rs:417:51 Oct 27 19:30:49.679 INFO kablam! | Oct 27 19:30:49.680 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 27 19:30:49.680 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.680 INFO kablam! Oct 27 19:30:49.680 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:30:49.680 INFO kablam! --> src/server.rs:444:38 Oct 27 19:30:49.680 INFO kablam! | Oct 27 19:30:49.680 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 27 19:30:49.680 INFO kablam! | ^^^^^^^ Oct 27 19:30:49.680 INFO kablam! Oct 27 19:30:49.687 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 27 19:30:49.687 INFO kablam! --> src/server.rs:444:71 Oct 27 19:30:49.687 INFO kablam! | Oct 27 19:30:49.687 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 27 19:30:49.687 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.687 INFO kablam! Oct 27 19:30:49.843 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.843 INFO kablam! --> src/server.rs:363:36 Oct 27 19:30:49.843 INFO kablam! | Oct 27 19:30:49.843 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 27 19:30:49.843 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.843 INFO kablam! Oct 27 19:30:49.843 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.843 INFO kablam! --> src/server.rs:364:17 Oct 27 19:30:49.843 INFO kablam! | Oct 27 19:30:49.843 INFO kablam! 364 | buf.drain_to( 2 ); Oct 27 19:30:49.843 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.843 INFO kablam! Oct 27 19:30:49.859 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 27 19:30:49.859 INFO kablam! --> src/server.rs:418:16 Oct 27 19:30:49.859 INFO kablam! | Oct 27 19:30:49.859 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 27 19:30:49.859 INFO kablam! | ^^^ Oct 27 19:30:49.859 INFO kablam! Oct 27 19:30:49.859 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 27 19:30:49.859 INFO kablam! --> src/server.rs:422:30 Oct 27 19:30:49.859 INFO kablam! | Oct 27 19:30:49.859 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 27 19:30:49.859 INFO kablam! | ^^^^^^^^ Oct 27 19:30:49.859 INFO kablam! Oct 27 19:30:50.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.84s Oct 27 19:30:50.019 INFO kablam! su: No module specific data is present Oct 27 19:30:50.423 INFO running `"docker" "rm" "-f" "9aba1e8777d16dd35f505fc31536a28aa6ab43391d317622b1addfa1991d0dce"` Oct 27 19:30:50.574 INFO blam! 9aba1e8777d16dd35f505fc31536a28aa6ab43391d317622b1addfa1991d0dce