Skip to content

wip: support warnings. #322

wip: support warnings.

wip: support warnings. #322

Triggered via push June 14, 2024 17:22
Status Success
Total duration 1m 19s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
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/
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/
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/
Lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite: serde_valid/tests/enum_test.rs#L11
use of deprecated constant `enum_named_variant_validation_is_ok::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/enum_test.rs#L82
use of deprecated constant `enum_named_variant_validation_is_err::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite
`serde_valid` (test "enum_test") generated 2 warnings
Test Suite: serde_valid/tests/specific_test.rs#L6
use of deprecated constant `test_raw_type_field::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite
`serde_valid` (test "specific_test") generated 1 warning
Test Suite: serde_valid/tests/rule_test.rs#L29
use of deprecated constant `rule_struct_named_field_is_ok::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L41
use of deprecated constant `rule_struct_named_fields_is_ok::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L57
use of deprecated constant `rule_struct_named_fields_is_err::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L102
use of deprecated constant `rule_enum_is_ok::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L127
use of deprecated constant `rule_closure_struct_named_fields_is_ok::rule::_w`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead