[INFO] fetching crate sentry_protos 0.4.4...
[INFO] checking sentry_protos-0.4.4 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate sentry_protos 0.4.4 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate sentry_protos 0.4.4
[INFO] finished tweaking crates.io crate sentry_protos 0.4.4
[INFO] tweaked toml for crates.io crate sentry_protos 0.4.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sentry_protos 0.4.4 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 sentry_protos 0.4.4 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 1cfc1147b815e04c168edf79e68d1a54467400a21110420ea19642398bc2d751
[INFO] running `Command { std: "docker" "start" "-a" "1cfc1147b815e04c168edf79e68d1a54467400a21110420ea19642398bc2d751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1cfc1147b815e04c168edf79e68d1a54467400a21110420ea19642398bc2d751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cfc1147b815e04c168edf79e68d1a54467400a21110420ea19642398bc2d751", kill_on_drop: false }`
[INFO] [stdout] 1cfc1147b815e04c168edf79e68d1a54467400a21110420ea19642398bc2d751
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 847f9e65f21eb94b6965c62a31131600faf3859b50b117cc644fdd9ae3c8b4e3
[INFO] running `Command { std: "docker" "start" "-a" "847f9e65f21eb94b6965c62a31131600faf3859b50b117cc644fdd9ae3c8b4e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling anyhow v1.0.87
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling prost-derive v0.13.2
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking prost v0.13.2
[INFO] [stderr]     Checking prost-types v0.13.2
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking hyper-util v0.1.8
[INFO] [stderr]     Checking hyper-timeout v0.5.1
[INFO] [stderr]     Checking tonic v0.13.1
[INFO] [stderr]     Checking sentry_protos v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:292:42
[INFO] [stdout]     |
[INFO] [stdout] 292 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 293 | |                         let method = SummarizeSvc(inner);
[INFO] [stdout] 294 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 295 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 305 | |                         Ok(res)
[INFO] [stdout] 306 | |                     };
[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: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:305:25
[INFO] [stdout]     |
[INFO] [stdout] 305 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:310:41
[INFO] [stdout]     |
[INFO] [stdout] 310 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 311 | |                         let mut response = http::Response::new(
[INFO] [stdout] 312 | |                             tonic::body::Body::default(),
[INFO] [stdout] 313 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 325 | |                         Ok(response)
[INFO] [stdout] 326 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:325:25
[INFO] [stdout]     |
[INFO] [stdout] 325 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:470:42
[INFO] [stdout]     |
[INFO] [stdout] 470 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 471 | |                         let method = GetTaskSvc(inner);
[INFO] [stdout] 472 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 473 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 483 | |                         Ok(res)
[INFO] [stdout] 484 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:483:25
[INFO] [stdout]     |
[INFO] [stdout] 483 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:516:42
[INFO] [stdout]     |
[INFO] [stdout] 516 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 517 | |                         let method = SetTaskStatusSvc(inner);
[INFO] [stdout] 518 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 519 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                         Ok(res)
[INFO] [stdout] 530 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:529:25
[INFO] [stdout]     |
[INFO] [stdout] 529 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:534:41
[INFO] [stdout]     |
[INFO] [stdout] 534 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 535 | |                         let mut response = http::Response::new(
[INFO] [stdout] 536 | |                             tonic::body::Body::default(),
[INFO] [stdout] 537 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | |                         Ok(response)
[INFO] [stdout] 550 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:549:25
[INFO] [stdout]     |
[INFO] [stdout] 549 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:450:42
[INFO] [stdout]     |
[INFO] [stdout] 450 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 451 | |                         let method = GetTaskSvc(inner);
[INFO] [stdout] 452 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 453 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 463 | |                         Ok(res)
[INFO] [stdout] 464 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:463:25
[INFO] [stdout]     |
[INFO] [stdout] 463 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:496:42
[INFO] [stdout]     |
[INFO] [stdout] 496 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 497 | |                         let method = SetTaskStatusSvc(inner);
[INFO] [stdout] 498 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 499 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 509 | |                         Ok(res)
[INFO] [stdout] 510 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:509:25
[INFO] [stdout]     |
[INFO] [stdout] 509 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:514:41
[INFO] [stdout]     |
[INFO] [stdout] 514 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 515 | |                         let mut response = http::Response::new(
[INFO] [stdout] 516 | |                             tonic::body::Body::default(),
[INFO] [stdout] 517 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                         Ok(response)
[INFO] [stdout] 530 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:529:25
[INFO] [stdout]     |
[INFO] [stdout] 529 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:292:42
[INFO] [stdout]     |
[INFO] [stdout] 292 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 293 | |                         let method = SummarizeSvc(inner);
[INFO] [stdout] 294 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 295 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 305 | |                         Ok(res)
[INFO] [stdout] 306 | |                     };
[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: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:305:25
[INFO] [stdout]     |
[INFO] [stdout] 305 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:310:41
[INFO] [stdout]     |
[INFO] [stdout] 310 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 311 | |                         let mut response = http::Response::new(
[INFO] [stdout] 312 | |                             tonic::body::Body::default(),
[INFO] [stdout] 313 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 325 | |                         Ok(response)
[INFO] [stdout] 326 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.seer.v1.rs:325:25
[INFO] [stdout]     |
[INFO] [stdout] 325 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:470:42
[INFO] [stdout]     |
[INFO] [stdout] 470 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 471 | |                         let method = GetTaskSvc(inner);
[INFO] [stdout] 472 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 473 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 483 | |                         Ok(res)
[INFO] [stdout] 484 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:483:25
[INFO] [stdout]     |
[INFO] [stdout] 483 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:516:42
[INFO] [stdout]     |
[INFO] [stdout] 516 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 517 | |                         let method = SetTaskStatusSvc(inner);
[INFO] [stdout] 518 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 519 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                         Ok(res)
[INFO] [stdout] 530 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:529:25
[INFO] [stdout]     |
[INFO] [stdout] 529 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:534:41
[INFO] [stdout]     |
[INFO] [stdout] 534 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 535 | |                         let mut response = http::Response::new(
[INFO] [stdout] 536 | |                             tonic::body::Body::default(),
[INFO] [stdout] 537 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 549 | |                         Ok(response)
[INFO] [stdout] 550 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.sentry.v1.rs:549:25
[INFO] [stdout]     |
[INFO] [stdout] 549 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:450:42
[INFO] [stdout]     |
[INFO] [stdout] 450 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 451 | |                         let method = GetTaskSvc(inner);
[INFO] [stdout] 452 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 453 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 463 | |                         Ok(res)
[INFO] [stdout] 464 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:463:25
[INFO] [stdout]     |
[INFO] [stdout] 463 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:496:42
[INFO] [stdout]     |
[INFO] [stdout] 496 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 497 | |                         let method = SetTaskStatusSvc(inner);
[INFO] [stdout] 498 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 499 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 509 | |                         Ok(res)
[INFO] [stdout] 510 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:509:25
[INFO] [stdout]     |
[INFO] [stdout] 509 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:514:41
[INFO] [stdout]     |
[INFO] [stdout] 514 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 515 | |                         let mut response = http::Response::new(
[INFO] [stdout] 516 | |                             tonic::body::Body::default(),
[INFO] [stdout] 517 | |                         );
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                         Ok(response)
[INFO] [stdout] 530 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<response::Response<tonic::body::Body>, Infallible>
[INFO] [stdout]    --> src/sentry_protos.taskbroker.v1.rs:529:25
[INFO] [stdout]     |
[INFO] [stdout] 529 |                         Ok(response)
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sentry_protos` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sentry_protos` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "847f9e65f21eb94b6965c62a31131600faf3859b50b117cc644fdd9ae3c8b4e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "847f9e65f21eb94b6965c62a31131600faf3859b50b117cc644fdd9ae3c8b4e3", kill_on_drop: false }`
[INFO] [stdout] 847f9e65f21eb94b6965c62a31131600faf3859b50b117cc644fdd9ae3c8b4e3
