fix compatibility issues #704
testing_changes.yml
on: pull_request
Annotations
8 errors and 436 warnings
linting
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
security
Unable to publish audit check! Reason: HttpError: Resource not accessible by integration
|
testing (windows-latest, v4, pure_rust)
Process completed with exit code 1.
|
testing (windows-latest, v4, dynamic_loading)
Process completed with exit code 1.
|
testing (macos-latest, v3, linking)
Process completed with exit code 1.
|
testing (macos-latest, v3, pure_rust)
Process completed with exit code 1.
|
testing (macos-latest, v3, dynamic_loading)
Process completed with exit code 1.
|
testing (windows-latest, v4, linking)
Process completed with exit code 1.
|
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
|
linting
It seems that this Action is executed from the forked repository.
|
linting
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
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/src/date_time.rs#L69
casting to the same type is unnecessary (`i64` -> `i64`)
|
linting:
rsfbclient-core/src/transaction.rs#L110
this `impl` can be derived
|
linting:
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
linting:
rsfbclient-native/src/connection.rs#L123
casting integer literal to `u8` is unnecessary
|
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/
|
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
|
security
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-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/
|
security
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/audit-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/
|
security
1 warnings found!
|
security
It seems that this Action is executed from the forked repository.
|
security
GitHub Actions are not allowed to use Check API, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
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, 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, pure_rust):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
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, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
|
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, 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, 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, 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, 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, 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, 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, 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, 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, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
|
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, pure_rust):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, pure_rust):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
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, 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, 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, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
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, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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, dynamic_loading):
rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
|
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, v3, pure_rust):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, 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, 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, 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, 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)
The `set-output` command is deprecated and will be disabled soon. Please upgrade 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-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, 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, 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/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-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, 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, 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, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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, 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, 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, linking)
`rsfbclient-rust` (lib) generated 2 warnings
|
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, 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, 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` (lib) generated 4 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, 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, 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-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
|
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, 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, 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, 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)
The `set-output` command is deprecated and will be disabled soon. Please upgrade 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#L122
use of deprecated associated function `chrono::NaiveTime::from_hms`: use `from_hms_opt()` instead
|
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, 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, 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, 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, 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, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, 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, 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):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, 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, 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, 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, v3, pure_rust)
`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, 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, 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, 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, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
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, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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, 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, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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, 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, 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, pure_rust):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, 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, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
|
testing (ubuntu-20.04, v2, dynamic_loading)
`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, v3, linking):
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):
rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
|
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, 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, 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, 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, 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, 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, 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, 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, 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, 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#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-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-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#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#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` (lib) generated 4 warnings
|
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, 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, 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, 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):
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):
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):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
testing (ubuntu-20.04, v3, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, 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, 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, v3, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
|
testing (ubuntu-20.04, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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, v3, dynamic_loading):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, v3, linking):
rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
|
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, v3, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
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, v3, dynamic_loading):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
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, 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, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 warnings
|
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, pure_rust):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, 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-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-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` (lib) generated 3 warnings
|
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, 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-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#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, 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/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#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, linking):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, v2, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, v2, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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, v2, linking)
`rsfbclient-rust` (lib) generated 2 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, 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, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, v3, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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/src/wire.rs#L872
field `keys` is never read
|
testing (ubuntu-20.04, v2, dynamic_loading)
`rsfbclient-rust` (lib) generated 2 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):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
testing (ubuntu-20.04, v2, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
testing (ubuntu-20.04, v2, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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/src/wire.rs#L872
field `keys` is never read
|
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/simple.rs#L188
unused variable: `c`
|
testing (ubuntu-20.04, v2, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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` (lib) generated 4 warnings
|
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, 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, 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, pure_rust):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
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, v4, pure_rust)
`rsfbclient-rust` (lib) generated 2 warnings
|
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, v2, pure_rust):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, 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` (lib) generated 4 warnings
|
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, 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):
src/connection/simple.rs#L188
unused variable: `c`
|
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 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, v2, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, 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` (lib) generated 3 warnings
|
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, 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, 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, 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, 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, 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, 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, pure_rust):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, pure_rust)
`rsfbclient-core` (lib) generated 4 warnings
|
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
testing (ubuntu-20.04, v4, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
testing (ubuntu-20.04, v4, linking):
rsfbclient-diesel/src/fb/connection.rs#L176
unexpected `cfg` condition value: `embedded_tests`
|
testing (ubuntu-20.04, v4, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, pure_rust):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, pure_rust)
`rsfbclient` (lib) generated 3 warnings
|
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, 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, 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, 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, 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, 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, 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, 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, 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, pure_rust):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, pure_rust)
`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, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
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, 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, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
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, 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, 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. 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):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
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, 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, 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. 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-rust` (lib) generated 2 warnings
|
testing (ubuntu-20.04, v4, linking)
`rsfbclient-core` (lib) generated 4 warnings
|
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 (windows-latest, 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, 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, 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, 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#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#L87
use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
|
testing (windows-latest, 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, 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, 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, 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, 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, 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, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
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, linking)
`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 (windows-latest, 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. 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):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
testing (ubuntu-20.04, v4, pure_rust):
rsfbclient-rust/src/consts.rs#L199
unexpected `cfg` condition name: `tarpaulin_include`
|
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, linking):
rsfbclient-rust/src/wire.rs#L872
field `keys` is never read
|
testing (windows-latest, 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. 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-rust/src/wire.rs#L872
field `keys` is never read
|
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, linking)
`rsfbclient-rust` (lib) generated 2 warnings
|
testing (ubuntu-20.04, v4, pure_rust):
src/connection/simple.rs#L188
unused variable: `c`
|
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 (windows-latest, 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, pure_rust):
src/connection/simple.rs#L181
unused variable: `name`
|
testing (ubuntu-20.04, v4, dynamic_loading)
`rsfbclient-core` (lib) generated 4 warnings
|
testing (windows-latest, 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, pure_rust):
src/connection/conn_string.rs#L16
field `lib_path` is never read
|
testing (windows-latest, 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):
src/tests/params.rs#L287
use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
|
testing (windows-latest, 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):
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 (windows-latest, 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. 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, 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. 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, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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/
|