chore: install workflow-runner via axo #1176
main.yaml
on: pull_request
Rust tests (marzano)
5m 38s
Rust wasm
1m 30s
Test the standard library
4m 11s
Annotations
6 errors and 22 warnings
unused import: `futures_util::StreamExt`:
crates/cli/src/updater.rs#L6
error: unused import: `futures_util::StreamExt`
--> crates/cli/src/updater.rs:6:5
|
6 | use futures_util::StreamExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
unused imports: `get_client_arch`, `get_client_os`:
crates/cli/src/updater.rs#L26
error: unused imports: `get_client_arch`, `get_client_os`
--> crates/cli/src/updater.rs:26:20
|
26 | use crate::utils::{get_client_arch, get_client_os};
| ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
|
unused import: `reqwest::redirect::Policy`:
crates/cli/src/updater.rs#L12
error: unused import: `reqwest::redirect::Policy`
--> crates/cli/src/updater.rs:12:5
|
12 | use reqwest::redirect::Policy;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `futures_util::StreamExt`:
crates/cli/src/updater.rs#L6
error: unused import: `futures_util::StreamExt`
--> crates/cli/src/updater.rs:6:5
|
6 | use futures_util::StreamExt;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
unused imports: `get_client_arch`, `get_client_os`:
crates/cli/src/updater.rs#L26
error: unused imports: `get_client_arch`, `get_client_os`
--> crates/cli/src/updater.rs:26:20
|
26 | use crate::utils::{get_client_arch, get_client_os};
| ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
|
unused import: `reqwest::redirect::Policy`:
crates/cli/src/updater.rs#L12
error: unused import: `reqwest::redirect::Policy`
--> crates/cli/src/updater.rs:12:5
|
12 | use reqwest::redirect::Policy;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Rust wasm
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Rust wasm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust wasm
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rust wasm
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/
|
Rust wasm
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/
|
Rust wasm
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/
|
Rust wasm
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 the standard library
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Test the standard library
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 the standard library
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@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 the standard library
Restore cache failed: Dependencies file is not found in /home/runner/work/gritql/gritql. Supported file pattern: go.sum
|
Test the standard library
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 the standard library
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 the standard library
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 the standard library
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/
|
Rust tests (marzano)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Rust tests (marzano)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust tests (marzano)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rust tests (marzano)
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/
|
Rust tests (marzano)
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/
|
Rust tests (marzano)
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/
|
Rust tests (marzano)
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/
|