Skip to content

Update Rust crate lsp-types to 0.97.0 #280

Update Rust crate lsp-types to 0.97.0

Update Rust crate lsp-types to 0.97.0 #280

Triggered via pull request May 17, 2024 15:06
Status Failure
Total duration 4m 14s
Artifacts

ci.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 59 warnings
test (ubuntu-latest): crates/parser/src/syntax_kind/generated.rs#L12
unknown `doc` attribute `hiddent`
test (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test (macos-latest): crates/parser/src/syntax_kind/generated.rs#L12
unknown `doc` attribute `hiddent`
test (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
test (windows-latest): crates/parser/src/syntax_kind/generated.rs#L12
unknown `doc` attribute `hiddent`
test (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (ubuntu-latest)
`/home/runner/work/lua-analyzer/lua-analyzer/.cargo/config` is deprecated in favor of `config.toml`
test (ubuntu-latest): crates/vfs/src/loader.rs#L1
unused import: `std::fmt`
test (ubuntu-latest): crates/vfs/src/loader.rs#L13
field `thread` is never read
test (ubuntu-latest): crates/vfs/src/lib.rs#L73
using `.clone()` on a double reference, which returns `&Path` instead of cloning the inner type
test (ubuntu-latest)
`vfs` (lib) generated 3 warnings (run `cargo fix --lib -p vfs` to apply 1 suggestion)
test (ubuntu-latest): crates/parser/src/parser.rs#L8
constant `RECOVERY` is never used
test (ubuntu-latest): crates/parser/src/parser.rs#L110
method `expect_at` is never used
test (ubuntu-latest): crates/parser/src/parser.rs#L163
type alias `MarkerRegular` is never used
test (ubuntu-latest): crates/parser/src/parser.rs#L189
method `abandon` is never used
test (ubuntu-latest): crates/parser/src/parser.rs#L218
fields `finish_pos` and `kind` are never read
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (macos-latest)
`/Users/runner/work/lua-analyzer/lua-analyzer/.cargo/config` is deprecated in favor of `config.toml`
test (macos-latest): crates/vfs/src/loader.rs#L1
unused import: `std::fmt`
test (macos-latest): crates/vfs/src/loader.rs#L13
field `thread` is never read
test (macos-latest): crates/vfs/src/lib.rs#L73
using `.clone()` on a double reference, which returns `&Path` instead of cloning the inner type
test (macos-latest)
`vfs` (lib) generated 3 warnings (run `cargo fix --lib -p vfs` to apply 1 suggestion)
test (macos-latest): crates/parser/src/parser.rs#L8
constant `RECOVERY` is never used
test (macos-latest): crates/parser/src/parser.rs#L110
method `expect_at` is never used
test (macos-latest): crates/parser/src/parser.rs#L163
type alias `MarkerRegular` is never used
test (macos-latest): crates/parser/src/parser.rs#L189
method `abandon` is never used
test (macos-latest): crates/parser/src/parser.rs#L218
fields `finish_pos` and `kind` are never read
test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (windows-latest)
`D:\a\lua-analyzer\lua-analyzer\.cargo\config` is deprecated in favor of `config.toml`
test (windows-latest): crates/vfs/src/loader.rs#L1
unused import: `std::fmt`
test (windows-latest): crates/vfs/src/loader.rs#L13
field `thread` is never read
test (windows-latest): crates/vfs/src/lib.rs#L73
using `.clone()` on a double reference, which returns `&Path` instead of cloning the inner type
test (windows-latest)
`vfs` (lib) generated 3 warnings (run `cargo fix --lib -p vfs` to apply 1 suggestion)
test (windows-latest): crates/parser/src/parser.rs#L8
constant `RECOVERY` is never used
test (windows-latest): crates/parser/src/parser.rs#L110
method `expect_at` is never used
test (windows-latest): crates/parser/src/parser.rs#L163
type alias `MarkerRegular` is never used
test (windows-latest): crates/parser/src/parser.rs#L189
method `abandon` is never used
test (windows-latest): crates/parser/src/parser.rs#L218
fields `finish_pos` and `kind` are never read
rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rustfmt
Failed to download action 'https://api.github.com/repos/actions-rs/toolchain/tarball/16499b5e05bf2e26879000db0c1d13f7e13fa3af'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
rustfmt
Back off 11.362 seconds before retry.
rustfmt
Failed to download action 'https://api.github.com/repos/actions-rs/toolchain/tarball/16499b5e05bf2e26879000db0c1d13f7e13fa3af'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
rustfmt
Back off 28.472 seconds before retry.
rustfmt
`/home/runner/work/lua-analyzer/lua-analyzer/.cargo/config` is deprecated in favor of `config.toml`
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/