[INFO] fetching crate fire-http 0.5.0...
[INFO] checking fire-http-0.5.0 against try#50f413885985a8b0a0b6ca0766a0aedd45304953 for pr-155657
[INFO] extracting crate fire-http 0.5.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fire-http 0.5.0 on toolchain 50f413885985a8b0a0b6ca0766a0aedd45304953
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "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" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b4aa10bc4533ea94c3fe8e6d5877d07c097f4ef9ad434cde6bd5ce3153b4d4c
[INFO] running `Command { std: "docker" "start" "-a" "3b4aa10bc4533ea94c3fe8e6d5877d07c097f4ef9ad434cde6bd5ce3153b4d4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b4aa10bc4533ea94c3fe8e6d5877d07c097f4ef9ad434cde6bd5ce3153b4d4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b4aa10bc4533ea94c3fe8e6d5877d07c097f4ef9ad434cde6bd5ce3153b4d4c", kill_on_drop: false }`
[INFO] [stdout] 3b4aa10bc4533ea94c3fe8e6d5877d07c097f4ef9ad434cde6bd5ce3153b4d4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84c60343c1c3beebd31dda09f645d00df53a570bcb9a811964a806427b8dcc7d
[INFO] running `Command { std: "docker" "start" "-a" "84c60343c1c3beebd31dda09f645d00df53a570bcb9a811964a806427b8dcc7d", 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 smallvec v1.13.2
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling httparse v1.9.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling fire-http-representation v0.4.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking byte-parser v0.2.3
[INFO] [stderr]     Checking matchit v0.8.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking matchers v0.1.0
[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-util v0.7.11
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking hyper-util v0.1.5
[INFO] [stderr]     Checking fire-http v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> examples/post.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[get("/")]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | unreachable call
[INFO] [stdout]    | any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> examples/post.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[get("/")]
[INFO] [stdout]     | ^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> examples/post.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[post("/")]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | unreachable call
[INFO] [stdout]    | any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> examples/post.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | #[post("/")]
[INFO] [stdout]     | ^^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> examples/post.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[get("/")]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | unreachable call
[INFO] [stdout]    | any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> examples/post.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[get("/")]
[INFO] [stdout]     | ^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> examples/post.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[post("/")]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | unreachable call
[INFO] [stdout]    | any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> examples/post.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | #[post("/")]
[INFO] [stdout]     | ^^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fire-http` (example "post") due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> tests/default_features.rs:42:2
[INFO] [stdout]    |
[INFO] [stdout] 42 |     #[post("/")]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     unreachable call
[INFO] [stdout]    |     any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fire-http` (example "post" test) due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> tests/default_features.rs:42:2
[INFO] [stdout]     |
[INFO] [stdout]  42 |     #[post("/")]
[INFO] [stdout]     |     ^^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `post` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> tests/default_features.rs:69:2
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[get("/{name}")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     unreachable call
[INFO] [stdout]    |     any code following this expression is unreachable
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> tests/default_features.rs:69:2
[INFO] [stdout]     |
[INFO] [stdout]  69 |     #[get("/{name}")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> tests/default_features.rs:144:2
[INFO] [stdout]     |
[INFO] [stdout] 144 |     #[get("/")]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     unreachable call
[INFO] [stdout]     |     any code following this expression is unreachable
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): ExtractorError` is not satisfied
[INFO] [stdout]    --> tests/default_features.rs:144:2
[INFO] [stdout]     |
[INFO] [stdout] 144 |     #[get("/")]
[INFO] [stdout]     |     ^^^^^^^^^^^ the trait `ExtractorError` is not implemented for `()`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `ExtractorError`
[INFO] [stdout]    --> src/extractor/mod.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 |   impl ExtractorError for Infallible {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `!`
[INFO] [stdout] ...
[INFO] [stdout]  87 | / impl<E> ExtractorError for InternalError<E>
[INFO] [stdout]  88 | | where
[INFO] [stdout]  89 | |     E: Into<Box<dyn StdError + Send + Sync>> + StdError + Send + Sync,
[INFO] [stdout]     | |______________________________________________________________________^ `InternalError<E>`
[INFO] [stdout] ...
[INFO] [stdout] 335 | / impl<T> ExtractorError for PathError<T>
[INFO] [stdout] 336 | | where
[INFO] [stdout] 337 | |     T: StdError + Send + Sync + 'static,
[INFO] [stdout]     | |________________________________________^ `PathError<T>`
[INFO] [stdout]     = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fire-http` (test "default_features") due to 3 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "84c60343c1c3beebd31dda09f645d00df53a570bcb9a811964a806427b8dcc7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84c60343c1c3beebd31dda09f645d00df53a570bcb9a811964a806427b8dcc7d", kill_on_drop: false }`
[INFO] [stdout] 84c60343c1c3beebd31dda09f645d00df53a570bcb9a811964a806427b8dcc7d
