test dialects dynamically #1238
test.yml
on: pull_request
Matrix: msrv
dialect-features
4s
Matrix: internal-tests
Waiting for pending jobs
Matrix: build
docs
0s
test-embedded-size
0s
Annotations
7 errors
|
linting
Clippy had exited with the 101 exit code
|
|
unresolved import `futures::lock`:
mavlink-core/src/connection/file/async.rs#L15
error[E0432]: unresolved import `futures::lock`
--> mavlink-core/src/connection/file/async.rs:15:14
|
15 | use futures::lock::Mutex;
| ^^^^ could not find `lock` in `futures`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs:142:23
|
140 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
141 | #[doc(inline)]
142 | pub use futures_util::lock;
| ^^^^
|
|
unresolved import `futures::lock`:
mavlink-core/src/connection/direct_serial/async.rs#L8
error[E0432]: unresolved import `futures::lock`
--> mavlink-core/src/connection/direct_serial/async.rs:8:14
|
8 | use futures::lock::Mutex;
| ^^^^ could not find `lock` in `futures`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs:142:23
|
140 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
141 | #[doc(inline)]
142 | pub use futures_util::lock;
| ^^^^
|
|
unresolved import `futures::lock`:
mavlink-core/src/connection/udp/async.rs#L8
error[E0432]: unresolved import `futures::lock`
--> mavlink-core/src/connection/udp/async.rs:8:14
|
8 | use futures::lock::Mutex;
| ^^^^ could not find `lock` in `futures`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs:142:23
|
140 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
141 | #[doc(inline)]
142 | pub use futures_util::lock;
| ^^^^
|
|
unresolved import `futures::lock`:
mavlink-core/src/connection/tcp/async.rs#L16
error[E0432]: unresolved import `futures::lock`
--> mavlink-core/src/connection/tcp/async.rs:16:26
|
16 | use futures::{FutureExt, lock::Mutex};
| ^^^^ could not find `lock` in `futures`
|
note: found an item that was configured out
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs:142:23
|
140 | #[cfg(feature = "alloc")]
| ----------------- the item is gated behind the `alloc` feature
141 | #[doc(inline)]
142 | pub use futures_util::lock;
| ^^^^
|
|
Test all targets
Error when evaluating 'strategy' for job 'internal-tests'. .github/workflows/test.yml (Line: 43, Col: 20): Error from function 'fromJSON': empty input, .github/workflows/test.yml (Line: 43, Col: 20): Unexpected value ''
|
|
Test all targets
Error when evaluating 'strategy' for job 'internal-tests'. .github/workflows/test.yml (Line: 43, Col: 20): Error from function 'fromJSON': empty input, .github/workflows/test.yml (Line: 43, Col: 20): Unexpected value ''
|