Skip to content

chown: fails when XXXX. or XXXX: is provided (when XXXX is numeric va… #16

chown: fails when XXXX. or XXXX: is provided (when XXXX is numeric va…

chown: fails when XXXX. or XXXX: is provided (when XXXX is numeric va… #16

Triggered via push February 3, 2025 23:18
Status Failure
Total duration 33m 18s
Artifacts

CICD.yml

on: push
Matrix: Dependencies
Matrix: MinRustV
Style/cargo-deny
20s
Style/cargo-deny
Matrix: Code Coverage
Matrix: Documentation/warnings
Matrix: Style/deps
Matrix: Style/format
Matrix: Style/lint
Matrix: Style/spelling
Matrix: Build
Matrix: Build/Makefile
Matrix: Build/nightly
Matrix: Build/stable
Matrix: Binary sizes
Matrix: Test Android builds
Matrix: Tests/BusyBox test suite
Matrix: Tests/FreeBSD test suite
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 146 warnings
Code Coverage (ubuntu-latest, unix)
failed to run `rustc` to learn about target-specific information
Code Coverage (ubuntu-latest, unix)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Code Coverage (windows-latest, windows)
failed to run `rustc` to learn about target-specific information
Code Coverage (windows-latest, windows)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Documentation/warnings (ubuntu-latest, feat_os_unix)
Process completed with exit code 101.
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fsext.rs#L375
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:375)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fsext.rs#L376
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:376)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fsext.rs#L377
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:377)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/encoding.rs#L91
ERROR: `cargo clippy`: can be more succinctly written as a byte str (file:'src/uucore/src/lib/features/encoding.rs', line:91)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fsext.rs#L98
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src/uucore/src/lib/features/fsext.rs', line:98)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fsext.rs#L117
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src/uucore/src/lib/features/fsext.rs', line:117)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/mods/panic.rs#L13
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src/uucore/src/lib/mods/panic.rs', line:13)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/mods/panic.rs#L16
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src/uucore/src/lib/mods/panic.rs', line:16)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/tokenize/num_format/format_field.rs#L42
ERROR: `cargo clippy`: field `orig` is never read (file:'src/uucore/src/lib/features/tokenize/num_format/format_field.rs', line:42)
Style/lint (ubuntu-latest, feat_os_unix): src/uucore/src/lib/features/fs.rs#L113
ERROR: `cargo clippy`: casting to the same type is unnecessary (`u64` -> `u64`) (file:'src/uucore/src/lib/features/fs.rs', line:113)
Code Coverage (macos-latest, macos)
failed to run `rustc` to learn about target-specific information
Code Coverage (macos-latest, macos)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fsext.rs#L375
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src\uucore\src\lib\features\fsext.rs', line:375)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fsext.rs#L376
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src\uucore\src\lib\features\fsext.rs', line:376)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fsext.rs#L377
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src\uucore\src\lib\features\fsext.rs', line:377)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\encoding.rs#L91
ERROR: `cargo clippy`: can be more succinctly written as a byte str (file:'src\uucore\src\lib\features\encoding.rs', line:91)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fsext.rs#L98
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src\uucore\src\lib\features\fsext.rs', line:98)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fsext.rs#L117
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src\uucore\src\lib\features\fsext.rs', line:117)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\mods\panic.rs#L13
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src\uucore\src\lib\mods\panic.rs', line:13)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\mods\panic.rs#L16
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src\uucore\src\lib\mods\panic.rs', line:16)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\tokenize\num_format\format_field.rs#L42
ERROR: `cargo clippy`: field `orig` is never read (file:'src\uucore\src\lib\features\tokenize\num_format\format_field.rs', line:42)
Style/lint (windows-latest, feat_os_windows): src\uucore\src\lib\features\fs.rs#L115
ERROR: `cargo clippy`: casting to the same type is unnecessary (`u64` -> `u64`) (file:'src\uucore\src\lib\features\fs.rs', line:115)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fsext.rs#L375
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:375)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fsext.rs#L376
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:376)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fsext.rs#L377
ERROR: `cargo clippy`: unneeded sub `cfg` when there is only one condition (file:'src/uucore/src/lib/features/fsext.rs', line:377)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/encoding.rs#L91
ERROR: `cargo clippy`: can be more succinctly written as a byte str (file:'src/uucore/src/lib/features/encoding.rs', line:91)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fsext.rs#L98
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src/uucore/src/lib/features/fsext.rs', line:98)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fsext.rs#L117
ERROR: `cargo clippy`: unexpected `cfg` condition value: `bitrig` (file:'src/uucore/src/lib/features/fsext.rs', line:117)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/mods/panic.rs#L13
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src/uucore/src/lib/mods/panic.rs', line:13)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/mods/panic.rs#L16
ERROR: `cargo clippy`: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead (file:'src/uucore/src/lib/mods/panic.rs', line:16)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/tokenize/num_format/format_field.rs#L42
ERROR: `cargo clippy`: field `orig` is never read (file:'src/uucore/src/lib/features/tokenize/num_format/format_field.rs', line:42)
Style/lint (macos-latest, feat_os_macos): src/uucore/src/lib/features/fs.rs#L120
ERROR: `cargo clippy`: casting to the same type is unnecessary (`u64` -> `u64`) (file:'src/uucore/src/lib/features/fs.rs', line:120)
MinRustV (ubuntu-latest, feat_os_unix)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
ERROR: `cargo udeps`: style violation (unused dependency found)
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
Process completed with exit code 1.
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
ERROR: `cargo udeps`: style violation (unused dependency found)
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
Process completed with exit code 1.
Style/deps (windows-latest, feat_os_windows)
ERROR: `cargo udeps`: style violation (unused dependency found)
Style/deps (windows-latest, feat_os_windows)
Process completed with exit code 1.
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
`/home/runner/work/coreutils/coreutils/.cargo/config` is deprecated in favor of `config.toml`
Code Coverage (ubuntu-latest, unix)
/home/runner/work/coreutils/coreutils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Code Coverage (ubuntu-latest, unix)
The `save-state` 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/
Code Coverage (ubuntu-latest, unix)
The `save-state` 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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (ubuntu-latest, unix)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
The `save-state` 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/
Code Coverage (windows-latest, windows)
The `save-state` 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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
`D:\a\coreutils\coreutils\.cargo\config` is deprecated in favor of `config.toml`
Code Coverage (windows-latest, windows)
D:\a\coreutils\coreutils\Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Code Coverage (windows-latest, windows)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Documentation/warnings (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/lint (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Style/lint (ubuntu-latest, feat_os_unix)
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/
Dependencies (ubuntu-latest, feat_os_unix)
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/
Dependencies (ubuntu-latest, feat_os_unix)
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/
Dependencies (ubuntu-latest, feat_os_unix)
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/
Dependencies (ubuntu-latest, feat_os_unix)
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/
Dependencies (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Dependencies (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Dependencies (ubuntu-latest, feat_os_unix)
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/
Code Coverage (macos-latest, macos)
The `save-state` 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/
Code Coverage (macos-latest, macos)
The `save-state` 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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
`/Users/runner/work/coreutils/coreutils/.cargo/config` is deprecated in favor of `config.toml`
Code Coverage (macos-latest, macos)
/Users/runner/work/coreutils/coreutils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Code Coverage (macos-latest, macos)
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/
Style/format (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/format (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/format (ubuntu-latest, feat_os_unix)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (windows-latest, feat_os_windows)
The `save-state` 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/
Style/lint (windows-latest, feat_os_windows)
The `save-state` 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/
Style/lint (windows-latest, feat_os_windows)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
The `save-state` 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/
Style/lint (macos-latest, feat_os_macos)
The `save-state` 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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
Style/lint (macos-latest, feat_os_macos)
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/
MinRustV (ubuntu-latest, feat_os_unix)
The `save-state` 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/
MinRustV (ubuntu-latest, feat_os_unix)
The `save-state` 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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
MinRustV (ubuntu-latest, feat_os_unix)
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/
Style/spelling (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/spelling (ubuntu-latest, feat_os_unix)
The `save-state` 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/
Style/spelling (ubuntu-latest, feat_os_unix)
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/
Style/spelling (ubuntu-latest, feat_os_unix)
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/
Style/spelling (ubuntu-latest, feat_os_unix)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
The `save-state` 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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
The `save-state` 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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (ubuntu-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
The `save-state` 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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
The `save-state` 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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (macos-latest, feat_Tier1,feat_require_unix,feat_require_unix_utmpx)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
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/
Style/deps (windows-latest, feat_os_windows)
The `save-state` 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/
Style/deps (windows-latest, feat_os_windows)
The `save-state` 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/
Style/deps (windows-latest, feat_os_windows)
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/