fix log_macros #2
Annotations
34 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Install toolchain
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/
|
Install toolchain
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/
|
Install toolchain
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/
|
Install toolchain
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 cargo build:
src/boot_sector.rs#L4
unused imports: `debug`, `info`, `trace`
|
Run cargo build:
src/dir.rs#L9
unused imports: `debug`, `info`
|
Run cargo build:
src/dir_entry.rs#L10
unused imports: `debug`, `error`, `info`, `warn`
|
Run cargo build:
src/file.rs#L3
unused imports: `debug`, `info`
|
Run cargo build:
src/fs.rs#L11
unused imports: `debug`, `info`
|
Run cargo build:
src/io.rs#L2
unused imports: `error`, `info`, `trace`, `warn`
|
Run cargo build:
src/table.rs#L4
unused imports: `debug`, `error`, `info`
|
Run cargo build:
src/time.rs#L134
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo build:
src/time.rs#L153
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo build:
src/time.rs#L143
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo build - no_std, alloc, lfn, unicode:
src/boot_sector.rs#L4
unused imports: `debug`, `info`, `trace`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/dir.rs#L9
unused imports: `debug`, `info`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/dir_entry.rs#L10
unused imports: `debug`, `error`, `info`, `warn`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/file.rs#L3
unused imports: `debug`, `info`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/fs.rs#L11
unused imports: `debug`, `info`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/io.rs#L2
unused imports: `error`, `info`, `trace`, `warn`
|
Run cargo build - no_std, alloc, lfn, unicode:
src/table.rs#L4
unused imports: `debug`, `error`, `info`
|
Run cargo build - no_std, alloc, lfn, unicode
`fatfs` (lib) generated 7 warnings (run `cargo fix --lib -p fatfs` to apply 7 suggestions)
|
Run cargo test:
src/boot_sector.rs#L4
unused imports: `debug`, `info`, `trace`
|
Run cargo test:
src/dir.rs#L9
unused imports: `debug`, `info`
|
Run cargo test:
src/dir_entry.rs#L10
unused imports: `debug`, `error`, `info`, `warn`
|
Run cargo test:
src/file.rs#L3
unused imports: `debug`, `info`
|
Run cargo test:
src/fs.rs#L11
unused imports: `debug`, `info`
|
Run cargo test:
src/io.rs#L2
unused imports: `error`, `info`, `trace`, `warn`
|
Run cargo test:
src/table.rs#L4
unused imports: `debug`, `error`, `info`
|
Run cargo test:
src/time.rs#L134
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo test:
src/time.rs#L153
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run cargo test:
src/time.rs#L143
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
The logs for this run have expired and are no longer available.
Loading