Merge pull request #360 from xcp-ng/rocky-alma #386
Annotations
6 errors and 6 warnings
Tarpaulin
Couldn't find a release tarball containing binaries for latest
|
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
|
Tarpaulin
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/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tarpaulin
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/[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/
|
Tarpaulin
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/
|
Tarpaulin
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/
|
Tarpaulin
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/
|
Tarpaulin
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/
|