Skip to content

Run CI on main pushes and PRs #15

Run CI on main pushes and PRs

Run CI on main pushes and PRs #15

Triggered via push June 22, 2023 19:23
Status Success
Total duration 57s
Artifacts

build.yml

on: push
Rustfmt check
12s
Rustfmt check
Clippy check
25s
Clippy check
Run tests
47s
Run tests
Publish on crates.io
0s
Publish on crates.io
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Rustfmt check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead: src/builder.rs#L71
warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead --> src/builder.rs:71:51 | 71 | to_sonyflake_time(Utc.ymd(2014, 9, 1).and_hms(0, 0, 0)) | ^^^^^^^
use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead: src/builder.rs#L71
warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead --> src/builder.rs:71:35 | 71 | to_sonyflake_time(Utc.ymd(2014, 9, 1).and_hms(0, 0, 0)) | ^^^ | = note: `#[warn(deprecated)]` on by default
Run tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run tests: src/builder.rs#L71
use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
Run tests: src/builder.rs#L71
use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
Run tests
`sonyflake` (lib) generated 2 warnings