Skip to content

feat(maitake-sync): mutex-traits integration #1382

feat(maitake-sync): mutex-traits integration

feat(maitake-sync): mutex-traits integration #1382

Triggered via pull request August 10, 2024 15:44
@hawkwhawkw
synchronize #482
eliza/lock-api
Status Failure
Total duration 5m 7s
Artifacts

ci.yml

on: pull_request
changed_paths
12s
changed_paths
cargo check (host)
49s
cargo check (host)
rustfmt
22s
rustfmt
clippy
37s
clippy
cargo test (host)
37s
cargo test (host)
build boot image (x86_64)
52s
build boot image (x86_64)
cargo test (cross x64)
1m 13s
cargo test (cross x64)
docs
38s
docs
Loom tests (cordyceps)
1m 36s
Loom tests (cordyceps)
Miri tests (cordyceps)
2m 9s
Miri tests (cordyceps)
Tests (maitake, no-default-features)
1m 3s
Tests (maitake, no-default-features)
Loom tests (maitake)
4m 40s
Loom tests (maitake)
Miri tests (maitake)
1m 0s
Miri tests (maitake)
Loom tests (mycelium-util)
1m 6s
Loom tests (mycelium-util)
all_systems_go
0s
all_systems_go
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 8 warnings
cargo test (host)
Process completed with exit code 101.
clippy: maitake-sync/src/spin.rs#L129
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:129:6 | 129 | impl blocking::ConstInit for Spinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
clippy: maitake-sync/src/spin.rs#L246
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:246:6 | 246 | impl blocking::ConstInit for RwSpinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
clippy
Process completed with exit code 1.
docs: maitake-sync/src/spin.rs#L129
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:129:6 | 129 | impl blocking::ConstInit for Spinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
docs: maitake-sync/src/spin.rs#L246
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:246:6 | 246 | impl blocking::ConstInit for RwSpinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
docs
Process completed with exit code 1.
cargo check (host): maitake-sync/src/spin.rs#L129
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:129:6 | 129 | impl blocking::ConstInit for Spinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
cargo check (host): maitake-sync/src/spin.rs#L246
error[E0433]: failed to resolve: use of undeclared crate or module `blocking` --> maitake-sync/src/spin.rs:246:6 | 246 | impl blocking::ConstInit for RwSpinlock { | ^^^^^^^^ use of undeclared crate or module `blocking` | help: consider importing this module | 37 + use crate::blocking; |
cargo check (host)
Process completed with exit code 1.
build boot image (x86_64)
Process completed with exit code 101.
Miri tests (maitake)
Process completed with exit code 101.
Tests (maitake, no-default-features)
Process completed with exit code 101.
cargo test (cross x64)
Process completed with exit code 101.
cargo test (host)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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 Node.js version which is deprecated and will be forced to run on node20: 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/
Miri tests (maitake)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
Loom tests (mycelium-util)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
Loom tests (cordyceps)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
Miri tests (cordyceps)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
Loom tests (maitake)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/