Skip to content

New version

New version #712

Triggered via push August 28, 2024 09:19
Status Success
Total duration 5m 37s
Artifacts
run-guard
0s
run-guard
Matrix: testing
security
0s
security
Matrix: embedded
coverage
4s
coverage
Fit to window
Zoom out
Zoom in

Annotations

577 warnings
linting
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, 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/
linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linting: rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
linting: rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
linting
`rsfbclient-core` (lib) generated 4 warnings
embedded (dynamic_loading)
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/
embedded (dynamic_loading)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
embedded (dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
embedded (dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
embedded (dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
embedded (dynamic_loading): src/events.rs#L72
unused imports: `Arc` and `Mutex`
embedded (dynamic_loading): src/events.rs#L73
unused import: `std::time::Duration`
embedded (dynamic_loading): src/events.rs#L74
unused import: `std::thread`
embedded (dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking)
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/
embedded (linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
embedded (linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
embedded (linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
embedded (linking)
`rsfbclient-core` (lib) generated 4 warnings
embedded (linking): src/events.rs#L72
unused imports: `Arc` and `Mutex`
embedded (linking): src/events.rs#L73
unused import: `std::time::Duration`
embedded (linking): src/events.rs#L74
unused import: `std::thread`
embedded (linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
embedded (linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
embedded (linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, linking)
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/
testing (macos-latest, v3, linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, pure_rust)
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/
testing (macos-latest, v3, pure_rust)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (macos-latest, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (macos-latest, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (macos-latest, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (macos-latest, v3, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (macos-latest, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (macos-latest, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (macos-latest, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, dynamic_loading)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, dynamic_loading)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v2, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, dynamic_loading): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 warnings
testing (windows-latest, v5, dynamic_loading)
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/
testing (windows-latest, v5, dynamic_loading)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, dynamic_loading): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (windows-latest, v5, dynamic_loading): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (windows-latest, v5, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (windows-latest, v5, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, dynamic_loading): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (windows-latest, v5, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 warnings
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v4, linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v4, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, linking): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v4, linking)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v3, dynamic_loading)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, dynamic_loading)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v3, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v2, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, linking): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, linking)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v4, dynamic_loading)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v4, dynamic_loading)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v4, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, dynamic_loading)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v4, dynamic_loading): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v3, linking)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, pure_rust)
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/
testing (windows-latest, v5, pure_rust)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (windows-latest, v5, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (windows-latest, v5, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (windows-latest, v5, pure_rust)
`rsfbclient` (lib) generated 3 warnings
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (windows-latest, v5, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (windows-latest, v5, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (windows-latest, v5, pure_rust)
`rsfbclient` (lib) generated 3 warnings
testing (windows-latest, v5, linking)
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/
testing (windows-latest, v5, linking)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, linking): src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): src/tests/params.rs#L297
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): src/tests/params.rs#L297
use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
testing (windows-latest, v5, linking): src/tests/params.rs#L307
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, linking): src/tests/row.rs#L227
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, linking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, linking): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (windows-latest, v5, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, linking)
`rsfbclient-rust` (lib) generated 2 warnings
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (windows-latest, v5, linking)
`rsfbclient-core` (lib) generated 4 warnings
testing (windows-latest, v5, linking): rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
testing (windows-latest, v5, linking): rsfbclient-diesel/src/fb/query_builder.rs#L138
type parameter `Col` must be covered by another type when it appears before the first local type (`Fb`)
testing (windows-latest, v5, linking): rsfbclient-diesel/src/fb/types.rs#L47
use of deprecated associated function `chrono::NaiveDate::from_num_days_from_ce`: use `from_num_days_from_ce_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-diesel/src/fb/types.rs#L51
use of deprecated associated function `chrono::NaiveTime::from_num_seconds_from_midnight`: use `from_num_seconds_from_midnight_opt()` instead
testing (windows-latest, v5, linking): rsfbclient-diesel/src/fb/types.rs#L55
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
testing (ubuntu-20.04, v3, pure_rust)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v3, pure_rust)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v3, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v3, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v3, pure_rust)
`rsfbclient` (lib) generated 3 warnings
testing (ubuntu-20.04, v2, pure_rust)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v2, pure_rust)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v2, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v2, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v2, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v2, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v2, pure_rust)
`rsfbclient` (lib) generated 3 warnings
testing (ubuntu-20.04, v4, pure_rust)
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, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testing (ubuntu-20.04, v4, pure_rust)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/[email protected], coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v4, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, pure_rust)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient` (lib) generated 3 warnings
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L50
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-core/src/date_time.rs#L129
use of deprecated associated function `chrono::Utc::today`: use `Utc::now()` instead, potentially with `.date_naive()`
testing (ubuntu-20.04, v4, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
testing (ubuntu-20.04, v4, pure_rust): rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
testing (ubuntu-20.04, v4, pure_rust): src/connection/conn_string.rs#L16
field `lib_path` is never read
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/