chore(*): use latest atat, with new urc channel & replace fugit with embassy-time #61
Triggered via pull request
September 12, 2023 10:53
Status
Failure
Total duration
1m 40s
Artifacts
–
Annotations
14 errors and 6 warnings
no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/services/data/mod.rs#L105
error[E0599]: no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/services/data/mod.rs:105:37
|
105 | fun: Functionality::Full,
| ^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Full` not found for this enum
|
no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/services/data/mod.rs#L72
error[E0599]: no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/services/data/mod.rs:72:37
|
72 | fun: Functionality::Minimum,
| ^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Minimum` not found for this enum
|
no variant or associated item named `SilentReset` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/power.rs#L84
error[E0599]: no variant or associated item named `SilentReset` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/power.rs:84:28
|
84 | Functionality::SilentReset
| ^^^^^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `SilentReset` not found for this enum
|
no variant or associated item named `SilentResetWithSimReset` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/power.rs#L82
error[E0599]: no variant or associated item named `SilentResetWithSimReset` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/power.rs:82:28
|
82 | Functionality::SilentResetWithSimReset
| ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `SilentResetWithSimReset` not found for this enum
|
no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/network.rs#L362
error[E0599]: no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/network.rs:362:41
|
362 | fun: Functionality::Full,
| ^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Full` not found for this enum
|
no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/network.rs#L351
error[E0599]: no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/network.rs:351:41
|
351 | fun: Functionality::Minimum,
| ^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Minimum` not found for this enum
|
no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/network.rs#L321
error[E0599]: no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/network.rs:321:45
|
321 | fun: Functionality::Full,
| ^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Full` not found for this enum
|
no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/network.rs#L310
error[E0599]: no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/network.rs:310:45
|
310 | fun: Functionality::Minimum,
| ^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Minimum` not found for this enum
|
type annotations needed:
ublox-cellular/src/command/mobile_control/types.rs#L4
error[E0283]: type annotations needed
--> ublox-cellular/src/command/mobile_control/types.rs:4:32
|
4 | #[derive(Clone, PartialEq, Eq, AtatEnum)]
| ^^^^^^^^ cannot infer type
|
= note: cannot satisfy `_: network::_::_serde::Deserialize<'_>`
= help: the following types implement trait `network::_::_serde::Deserialize<'de>`:
&'a [u8]
&'a atat::serde_bytes::Bytes
&'a str
()
(T0, T1)
(T0, T1, T2)
(T0, T1, T2, T3)
(T0, T1, T2, T3, T4)
and 227 others
note: required by a bound in `network::_::_serde::de::EnumAccess::variant`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/de/mod.rs:1999:12
|
1997 | fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
| ------- required by a bound in this associated function
1998 | where
1999 | V: Deserialize<'de>,
| ^^^^^^^^^^^^^^^^ required by this bound in `EnumAccess::variant`
= note: this error originates in the derive macro `AtatEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
|
no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/client.rs#L428
error[E0599]: no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/client.rs:428:37
|
428 | fun: Functionality::Full,
| ^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Full` not found for this enum
|
no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/client.rs#L373
error[E0599]: no variant or associated item named `Full` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/client.rs:373:37
|
373 | fun: Functionality::Full,
| ^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Full` not found for this enum
|
no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope:
ublox-cellular/src/client.rs#L362
error[E0599]: no variant or associated item named `Minimum` found for enum `command::mobile_control::types::Functionality` in the current scope
--> ublox-cellular/src/client.rs:362:37
|
362 | fun: Functionality::Minimum,
| ^^^^^^^ variant or associated item not found in `Functionality`
|
::: ublox-cellular/src/command/mobile_control/types.rs:5:1
|
5 | pub enum Functionality {
| ---------------------- variant or associated item `Minimum` not found for this enum
|
clippy
Clippy had exited with the 101 exit code
|
Build & Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
unreachable call:
ublox-cellular/src/command/mobile_control/types.rs#L4
warning: unreachable call
--> ublox-cellular/src/command/mobile_control/types.rs:4:32
|
4 | #[derive(Clone, PartialEq, Eq, AtatEnum)]
| ^^^^^^^^
| |
| unreachable call
| any code following this `match` expression is unreachable, as all arms diverge
|
= note: `#[warn(unreachable_code)]` on by default
= note: this warning originates in the derive macro `AtatEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
|
unused import: `GpioInPull`:
ublox-cellular/src/client.rs#L25
warning: unused import: `GpioInPull`
--> ublox-cellular/src/client.rs:25:21
|
25 | types::{GpioInPull, GpioMode, GpioOutValue},
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unneeded sub `cfg` when there is only one condition:
ublox-cellular/src/client.rs#L411
warning: unneeded sub `cfg` when there is only one condition
--> ublox-cellular/src/client.rs:411:15
|
411 | #[cfg(any(feature = "toby-r2"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `feature = "toby-r2"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is only one condition:
ublox-cellular/src/client.rs#L226
warning: unneeded sub `cfg` when there is only one condition
--> ublox-cellular/src/client.rs:226:15
|
226 | #[cfg(any(feature = "lara-r6"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `feature = "lara-r6"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: `#[warn(clippy::non_minimal_cfg)]` on by default
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|