Oct 13 12:22:56.232 INFO checking lsp_rs-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:22:56.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:22:56.472 INFO blam! 516a54a0e61245ec9d88f6abde0bb00e71dbd2a6583954c2e4609980d4b4c340 Oct 13 12:22:56.473 INFO running `"docker" "start" "-a" "516a54a0e61245ec9d88f6abde0bb00e71dbd2a6583954c2e4609980d4b4c340"` Oct 13 12:22:57.292 INFO kablam! usermod: no changes Oct 13 12:22:57.512 INFO kablam! Checking erased-serde v0.1.3 Oct 13 12:22:59.479 INFO kablam! Checking lsp_rs v0.1.0 (/source) Oct 13 12:23:05.490 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:23:05.491 INFO kablam! --> src/server.rs:21:5 Oct 13 12:23:05.491 INFO kablam! | Oct 13 12:23:05.492 INFO kablam! 21 | Codec, Oct 13 12:23:05.493 INFO kablam! | ^^^^^ Oct 13 12:23:05.493 INFO kablam! | Oct 13 12:23:05.494 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:23:05.495 INFO kablam! Oct 13 12:23:05.495 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.496 INFO kablam! --> src/server.rs:22:5 Oct 13 12:23:05.496 INFO kablam! | Oct 13 12:23:05.497 INFO kablam! 22 | EasyBuf Oct 13 12:23:05.498 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.498 INFO kablam! Oct 13 12:23:05.499 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.499 INFO kablam! --> src/server.rs:344:28 Oct 13 12:23:05.499 INFO kablam! | Oct 13 12:23:05.499 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 13 12:23:05.499 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.499 INFO kablam! Oct 13 12:23:05.499 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:23:05.499 INFO kablam! --> src/server.rs:439:6 Oct 13 12:23:05.500 INFO kablam! | Oct 13 12:23:05.500 INFO kablam! 439 | impl Codec for RLSCodec { Oct 13 12:23:05.500 INFO kablam! | ^^^^^ Oct 13 12:23:05.501 INFO kablam! Oct 13 12:23:05.501 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.501 INFO kablam! --> src/server.rs:361:43 Oct 13 12:23:05.501 INFO kablam! | Oct 13 12:23:05.501 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 13 12:23:05.501 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.501 INFO kablam! Oct 13 12:23:05.501 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.501 INFO kablam! --> src/server.rs:417:51 Oct 13 12:23:05.501 INFO kablam! | Oct 13 12:23:05.501 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 13 12:23:05.503 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.503 INFO kablam! Oct 13 12:23:05.503 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.503 INFO kablam! --> src/server.rs:444:38 Oct 13 12:23:05.503 INFO kablam! | Oct 13 12:23:05.503 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 13 12:23:05.503 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.503 INFO kablam! Oct 13 12:23:05.515 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 13 12:23:05.515 INFO kablam! --> src/server.rs:444:71 Oct 13 12:23:05.515 INFO kablam! | Oct 13 12:23:05.515 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 13 12:23:05.515 INFO kablam! | ^^^^^^^^ Oct 13 12:23:05.515 INFO kablam! Oct 13 12:23:05.906 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:23:05.906 INFO kablam! --> src/server.rs:21:5 Oct 13 12:23:05.907 INFO kablam! | Oct 13 12:23:05.908 INFO kablam! 21 | Codec, Oct 13 12:23:05.908 INFO kablam! | ^^^^^ Oct 13 12:23:05.909 INFO kablam! | Oct 13 12:23:05.909 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:23:05.910 INFO kablam! Oct 13 12:23:05.911 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.911 INFO kablam! --> src/server.rs:22:5 Oct 13 12:23:05.912 INFO kablam! | Oct 13 12:23:05.912 INFO kablam! 22 | EasyBuf Oct 13 12:23:05.913 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.913 INFO kablam! Oct 13 12:23:05.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.914 INFO kablam! --> src/server.rs:344:28 Oct 13 12:23:05.915 INFO kablam! | Oct 13 12:23:05.915 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 13 12:23:05.916 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.917 INFO kablam! Oct 13 12:23:05.917 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:23:05.917 INFO kablam! --> src/server.rs:439:6 Oct 13 12:23:05.917 INFO kablam! | Oct 13 12:23:05.917 INFO kablam! 439 | impl Codec for RLSCodec { Oct 13 12:23:05.917 INFO kablam! | ^^^^^ Oct 13 12:23:05.917 INFO kablam! Oct 13 12:23:05.917 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.917 INFO kablam! --> src/server.rs:361:43 Oct 13 12:23:05.920 INFO kablam! | Oct 13 12:23:05.920 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 13 12:23:05.920 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.920 INFO kablam! Oct 13 12:23:05.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.920 INFO kablam! --> src/server.rs:417:51 Oct 13 12:23:05.920 INFO kablam! | Oct 13 12:23:05.920 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 13 12:23:05.920 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.920 INFO kablam! Oct 13 12:23:05.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:23:05.920 INFO kablam! --> src/server.rs:444:38 Oct 13 12:23:05.920 INFO kablam! | Oct 13 12:23:05.920 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 13 12:23:05.920 INFO kablam! | ^^^^^^^ Oct 13 12:23:05.920 INFO kablam! Oct 13 12:23:05.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 13 12:23:05.932 INFO kablam! --> src/server.rs:444:71 Oct 13 12:23:05.932 INFO kablam! | Oct 13 12:23:05.932 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 13 12:23:05.932 INFO kablam! | ^^^^^^^^ Oct 13 12:23:05.932 INFO kablam! Oct 13 12:23:05.952 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:05.952 INFO kablam! --> src/server.rs:363:36 Oct 13 12:23:05.952 INFO kablam! | Oct 13 12:23:05.952 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 13 12:23:05.952 INFO kablam! | ^^^^^^^^ Oct 13 12:23:05.952 INFO kablam! Oct 13 12:23:05.952 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:05.952 INFO kablam! --> src/server.rs:364:17 Oct 13 12:23:05.952 INFO kablam! | Oct 13 12:23:05.952 INFO kablam! 364 | buf.drain_to( 2 ); Oct 13 12:23:05.952 INFO kablam! | ^^^^^^^^ Oct 13 12:23:05.952 INFO kablam! Oct 13 12:23:05.980 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 12:23:05.980 INFO kablam! --> src/server.rs:418:16 Oct 13 12:23:05.980 INFO kablam! | Oct 13 12:23:05.980 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 13 12:23:05.980 INFO kablam! | ^^^ Oct 13 12:23:05.980 INFO kablam! Oct 13 12:23:05.982 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:05.982 INFO kablam! --> src/server.rs:422:30 Oct 13 12:23:05.982 INFO kablam! | Oct 13 12:23:05.982 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 13 12:23:05.983 INFO kablam! | ^^^^^^^^ Oct 13 12:23:05.983 INFO kablam! Oct 13 12:23:06.352 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:06.352 INFO kablam! --> src/server.rs:363:36 Oct 13 12:23:06.352 INFO kablam! | Oct 13 12:23:06.352 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 13 12:23:06.352 INFO kablam! | ^^^^^^^^ Oct 13 12:23:06.354 INFO kablam! Oct 13 12:23:06.354 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:06.354 INFO kablam! --> src/server.rs:364:17 Oct 13 12:23:06.354 INFO kablam! | Oct 13 12:23:06.354 INFO kablam! 364 | buf.drain_to( 2 ); Oct 13 12:23:06.354 INFO kablam! | ^^^^^^^^ Oct 13 12:23:06.354 INFO kablam! Oct 13 12:23:06.378 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 13 12:23:06.378 INFO kablam! --> src/server.rs:418:16 Oct 13 12:23:06.379 INFO kablam! | Oct 13 12:23:06.379 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 13 12:23:06.379 INFO kablam! | ^^^ Oct 13 12:23:06.379 INFO kablam! Oct 13 12:23:06.380 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 12:23:06.380 INFO kablam! --> src/server.rs:422:30 Oct 13 12:23:06.380 INFO kablam! | Oct 13 12:23:06.381 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 13 12:23:06.381 INFO kablam! | ^^^^^^^^ Oct 13 12:23:06.381 INFO kablam! Oct 13 12:23:06.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.35s Oct 13 12:23:06.671 INFO kablam! su: No module specific data is present Oct 13 12:23:07.936 INFO running `"docker" "rm" "-f" "516a54a0e61245ec9d88f6abde0bb00e71dbd2a6583954c2e4609980d4b4c340"` Oct 13 12:23:08.260 INFO blam! 516a54a0e61245ec9d88f6abde0bb00e71dbd2a6583954c2e4609980d4b4c340