CI: get build and tests workflow working again #1
ci.yml
on: push
Rustfmt
8s
Clippy
15s
Security audit
5s
Deadlinks
1m 5s
MLC
9s
spellcheck
6s
Markdown lints
11s
cargo-deny
22s
Matrix: Build and test
Annotations
17 errors and 59 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
spellcheck
3 spelling issues found in 2 of the 5 files checked.
|
no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope:
os_info/src/linux/lsb_release.rs#L45
error[E0599]: no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope
--> os_info/src/linux/lsb_release.rs:45:38
|
45 | Some("Ultramarine") => Type::Ultramarine,
| ^^^^^^^^^^^ variant or associated item not found in `Type`
|
::: os_info/src/os_type.rs:8:1
|
8 | pub enum Type {
| ------------- variant or associated item `Ultramarine` not found for this enum
|
no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope:
os_info/src/linux/file_release.rs#L620
error[E0599]: no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope
--> os_info/src/linux/file_release.rs:620:42
|
620 | assert_eq!(info.os_type(), Type::Ultramarine);
| ^^^^^^^^^^^ variant or associated item not found in `Type`
|
::: os_info/src/os_type.rs:8:1
|
8 | pub enum Type {
| ------------- variant or associated item `Ultramarine` not found for this enum
|
no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope:
os_info/src/linux/lsb_release.rs#L45
error[E0599]: no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope
--> os_info/src/linux/lsb_release.rs:45:38
|
45 | Some("Ultramarine") => Type::Ultramarine,
| ^^^^^^^^^^^ variant or associated item not found in `Type`
|
::: os_info/src/os_type.rs:8:1
|
8 | pub enum Type {
| ------------- variant or associated item `Ultramarine` not found for this enum
|
no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope:
os_info/src/linux/file_release.rs#L137
error[E0599]: no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope
--> os_info/src/linux/file_release.rs:137:49
|
137 | "ultramarine" => Some(Type::Ultramarine),
| ^^^^^^^^^^^ variant or associated item not found in `Type`
|
::: os_info/src/os_type.rs:8:1
|
8 | pub enum Type {
| ------------- variant or associated item `Ultramarine` not found for this enum
|
no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope:
os_info/src/linux/file_release.rs#L137
error[E0599]: no variant or associated item named `Ultramarine` found for enum `os_type::Type` in the current scope
--> os_info/src/linux/file_release.rs:137:49
|
137 | "ultramarine" => Some(Type::Ultramarine),
| ^^^^^^^^^^^ variant or associated item not found in `Type`
|
::: os_info/src/os_type.rs:8:1
|
8 | pub enum Type {
| ------------- variant or associated item `Ultramarine` not found for this enum
|
Clippy
Clippy had exited with the 101 exit code
|
Build and test (Linux, ubuntu-latest):
os_info/src/linux/file_release.rs#L137
no variant or associated item named `Ultramarine` found for enum `Type` in the current scope
|
Build and test (Linux, ubuntu-latest):
os_info/src/linux/lsb_release.rs#L45
no variant or associated item named `Ultramarine` found for enum `Type` in the current scope
|
Build and test (Linux, ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build and test (macOS, macOS-latest)
The operation was canceled.
|
Build and test (Win64-gnu, windows-latest, stable-x86_64-pc-windows-gnu, x86_64-pc-windows-gnu)
The operation was canceled.
|
Build and test (Win32-gnu, windows-latest, stable-i686-pc-windows-gnu, i686-pc-windows-gnu)
The operation was canceled.
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
The operation was canceled.
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
The operation was canceled.
|
Deadlinks
Process completed with exit code 101.
|
Security audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Security audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-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/
|
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
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/
|
spellcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, streetsidesoftware/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
spellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, streetsidesoftware/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
spellcheck:
os_info/src/freebsd/mod.rs#L34
Unknown word (sbin)
|
spellcheck:
os_info/src/linux/lsb_release.rs#L541
Unknown word (Kuma)
|
spellcheck:
os_info/src/linux/lsb_release.rs#L543
Unknown word (kuma)
|
MLC
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
MLC
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Markdown lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Markdown lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy
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/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
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/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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
cargo-deny
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-deny
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test (Linux, 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-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test (Linux, 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-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/
|
Build and test (Linux, 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/
|
Build and test (Linux, 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/
|
Build and test (Linux, 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/
|
Build and test (Linux, 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/
|
Build and test (macOS, 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-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test (macOS, 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-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/
|
Build and test (macOS, 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/
|
Build and test (macOS, 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/
|
Build and test (macOS, 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/
|
Build and test (macOS, 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/
|
Build and test (Win64-gnu, windows-latest, stable-x86_64-pc-windows-gnu, x86_64-pc-windows-gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test (Win64-gnu, windows-latest, stable-x86_64-pc-windows-gnu, x86_64-pc-windows-gnu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Build and test (Win32-gnu, windows-latest, stable-i686-pc-windows-gnu, i686-pc-windows-gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test (Win32-gnu, windows-latest, stable-i686-pc-windows-gnu, i686-pc-windows-gnu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/.
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/
|
Build and test (Win64-msvc, windows-latest, stable-x86_64-pc-windows-msvc, x86_64-pc-windows-msvc)
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/
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/.
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/
|
Build and test (Win32-msvc, windows-latest, stable-i686-pc-windows-msvc, i686-pc-windows-msvc)
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/
|
Deadlinks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deadlinks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Deadlinks
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/
|
Deadlinks
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/
|
Deadlinks
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/
|
Deadlinks
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/
|