[INFO] fetching crate lsp_rs 0.1.0... [INFO] extracting crate lsp_rs 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lsp_rs/0.1.0 [INFO] extracting crate lsp_rs 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lsp_rs/0.1.0 [INFO] validating manifest of lsp_rs-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lsp_rs-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lsp_rs-0.1.0 [INFO] finished frobbing lsp_rs-0.1.0 [INFO] frobbed toml for lsp_rs-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lsp_rs/0.1.0/Cargo.toml [INFO] started frobbing lsp_rs-0.1.0 [INFO] finished frobbing lsp_rs-0.1.0 [INFO] frobbed toml for lsp_rs-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/lsp_rs/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded erased-serde v0.1.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing lsp_rs-0.1.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lsp_rs/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] f0770d4f57d44e684c87ebb46af6032cb83a529da58bea137010ab07fd83fdd5 [INFO] running `"docker" "start" "-a" "f0770d4f57d44e684c87ebb46af6032cb83a529da58bea137010ab07fd83fdd5"` [INFO] [stderr] Compiling erased-serde v0.1.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling languageserver-types v0.6.1 [INFO] [stderr] Compiling lsp_rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:299:76 [INFO] [stderr] | [INFO] [stderr] 299 | NOTIFICATION__TelemetryEvent => TelemetryEvent( Box< erased_serde::Serialize > ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn erased_serde::Serialize` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | Codec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | EasyBuf [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:344:28 [INFO] [stderr] | [INFO] [stderr] 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:439:6 [INFO] [stderr] | [INFO] [stderr] 439 | impl Codec for RLSCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:361:43 [INFO] [stderr] | [INFO] [stderr] 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:417:51 [INFO] [stderr] | [INFO] [stderr] 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:444:38 [INFO] [stderr] | [INFO] [stderr] 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:444:71 [INFO] [stderr] | [INFO] [stderr] 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:363:36 [INFO] [stderr] | [INFO] [stderr] 363 | let header_bytes = buf.drain_to( pos ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:364:17 [INFO] [stderr] | [INFO] [stderr] 364 | buf.drain_to( 2 ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:418:16 [INFO] [stderr] | [INFO] [stderr] 418 | if buf.len( ) < self.content_length { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:422:30 [INFO] [stderr] | [INFO] [stderr] 422 | let body_bytes = buf.drain_to( self.content_length ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.64s [INFO] running `"docker" "inspect" "f0770d4f57d44e684c87ebb46af6032cb83a529da58bea137010ab07fd83fdd5"` [INFO] running `"docker" "rm" "-f" "f0770d4f57d44e684c87ebb46af6032cb83a529da58bea137010ab07fd83fdd5"` [INFO] [stdout] f0770d4f57d44e684c87ebb46af6032cb83a529da58bea137010ab07fd83fdd5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lsp_rs/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] e724e83445b311a8ea034c12ec76ec118f6b0b60183a85c0aaef7c55751fa5c5 [INFO] running `"docker" "start" "-a" "e724e83445b311a8ea034c12ec76ec118f6b0b60183a85c0aaef7c55751fa5c5"` [INFO] [stderr] Compiling lsp_rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:299:76 [INFO] [stderr] | [INFO] [stderr] 299 | NOTIFICATION__TelemetryEvent => TelemetryEvent( Box< erased_serde::Serialize > ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn erased_serde::Serialize` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | Codec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | EasyBuf [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:344:28 [INFO] [stderr] | [INFO] [stderr] 344 | fn easybuf_to_utf8( buf : &EasyBuf ) -> io::Result< &str > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:439:6 [INFO] [stderr] | [INFO] [stderr] 439 | impl Codec for RLSCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:361:43 [INFO] [stderr] | [INFO] [stderr] 361 | fn read_header( &mut self, buf : &mut EasyBuf ) -> io::Result< bool > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:417:51 [INFO] [stderr] | [INFO] [stderr] 417 | fn parse_body_contents( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< IncomingServerMessage > > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:444:38 [INFO] [stderr] | [INFO] [stderr] 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:444:71 [INFO] [stderr] | [INFO] [stderr] 444 | fn decode( &mut self, buf : &mut EasyBuf ) -> io::Result< Option< Self::In > > { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:363:36 [INFO] [stderr] | [INFO] [stderr] 363 | let header_bytes = buf.drain_to( pos ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:364:17 [INFO] [stderr] | [INFO] [stderr] 364 | buf.drain_to( 2 ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::len': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:418:16 [INFO] [stderr] | [INFO] [stderr] 418 | if buf.len( ) < self.content_length { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/server.rs:422:30 [INFO] [stderr] | [INFO] [stderr] 422 | let body_bytes = buf.drain_to( self.content_length ); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `"docker" "inspect" "e724e83445b311a8ea034c12ec76ec118f6b0b60183a85c0aaef7c55751fa5c5"` [INFO] running `"docker" "rm" "-f" "e724e83445b311a8ea034c12ec76ec118f6b0b60183a85c0aaef7c55751fa5c5"` [INFO] [stdout] e724e83445b311a8ea034c12ec76ec118f6b0b60183a85c0aaef7c55751fa5c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/lsp_rs/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 3495f91999ac2f22dc48edc20a31815eb8ca42d69e7a863017063564631f8dce [INFO] running `"docker" "start" "-a" "3495f91999ac2f22dc48edc20a31815eb8ca42d69e7a863017063564631f8dce"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/lsp_rs-e2a6e682db71b8cc [INFO] [stderr] Doc-tests lsp_rs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3495f91999ac2f22dc48edc20a31815eb8ca42d69e7a863017063564631f8dce"` [INFO] running `"docker" "rm" "-f" "3495f91999ac2f22dc48edc20a31815eb8ca42d69e7a863017063564631f8dce"` [INFO] [stdout] 3495f91999ac2f22dc48edc20a31815eb8ca42d69e7a863017063564631f8dce