[INFO] fetching crate fire-http 0.5.0... [INFO] checking fire-http-0.5.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate fire-http 0.5.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate fire-http 0.5.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fire-http 0.5.0 [INFO] tweaked toml for crates.io crate fire-http 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fire-http 0.5.0 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 fire-http 0.5.0 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1b47ee1c8526f9dd6237aa52afd8b1925dedaae3f236945bf3e84a24dfd5873d [INFO] running `Command { std: "docker" "start" "-a" "1b47ee1c8526f9dd6237aa52afd8b1925dedaae3f236945bf3e84a24dfd5873d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b47ee1c8526f9dd6237aa52afd8b1925dedaae3f236945bf3e84a24dfd5873d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b47ee1c8526f9dd6237aa52afd8b1925dedaae3f236945bf3e84a24dfd5873d", kill_on_drop: false }` [INFO] [stdout] 1b47ee1c8526f9dd6237aa52afd8b1925dedaae3f236945bf3e84a24dfd5873d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8b1a90d75b1feeab062d92d5a6300132718d646a7d98b64355315ed786977e69 [INFO] running `Command { std: "docker" "start" "-a" "8b1a90d75b1feeab062d92d5a6300132718d646a7d98b64355315ed786977e69", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling httparse v1.9.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Compiling fire-http-representation v0.4.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking byte-parser v0.2.3 [INFO] [stderr] Checking matchit v0.8.2 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling tracing-test-macro v0.2.5 [INFO] [stderr] Compiling fire-http-codegen v0.3.0 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking tracing-test v0.2.5 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking hyper-util v0.1.5 [INFO] [stderr] Checking fire-http v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: std::result::Result, 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::().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, 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::().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, Infallible> [INFO] [stdout] --> src/extractor/mod.rs:187:3 [INFO] [stdout] | [INFO] [stdout] 187 | Ok(Res(extract.resources.get::().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut fire_http_representation::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 fire_http_representation::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, 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:283:2 [INFO] [stdout] | [INFO] [stdout] 283 | / extractor_extract!(|extract| { [INFO] [stdout] 284 | | let s = extract.params.get(extract.name).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 290 | | Ok(s) [INFO] [stdout] 291 | | }); [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, 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:283:2 [INFO] [stdout] | [INFO] [stdout] 283 | / extractor_extract!(|extract| { [INFO] [stdout] 284 | | let s = extract.params.get(extract.name).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 290 | | Ok(s) [INFO] [stdout] 291 | | }); [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, Infallible> [INFO] [stdout] --> src/extractor/mod.rs:290:3 [INFO] [stdout] | [INFO] [stdout] 290 | Ok(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:356:2 [INFO] [stdout] | [INFO] [stdout] 356 | 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:356:2 [INFO] [stdout] | [INFO] [stdout] 356 | 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:356:33 [INFO] [stdout] | [INFO] [stdout] 356 | 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, Infallible> [INFO] [stdout] --> src/server.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | PinnedFuture::new(async move { [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 97 | | fire::route_hyper(&wood, req, address).await [INFO] [stdout] 98 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result, Infallible> [INFO] [stdout] --> src/server.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/server.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/server.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/fire.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:146:2 [INFO] [stdout] | [INFO] [stdout] 146 | Ok(hyper_resp) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fire-http` (lib) due to 31 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: std::result::Result, 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::().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, 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::().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, Infallible> [INFO] [stdout] --> src/extractor/mod.rs:187:3 [INFO] [stdout] | [INFO] [stdout] 187 | Ok(Res(extract.resources.get::().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result<&mut fire_http_representation::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 fire_http_representation::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, 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:283:2 [INFO] [stdout] | [INFO] [stdout] 283 | / extractor_extract!(|extract| { [INFO] [stdout] 284 | | let s = extract.params.get(extract.name).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 290 | | Ok(s) [INFO] [stdout] 291 | | }); [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, 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:283:2 [INFO] [stdout] | [INFO] [stdout] 283 | / extractor_extract!(|extract| { [INFO] [stdout] 284 | | let s = extract.params.get(extract.name).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 290 | | Ok(s) [INFO] [stdout] 291 | | }); [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, Infallible> [INFO] [stdout] --> src/extractor/mod.rs:290:3 [INFO] [stdout] | [INFO] [stdout] 290 | Ok(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:356:2 [INFO] [stdout] | [INFO] [stdout] 356 | 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:356:2 [INFO] [stdout] | [INFO] [stdout] 356 | 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:356:33 [INFO] [stdout] | [INFO] [stdout] 356 | 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, Infallible> [INFO] [stdout] --> src/server.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | PinnedFuture::new(async move { [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 97 | | fire::route_hyper(&wood, req, address).await [INFO] [stdout] 98 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: std::result::Result, Infallible> [INFO] [stdout] --> src/server.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/server.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/server.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fire::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, Infallible> [INFO] [stdout] --> src/fire.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.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, Infallible> [INFO] [stdout] --> src/fire.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:129:52 [INFO] [stdout] | [INFO] [stdout] 129 | ) -> Result, 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, Infallible> [INFO] [stdout] --> src/fire.rs:146:2 [INFO] [stdout] | [INFO] [stdout] 146 | Ok(hyper_resp) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fire-http` (lib test) due to 31 previous errors [INFO] running `Command { std: "docker" "inspect" "8b1a90d75b1feeab062d92d5a6300132718d646a7d98b64355315ed786977e69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b1a90d75b1feeab062d92d5a6300132718d646a7d98b64355315ed786977e69", kill_on_drop: false }` [INFO] [stdout] 8b1a90d75b1feeab062d92d5a6300132718d646a7d98b64355315ed786977e69