[INFO] fetching crate arm-ffa 0.4.1... [INFO] checking arm-ffa-0.4.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate arm-ffa 0.4.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate arm-ffa 0.4.1 [INFO] finished tweaking crates.io crate arm-ffa 0.4.1 [INFO] tweaked toml for crates.io crate arm-ffa 0.4.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate arm-ffa 0.4.1 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate arm-ffa 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fa84c565ecc47717d881a36f88b785022d9ec119bf500d42e9d3e0548d59e88 [INFO] running `Command { std: "docker" "start" "-a" "7fa84c565ecc47717d881a36f88b785022d9ec119bf500d42e9d3e0548d59e88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fa84c565ecc47717d881a36f88b785022d9ec119bf500d42e9d3e0548d59e88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa84c565ecc47717d881a36f88b785022d9ec119bf500d42e9d3e0548d59e88", kill_on_drop: false }` [INFO] [stdout] 7fa84c565ecc47717d881a36f88b785022d9ec119bf500d42e9d3e0548d59e88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50c35440bffba2735e41a635ff72fa2f44fc58a63727d0e350adfff6bfacf43b [INFO] running `Command { std: "docker" "start" "-a" "50c35440bffba2735e41a635ff72fa2f44fc58a63727d0e350adfff6bfacf43b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling num_enum_derive v0.7.4 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Checking num_enum v0.7.4 [INFO] [stderr] Checking arm-ffa v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `endpoint_memory_access_descriptor` is never constructed [INFO] [stdout] --> src/ffa_v1_2.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) struct endpoint_memory_access_descriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `endpoint_memory_access_descriptor` is never constructed [INFO] [stdout] --> src/ffa_v1_2.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) struct endpoint_memory_access_descriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1336:9 [INFO] [stdout] | [INFO] [stdout] 1336 | / test_args_serde!( [INFO] [stdout] 1337 | | SuccessArgs::Args32([0x5678_def0, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1338 | | SuccessArgsMemOp { [INFO] [stdout] 1339 | | handle: Handle(0x1234_abcd_5678_def0) [INFO] [stdout] 1340 | | } [INFO] [stdout] 1341 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/memory_management.rs:1485:9 [INFO] [stdout] | [INFO] [stdout] 1485 | / test_args_serde!( [INFO] [stdout] 1486 | | SuccessArgs::Args32([0b001, 0x1234_abcd, 0, 0, 0, 0]), [INFO] [stdout] 1487 | | SuccessArgsMemPermGet { [INFO] [stdout] 1488 | | perm: MemPermissionsGetSet { [INFO] [stdout] ... | [INFO] [stdout] 1494 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3210:9 [INFO] [stdout] | [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3210:9 [INFO] [stdout] | [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3210:9 [INFO] [stdout] | [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3210:9 [INFO] [stdout] | [INFO] [stdout] 3210 | / test_args_serde!( [INFO] [stdout] 3211 | | SuccessArgs::Args32([8, 8, 0, 0, 0, 0]), [INFO] [stdout] 3212 | | SuccessArgsFeatures { properties: [8, 8] } [INFO] [stdout] 3213 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:24 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:42 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3272:9 [INFO] [stdout] | [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3272:9 [INFO] [stdout] | [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3272:9 [INFO] [stdout] | [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3272:9 [INFO] [stdout] | [INFO] [stdout] 3272 | / test_args_serde!( [INFO] [stdout] 3273 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3274 | | count: 0x1234_5678, [INFO] [stdout] 3275 | | size: Some(0xabcd_beef) [INFO] [stdout] ... | [INFO] [stdout] 3278 | | PartitionInfoGetFlags { count_only: false } [INFO] [stdout] 3279 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:24 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:42 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3287:9 [INFO] [stdout] | [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3287:9 [INFO] [stdout] | [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3287:9 [INFO] [stdout] | [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3287:9 [INFO] [stdout] | [INFO] [stdout] 3287 | / test_args_serde!( [INFO] [stdout] 3288 | | SuccessArgsPartitionInfoGet { [INFO] [stdout] 3289 | | count: 0x1234_5678, [INFO] [stdout] 3290 | | size: None [INFO] [stdout] ... | [INFO] [stdout] 3293 | | PartitionInfoGetFlags { count_only: true } [INFO] [stdout] 3294 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3312:9 [INFO] [stdout] | [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3312:9 [INFO] [stdout] | [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3312:9 [INFO] [stdout] | [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3312:9 [INFO] [stdout] | [INFO] [stdout] 3312 | / test_args_serde!( [INFO] [stdout] 3313 | | SuccessArgs::Args64_2([ [INFO] [stdout] 3314 | | 0x0018_2222_0002_0004, [INFO] [stdout] 3315 | | 0, [INFO] [stdout] ... | [INFO] [stdout] 3337 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3343:9 [INFO] [stdout] | [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3343:9 [INFO] [stdout] | [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3343:9 [INFO] [stdout] | [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3343:9 [INFO] [stdout] | [INFO] [stdout] 3343 | / test_args_serde!( [INFO] [stdout] 3344 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3345 | | SuccessArgsIdGet { id: 0x1234 } [INFO] [stdout] 3346 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3352:9 [INFO] [stdout] | [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3352:9 [INFO] [stdout] | [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3352:9 [INFO] [stdout] | [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3352:9 [INFO] [stdout] | [INFO] [stdout] 3352 | / test_args_serde!( [INFO] [stdout] 3353 | | SuccessArgs::Args32([0x1234, 0, 0, 0, 0, 0]), [INFO] [stdout] 3354 | | SuccessArgsSpmIdGet { id: 0x1234 } [INFO] [stdout] 3355 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:24 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:42 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3870:9 [INFO] [stdout] | [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3870:9 [INFO] [stdout] | [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3870:9 [INFO] [stdout] | [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3870:9 [INFO] [stdout] | [INFO] [stdout] 3870 | / test_args_serde!( [INFO] [stdout] 3871 | | SuccessArgsNotificationGet { [INFO] [stdout] 3872 | | sp_notifications: None, [INFO] [stdout] 3873 | | vm_notifications: None, [INFO] [stdout] ... | [INFO] [stdout] 3884 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:24 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:42 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3885:9 [INFO] [stdout] | [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3885:9 [INFO] [stdout] | [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3885:9 [INFO] [stdout] | [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3885:9 [INFO] [stdout] | [INFO] [stdout] 3885 | / test_args_serde!( [INFO] [stdout] 3886 | | SuccessArgsNotificationGet { [INFO] [stdout] 3887 | | sp_notifications: None, [INFO] [stdout] 3888 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3899 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:24 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3090:42 [INFO] [stdout] | [INFO] [stdout] 3090 | assert_eq!($args.try_into(), Ok($sa)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3901:9 [INFO] [stdout] | [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3901:9 [INFO] [stdout] | [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3901:9 [INFO] [stdout] | [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3901:9 [INFO] [stdout] | [INFO] [stdout] 3901 | / test_args_serde!( [INFO] [stdout] 3902 | | SuccessArgsNotificationGet { [INFO] [stdout] 3903 | | sp_notifications: Some(0x1000), [INFO] [stdout] 3904 | | vm_notifications: Some(0xdead_beef_1234_1234), [INFO] [stdout] ... | [INFO] [stdout] 3915 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:24 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3087:40 [INFO] [stdout] | [INFO] [stdout] 3087 | assert_eq!($sa.try_into(), Ok($args)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | / test_args_serde!( [INFO] [stdout] 3929 | | SuccessArgs::Args32([0b1001_0001_0000_0001, 0xbbbb_cccc, 0xaaaa, 0, 0, 0]), [INFO] [stdout] 3930 | | SuccessArgsNotificationInfoGet { [INFO] [stdout] 3931 | | more_pending_notifications: true, [INFO] [stdout] ... | [INFO] [stdout] 3936 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `test_args_serde` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arm-ffa` (lib test) due to 72 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "50c35440bffba2735e41a635ff72fa2f44fc58a63727d0e350adfff6bfacf43b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50c35440bffba2735e41a635ff72fa2f44fc58a63727d0e350adfff6bfacf43b", kill_on_drop: false }` [INFO] [stdout] 50c35440bffba2735e41a635ff72fa2f44fc58a63727d0e350adfff6bfacf43b