[INFO] fetching crate chuchi 0.1.5...
[INFO] checking chuchi-0.1.5 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate chuchi 0.1.5 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate chuchi 0.1.5
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate chuchi 0.1.5
[INFO] tweaked toml for crates.io crate chuchi 0.1.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate chuchi 0.1.5 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 chuchi 0.1.5 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 91276d1ae0b6793b2009eccd2c9ff526b26eea3de1cdf4c612e7bc0d96ed4321
[INFO] running `Command { std: "docker" "start" "-a" "91276d1ae0b6793b2009eccd2c9ff526b26eea3de1cdf4c612e7bc0d96ed4321", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91276d1ae0b6793b2009eccd2c9ff526b26eea3de1cdf4c612e7bc0d96ed4321", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91276d1ae0b6793b2009eccd2c9ff526b26eea3de1cdf4c612e7bc0d96ed4321", kill_on_drop: false }`
[INFO] [stdout] 91276d1ae0b6793b2009eccd2c9ff526b26eea3de1cdf4c612e7bc0d96ed4321
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] e89ec8adface0d914b4dee8598109dd2c2e8453085af110764dbdf72c376329f
[INFO] running `Command { std: "docker" "start" "-a" "e89ec8adface0d914b4dee8598109dd2c2e8453085af110764dbdf72c376329f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling libc v0.2.173
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling chuchi-core v0.1.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking byte-parser v0.2.3
[INFO] [stderr]     Checking matchit v0.8.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.23.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling chuchi-codegen v0.1.1
[INFO] [stderr]     Checking tracing-test v0.2.5
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-tungstenite v0.23.1
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking chuchi v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     extractor_extract!(|extract| {
[INFO] [stdout] 187 | |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout] 188 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $block
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     extractor_extract!(|extract| {
[INFO] [stdout] 187 | |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout] 188 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:187:3
[INFO] [stdout]     |
[INFO] [stdout] 187 |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut chuchi_core::Request, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:212:2
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     {
[INFO] [stdout] 213 | |         Ok(extract.request.take().unwrap())
[INFO] [stdout] 214 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut chuchi_core::Request, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:213:3
[INFO] [stdout]     |
[INFO] [stdout] 213 |         Ok(extract.request.take().unwrap())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:233:2
[INFO] [stdout]     |
[INFO] [stdout] 233 |       extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |       ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $block
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:233:2
[INFO] [stdout]     |
[INFO] [stdout] 233 |     extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:233:33
[INFO] [stdout]     |
[INFO] [stdout] 233 |     extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:291:2
[INFO] [stdout]     |
[INFO] [stdout] 291 | /     extractor_extract!(|extract| {
[INFO] [stdout] 292 | |         let s = extract.params.get(extract.name).unwrap_or("");
[INFO] [stdout] 293 | |
[INFO] [stdout] 294 | |         Ok(PathParam::from_ref(s))
[INFO] [stdout] 295 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $block
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:291:2
[INFO] [stdout]     |
[INFO] [stdout] 291 | /     extractor_extract!(|extract| {
[INFO] [stdout] 292 | |         let s = extract.params.get(extract.name).unwrap_or("");
[INFO] [stdout] 293 | |
[INFO] [stdout] 294 | |         Ok(PathParam::from_ref(s))
[INFO] [stdout] 295 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:294:3
[INFO] [stdout]     |
[INFO] [stdout] 294 |         Ok(PathParam::from_ref(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:360:2
[INFO] [stdout]     |
[INFO] [stdout] 360 |       extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |       ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $block
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:360:2
[INFO] [stdout]     |
[INFO] [stdout] 360 |     extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:360:33
[INFO] [stdout]     |
[INFO] [stdout] 360 |     extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:99:32
[INFO] [stdout]     |
[INFO] [stdout]  99 |           PinnedFuture::new(async move {
[INFO] [stdout]     |  ______________________________________^
[INFO] [stdout] 100 | |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout] 101 | |         })
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:46
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 106 | |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout] 107 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 106 | |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout] 107 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:50
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:113:52
[INFO] [stdout]     |
[INFO] [stdout] 113 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 114 | |     let span = info_span!(
[INFO] [stdout] 115 | |         "req",
[INFO] [stdout] 116 | |         method = ?hyper_req.method(),
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |         .await
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:113:52
[INFO] [stdout]     |
[INFO] [stdout] 113 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 114 | |     let span = info_span!(
[INFO] [stdout] 115 | |         "req",
[INFO] [stdout] 116 | |         method = ?hyper_req.method(),
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |         .await
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     route_hyper_inner(wood, hyper_req, address)
[INFO] [stdout] 121 | |         .instrument(span)
[INFO] [stdout] 122 | |         .await
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:122:4
[INFO] [stdout]     |
[INFO] [stdout] 122 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     route_hyper_inner(wood, hyper_req, address)
[INFO] [stdout] 121 | |         .instrument(span)
[INFO] [stdout] 122 | |         .await
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 130 | |     let method = hyper_req.method().clone();
[INFO] [stdout] 131 | |     let uri = hyper_req.uri().clone();
[INFO] [stdout] 132 | |     info!(?method, ?uri, "req");
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     Ok(hyper_resp)
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 130 | |     let method = hyper_req.method().clone();
[INFO] [stdout] 131 | |     let uri = hyper_req.uri().clone();
[INFO] [stdout] 132 | |     info!(?method, ?uri, "req");
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     Ok(hyper_resp)
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:146:2
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Ok(hyper_resp)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     extractor_extract!(|extract| {
[INFO] [stdout] 187 | |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout] 188 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $block
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     extractor_extract!(|extract| {
[INFO] [stdout] 187 | |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout] 188 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Res<'_, T>, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:187:3
[INFO] [stdout]     |
[INFO] [stdout] 187 |         Ok(Res(extract.resources.get::<T>().unwrap()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut chuchi_core::Request, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:212:2
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     {
[INFO] [stdout] 213 | |         Ok(extract.request.take().unwrap())
[INFO] [stdout] 214 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut chuchi_core::Request, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:213:3
[INFO] [stdout]     |
[INFO] [stdout] 213 |         Ok(extract.request.take().unwrap())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:233:2
[INFO] [stdout]     |
[INFO] [stdout] 233 |       extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |       ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $block
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:233:2
[INFO] [stdout]     |
[INFO] [stdout] 233 |     extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&RequestHeader, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:233:33
[INFO] [stdout]     |
[INFO] [stdout] 233 |     extractor_extract!(|extract| { Ok(extract.state.get().unwrap()) });
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:291:2
[INFO] [stdout]     |
[INFO] [stdout] 291 | /     extractor_extract!(|extract| {
[INFO] [stdout] 292 | |         let s = extract.params.get(extract.name).unwrap_or("");
[INFO] [stdout] 293 | |
[INFO] [stdout] 294 | |         Ok(PathParam::from_ref(s))
[INFO] [stdout] 295 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $block
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:291:2
[INFO] [stdout]     |
[INFO] [stdout] 291 | /     extractor_extract!(|extract| {
[INFO] [stdout] 292 | |         let s = extract.params.get(extract.name).unwrap_or("");
[INFO] [stdout] 293 | |
[INFO] [stdout] 294 | |         Ok(PathParam::from_ref(s))
[INFO] [stdout] 295 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&PathParam<str>, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:294:3
[INFO] [stdout]     |
[INFO] [stdout] 294 |         Ok(PathParam::from_ref(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:93:3
[INFO] [stdout]     |
[INFO] [stdout]  93 | /         {
[INFO] [stdout]  94 | |             $block
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:360:2
[INFO] [stdout]     |
[INFO] [stdout] 360 |       extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |       ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/macros/mod.rs:94:4
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $block
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/extractor/mod.rs:360:2
[INFO] [stdout]     |
[INFO] [stdout] 360 |     extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::extractor_extract` which comes from the expansion of the macro `extractor_extract` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<&Resources, Infallible>
[INFO] [stdout]    --> src/extractor/mod.rs:360:33
[INFO] [stdout]     |
[INFO] [stdout] 360 |     extractor_extract!(|extract| { Ok(extract.resources) });
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:99:32
[INFO] [stdout]     |
[INFO] [stdout]  99 |           PinnedFuture::new(async move {
[INFO] [stdout]     |  ______________________________________^
[INFO] [stdout] 100 | |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout] 101 | |         })
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:46
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/server.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 |             routing::route_hyper(&wood, req, address).await
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 106 | |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout] 107 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 106 | |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout] 107 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:50
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 |     route_hyper_with_span(wood, hyper_req, address).await
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:113:52
[INFO] [stdout]     |
[INFO] [stdout] 113 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 114 | |     let span = info_span!(
[INFO] [stdout] 115 | |         "req",
[INFO] [stdout] 116 | |         method = ?hyper_req.method(),
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |         .await
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:113:52
[INFO] [stdout]     |
[INFO] [stdout] 113 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 114 | |     let span = info_span!(
[INFO] [stdout] 115 | |         "req",
[INFO] [stdout] 116 | |         method = ?hyper_req.method(),
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |         .await
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     route_hyper_inner(wood, hyper_req, address)
[INFO] [stdout] 121 | |         .instrument(span)
[INFO] [stdout] 122 | |         .await
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:122:4
[INFO] [stdout]     |
[INFO] [stdout] 122 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     route_hyper_inner(wood, hyper_req, address)
[INFO] [stdout] 121 | |         .instrument(span)
[INFO] [stdout] 122 | |         .await
[INFO] [stdout]     | |______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 130 | |     let method = hyper_req.method().clone();
[INFO] [stdout] 131 | |     let uri = hyper_req.uri().clone();
[INFO] [stdout] 132 | |     info!(?method, ?uri, "req");
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     Ok(hyper_resp)
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |   ) -> Result<hyper::Response<BodyHttp>, Infallible> {
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 130 | |     let method = hyper_req.method().clone();
[INFO] [stdout] 131 | |     let uri = hyper_req.uri().clone();
[INFO] [stdout] 132 | |     info!(?method, ?uri, "req");
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     Ok(hyper_resp)
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<hyper::Response<BodyHttp>, Infallible>
[INFO] [stdout]    --> src/routing.rs:146:2
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Ok(hyper_resp)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chuchi` (lib test) due to 31 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `chuchi` (lib) due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "e89ec8adface0d914b4dee8598109dd2c2e8453085af110764dbdf72c376329f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e89ec8adface0d914b4dee8598109dd2c2e8453085af110764dbdf72c376329f", kill_on_drop: false }`
[INFO] [stdout] e89ec8adface0d914b4dee8598109dd2c2e8453085af110764dbdf72c376329f
