Skip to content

chore(maitake): use stdlib pin! and poll_fn #1422

chore(maitake): use stdlib pin! and poll_fn

chore(maitake): use stdlib pin! and poll_fn #1422

Triggered via pull request January 1, 2025 18:31
Status Failure
Total duration 4m 55s
Artifacts

ci.yml

on: pull_request
changed_paths
4s
changed_paths
cargo check (host)
3m 49s
cargo check (host)
rustfmt
22s
rustfmt
clippy
3m 2s
clippy
cargo test (host)
3m 47s
cargo test (host)
build boot image (x86_64)
3m 21s
build boot image (x86_64)
cargo test (cross x64)
4m 36s
cargo test (cross x64)
docs
4m 22s
docs
Loom tests (cordyceps)
1m 34s
Loom tests (cordyceps)
Miri tests (cordyceps)
2m 10s
Miri tests (cordyceps)
Tests (maitake, no-default-features)
1m 49s
Tests (maitake, no-default-features)
Loom tests (maitake)
42s
Loom tests (maitake)
Miri tests (maitake)
1m 5s
Miri tests (maitake)
all_systems_go
0s
all_systems_go
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 warnings
Loom tests (maitake)
Process completed with exit code 101.
Miri tests (maitake)
Process completed with exit code 104.
cargo test (host)
Process completed with exit code 101.
docs
Process completed with exit code 101.
changed_paths
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Loom tests (maitake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Miri tests (maitake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Loom tests (cordyceps)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests (maitake, no-default-features)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Miri tests (cordyceps)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy: src/shell.rs#L540
warning: single-character string constant used as pattern --> src/shell.rs:540:61 | 540 | let (chunk, rest) = match self.command().split_once(" ") { | ^^^ help: try using a `char` instead: `' '` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern = note: `#[warn(clippy::single_char_pattern)]` on by default
clippy: src/shell.rs#L589
warning: single-character string constant used as pattern --> src/shell.rs:589:66 | 589 | let (chunk, rest) = match rest.trim().split_once(" ") { | ^^^ help: try using a `char` instead: `' '` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
clippy: src/shell.rs#L637
warning: unnecessary closure used to substitute value for `Option::None` --> src/shell.rs:637:13 | 637 | / val.ok_or_else(|| Error { 638 | | line: self.line, 639 | | kind: ErrorKind::FlagRequired { flags: names }, 640 | | }) | |______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default help: use `ok_or(..)` instead | 637 ~ val.ok_or(Error { 638 + line: self.line, 639 + kind: ErrorKind::FlagRequired { flags: names }, 640 + }) |
clippy: src/shell.rs#L540
warning: single-character string constant used as pattern --> src/shell.rs:540:61 | 540 | let (chunk, rest) = match self.command().split_once(" ") { | ^^^ help: try using a `char` instead: `' '` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern = note: `#[warn(clippy::single_char_pattern)]` on by default
clippy: src/shell.rs#L589
warning: single-character string constant used as pattern --> src/shell.rs:589:66 | 589 | let (chunk, rest) = match rest.trim().split_once(" ") { | ^^^ help: try using a `char` instead: `' '` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
clippy: src/shell.rs#L637
warning: unnecessary closure used to substitute value for `Option::None` --> src/shell.rs:637:13 | 637 | / val.ok_or_else(|| Error { 638 | | line: self.line, 639 | | kind: ErrorKind::FlagRequired { flags: names }, 640 | | }) | |______________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default help: use `ok_or(..)` instead | 637 ~ val.ok_or(Error { 638 + line: self.line, 639 + kind: ErrorKind::FlagRequired { flags: names }, 640 + }) |
build boot image (x86_64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo test (host)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo check (host)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo check (host): trace/src/embedded_graphics.rs#L132
warning: unused variable: `actual_point` --> trace/src/embedded_graphics.rs:132:17 | 132 | Err(actual_point) => unsafe { | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_point` | = note: `#[warn(unused_variables)]` on by default
docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo test (cross x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636