Skip to content

all platforms: update Mycelium dependencies #952

all platforms: update Mycelium dependencies

all platforms: update Mycelium dependencies #952

Triggered via pull request October 17, 2024 00:29
Status Failure
Total duration 4m 22s
Artifacts

ci.yml

on: pull_request
Matrix: build-bins
build-x86_64
0s
build-x86_64
just test
0s
just test
cargo miri test --package forth3 (host)
0s
cargo miri test --package forth3 (host)
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
just clippy: platforms/esp32c3-buddy/src/lib.rs#L30
error[E0560]: struct `kernel::KernelSettings` has no field named `timer_granularity` --> platforms/esp32c3-buddy/src/lib.rs:30:9 | 30 | timer_granularity: Duration::from_nanos(125), | ^^^^^^^^^^^^^^^^^ `kernel::KernelSettings` does not have this field | = note: all struct fields are already assigned
just clippy: platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied --> platforms/esp32c3-buddy/src/lib.rs:33:23 | 33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel")) | ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing | note: associated function defined here --> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19 | 172 | pub unsafe fn new( | ^^^ help: provide the argument | 33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel")) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
just clippy: platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied --> platforms/esp32c3-buddy/src/lib.rs:33:23 | 33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel")) | ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing | note: associated function defined here --> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19 | 172 | pub unsafe fn new( | ^^^ help: provide the argument | 33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel")) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
just clippy: platforms/esp32c3-buddy/src/lib.rs#L100
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope --> platforms/esp32c3-buddy/src/lib.rs:100:30 | 100 | let turn = k.timer().force_advance_ticks(elapsed / 2u64); | ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
just clippy: platforms/esp32c3-buddy/src/lib.rs#L137
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope --> platforms/esp32c3-buddy/src/lib.rs:137:35 | 137 | let _turn = k.timer().force_advance_ticks(elapsed / 2u64); | ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
just clippy
Process completed with exit code 1.
just check: platforms/esp32c3-buddy/src/lib.rs#L30
error[E0560]: struct `KernelSettings` has no field named `timer_granularity` --> platforms/esp32c3-buddy/src/lib.rs:30:9 | 30 | timer_granularity: Duration::from_nanos(125), | ^^^^^^^^^^^^^^^^^ `KernelSettings` does not have this field | = note: all struct fields are already assigned
just check: platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied --> platforms/esp32c3-buddy/src/lib.rs:33:23 | 33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel")) | ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing | note: associated function defined here --> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19 | 172 | pub unsafe fn new( | ^^^ help: provide the argument | 33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel")) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
just check: platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied --> platforms/esp32c3-buddy/src/lib.rs:33:23 | 33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel")) | ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing | note: associated function defined here --> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19 | 172 | pub unsafe fn new( | ^^^ help: provide the argument | 33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel")) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
just check: platforms/esp32c3-buddy/src/lib.rs#L100
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope --> platforms/esp32c3-buddy/src/lib.rs:100:30 | 100 | let turn = k.timer().force_advance_ticks(elapsed / 2u64); | ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
just check: platforms/esp32c3-buddy/src/lib.rs#L137
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope --> platforms/esp32c3-buddy/src/lib.rs:137:35 | 137 | let _turn = k.timer().force_advance_ticks(elapsed / 2u64); | ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
just check
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 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/
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/
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/