Oct 11 17:18:52.566 INFO testing lsp_rs-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:18:52.566 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:18:52.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:18:52.901 INFO blam! 5546e659b4600722b4d4c6de98872e9891d1d550d694d18114ded59e3ea89730 Oct 11 17:18:52.909 INFO running `"docker" "start" "-a" "5546e659b4600722b4d4c6de98872e9891d1d550d694d18114ded59e3ea89730"` Oct 11 17:18:53.812 INFO kablam! usermod: no changes Oct 11 17:18:54.004 INFO kablam! Compiling erased-serde v0.1.3 Oct 11 17:18:54.004 INFO kablam! Compiling languageserver-types v0.6.1 Oct 11 17:18:59.736 INFO kablam! Compiling lsp_rs v0.1.0 (/source) Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:21:5 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 21 | Codec, Oct 11 17:19:08.064 INFO kablam! | ^^^^^ Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:22:5 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 22 | EasyBuf Oct 11 17:19:08.064 INFO kablam! | ^^^^^^^ Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:344:28 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 11 17:19:08.064 INFO kablam! | ^^^^^^^ Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:439:6 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 439 | impl Codec for RLSCodec { Oct 11 17:19:08.064 INFO kablam! | ^^^^^ Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:361:43 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 11 17:19:08.064 INFO kablam! | ^^^^^^^ Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:08.064 INFO kablam! --> src/server.rs:417:51 Oct 11 17:19:08.064 INFO kablam! | Oct 11 17:19:08.064 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 11 17:19:08.064 INFO kablam! | ^^^^^^^ Oct 11 17:19:08.064 INFO kablam! Oct 11 17:19:08.065 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:08.065 INFO kablam! --> src/server.rs:444:38 Oct 11 17:19:08.065 INFO kablam! | Oct 11 17:19:08.065 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 11 17:19:08.065 INFO kablam! | ^^^^^^^ Oct 11 17:19:08.065 INFO kablam! Oct 11 17:19:08.074 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 11 17:19:08.074 INFO kablam! --> src/server.rs:444:71 Oct 11 17:19:08.074 INFO kablam! | Oct 11 17:19:08.074 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 11 17:19:08.074 INFO kablam! | ^^^^^^^^ Oct 11 17:19:08.074 INFO kablam! Oct 11 17:19:08.244 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:08.244 INFO kablam! --> src/server.rs:363:36 Oct 11 17:19:08.244 INFO kablam! | Oct 11 17:19:08.244 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 11 17:19:08.244 INFO kablam! | ^^^^^^^^ Oct 11 17:19:08.244 INFO kablam! Oct 11 17:19:08.244 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:08.244 INFO kablam! --> src/server.rs:364:17 Oct 11 17:19:08.244 INFO kablam! | Oct 11 17:19:08.244 INFO kablam! 364 | buf.drain_to( 2 ); Oct 11 17:19:08.244 INFO kablam! | ^^^^^^^^ Oct 11 17:19:08.244 INFO kablam! Oct 11 17:19:08.260 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 11 17:19:08.260 INFO kablam! --> src/server.rs:418:16 Oct 11 17:19:08.260 INFO kablam! | Oct 11 17:19:08.260 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 11 17:19:08.260 INFO kablam! | ^^^ Oct 11 17:19:08.260 INFO kablam! Oct 11 17:19:08.260 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:08.260 INFO kablam! --> src/server.rs:422:30 Oct 11 17:19:08.260 INFO kablam! | Oct 11 17:19:08.260 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 11 17:19:08.260 INFO kablam! | ^^^^^^^^ Oct 11 17:19:08.260 INFO kablam! Oct 11 17:19:11.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.76s Oct 11 17:19:11.600 INFO kablam! su: No module specific data is present Oct 11 17:19:11.902 INFO running `"docker" "rm" "-f" "5546e659b4600722b4d4c6de98872e9891d1d550d694d18114ded59e3ea89730"` Oct 11 17:19:11.986 INFO blam! 5546e659b4600722b4d4c6de98872e9891d1d550d694d18114ded59e3ea89730 Oct 11 17:19:11.987 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:19:11.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:19:12.158 INFO blam! d921f9d56417c7e988ea6e8303a833bec19223e2705ad4554fe44a23a3a6a314 Oct 11 17:19:12.161 INFO running `"docker" "start" "-a" "d921f9d56417c7e988ea6e8303a833bec19223e2705ad4554fe44a23a3a6a314"` Oct 11 17:19:12.570 INFO kablam! usermod: no changes Oct 11 17:19:12.687 INFO kablam! Compiling lsp_rs v0.1.0 (/source) Oct 11 17:19:18.205 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 17:19:18.205 INFO kablam! --> src/server.rs:21:5 Oct 11 17:19:18.205 INFO kablam! | Oct 11 17:19:18.205 INFO kablam! 21 | Codec, Oct 11 17:19:18.205 INFO kablam! | ^^^^^ Oct 11 17:19:18.205 INFO kablam! | Oct 11 17:19:18.205 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:19:18.205 INFO kablam! Oct 11 17:19:18.205 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:18.205 INFO kablam! --> src/server.rs:22:5 Oct 11 17:19:18.205 INFO kablam! | Oct 11 17:19:18.205 INFO kablam! 22 | EasyBuf Oct 11 17:19:18.205 INFO kablam! | ^^^^^^^ Oct 11 17:19:18.205 INFO kablam! Oct 11 17:19:18.205 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:18.205 INFO kablam! --> src/server.rs:344:28 Oct 11 17:19:18.205 INFO kablam! | Oct 11 17:19:18.205 INFO kablam! 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { Oct 11 17:19:18.205 INFO kablam! | ^^^^^^^ Oct 11 17:19:18.205 INFO kablam! Oct 11 17:19:18.205 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 17:19:18.205 INFO kablam! --> src/server.rs:439:6 Oct 11 17:19:18.205 INFO kablam! | Oct 11 17:19:18.205 INFO kablam! 439 | impl Codec for RLSCodec { Oct 11 17:19:18.205 INFO kablam! | ^^^^^ Oct 11 17:19:18.205 INFO kablam! Oct 11 17:19:18.208 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:18.208 INFO kablam! --> src/server.rs:361:43 Oct 11 17:19:18.208 INFO kablam! | Oct 11 17:19:18.208 INFO kablam! 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { Oct 11 17:19:18.208 INFO kablam! | ^^^^^^^ Oct 11 17:19:18.208 INFO kablam! Oct 11 17:19:18.208 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:18.208 INFO kablam! --> src/server.rs:417:51 Oct 11 17:19:18.208 INFO kablam! | Oct 11 17:19:18.208 INFO kablam! 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { Oct 11 17:19:18.208 INFO kablam! | ^^^^^^^ Oct 11 17:19:18.208 INFO kablam! Oct 11 17:19:18.208 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 17:19:18.208 INFO kablam! --> src/server.rs:444:38 Oct 11 17:19:18.208 INFO kablam! | Oct 11 17:19:18.208 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 11 17:19:18.208 INFO kablam! | ^^^^^^^ Oct 11 17:19:18.208 INFO kablam! Oct 11 17:19:18.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate Oct 11 17:19:18.211 INFO kablam! --> src/server.rs:444:71 Oct 11 17:19:18.211 INFO kablam! | Oct 11 17:19:18.211 INFO kablam! 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { Oct 11 17:19:18.211 INFO kablam! | ^^^^^^^^ Oct 11 17:19:18.211 INFO kablam! Oct 11 17:19:18.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:18.360 INFO kablam! --> src/server.rs:363:36 Oct 11 17:19:18.360 INFO kablam! | Oct 11 17:19:18.360 INFO kablam! 363 | let header_bytes = buf.drain_to( pos ); Oct 11 17:19:18.360 INFO kablam! | ^^^^^^^^ Oct 11 17:19:18.360 INFO kablam! Oct 11 17:19:18.360 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:18.360 INFO kablam! --> src/server.rs:364:17 Oct 11 17:19:18.360 INFO kablam! | Oct 11 17:19:18.360 INFO kablam! 364 | buf.drain_to( 2 ); Oct 11 17:19:18.360 INFO kablam! | ^^^^^^^^ Oct 11 17:19:18.360 INFO kablam! Oct 11 17:19:18.370 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate Oct 11 17:19:18.370 INFO kablam! --> src/server.rs:418:16 Oct 11 17:19:18.370 INFO kablam! | Oct 11 17:19:18.370 INFO kablam! 418 | if buf.len( ) < self.content_length { Oct 11 17:19:18.370 INFO kablam! | ^^^ Oct 11 17:19:18.370 INFO kablam! Oct 11 17:19:18.370 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 17:19:18.370 INFO kablam! --> src/server.rs:422:30 Oct 11 17:19:18.370 INFO kablam! | Oct 11 17:19:18.370 INFO kablam! 422 | let body_bytes = buf.drain_to( self.content_length ); Oct 11 17:19:18.370 INFO kablam! | ^^^^^^^^ Oct 11 17:19:18.370 INFO kablam! Oct 11 17:19:18.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.33s Oct 11 17:19:18.921 INFO kablam! su: No module specific data is present Oct 11 17:19:19.290 INFO running `"docker" "rm" "-f" "d921f9d56417c7e988ea6e8303a833bec19223e2705ad4554fe44a23a3a6a314"` Oct 11 17:19:19.375 INFO blam! d921f9d56417c7e988ea6e8303a833bec19223e2705ad4554fe44a23a3a6a314 Oct 11 17:19:19.377 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:19:19.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:19:19.544 INFO blam! 8e783624e05e669d73ccf3a5a26be29e7dfc49f8481f6cc252f49bcef1fe7372 Oct 11 17:19:19.546 INFO running `"docker" "start" "-a" "8e783624e05e669d73ccf3a5a26be29e7dfc49f8481f6cc252f49bcef1fe7372"` Oct 11 17:19:20.037 INFO kablam! usermod: no changes Oct 11 17:19:20.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 17:19:20.150 INFO kablam! Running /target/debug/deps/lsp_rs-c039f48b701d902a Oct 11 17:19:20.158 INFO blam! Oct 11 17:19:20.158 INFO blam! running 0 tests Oct 11 17:19:20.158 INFO blam! Oct 11 17:19:20.158 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:19:20.158 INFO blam! Oct 11 17:19:20.159 INFO kablam! Doc-tests lsp_rs Oct 11 17:19:30.524 INFO blam! Oct 11 17:19:30.524 INFO blam! running 0 tests Oct 11 17:19:30.524 INFO blam! Oct 11 17:19:30.524 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:19:30.524 INFO blam! Oct 11 17:19:30.540 INFO kablam! su: No module specific data is present Oct 11 17:19:30.854 INFO running `"docker" "rm" "-f" "8e783624e05e669d73ccf3a5a26be29e7dfc49f8481f6cc252f49bcef1fe7372"` Oct 11 17:19:30.914 INFO blam! 8e783624e05e669d73ccf3a5a26be29e7dfc49f8481f6cc252f49bcef1fe7372