Skip to content

fix: test case.

fix: test case. #349

Triggered via push June 20, 2024 23:57
Status Success
Total duration 1m 10s
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/complex_test.rs#L11
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__int_value_0_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L21
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__float_value_1_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L31
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__string_value_2_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L39
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__str_value_3_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L47
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__optional_value_4_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L55
use of deprecated constant `<TestStruct<'a> as serde_valid::Validate>::validate::__vec_value_5_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L81
use of deprecated constant `<TestInnerStruct<'a> as serde_valid::Validate>::validate::__inner_int_value_0_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L91
use of deprecated constant `<TestInnerStruct<'a> as serde_valid::Validate>::validate::__inner_float_value_1_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L101
use of deprecated constant `<TestInnerStruct<'a> as serde_valid::Validate>::validate::__inner_string_value_2_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.
Test Suite: serde_valid/tests/complex_test.rs#L109
use of deprecated constant `<TestInnerStruct<'a> as serde_valid::Validate>::validate::__inner_str_value_3_warning::_deprecated`: #[validate(enumerate(...))] is deprecated, please use #[validate(enumerate = [...])] instead.