[INFO] fetching crate devtools-wire-format 0.5.3...
[INFO] checking devtools-wire-format-0.5.3 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate devtools-wire-format 0.5.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate devtools-wire-format 0.5.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate devtools-wire-format 0.5.3
[INFO] tweaked toml for crates.io crate devtools-wire-format 0.5.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate devtools-wire-format 0.5.3 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 devtools-wire-format 0.5.3 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] 86b16907a3831b80d2b53d94affe5f34034786ab70515e666446eb1e104a67cf
[INFO] running `Command { std: "docker" "start" "-a" "86b16907a3831b80d2b53d94affe5f34034786ab70515e666446eb1e104a67cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86b16907a3831b80d2b53d94affe5f34034786ab70515e666446eb1e104a67cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86b16907a3831b80d2b53d94affe5f34034786ab70515e666446eb1e104a67cf", kill_on_drop: false }`
[INFO] [stdout] 86b16907a3831b80d2b53d94affe5f34034786ab70515e666446eb1e104a67cf
[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] 8eb2e7f27693a9e289a30ac347309a27bd787d4f2d283d8d1cdfb6fd932c1b0a
[INFO] running `Command { std: "docker" "start" "-a" "8eb2e7f27693a9e289a30ac347309a27bd787d4f2d283d8d1cdfb6fd932c1b0a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking multimap v0.10.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking syn v2.0.66
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking prost v0.12.6
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking prost-types v0.12.6
[INFO] [stderr]     Checking prost-build v0.12.6
[INFO] [stderr]     Checking tonic-build v0.10.2
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking tonic v0.10.2
[INFO] [stderr]     Checking devtools-wire-format v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:181:42
[INFO] [stdout]     |
[INFO] [stdout] 181 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 182 | |                         let inner = inner.0;
[INFO] [stdout] 183 | |                         let method = WatchUpdatesSvc(inner);
[INFO] [stdout] 184 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |                         Ok(res)
[INFO] [stdout] 196 | |                     };
[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<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:200:41
[INFO] [stdout]     |
[INFO] [stdout] 200 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 201 | |                         Ok(
[INFO] [stdout] 202 | |                             http::Response::builder()
[INFO] [stdout] 203 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:201:25
[INFO] [stdout]     |
[INFO] [stdout] 201 | /                         Ok(
[INFO] [stdout] 202 | |                             http::Response::builder()
[INFO] [stdout] 203 | |                                 .status(200)
[INFO] [stdout] 204 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | |                                 .unwrap(),
[INFO] [stdout] 208 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:166:42
[INFO] [stdout]     |
[INFO] [stdout] 166 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 167 | |                         let inner = inner.0;
[INFO] [stdout] 168 | |                         let method = GetAppMetadataSvc(inner);
[INFO] [stdout] 169 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | |                         Ok(res)
[INFO] [stdout] 181 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:180:25
[INFO] [stdout]     |
[INFO] [stdout] 180 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:185:41
[INFO] [stdout]     |
[INFO] [stdout] 185 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 186 | |                         Ok(
[INFO] [stdout] 187 | |                             http::Response::builder()
[INFO] [stdout] 188 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:186:25
[INFO] [stdout]     |
[INFO] [stdout] 186 | /                         Ok(
[INFO] [stdout] 187 | |                             http::Response::builder()
[INFO] [stdout] 188 | |                                 .status(200)
[INFO] [stdout] 189 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |                                 .unwrap(),
[INFO] [stdout] 193 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:188:42
[INFO] [stdout]     |
[INFO] [stdout] 188 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 189 | |                         let inner = inner.0;
[INFO] [stdout] 190 | |                         let method = ListEntriesSvc(inner);
[INFO] [stdout] 191 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |                         Ok(res)
[INFO] [stdout] 203 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:235:42
[INFO] [stdout]     |
[INFO] [stdout] 235 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 236 | |                         let inner = inner.0;
[INFO] [stdout] 237 | |                         let method = GetEntryBytesSvc(inner);
[INFO] [stdout] 238 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |                         Ok(res)
[INFO] [stdout] 250 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:249:25
[INFO] [stdout]     |
[INFO] [stdout] 249 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:254:41
[INFO] [stdout]     |
[INFO] [stdout] 254 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 255 | |                         Ok(
[INFO] [stdout] 256 | |                             http::Response::builder()
[INFO] [stdout] 257 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:255:25
[INFO] [stdout]     |
[INFO] [stdout] 255 | /                         Ok(
[INFO] [stdout] 256 | |                             http::Response::builder()
[INFO] [stdout] 257 | |                                 .status(200)
[INFO] [stdout] 258 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 261 | |                                 .unwrap(),
[INFO] [stdout] 262 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:165:42
[INFO] [stdout]     |
[INFO] [stdout] 165 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 166 | |                         let inner = inner.0;
[INFO] [stdout] 167 | |                         let method = GetVersionsSvc(inner);
[INFO] [stdout] 168 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | |                         Ok(res)
[INFO] [stdout] 180 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:209:42
[INFO] [stdout]     |
[INFO] [stdout] 209 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 210 | |                         let inner = inner.0;
[INFO] [stdout] 211 | |                         let method = GetConfigSvc(inner);
[INFO] [stdout] 212 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 223 | |                         Ok(res)
[INFO] [stdout] 224 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:223:25
[INFO] [stdout]     |
[INFO] [stdout] 223 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:253:42
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 254 | |                         let inner = inner.0;
[INFO] [stdout] 255 | |                         let method = GetMetricsSvc(inner);
[INFO] [stdout] 256 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |                         Ok(res)
[INFO] [stdout] 268 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:267:25
[INFO] [stdout]     |
[INFO] [stdout] 267 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:272:41
[INFO] [stdout]     |
[INFO] [stdout] 272 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 273 | |                         Ok(
[INFO] [stdout] 274 | |                             http::Response::builder()
[INFO] [stdout] 275 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:273:25
[INFO] [stdout]     |
[INFO] [stdout] 273 | /                         Ok(
[INFO] [stdout] 274 | |                             http::Response::builder()
[INFO] [stdout] 275 | |                                 .status(200)
[INFO] [stdout] 276 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 279 | |                                 .unwrap(),
[INFO] [stdout] 280 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `devtools-wire-format` (lib) due to 22 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<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:181:42
[INFO] [stdout]     |
[INFO] [stdout] 181 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 182 | |                         let inner = inner.0;
[INFO] [stdout] 183 | |                         let method = WatchUpdatesSvc(inner);
[INFO] [stdout] 184 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |                         Ok(res)
[INFO] [stdout] 196 | |                     };
[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<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:200:41
[INFO] [stdout]     |
[INFO] [stdout] 200 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 201 | |                         Ok(
[INFO] [stdout] 202 | |                             http::Response::builder()
[INFO] [stdout] 203 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 209 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.instrument.rs:201:25
[INFO] [stdout]     |
[INFO] [stdout] 201 | /                         Ok(
[INFO] [stdout] 202 | |                             http::Response::builder()
[INFO] [stdout] 203 | |                                 .status(200)
[INFO] [stdout] 204 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | |                                 .unwrap(),
[INFO] [stdout] 208 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:166:42
[INFO] [stdout]     |
[INFO] [stdout] 166 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 167 | |                         let inner = inner.0;
[INFO] [stdout] 168 | |                         let method = GetAppMetadataSvc(inner);
[INFO] [stdout] 169 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | |                         Ok(res)
[INFO] [stdout] 181 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:180:25
[INFO] [stdout]     |
[INFO] [stdout] 180 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:185:41
[INFO] [stdout]     |
[INFO] [stdout] 185 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 186 | |                         Ok(
[INFO] [stdout] 187 | |                             http::Response::builder()
[INFO] [stdout] 188 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.meta.rs:186:25
[INFO] [stdout]     |
[INFO] [stdout] 186 | /                         Ok(
[INFO] [stdout] 187 | |                             http::Response::builder()
[INFO] [stdout] 188 | |                                 .status(200)
[INFO] [stdout] 189 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |                                 .unwrap(),
[INFO] [stdout] 193 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:188:42
[INFO] [stdout]     |
[INFO] [stdout] 188 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 189 | |                         let inner = inner.0;
[INFO] [stdout] 190 | |                         let method = ListEntriesSvc(inner);
[INFO] [stdout] 191 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |                         Ok(res)
[INFO] [stdout] 203 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:235:42
[INFO] [stdout]     |
[INFO] [stdout] 235 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 236 | |                         let inner = inner.0;
[INFO] [stdout] 237 | |                         let method = GetEntryBytesSvc(inner);
[INFO] [stdout] 238 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |                         Ok(res)
[INFO] [stdout] 250 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:249:25
[INFO] [stdout]     |
[INFO] [stdout] 249 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:254:41
[INFO] [stdout]     |
[INFO] [stdout] 254 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 255 | |                         Ok(
[INFO] [stdout] 256 | |                             http::Response::builder()
[INFO] [stdout] 257 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.sources.rs:255:25
[INFO] [stdout]     |
[INFO] [stdout] 255 | /                         Ok(
[INFO] [stdout] 256 | |                             http::Response::builder()
[INFO] [stdout] 257 | |                                 .status(200)
[INFO] [stdout] 258 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 261 | |                                 .unwrap(),
[INFO] [stdout] 262 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:165:42
[INFO] [stdout]     |
[INFO] [stdout] 165 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 166 | |                         let inner = inner.0;
[INFO] [stdout] 167 | |                         let method = GetVersionsSvc(inner);
[INFO] [stdout] 168 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | |                         Ok(res)
[INFO] [stdout] 180 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:179:25
[INFO] [stdout]     |
[INFO] [stdout] 179 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:209:42
[INFO] [stdout]     |
[INFO] [stdout] 209 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 210 | |                         let inner = inner.0;
[INFO] [stdout] 211 | |                         let method = GetConfigSvc(inner);
[INFO] [stdout] 212 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 223 | |                         Ok(res)
[INFO] [stdout] 224 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:223:25
[INFO] [stdout]     |
[INFO] [stdout] 223 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:253:42
[INFO] [stdout]     |
[INFO] [stdout] 253 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 254 | |                         let inner = inner.0;
[INFO] [stdout] 255 | |                         let method = GetMetricsSvc(inner);
[INFO] [stdout] 256 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |                         Ok(res)
[INFO] [stdout] 268 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:267:25
[INFO] [stdout]     |
[INFO] [stdout] 267 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:272:41
[INFO] [stdout]     |
[INFO] [stdout] 272 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 273 | |                         Ok(
[INFO] [stdout] 274 | |                             http::Response::builder()
[INFO] [stdout] 275 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/./generated/rs.devtools.tauri.rs:273:25
[INFO] [stdout]     |
[INFO] [stdout] 273 | /                         Ok(
[INFO] [stdout] 274 | |                             http::Response::builder()
[INFO] [stdout] 275 | |                                 .status(200)
[INFO] [stdout] 276 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 279 | |                                 .unwrap(),
[INFO] [stdout] 280 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `devtools-wire-format` (lib test) due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "8eb2e7f27693a9e289a30ac347309a27bd787d4f2d283d8d1cdfb6fd932c1b0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8eb2e7f27693a9e289a30ac347309a27bd787d4f2d283d8d1cdfb6fd932c1b0a", kill_on_drop: false }`
[INFO] [stdout] 8eb2e7f27693a9e289a30ac347309a27bd787d4f2d283d8d1cdfb6fd932c1b0a
