Latest nightly #780
nightly.yml
on: schedule
build x86_64 boot image (latest nightly)
46s
check (latest nightly)
1m 18s
Annotations
2 errors and 22 warnings
build x86_64 boot image (latest nightly)
Process completed with exit code 101.
|
check (latest nightly)
Process completed with exit code 1.
|
build x86_64 boot image (latest nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build x86_64 boot image (latest nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.6. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build x86_64 boot image (latest nightly)
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/
|
build x86_64 boot image (latest nightly)
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/
|
build x86_64 boot image (latest nightly)
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/
|
build x86_64 boot image (latest nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check (latest nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.6, extractions/setup-just@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check (latest nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.6. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check (latest nightly):
maitake-sync/src/mutex.rs#L425
warning: current MSRV (Minimum Supported Rust Version) is `1.61.0` but this item is stable since `1.64.0`
--> maitake-sync/src/mutex.rs:425:30
|
425 | self.wait.wait().await.unwrap();
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
= note: `#[warn(clippy::incompatible_msrv)]` on by default
|
check (latest nightly):
maitake-sync/src/rwlock/owned.rs#L165
warning: current MSRV (Minimum Supported Rust Version) is `1.61.0` but this item is stable since `1.64.0`
--> maitake-sync/src/rwlock/owned.rs:165:33
|
165 | let guard = self.read().await;
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
check (latest nightly):
maitake-sync/src/rwlock/owned.rs#L220
warning: current MSRV (Minimum Supported Rust Version) is `1.61.0` but this item is stable since `1.64.0`
--> maitake-sync/src/rwlock/owned.rs:220:34
|
220 | let guard = self.write().await;
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
check (latest nightly):
maitake-sync/src/rwlock.rs#L272
warning: current MSRV (Minimum Supported Rust Version) is `1.61.0` but this item is stable since `1.64.0`
--> maitake-sync/src/rwlock.rs:272:14
|
272 | .await
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
check (latest nightly):
maitake-sync/src/rwlock.rs#L324
warning: current MSRV (Minimum Supported Rust Version) is `1.61.0` but this item is stable since `1.64.0`
--> maitake-sync/src/rwlock.rs:324:14
|
324 | .await
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
check (latest nightly):
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs#L129
warning: the item `Iterator` is imported redundantly
--> hal-core/src/boot.rs:2:5
|
2 | use core::iter::Iterator;
| ^^^^^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `Iterator` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
check (latest nightly):
hal-core/src/boot.rs#L2
warning: the item `Iterator` is imported redundantly
--> hal-core/src/boot.rs:2:5
|
2 | use core::iter::Iterator;
| ^^^^^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/std/src/prelude/mod.rs:129:13
|
= note: the item `Iterator` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
check (latest nightly):
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/core/src/prelude/mod.rs#L46
warning: the item `TryInto` is imported redundantly
--> hal-x86_64/src/interrupt/apic/local.rs:7:12
|
7 | use core::{convert::TryInto, marker::PhantomData, num::NonZeroU32};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/core/src/prelude/mod.rs:46:39
|
= note: the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
check (latest nightly):
hal-x86_64/src/interrupt/apic/local.rs#L7
warning: the item `TryInto` is imported redundantly
--> hal-x86_64/src/interrupt/apic/local.rs:7:12
|
7 | use core::{convert::TryInto, marker::PhantomData, num::NonZeroU32};
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/core/src/prelude/mod.rs:46:39
|
= note: the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
check (latest nightly):
rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/core/src/prelude/mod.rs#L46
warning: the item `TryFrom` is imported redundantly
--> hal-x86_64/src/time/pit.rs:5:5
|
5 | convert::TryFrom,
| ^^^^^^^^^^^^^^^^
--> /rustc/3246e79513cb89ddbfc0f21cb5a877e5b321dcc5/library/core/src/prelude/mod.rs:46:30
|
= note: the item `TryFrom` is already defined here
|
check (latest nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check (latest nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check (latest nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check (latest nightly)
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/
|