[INFO] fetching crate bicycle_proto 0.2.2...
[INFO] checking bicycle_proto-0.2.2 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate bicycle_proto 0.2.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate bicycle_proto 0.2.2
[INFO] finished tweaking crates.io crate bicycle_proto 0.2.2
[INFO] tweaked toml for crates.io crate bicycle_proto 0.2.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bicycle_proto 0.2.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 123 packages to latest compatible versions
[INFO] [stderr]       Adding prost v0.12.6 (available: v0.14.1)
[INFO] [stderr]       Adding prost-types v0.12.6 (available: v0.14.1)
[INFO] [stderr]       Adding tonic v0.11.0 (available: v0.14.2)
[INFO] [stderr]       Adding tonic-build v0.11.0 (available: v0.14.2)
[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] 263aa9e06c038b8d894ea0c901759c2de8fa5fd5145192d647ca605666a46c3c
[INFO] running `Command { std: "docker" "start" "-a" "263aa9e06c038b8d894ea0c901759c2de8fa5fd5145192d647ca605666a46c3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "263aa9e06c038b8d894ea0c901759c2de8fa5fd5145192d647ca605666a46c3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "263aa9e06c038b8d894ea0c901759c2de8fa5fd5145192d647ca605666a46c3c", kill_on_drop: false }`
[INFO] [stdout] 263aa9e06c038b8d894ea0c901759c2de8fa5fd5145192d647ca605666a46c3c
[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] 24e485129ef5231d25e32927c111e8111ce8d1e09cd28f2e672c008b2c8ccbd2
[INFO] running `Command { std: "docker" "start" "-a" "24e485129ef5231d25e32927c111e8111ce8d1e09cd28f2e672c008b2c8ccbd2", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking prost-types v0.12.6
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-io-timeout v1.2.1
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling bicycle_proto v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking tonic v0.11.0
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:566:42
[INFO] [stdout]     |
[INFO] [stdout] 566 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 567 | |                         let inner = inner.0;
[INFO] [stdout] 568 | |                         let method = GetExamplesByPkSvc(inner);
[INFO] [stdout] 569 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 580 | |                         Ok(res)
[INFO] [stdout] 581 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:580:25
[INFO] [stdout]     |
[INFO] [stdout] 580 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:610:42
[INFO] [stdout]     |
[INFO] [stdout] 610 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 611 | |                         let inner = inner.0;
[INFO] [stdout] 612 | |                         let method = DeleteExamplesByPkSvc(inner);
[INFO] [stdout] 613 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 624 | |                         Ok(res)
[INFO] [stdout] 625 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bicycle_proto` (lib test) due to 22 previous errors
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:624:25
[INFO] [stdout]     |
[INFO] [stdout] 624 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:654:42
[INFO] [stdout]     |
[INFO] [stdout] 654 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 655 | |                         let inner = inner.0;
[INFO] [stdout] 656 | |                         let method = PutExampleSvc(inner);
[INFO] [stdout] 657 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 668 | |                         Ok(res)
[INFO] [stdout] 669 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:668:25
[INFO] [stdout]     |
[INFO] [stdout] 668 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:698:42
[INFO] [stdout]     |
[INFO] [stdout] 698 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 699 | |                         let inner = inner.0;
[INFO] [stdout] 700 | |                         let method = BatchPutExamplesSvc(inner);
[INFO] [stdout] 701 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 712 | |                         Ok(res)
[INFO] [stdout] 713 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:712:25
[INFO] [stdout]     |
[INFO] [stdout] 712 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:717:41
[INFO] [stdout]     |
[INFO] [stdout] 717 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 718 | |                         Ok(
[INFO] [stdout] 719 | |                             http::Response::builder()
[INFO] [stdout] 720 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 726 | |                     })
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:718:25
[INFO] [stdout]     |
[INFO] [stdout] 718 | /                         Ok(
[INFO] [stdout] 719 | |                             http::Response::builder()
[INFO] [stdout] 720 | |                                 .status(200)
[INFO] [stdout] 721 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 724 | |                                 .unwrap(),
[INFO] [stdout] 725 | |                         )
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:890:42
[INFO] [stdout]     |
[INFO] [stdout] 890 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 891 | |                         let inner = inner.0;
[INFO] [stdout] 892 | |                         let method = RemoveSvc(inner);
[INFO] [stdout] 893 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 904 | |                         Ok(res)
[INFO] [stdout] 905 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:904:25
[INFO] [stdout]     |
[INFO] [stdout] 904 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:934:42
[INFO] [stdout]     |
[INFO] [stdout] 934 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 935 | |                         let inner = inner.0;
[INFO] [stdout] 936 | |                         let method = DeploySvc(inner);
[INFO] [stdout] 937 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 948 | |                         Ok(res)
[INFO] [stdout] 949 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:948:25
[INFO] [stdout]     |
[INFO] [stdout] 948 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:974:42
[INFO] [stdout]     |
[INFO] [stdout] 974 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 975 | |                         let inner = inner.0;
[INFO] [stdout] 976 | |                         let method = ListSvc(inner);
[INFO] [stdout] 977 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 988 | |                         Ok(res)
[INFO] [stdout] 989 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:988:25
[INFO] [stdout]     |
[INFO] [stdout] 988 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1018:42
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1019 | |                         let inner = inner.0;
[INFO] [stdout] 1020 | |                         let method = InvokeOneOffSvc(inner);
[INFO] [stdout] 1021 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...    |
[INFO] [stdout] 1032 | |                         Ok(res)
[INFO] [stdout] 1033 | |                     };
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1032:25
[INFO] [stdout]      |
[INFO] [stdout] 1032 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1062:42
[INFO] [stdout]      |
[INFO] [stdout] 1062 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1063 | |                         let inner = inner.0;
[INFO] [stdout] 1064 | |                         let method = InvokeStoredSvc(inner);
[INFO] [stdout] 1065 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...    |
[INFO] [stdout] 1076 | |                         Ok(res)
[INFO] [stdout] 1077 | |                     };
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1076:25
[INFO] [stdout]      |
[INFO] [stdout] 1076 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1081:41
[INFO] [stdout]      |
[INFO] [stdout] 1081 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 1082 | |                         Ok(
[INFO] [stdout] 1083 | |                             http::Response::builder()
[INFO] [stdout] 1084 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 1090 | |                     })
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1082:25
[INFO] [stdout]      |
[INFO] [stdout] 1082 | /                         Ok(
[INFO] [stdout] 1083 | |                             http::Response::builder()
[INFO] [stdout] 1084 | |                                 .status(200)
[INFO] [stdout] 1085 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...    |
[INFO] [stdout] 1088 | |                                 .unwrap(),
[INFO] [stdout] 1089 | |                         )
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:566:42
[INFO] [stdout]     |
[INFO] [stdout] 566 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 567 | |                         let inner = inner.0;
[INFO] [stdout] 568 | |                         let method = GetExamplesByPkSvc(inner);
[INFO] [stdout] 569 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 580 | |                         Ok(res)
[INFO] [stdout] 581 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:580:25
[INFO] [stdout]     |
[INFO] [stdout] 580 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:610:42
[INFO] [stdout]     |
[INFO] [stdout] 610 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 611 | |                         let inner = inner.0;
[INFO] [stdout] 612 | |                         let method = DeleteExamplesByPkSvc(inner);
[INFO] [stdout] 613 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 624 | |                         Ok(res)
[INFO] [stdout] 625 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:624:25
[INFO] [stdout]     |
[INFO] [stdout] 624 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:654:42
[INFO] [stdout]     |
[INFO] [stdout] 654 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 655 | |                         let inner = inner.0;
[INFO] [stdout] 656 | |                         let method = PutExampleSvc(inner);
[INFO] [stdout] 657 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 668 | |                         Ok(res)
[INFO] [stdout] 669 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:668:25
[INFO] [stdout]     |
[INFO] [stdout] 668 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:698:42
[INFO] [stdout]     |
[INFO] [stdout] 698 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 699 | |                         let inner = inner.0;
[INFO] [stdout] 700 | |                         let method = BatchPutExamplesSvc(inner);
[INFO] [stdout] 701 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 712 | |                         Ok(res)
[INFO] [stdout] 713 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:712:25
[INFO] [stdout]     |
[INFO] [stdout] 712 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:717:41
[INFO] [stdout]     |
[INFO] [stdout] 717 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 718 | |                         Ok(
[INFO] [stdout] 719 | |                             http::Response::builder()
[INFO] [stdout] 720 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 726 | |                     })
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:718:25
[INFO] [stdout]     |
[INFO] [stdout] 718 | /                         Ok(
[INFO] [stdout] 719 | |                             http::Response::builder()
[INFO] [stdout] 720 | |                                 .status(200)
[INFO] [stdout] 721 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...   |
[INFO] [stdout] 724 | |                                 .unwrap(),
[INFO] [stdout] 725 | |                         )
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:890:42
[INFO] [stdout]     |
[INFO] [stdout] 890 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 891 | |                         let inner = inner.0;
[INFO] [stdout] 892 | |                         let method = RemoveSvc(inner);
[INFO] [stdout] 893 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 904 | |                         Ok(res)
[INFO] [stdout] 905 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:904:25
[INFO] [stdout]     |
[INFO] [stdout] 904 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:934:42
[INFO] [stdout]     |
[INFO] [stdout] 934 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 935 | |                         let inner = inner.0;
[INFO] [stdout] 936 | |                         let method = DeploySvc(inner);
[INFO] [stdout] 937 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 948 | |                         Ok(res)
[INFO] [stdout] 949 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:948:25
[INFO] [stdout]     |
[INFO] [stdout] 948 |                         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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:974:42
[INFO] [stdout]     |
[INFO] [stdout] 974 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 975 | |                         let inner = inner.0;
[INFO] [stdout] 976 | |                         let method = ListSvc(inner);
[INFO] [stdout] 977 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...   |
[INFO] [stdout] 988 | |                         Ok(res)
[INFO] [stdout] 989 | |                     };
[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]    --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:988:25
[INFO] [stdout]     |
[INFO] [stdout] 988 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1018:42
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1019 | |                         let inner = inner.0;
[INFO] [stdout] 1020 | |                         let method = InvokeOneOffSvc(inner);
[INFO] [stdout] 1021 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...    |
[INFO] [stdout] 1032 | |                         Ok(res)
[INFO] [stdout] 1033 | |                     };
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1032:25
[INFO] [stdout]      |
[INFO] [stdout] 1032 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1062:42
[INFO] [stdout]      |
[INFO] [stdout] 1062 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1063 | |                         let inner = inner.0;
[INFO] [stdout] 1064 | |                         let method = InvokeStoredSvc(inner);
[INFO] [stdout] 1065 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] ...    |
[INFO] [stdout] 1076 | |                         Ok(res)
[INFO] [stdout] 1077 | |                     };
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1076:25
[INFO] [stdout]      |
[INFO] [stdout] 1076 |                         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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1081:41
[INFO] [stdout]      |
[INFO] [stdout] 1081 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 1082 | |                         Ok(
[INFO] [stdout] 1083 | |                             http::Response::builder()
[INFO] [stdout] 1084 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 1090 | |                     })
[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]     --> /opt/rustwide/target/debug/build/bicycle_proto-b5ebd40a38200e02/out/bicycle.rs:1082:25
[INFO] [stdout]      |
[INFO] [stdout] 1082 | /                         Ok(
[INFO] [stdout] 1083 | |                             http::Response::builder()
[INFO] [stdout] 1084 | |                                 .status(200)
[INFO] [stdout] 1085 | |                                 .header("grpc-status", "12")
[INFO] [stdout] ...    |
[INFO] [stdout] 1088 | |                                 .unwrap(),
[INFO] [stdout] 1089 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bicycle_proto` (lib) due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "24e485129ef5231d25e32927c111e8111ce8d1e09cd28f2e672c008b2c8ccbd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24e485129ef5231d25e32927c111e8111ce8d1e09cd28f2e672c008b2c8ccbd2", kill_on_drop: false }`
[INFO] [stdout] 24e485129ef5231d25e32927c111e8111ce8d1e09cd28f2e672c008b2c8ccbd2
