[INFO] fetching crate pepper 0.5.10... [INFO] checking pepper-0.5.10 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate pepper 0.5.10 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pepper 0.5.10 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate pepper 0.5.10 [INFO] finished tweaking crates.io crate pepper 0.5.10 [INFO] tweaked toml for crates.io crate pepper 0.5.10 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate pepper 0.5.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c892574b050f75af95e3751b66eff416433fbbc12e6602c3883a14537da4e6e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c892574b050f75af95e3751b66eff416433fbbc12e6602c3883a14537da4e6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c892574b050f75af95e3751b66eff416433fbbc12e6602c3883a14537da4e6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c892574b050f75af95e3751b66eff416433fbbc12e6602c3883a14537da4e6e", kill_on_drop: false }` [INFO] [stdout] 6c892574b050f75af95e3751b66eff416433fbbc12e6602c3883a14537da4e6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d3fbdb36a781a9788f722b207a95df47295a24d26df4792a0a3e58809732af5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5d3fbdb36a781a9788f722b207a95df47295a24d26df4792a0a3e58809732af5", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking libloading v0.6.6 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking parking_lot_core v0.8.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking polling v2.0.2 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking signal-hook v0.1.16 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Checking crossterm v0.18.2 [INFO] [stderr] Compiling lua-src v540.0.1 [INFO] [stderr] Compiling luajit-src v210.1.1+resty29a66f7 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling wayland-scanner v0.28.2 [INFO] [stderr] Compiling mlua v0.4.2 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Checking wayland-commons v0.28.2 [INFO] [stderr] Checking ctrlc v3.1.7 [INFO] [stderr] Checking argh v0.1.4 [INFO] [stderr] Checking wayland-cursor v0.28.2 [INFO] [stderr] Checking x11-clipboard v0.5.1 [INFO] [stderr] Checking smithay-client-toolkit v0.12.0 [INFO] [stderr] Checking smithay-clipboard v0.6.1 [INFO] [stderr] Checking copypasta v0.7.1 [INFO] [stderr] Checking pepper v0.5.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/pattern.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/buffer.rs:1548:10 [INFO] [stdout] | [INFO] [stdout] 1548 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/buffer.rs:1576:10 [INFO] [stdout] | [INFO] [stdout] 1576 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/pattern.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `read_events` [INFO] [stdout] --> src/editor.rs:601:14 [INFO] [stdout] | [INFO] [stdout] 601 | let (read_events, write_events) = self.events.get_stream_and_sink(); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_read_events` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buffer_path` [INFO] [stdout] --> src/lsp/client.rs:699:17 [INFO] [stdout] | [INFO] [stdout] 699 | let buffer_path = buffer.path()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `client` [INFO] [stdout] --> src/lsp/client.rs:693:13 [INFO] [stdout] | [INFO] [stdout] 693 | client: &mut Client, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json` [INFO] [stdout] --> src/lsp/client.rs:695:13 [INFO] [stdout] | [INFO] [stdout] 695 | json: &mut Json, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/lsp/client.rs:737:21 [INFO] [stdout] | [INFO] [stdout] 737 | handle, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/lsp/client.rs:738:21 [INFO] [stdout] | [INFO] [stdout] 738 | range, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/lsp/client.rs:741:25 [INFO] [stdout] | [INFO] [stdout] 741 | let text = text.as_str(events); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/lsp/client.rs:744:49 [INFO] [stdout] | [INFO] [stdout] 744 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/lsp/client.rs:744:57 [INFO] [stdout] | [INFO] [stdout] 744 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_path` [INFO] [stdout] --> src/lsp/client.rs:747:51 [INFO] [stdout] | [INFO] [stdout] 747 | EditorEvent::BufferSave { handle, new_path } => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `new_path: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/script.rs:612:21 [INFO] [stdout] | [INFO] [stdout] 612 | handle, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/script.rs:613:21 [INFO] [stdout] | [INFO] [stdout] 613 | range, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/script.rs:614:21 [INFO] [stdout] | [INFO] [stdout] 614 | text, [INFO] [stdout] | ^^^^ help: try ignoring the field: `text: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/script.rs:618:49 [INFO] [stdout] | [INFO] [stdout] 618 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/script.rs:618:57 [INFO] [stdout] | [INFO] [stdout] 618 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `on` [INFO] [stdout] --> src/lsp/client.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | on: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prepare_provider` [INFO] [stdout] --> src/lsp/client.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | prepare_provider: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `on` [INFO] [stdout] --> src/lsp/client.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | on: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `open_close` [INFO] [stdout] --> src/lsp/client.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | open_close: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `change` [INFO] [stdout] --> src/lsp/client.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | change: TextDocumentSyncKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `save` [INFO] [stdout] --> src/lsp/client.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | save: TextDocumentSyncKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `read_events` [INFO] [stdout] --> src/editor.rs:601:14 [INFO] [stdout] | [INFO] [stdout] 601 | let (read_events, write_events) = self.events.get_stream_and_sink(); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_read_events` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buffer_path` [INFO] [stdout] --> src/lsp/client.rs:699:17 [INFO] [stdout] | [INFO] [stdout] 699 | let buffer_path = buffer.path()?; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `client` [INFO] [stdout] --> src/lsp/client.rs:693:13 [INFO] [stdout] | [INFO] [stdout] 693 | client: &mut Client, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `json` [INFO] [stdout] --> src/lsp/client.rs:695:13 [INFO] [stdout] | [INFO] [stdout] 695 | json: &mut Json, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/lsp/client.rs:737:21 [INFO] [stdout] | [INFO] [stdout] 737 | handle, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/lsp/client.rs:738:21 [INFO] [stdout] | [INFO] [stdout] 738 | range, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/lsp/client.rs:741:25 [INFO] [stdout] | [INFO] [stdout] 741 | let text = text.as_str(events); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_text` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/lsp/client.rs:744:49 [INFO] [stdout] | [INFO] [stdout] 744 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/lsp/client.rs:744:57 [INFO] [stdout] | [INFO] [stdout] 744 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_path` [INFO] [stdout] --> src/lsp/client.rs:747:51 [INFO] [stdout] | [INFO] [stdout] 747 | EditorEvent::BufferSave { handle, new_path } => { [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `new_path: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/script.rs:612:21 [INFO] [stdout] | [INFO] [stdout] 612 | handle, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/script.rs:613:21 [INFO] [stdout] | [INFO] [stdout] 613 | range, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `text` [INFO] [stdout] --> src/script.rs:614:21 [INFO] [stdout] | [INFO] [stdout] 614 | text, [INFO] [stdout] | ^^^^ help: try ignoring the field: `text: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/script.rs:618:49 [INFO] [stdout] | [INFO] [stdout] 618 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `range` [INFO] [stdout] --> src/script.rs:618:57 [INFO] [stdout] | [INFO] [stdout] 618 | EditorEvent::BufferDeleteText { handle, range } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `range: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `on` [INFO] [stdout] --> src/lsp/client.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | on: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prepare_provider` [INFO] [stdout] --> src/lsp/client.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | prepare_provider: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `on` [INFO] [stdout] --> src/lsp/client.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | on: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `open_close` [INFO] [stdout] --> src/lsp/client.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | open_close: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `change` [INFO] [stdout] --> src/lsp/client.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | change: TextDocumentSyncKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `save` [INFO] [stdout] --> src/lsp/client.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | save: TextDocumentSyncKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `Command { std: "docker" "inspect" "5d3fbdb36a781a9788f722b207a95df47295a24d26df4792a0a3e58809732af5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d3fbdb36a781a9788f722b207a95df47295a24d26df4792a0a3e58809732af5", kill_on_drop: false }` [INFO] [stdout] 5d3fbdb36a781a9788f722b207a95df47295a24d26df4792a0a3e58809732af5