[INFO] fetching crate krata 0.0.21...
[INFO] checking krata-0.0.21 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate krata 0.0.21 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate krata 0.0.21
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate krata 0.0.21
[INFO] tweaked toml for crates.io crate krata 0.0.21 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate krata 0.0.21 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 krata 0.0.21 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e511a2a6fa22c9a7da7e47f5e2f5992421a37538a3c3349fe0b5fce7542c76a7
[INFO] running `Command { std: "docker" "start" "-a" "e511a2a6fa22c9a7da7e47f5e2f5992421a37538a3c3349fe0b5fce7542c76a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e511a2a6fa22c9a7da7e47f5e2f5992421a37538a3c3349fe0b5fce7542c76a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e511a2a6fa22c9a7da7e47f5e2f5992421a37538a3c3349fe0b5fce7542c76a7", kill_on_drop: false }`
[INFO] [stdout] e511a2a6fa22c9a7da7e47f5e2f5992421a37538a3c3349fe0b5fce7542c76a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] eb335bcc637079f6097c7baa697343843b3b6fed83515b068f85359669c09930
[INFO] running `Command { std: "docker" "start" "-a" "eb335bcc637079f6097c7baa697343843b3b6fed83515b068f85359669c09930", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling cc v1.1.10
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking tower v0.5.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling prost-derive v0.13.1
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling prost-reflect-derive v0.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]     Checking tokio v1.39.3
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking rustls-webpki v0.102.6
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling prost v0.13.1
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost-types v0.13.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking prost-reflect v0.14.0
[INFO] [stderr]    Compiling prost-build v0.13.1
[INFO] [stderr]    Compiling tonic-build v0.12.2
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking h2 v0.4.5
[INFO] [stderr]    Compiling prost-reflect-build v0.14.0
[INFO] [stderr]    Compiling krata v0.0.21 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking hyper-util v0.1.7
[INFO] [stderr]     Checking hyper-timeout v0.5.1
[INFO] [stderr]     Checking tonic v0.12.2
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1437:42
[INFO] [stdout]      |
[INFO] [stdout] 1437 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1438 | |                         let method = GetHostStatusSvc(inner);
[INFO] [stdout] 1439 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1440 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1450 | |                         Ok(res)
[INFO] [stdout] 1451 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1450:25
[INFO] [stdout]      |
[INFO] [stdout] 1450 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1483:42
[INFO] [stdout]      |
[INFO] [stdout] 1483 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1484 | |                         let method = SnoopIdmSvc(inner);
[INFO] [stdout] 1485 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1486 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1496 | |                         Ok(res)
[INFO] [stdout] 1497 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1496:25
[INFO] [stdout]      |
[INFO] [stdout] 1496 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1532:42
[INFO] [stdout]      |
[INFO] [stdout] 1532 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1533 | |                         let method = GetHostCpuTopologySvc(inner);
[INFO] [stdout] 1534 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1535 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1545 | |                         Ok(res)
[INFO] [stdout] 1546 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1545:25
[INFO] [stdout]      |
[INFO] [stdout] 1545 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1586:42
[INFO] [stdout]      |
[INFO] [stdout] 1586 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1587 | |                         let method = SetHostPowerManagementPolicySvc(inner);
[INFO] [stdout] 1588 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1589 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1599 | |                         Ok(res)
[INFO] [stdout] 1600 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1599:25
[INFO] [stdout]      |
[INFO] [stdout] 1599 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1631:42
[INFO] [stdout]      |
[INFO] [stdout] 1631 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1632 | |                         let method = ListDevicesSvc(inner);
[INFO] [stdout] 1633 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1634 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1644 | |                         Ok(res)
[INFO] [stdout] 1645 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1644:25
[INFO] [stdout]      |
[INFO] [stdout] 1644 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1682:42
[INFO] [stdout]      |
[INFO] [stdout] 1682 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1683 | |                         let method = ListNetworkReservationsSvc(inner);
[INFO] [stdout] 1684 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1685 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1695 | |                         Ok(res)
[INFO] [stdout] 1696 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1695:25
[INFO] [stdout]      |
[INFO] [stdout] 1695 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1728:42
[INFO] [stdout]      |
[INFO] [stdout] 1728 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1729 | |                         let method = PullImageSvc(inner);
[INFO] [stdout] 1730 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1731 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1741 | |                         Ok(res)
[INFO] [stdout] 1742 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1773:42
[INFO] [stdout]      |
[INFO] [stdout] 1773 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1774 | |                         let method = CreateZoneSvc(inner);
[INFO] [stdout] 1775 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1776 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1786 | |                         Ok(res)
[INFO] [stdout] 1787 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1786:25
[INFO] [stdout]      |
[INFO] [stdout] 1786 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1818:42
[INFO] [stdout]      |
[INFO] [stdout] 1818 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1819 | |                         let method = DestroyZoneSvc(inner);
[INFO] [stdout] 1820 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1821 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1831 | |                         Ok(res)
[INFO] [stdout] 1832 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1831:25
[INFO] [stdout]      |
[INFO] [stdout] 1831 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1864:42
[INFO] [stdout]      |
[INFO] [stdout] 1864 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1865 | |                         let method = ResolveZoneIdSvc(inner);
[INFO] [stdout] 1866 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1867 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1877 | |                         Ok(res)
[INFO] [stdout] 1878 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1877:25
[INFO] [stdout]      |
[INFO] [stdout] 1877 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1909:42
[INFO] [stdout]      |
[INFO] [stdout] 1909 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1910 | |                         let method = GetZoneSvc(inner);
[INFO] [stdout] 1911 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1912 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1922 | |                         Ok(res)
[INFO] [stdout] 1923 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1922:25
[INFO] [stdout]      |
[INFO] [stdout] 1922 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1958:42
[INFO] [stdout]      |
[INFO] [stdout] 1958 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1959 | |                         let method = UpdateZoneResourcesSvc(inner);
[INFO] [stdout] 1960 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1961 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1971 | |                         Ok(res)
[INFO] [stdout] 1972 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1971:25
[INFO] [stdout]      |
[INFO] [stdout] 1971 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2003:42
[INFO] [stdout]      |
[INFO] [stdout] 2003 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2004 | |                         let method = ListZonesSvc(inner);
[INFO] [stdout] 2005 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2006 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2016 | |                         Ok(res)
[INFO] [stdout] 2017 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2016:25
[INFO] [stdout]      |
[INFO] [stdout] 2016 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2052:42
[INFO] [stdout]      |
[INFO] [stdout] 2052 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2053 | |                         let method = AttachZoneConsoleSvc(inner);
[INFO] [stdout] 2054 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2055 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2065 | |                         Ok(res)
[INFO] [stdout] 2066 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2065:25
[INFO] [stdout]      |
[INFO] [stdout] 2065 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2101:42
[INFO] [stdout]      |
[INFO] [stdout] 2101 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2102 | |                         let method = ExecInsideZoneSvc(inner);
[INFO] [stdout] 2103 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2104 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2114 | |                         Ok(res)
[INFO] [stdout] 2115 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2114:25
[INFO] [stdout]      |
[INFO] [stdout] 2114 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2147:42
[INFO] [stdout]      |
[INFO] [stdout] 2147 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2148 | |                         let method = ReadZoneMetricsSvc(inner);
[INFO] [stdout] 2149 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2150 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2160 | |                         Ok(res)
[INFO] [stdout] 2161 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2160:25
[INFO] [stdout]      |
[INFO] [stdout] 2160 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2193:42
[INFO] [stdout]      |
[INFO] [stdout] 2193 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2194 | |                         let method = WatchEventsSvc(inner);
[INFO] [stdout] 2195 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2196 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2206 | |                         Ok(res)
[INFO] [stdout] 2207 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2206:25
[INFO] [stdout]      |
[INFO] [stdout] 2206 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2242:42
[INFO] [stdout]      |
[INFO] [stdout] 2242 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2243 | |                         let method = ReadHypervisorConsoleSvc(inner);
[INFO] [stdout] 2244 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2245 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2255 | |                         Ok(res)
[INFO] [stdout] 2256 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2255:25
[INFO] [stdout]      |
[INFO] [stdout] 2255 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2260:41
[INFO] [stdout]      |
[INFO] [stdout] 2260 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2261 | |                         Ok(
[INFO] [stdout] 2262 | |                             http::Response::builder()
[INFO] [stdout] 2263 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2272 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2261:25
[INFO] [stdout]      |
[INFO] [stdout] 2261 | /                         Ok(
[INFO] [stdout] 2262 | |                             http::Response::builder()
[INFO] [stdout] 2263 | |                                 .status(200)
[INFO] [stdout] 2264 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2270 | |                                 .unwrap(),
[INFO] [stdout] 2271 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `krata` (lib test) due to 38 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1437:42
[INFO] [stdout]      |
[INFO] [stdout] 1437 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1438 | |                         let method = GetHostStatusSvc(inner);
[INFO] [stdout] 1439 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1440 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1450 | |                         Ok(res)
[INFO] [stdout] 1451 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1450:25
[INFO] [stdout]      |
[INFO] [stdout] 1450 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1483:42
[INFO] [stdout]      |
[INFO] [stdout] 1483 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1484 | |                         let method = SnoopIdmSvc(inner);
[INFO] [stdout] 1485 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1486 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1496 | |                         Ok(res)
[INFO] [stdout] 1497 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1496:25
[INFO] [stdout]      |
[INFO] [stdout] 1496 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1532:42
[INFO] [stdout]      |
[INFO] [stdout] 1532 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1533 | |                         let method = GetHostCpuTopologySvc(inner);
[INFO] [stdout] 1534 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1535 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1545 | |                         Ok(res)
[INFO] [stdout] 1546 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1545:25
[INFO] [stdout]      |
[INFO] [stdout] 1545 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1586:42
[INFO] [stdout]      |
[INFO] [stdout] 1586 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1587 | |                         let method = SetHostPowerManagementPolicySvc(inner);
[INFO] [stdout] 1588 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1589 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1599 | |                         Ok(res)
[INFO] [stdout] 1600 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1599:25
[INFO] [stdout]      |
[INFO] [stdout] 1599 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1631:42
[INFO] [stdout]      |
[INFO] [stdout] 1631 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1632 | |                         let method = ListDevicesSvc(inner);
[INFO] [stdout] 1633 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1634 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1644 | |                         Ok(res)
[INFO] [stdout] 1645 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1644:25
[INFO] [stdout]      |
[INFO] [stdout] 1644 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1682:42
[INFO] [stdout]      |
[INFO] [stdout] 1682 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1683 | |                         let method = ListNetworkReservationsSvc(inner);
[INFO] [stdout] 1684 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1685 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1695 | |                         Ok(res)
[INFO] [stdout] 1696 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1695:25
[INFO] [stdout]      |
[INFO] [stdout] 1695 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1728:42
[INFO] [stdout]      |
[INFO] [stdout] 1728 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1729 | |                         let method = PullImageSvc(inner);
[INFO] [stdout] 1730 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1731 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1741 | |                         Ok(res)
[INFO] [stdout] 1742 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1741:25
[INFO] [stdout]      |
[INFO] [stdout] 1741 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1773:42
[INFO] [stdout]      |
[INFO] [stdout] 1773 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1774 | |                         let method = CreateZoneSvc(inner);
[INFO] [stdout] 1775 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1776 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1786 | |                         Ok(res)
[INFO] [stdout] 1787 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1786:25
[INFO] [stdout]      |
[INFO] [stdout] 1786 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1818:42
[INFO] [stdout]      |
[INFO] [stdout] 1818 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1819 | |                         let method = DestroyZoneSvc(inner);
[INFO] [stdout] 1820 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1821 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1831 | |                         Ok(res)
[INFO] [stdout] 1832 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1831:25
[INFO] [stdout]      |
[INFO] [stdout] 1831 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1864:42
[INFO] [stdout]      |
[INFO] [stdout] 1864 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1865 | |                         let method = ResolveZoneIdSvc(inner);
[INFO] [stdout] 1866 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1867 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1877 | |                         Ok(res)
[INFO] [stdout] 1878 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1877:25
[INFO] [stdout]      |
[INFO] [stdout] 1877 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1909:42
[INFO] [stdout]      |
[INFO] [stdout] 1909 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1910 | |                         let method = GetZoneSvc(inner);
[INFO] [stdout] 1911 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1912 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1922 | |                         Ok(res)
[INFO] [stdout] 1923 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1922:25
[INFO] [stdout]      |
[INFO] [stdout] 1922 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1958:42
[INFO] [stdout]      |
[INFO] [stdout] 1958 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1959 | |                         let method = UpdateZoneResourcesSvc(inner);
[INFO] [stdout] 1960 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1961 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1971 | |                         Ok(res)
[INFO] [stdout] 1972 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:1971:25
[INFO] [stdout]      |
[INFO] [stdout] 1971 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2003:42
[INFO] [stdout]      |
[INFO] [stdout] 2003 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2004 | |                         let method = ListZonesSvc(inner);
[INFO] [stdout] 2005 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2006 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2016 | |                         Ok(res)
[INFO] [stdout] 2017 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2016:25
[INFO] [stdout]      |
[INFO] [stdout] 2016 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2052:42
[INFO] [stdout]      |
[INFO] [stdout] 2052 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2053 | |                         let method = AttachZoneConsoleSvc(inner);
[INFO] [stdout] 2054 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2055 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2065 | |                         Ok(res)
[INFO] [stdout] 2066 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2065:25
[INFO] [stdout]      |
[INFO] [stdout] 2065 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2101:42
[INFO] [stdout]      |
[INFO] [stdout] 2101 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2102 | |                         let method = ExecInsideZoneSvc(inner);
[INFO] [stdout] 2103 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2104 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2114 | |                         Ok(res)
[INFO] [stdout] 2115 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2114:25
[INFO] [stdout]      |
[INFO] [stdout] 2114 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2147:42
[INFO] [stdout]      |
[INFO] [stdout] 2147 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2148 | |                         let method = ReadZoneMetricsSvc(inner);
[INFO] [stdout] 2149 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2150 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2160 | |                         Ok(res)
[INFO] [stdout] 2161 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2160:25
[INFO] [stdout]      |
[INFO] [stdout] 2160 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2193:42
[INFO] [stdout]      |
[INFO] [stdout] 2193 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2194 | |                         let method = WatchEventsSvc(inner);
[INFO] [stdout] 2195 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2196 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2206 | |                         Ok(res)
[INFO] [stdout] 2207 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2206:25
[INFO] [stdout]      |
[INFO] [stdout] 2206 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2242:42
[INFO] [stdout]      |
[INFO] [stdout] 2242 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2243 | |                         let method = ReadHypervisorConsoleSvc(inner);
[INFO] [stdout] 2244 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2245 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2255 | |                         Ok(res)
[INFO] [stdout] 2256 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2255:25
[INFO] [stdout]      |
[INFO] [stdout] 2255 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2260:41
[INFO] [stdout]      |
[INFO] [stdout] 2260 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2261 | |                         Ok(
[INFO] [stdout] 2262 | |                             http::Response::builder()
[INFO] [stdout] 2263 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2272 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<hyper::Response<http_body_util::combinators::box_body::UnsyncBoxBody<bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/krata-27727171202213d1/out/krata.v1.control.rs:2261:25
[INFO] [stdout]      |
[INFO] [stdout] 2261 | /                         Ok(
[INFO] [stdout] 2262 | |                             http::Response::builder()
[INFO] [stdout] 2263 | |                                 .status(200)
[INFO] [stdout] 2264 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2270 | |                                 .unwrap(),
[INFO] [stdout] 2271 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `krata` (lib) due to 38 previous errors
[INFO] running `Command { std: "docker" "inspect" "eb335bcc637079f6097c7baa697343843b3b6fed83515b068f85359669c09930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb335bcc637079f6097c7baa697343843b3b6fed83515b068f85359669c09930", kill_on_drop: false }`
[INFO] [stdout] eb335bcc637079f6097c7baa697343843b3b6fed83515b068f85359669c09930
