Oct 22 01:42:01.761 INFO checking lsp_rs-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:42:01.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 01:42:02.178 INFO blam! b034dbd1da9edacbf9b936928ce07132b56c96689c634a18bcad2faca467c6ce Oct 22 01:42:02.184 INFO running `"docker" "start" "-a" "b034dbd1da9edacbf9b936928ce07132b56c96689c634a18bcad2faca467c6ce"` Oct 22 01:42:03.232 INFO kablam! usermod: no changes Oct 22 01:42:03.444 INFO kablam! Compiling syn v0.10.8 Oct 22 01:42:03.446 INFO kablam! Checking erased-serde v0.1.3 Oct 22 01:42:03.446 INFO kablam! Checking url v1.7.1 Oct 22 01:42:09.563 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 22 01:42:11.268 INFO kablam! Compiling serde_codegen v0.8.23 Oct 22 01:42:15.281 INFO kablam! Compiling serde_derive v0.8.23 Oct 22 01:42:19.252 INFO kablam! Checking languageserver-types v0.6.1 Oct 22 01:42:23.380 INFO kablam! Checking lsp_rs v0.1.0 (/source) Oct 22 01:42:27.921 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 01:42:27.921 INFO kablam! --> src/server.rs:21:5 Oct 22 01:42:27.921 INFO kablam! | Oct 22 01:42:27.921 INFO kablam! 21 | Codec, Oct 22 01:42:27.921 INFO kablam! | ^^^^^ Oct 22 01:42:27.921 INFO kablam! | Oct 22 01:42:27.921 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:42:27.921 INFO kablam! Oct 22 01:42:27.921 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:27.921 INFO kablam! --> src/server.rs:22:5 Oct 22 01:42:27.921 INFO kablam! | Oct 22 01:42:27.921 INFO kablam! 22 | EasyBuf Oct 22 01:42:27.921 INFO kablam! | ^^^^^^^ Oct 22 01:42:27.921 INFO kablam! Oct 22 01:42:27.930 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:27.930 INFO kablam! --> src/server.rs:344:28 Oct 22 01:42:27.930 INFO kablam! | Oct 22 01:42:27.930 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 22 01:42:27.930 INFO kablam! | ^^^^^^^ Oct 22 01:42:27.930 INFO kablam! Oct 22 01:42:27.930 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 01:42:27.930 INFO kablam! --> src/server.rs:439:6 Oct 22 01:42:27.930 INFO kablam! | Oct 22 01:42:27.930 INFO kablam! 439 | impl Codec for RLSCodec { Oct 22 01:42:27.930 INFO kablam! | ^^^^^ Oct 22 01:42:27.930 INFO kablam! Oct 22 01:42:27.936 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:27.936 INFO kablam! --> src/server.rs:361:43 Oct 22 01:42:27.936 INFO kablam! | Oct 22 01:42:27.936 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 22 01:42:27.936 INFO kablam! | ^^^^^^^ Oct 22 01:42:27.936 INFO kablam! Oct 22 01:42:27.936 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:27.936 INFO kablam! --> src/server.rs:417:51 Oct 22 01:42:27.936 INFO kablam! | Oct 22 01:42:27.936 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 22 01:42:27.936 INFO kablam! | ^^^^^^^ Oct 22 01:42:27.936 INFO kablam! Oct 22 01:42:27.936 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:27.936 INFO kablam! --> src/server.rs:444:38 Oct 22 01:42:27.936 INFO kablam! | Oct 22 01:42:27.936 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 22 01:42:27.936 INFO kablam! | ^^^^^^^ Oct 22 01:42:27.936 INFO kablam! Oct 22 01:42:27.952 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 22 01:42:27.952 INFO kablam! --> src/server.rs:444:71 Oct 22 01:42:27.952 INFO kablam! | Oct 22 01:42:27.952 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 22 01:42:27.952 INFO kablam! | ^^^^^^^^ Oct 22 01:42:27.952 INFO kablam! Oct 22 01:42:28.080 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 01:42:28.080 INFO kablam! --> src/server.rs:21:5 Oct 22 01:42:28.080 INFO kablam! | Oct 22 01:42:28.080 INFO kablam! 21 | Codec, Oct 22 01:42:28.080 INFO kablam! | ^^^^^ Oct 22 01:42:28.080 INFO kablam! | Oct 22 01:42:28.080 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:42:28.080 INFO kablam! Oct 22 01:42:28.080 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:22:5 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 22 | EasyBuf Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:344:28 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:439:6 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 439 | impl Codec for RLSCodec { Oct 22 01:42:28.081 INFO kablam! | ^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:361:43 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:417:51 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:444:38 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.081 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 22 01:42:28.081 INFO kablam! --> src/server.rs:444:71 Oct 22 01:42:28.081 INFO kablam! | Oct 22 01:42:28.081 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 22 01:42:28.081 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.081 INFO kablam! Oct 22 01:42:28.212 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.212 INFO kablam! --> src/server.rs:363:36 Oct 22 01:42:28.212 INFO kablam! | Oct 22 01:42:28.212 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 22 01:42:28.212 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.212 INFO kablam! Oct 22 01:42:28.212 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.212 INFO kablam! --> src/server.rs:364:17 Oct 22 01:42:28.212 INFO kablam! | Oct 22 01:42:28.212 INFO kablam! 364 | buf.drain_to( 2 ); Oct 22 01:42:28.212 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.212 INFO kablam! Oct 22 01:42:28.225 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 01:42:28.225 INFO kablam! --> src/server.rs:418:16 Oct 22 01:42:28.225 INFO kablam! | Oct 22 01:42:28.225 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 22 01:42:28.225 INFO kablam! | ^^^ Oct 22 01:42:28.225 INFO kablam! Oct 22 01:42:28.225 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.225 INFO kablam! --> src/server.rs:422:30 Oct 22 01:42:28.225 INFO kablam! | Oct 22 01:42:28.225 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 22 01:42:28.225 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.225 INFO kablam! Oct 22 01:42:28.264 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.264 INFO kablam! --> src/server.rs:363:36 Oct 22 01:42:28.264 INFO kablam! | Oct 22 01:42:28.264 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 22 01:42:28.265 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.265 INFO kablam! Oct 22 01:42:28.265 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.265 INFO kablam! --> src/server.rs:364:17 Oct 22 01:42:28.265 INFO kablam! | Oct 22 01:42:28.265 INFO kablam! 364 | buf.drain_to( 2 ); Oct 22 01:42:28.265 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.265 INFO kablam! Oct 22 01:42:28.280 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 22 01:42:28.280 INFO kablam! --> src/server.rs:418:16 Oct 22 01:42:28.280 INFO kablam! | Oct 22 01:42:28.280 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 22 01:42:28.280 INFO kablam! | ^^^ Oct 22 01:42:28.280 INFO kablam! Oct 22 01:42:28.280 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 22 01:42:28.280 INFO kablam! --> src/server.rs:422:30 Oct 22 01:42:28.280 INFO kablam! | Oct 22 01:42:28.280 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 22 01:42:28.280 INFO kablam! | ^^^^^^^^ Oct 22 01:42:28.280 INFO kablam! Oct 22 01:42:28.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.24s Oct 22 01:42:28.512 INFO kablam! su: No module specific data is present Oct 22 01:42:29.055 INFO running `"docker" "rm" "-f" "b034dbd1da9edacbf9b936928ce07132b56c96689c634a18bcad2faca467c6ce"` Oct 22 01:42:29.232 INFO blam! b034dbd1da9edacbf9b936928ce07132b56c96689c634a18bcad2faca467c6ce