feat: add libuv to provide some asynchronous functionality #1553
Triggered via pull request
September 9, 2024 10:52
Status
Failure
Total duration
6h 1m 43s
Artifacts
–
test.yml
on: pull_request
Check
1m 19s
Check Style
1m 49s
Matrix: Test Rust
Annotations
7 errors and 7 warnings
useless use of `format!`:
src/ast/node/primary.rs#L173
error: useless use of `format!`
--> src/ast/node/primary.rs:173:40
|
173 | ... .add_help(&format!("macro input isn't complete",))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"macro input isn't complete".to_string()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format
= note: `-D clippy::useless-format` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_format)]`
|
Check Style
Clippy had exited with the 101 exit code
|
Test Rust (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Test Rust (macos-14)
The job running on runner GitHub Actions 11 has exceeded the maximum execution time of 360 minutes.
|
Test Rust (macos-14)
The operation was canceled.
|
Test Rust (ubuntu-latest)
The job running on runner GitHub Actions 4 has exceeded the maximum execution time of 360 minutes.
|
Test Rust (ubuntu-latest)
The operation was canceled.
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: Pivot-Studio/setup-llvm@main, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check Style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1, Pivot-Studio/setup-llvm@main, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 Rust (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: Pivot-Studio/setup-llvm@main, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust (macos-14)
zstd 1.5.6 is already installed and up-to-date.
To reinstall 1.5.6, run:
brew reinstall zstd
|