Skip to content

docs: attributes: fix small backporting error #1

docs: attributes: fix small backporting error

docs: attributes: fix small backporting error #1

Triggered via push October 30, 2023 13:22
Status Failure
Total duration 8m 50s
Artifacts

CI.yml

on: push
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
10s
cargo fmt
cargo check (-Zminimal-versions)
31s
cargo check (-Zminimal-versions)
cargo test (feature-specific)
1m 39s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 496 warnings
variant `OutOfSpace` is never constructed: examples/examples/fmt/yak_shave.rs#L72
error: variant `OutOfSpace` is never constructed --> examples/examples/fmt/yak_shave.rs:72:5 | 70 | enum MissingYakError { | --------------- variant in this enum 71 | #[error("out of space")] 72 | OutOfSpace { source: OutOfSpaceError }, | ^^^^^^^^^^ | = note: `MissingYakError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
function `shave_all` is never used: examples/examples/fmt/yak_shave.rs#L30
error: function `shave_all` is never used --> examples/examples/fmt/yak_shave.rs:30:8 | 30 | pub fn shave_all(yaks: usize) -> usize { | ^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings`
unused variable: `ctx`: examples/examples/fmt.rs#L26
error: unused variable: `ctx` --> examples/examples/fmt.rs:26:9 | 26 | ctx: tracing_subscriber::layer::Context<'_, S>, | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `guard`: examples/examples/fmt.rs#L16
error: unused variable: `guard` --> examples/examples/fmt.rs:16:9 | 16 | let guard = tracing::info_span!("test").entered(); | ^^^^^ help: if this is intentional, prefix it with an underscore: `_guard` | = note: `-D unused-variables` implied by `-D warnings`
warnings
Clippy had exited with the 101 exit code
cargo test (nightly on ubuntu-latest)
Process completed with exit code 100.
cargo test (beta on ubuntu-latest)
Process completed with exit code 100.
cargo test (stable on ubuntu-latest)
Process completed with exit code 100.
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
failed to select a version for the requirement `ahash = "=0.7.7"`
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
failed to select a version for the requirement `ahash = "=0.7.7"`
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
failed to select a version for the requirement `ahash = "=0.7.7"`
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
The operation was canceled.
cargo test (stable on macos-latest)
Process completed with exit code 100.
cargo test (stable on windows-latest)
Process completed with exit code 1.
cargo check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check
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 check
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 check
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 check
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 fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo fmt
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 fmt
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 fmt
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 fmt
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 tests (wasm) (tracing-core)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-core)
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 tests (wasm) (tracing-core)
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 tests (wasm) (tracing-core)
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 tests (wasm) (tracing-core)
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 check (-Zminimal-versions)
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/
cargo check (-Zminimal-versions)
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 check (-Zminimal-versions)
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 check (-Zminimal-versions)
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 check (-Zminimal-versions)
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 tests (wasm) (tracing-flame)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-flame)
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 tests (wasm) (tracing-flame)
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 tests (wasm) (tracing-flame)
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 tests (wasm) (tracing-flame)
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 tests (wasm) (tracing-flame)
`tracing-subscriber` (lib) generated 1 warning
build tests (wasm) (tracing-error)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-error)
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 tests (wasm) (tracing-error)
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 tests (wasm) (tracing-error)
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 tests (wasm) (tracing-error)
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 tests (wasm) (tracing-error)
`tracing-subscriber` (lib) generated 1 warning
build tests (wasm) (tracing-tower)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-tower)
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 tests (wasm) (tracing-tower)
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 tests (wasm) (tracing-tower)
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 tests (wasm) (tracing-tower)
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 tests (wasm) (tracing-macros)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-macros)
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 tests (wasm) (tracing-macros)
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 tests (wasm) (tracing-macros)
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 tests (wasm) (tracing-macros)
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 tests (wasm) (tracing-serde)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-serde)
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 tests (wasm) (tracing-serde)
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 tests (wasm) (tracing-serde)
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 tests (wasm) (tracing-serde)
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 tests (wasm) (tracing-attributes)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-attributes)
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 tests (wasm) (tracing-attributes)
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 tests (wasm) (tracing-attributes)
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 tests (wasm) (tracing-attributes)
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 tests (wasm) (tracing-journald)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-journald)
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 tests (wasm) (tracing-journald)
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 tests (wasm) (tracing-journald)
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 tests (wasm) (tracing-journald)
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 tests (wasm) (tracing-appender)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-appender)
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 tests (wasm) (tracing-appender)
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 tests (wasm) (tracing-appender)
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 tests (wasm) (tracing-appender)
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 tests (wasm) (tracing-appender)
`tracing-subscriber` (lib) generated 1 warning
build tests (wasm) (tracing-log)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-log)
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 tests (wasm) (tracing-log)
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 tests (wasm) (tracing-log)
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 tests (wasm) (tracing-log)
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/
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
warnings
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/
warnings
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/
warnings
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/
warnings
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 tests (wasm) (tracing-subscriber)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 tests (wasm) (tracing-subscriber)
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 tests (wasm) (tracing-subscriber)
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 tests (wasm) (tracing-subscriber)
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 tests (wasm) (tracing-subscriber)
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 test (wasm) (tracing)
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/
cargo test (wasm) (tracing)
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 test (wasm) (tracing)
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 test (wasm) (tracing)
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 test (wasm) (tracing)
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 test (feature-specific)
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/
cargo test (feature-specific)
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 test (feature-specific)
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 test (feature-specific)
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 test (feature-specific)
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 test (nightly on ubuntu-latest)
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/
cargo test (nightly on 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/
cargo test (nightly on 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/
cargo test (nightly on 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/
cargo test (nightly on 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/
cargo test (beta on ubuntu-latest)
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/
cargo test (beta on 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/
cargo test (beta on 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/
cargo test (beta on 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/
cargo test (beta on 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/
cargo test (stable on ubuntu-latest)
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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
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 check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-appender, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
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 check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-futures, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
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 check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-macros, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-tower, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
/home/runner/work/tracing/tracing/tracing-mock/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-log, stable)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-flame/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-core/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-tower/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
/home/runner/work/tracing/tracing/tracing-serde/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-appender/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-macros/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-futures/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-subscriber/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-attributes/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-journald/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-error/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/tracing-log/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
/home/runner/work/tracing/tracing/examples/Cargo.toml: `rust-version` is not supported on this version of Cargo and will be ignored
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 check (+MSRV -Zminimal-versions) (tracing-subscriber, stable)
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 test (stable on macos-latest)
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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo test (stable on 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/
cargo test (stable on windows-latest)
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/
cargo test (stable on windows-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/
cargo test (stable on windows-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/
cargo test (stable on windows-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/
cargo test (stable on windows-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/