all platforms: update Mycelium dependencies #951
ci.yml
on: pull_request
just check
3m 8s
just clippy
3m 16s
rustfmt
41s
docs
3m 34s
netlify_dryrun
4m 24s
Matrix: build-bins
build-x86_64
0s
just test
0s
cargo miri test --package forth3 (host)
0s
all systems go!
0s
Annotations
15 errors and 11 warnings
just check:
platforms/allwinner-d1/src/lib.rs#L166
error[E0412]: cannot find type `Timer1` in crate `mnemos_d1_core`
--> platforms/allwinner-d1/src/lib.rs:166:33
|
166 | pub timer1: mnemos_d1_core::Timer1,
| ^^^^^^ not found in `mnemos_d1_core`
|
help: consider importing one of these structs
|
7 + use crate::timer::Timer1;
|
7 + use mnemos_d1_core::timer::Timer1;
|
help: if you import `Timer1`, refer to it directly
|
166 - pub timer1: mnemos_d1_core::Timer1,
166 + pub timer1: Timer1,
|
|
just check:
platforms/allwinner-d1/src/lib.rs#L197
error[E0425]: cannot find value `clock` in this scope
--> platforms/allwinner-d1/src/lib.rs:197:56
|
197 | Box::into_raw(Kernel::new(kernel_settings, clock).expect("cannot initialize kernel"))
| ^^^^^ not found in this scope
|
just check:
platforms/allwinner-d1/src/lib.rs#L340
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:340:25
|
340 | let start = timer0.current_value();
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just check:
platforms/allwinner-d1/src/lib.rs#L349
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:349:33
|
349 | let wfi_start = timer0.current_value();
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just check:
platforms/allwinner-d1/src/lib.rs#L375
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:375:54
|
375 | let elapsed = wfi_start.wrapping_sub(timer0.current_value());
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just check:
platforms/allwinner-d1/src/lib.rs#L195
error[E0425]: cannot find function `timer0_maitake_clock` in this scope
--> platforms/allwinner-d1/src/lib.rs:195:28
|
195 | let timer0_clock = timer0_maitake_clock(timers.timer0);
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
just check
Process completed with exit code 1.
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L166
error[E0412]: cannot find type `Timer1` in crate `mnemos_d1_core`
--> platforms/allwinner-d1/src/lib.rs:166:33
|
166 | pub timer1: mnemos_d1_core::Timer1,
| ^^^^^^ not found in `mnemos_d1_core`
|
help: consider importing one of these structs
|
7 + use crate::timer::Timer1;
|
7 + use mnemos_d1_core::timer::Timer1;
|
help: if you import `Timer1`, refer to it directly
|
166 - pub timer1: mnemos_d1_core::Timer1,
166 + pub timer1: Timer1,
|
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L197
error[E0425]: cannot find value `clock` in this scope
--> platforms/allwinner-d1/src/lib.rs:197:56
|
197 | Box::into_raw(Kernel::new(kernel_settings, clock).expect("cannot initialize kernel"))
| ^^^^^ not found in this scope
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L340
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:340:25
|
340 | let start = timer0.current_value();
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L349
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:349:33
|
349 | let wfi_start = timer0.current_value();
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L375
error[E0425]: cannot find value `timer0` in this scope
--> platforms/allwinner-d1/src/lib.rs:375:54
|
375 | let elapsed = wfi_start.wrapping_sub(timer0.current_value());
| ^^^^^^ help: a local variable with a similar name exists: `timer1`
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L195
error[E0425]: cannot find function `timer0_maitake_clock` in this scope
--> platforms/allwinner-d1/src/lib.rs:195:28
|
195 | let timer0_clock = timer0_maitake_clock(timers.timer0);
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
just clippy:
platforms/allwinner-d1/src/lib.rs#L17
error: unused import: `Timer`
--> platforms/allwinner-d1/src/lib.rs:17:13
|
17 | timer::{Timer, TimerMode, TimerPrescaler, Timers},
| ^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
just clippy
Process completed with exit code 1.
|
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
just check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
just check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
just check:
platforms/allwinner-d1/src/lib.rs#L17
warning: unused import: `Timer`
--> platforms/allwinner-d1/src/lib.rs:17:13
|
17 | timer::{Timer, TimerMode, TimerPrescaler, Timers},
| ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
just clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
just clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
netlify_dryrun
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
netlify_dryrun
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|