[INFO] fetching crate fire-http-api 0.4.0...
[INFO] checking fire-http-api-0.4.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate fire-http-api 0.4.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate fire-http-api 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fire-http-api 0.4.0
[INFO] tweaked toml for crates.io crate fire-http-api 0.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fire-http-api 0.4.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] 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 109 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding tokio-tungstenite v0.23.1 (available: v0.28.0)
[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] [stderr]     Blocking waiting for file lock on package cache
[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] b7f3b9160a8994dda8592a12044f5eaa41cc24b6a5e712ab1bd01ce1165f105e
[INFO] running `Command { std: "docker" "start" "-a" "b7f3b9160a8994dda8592a12044f5eaa41cc24b6a5e712ab1bd01ce1165f105e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7f3b9160a8994dda8592a12044f5eaa41cc24b6a5e712ab1bd01ce1165f105e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7f3b9160a8994dda8592a12044f5eaa41cc24b6a5e712ab1bd01ce1165f105e", kill_on_drop: false }`
[INFO] [stdout] b7f3b9160a8994dda8592a12044f5eaa41cc24b6a5e712ab1bd01ce1165f105e
[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] 55572e18fc77ddd1876f69a6b5abb1118dd8b2a46e64307cb69545e400bd637c
[INFO] running `Command { std: "docker" "start" "-a" "55572e18fc77ddd1876f69a6b5abb1118dd8b2a46e64307cb69545e400bd637c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling fire-http-representation v0.4.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking byte-parser v0.2.3
[INFO] [stderr]     Checking matchit v0.8.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling fire-http-codegen v0.3.0
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.23.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing-test v0.2.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v1.8.0
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-tungstenite v0.23.1
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking fire-http v0.5.0
[INFO] [stderr]     Checking fire-http-api v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     extractor_extract!(|extract| {
[INFO] [stdout] 72 | |         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout] 77 | |     });
[INFO] [stdout]    | |______^
[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: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     extractor_extract!(|extract| {
[INFO] [stdout] 72 | |         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout] 77 | |     });
[INFO] [stdout]    | |______^
[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: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:72:3
[INFO] [stdout]    |
[INFO] [stdout] 72 | /         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout]    | |_______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fire-http-api` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     extractor_extract!(|extract| {
[INFO] [stdout] 72 | |         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout] 77 | |     });
[INFO] [stdout]    | |______^
[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: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     extractor_extract!(|extract| {
[INFO] [stdout] 72 | |         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout] 77 | |     });
[INFO] [stdout]    | |______^
[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: Result<&mut ResponseSettings, Infallible>
[INFO] [stdout]   --> src/response.rs:72:3
[INFO] [stdout]    |
[INFO] [stdout] 72 | /         Ok(extract
[INFO] [stdout] 73 | |             .state
[INFO] [stdout] 74 | |             .get::<StateRefCell<ResponseSettings>>()
[INFO] [stdout] 75 | |             .unwrap()
[INFO] [stdout] 76 | |             .get_mut())
[INFO] [stdout]    | |_______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fire-http-api` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "55572e18fc77ddd1876f69a6b5abb1118dd8b2a46e64307cb69545e400bd637c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55572e18fc77ddd1876f69a6b5abb1118dd8b2a46e64307cb69545e400bd637c", kill_on_drop: false }`
[INFO] [stdout] 55572e18fc77ddd1876f69a6b5abb1118dd8b2a46e64307cb69545e400bd637c
