[INFO] cloning repository https://github.com/thkx/httpx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thkx/httpx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthkx%2Fhttpx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthkx%2Fhttpx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d472e192f4e25393ffb5d34af539f8c1e7d41261
[INFO] testing thkx/httpx against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthkx%2Fhttpx" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thkx/httpx
[INFO] finished tweaking git repo https://github.com/thkx/httpx
[INFO] tweaked toml for git repo https://github.com/thkx/httpx written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thkx/httpx on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thkx/httpx 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b813cfecdd8006279fd0b36f372fdc941245f2338d8ff1c4fb530728f96b0bd
[INFO] running `Command { std: "docker" "start" "-a" "5b813cfecdd8006279fd0b36f372fdc941245f2338d8ff1c4fb530728f96b0bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b813cfecdd8006279fd0b36f372fdc941245f2338d8ff1c4fb530728f96b0bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b813cfecdd8006279fd0b36f372fdc941245f2338d8ff1c4fb530728f96b0bd", kill_on_drop: false }`
[INFO] [stdout] 5b813cfecdd8006279fd0b36f372fdc941245f2338d8ff1c4fb530728f96b0bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98f049ec561907f3795652a89cca7f13b442598813d295046160a364e1d764b0
[INFO] running `Command { std: "docker" "start" "-a" "98f049ec561907f3795652a89cca7f13b442598813d295046160a364e1d764b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling httpx v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use request::*;
[INFO] [stdout]    |         ^^^^^^^^^^ the name `Version` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use response::*;
[INFO] [stdout]    |         ----------- but the name `Version` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ContentType` is never used
[INFO] [stdout]   --> src/request.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | enum ContentType {
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Executor` is never used
[INFO] [stdout]   --> src/server.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait Executor {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/router.rs:193:29
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&RouterHandler, String> {
[INFO] [stdout]     |                             ^^                              ^^                -------------- the same lifetime is elided here
[INFO] [stdout]     |                             |                               |
[INFO] [stdout]     |                             the lifetime is named here      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&'a RouterHandler, String> {
[INFO] [stdout]     |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/router.rs:196:29
[INFO] [stdout]     |
[INFO] [stdout] 196 |         let mut _path = path.clone().to_string();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/server.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
[INFO] running `Command { std: "docker" "inspect" "98f049ec561907f3795652a89cca7f13b442598813d295046160a364e1d764b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98f049ec561907f3795652a89cca7f13b442598813d295046160a364e1d764b0", kill_on_drop: false }`
[INFO] [stdout] 98f049ec561907f3795652a89cca7f13b442598813d295046160a364e1d764b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9106be8dcdcb7a020ab17355f777ef001ed84f0816a1fbe3b5b4d75e939af3b5
[INFO] running `Command { std: "docker" "start" "-a" "9106be8dcdcb7a020ab17355f777ef001ed84f0816a1fbe3b5b4d75e939af3b5", kill_on_drop: false }`
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use request::*;
[INFO] [stdout]    |         ^^^^^^^^^^ the name `Version` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use response::*;
[INFO] [stdout]    |         ----------- but the name `Version` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ContentType` is never used
[INFO] [stdout]   --> src/request.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | enum ContentType {
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Executor` is never used
[INFO] [stdout]   --> src/server.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait Executor {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/router.rs:193:29
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&RouterHandler, String> {
[INFO] [stdout]     |                             ^^                              ^^                -------------- the same lifetime is elided here
[INFO] [stdout]     |                             |                               |
[INFO] [stdout]     |                             the lifetime is named here      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&'a RouterHandler, String> {
[INFO] [stdout]     |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/router.rs:196:29
[INFO] [stdout]     |
[INFO] [stdout] 196 |         let mut _path = path.clone().to_string();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling httpx v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/server.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use request::*;
[INFO] [stdout]    |         ^^^^^^^^^^ the name `Version` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use response::*;
[INFO] [stdout]    |         ----------- but the name `Version` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ContentType` is never used
[INFO] [stdout]   --> src/request.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | enum ContentType {
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Executor` is never used
[INFO] [stdout]   --> src/server.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait Executor {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/router.rs:193:29
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&RouterHandler, String> {
[INFO] [stdout]     |                             ^^                              ^^                -------------- the same lifetime is elided here
[INFO] [stdout]     |                             |                               |
[INFO] [stdout]     |                             the lifetime is named here      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&'a RouterHandler, String> {
[INFO] [stdout]     |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/router.rs:196:29
[INFO] [stdout]     |
[INFO] [stdout] 196 |         let mut _path = path.clone().to_string();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/server.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "9106be8dcdcb7a020ab17355f777ef001ed84f0816a1fbe3b5b4d75e939af3b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9106be8dcdcb7a020ab17355f777ef001ed84f0816a1fbe3b5b4d75e939af3b5", kill_on_drop: false }`
[INFO] [stdout] 9106be8dcdcb7a020ab17355f777ef001ed84f0816a1fbe3b5b4d75e939af3b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2ac5027a4b2497b43948460850da1aabfe4d8946df8fe7a45c4f6b2f9ab58244
[INFO] running `Command { std: "docker" "start" "-a" "2ac5027a4b2497b43948460850da1aabfe4d8946df8fe7a45c4f6b2f9ab58244", kill_on_drop: false }`
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> src/lib.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use request::*;
[INFO] [stderr]    |         ^^^^^^^^^^ the name `Version` in the type namespace is first re-exported here
[INFO] [stderr] 13 | pub use response::*;
[INFO] [stderr]    |         ----------- but the name `Version` in the type namespace is also re-exported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ContentType` is never used
[INFO] [stderr]   --> src/request.rs:29:6
[INFO] [stderr]    |
[INFO] [stderr] 29 | enum ContentType {
[INFO] [stderr]    |      ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Executor` is never used
[INFO] [stderr]   --> src/server.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub(crate) trait Executor {
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/router.rs:193:29
[INFO] [stderr]     |
[INFO] [stderr] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&RouterHandler, String> {
[INFO] [stderr]     |                             ^^                              ^^                -------------- the same lifetime is elided here
[INFO] [stderr]     |                             |                               |
[INFO] [stderr]     |                             the lifetime is named here      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 193 |     pub fn get_handler<'a>(&'a self, method: Method, path: &'a str) -> Result<&'a RouterHandler, String> {
[INFO] [stderr]     |                                                                                ++
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/router.rs:196:29
[INFO] [stderr]     |
[INFO] [stderr] 196 |         let mut _path = path.clone().to_string();
[INFO] [stderr]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/server.rs:125:29
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn parse_stream(stream: &mut TcpStream) -> HttpRequest<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `httpx` (lib) generated 6 warnings (run `cargo fix --lib -p httpx` to apply 1 suggestion)
[INFO] [stderr] warning: `httpx` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/httpx-c1213247a60eeebe)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test request::test_version::test_method ... ok
[INFO] [stdout] test request::test_version::test_rescues ... ok
[INFO] [stdout] test request::test_version::test_version ... ok
[INFO] [stdout] test request::test_http_request::test_parse_request_header_and_body ... ok
[INFO] [stdout] test request::test_http_request::test_parse_request ... ok
[INFO] [stdout] test response::test::test_http_response_from_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests httpx
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/router.rs - router::Router::delete (line 141) ... FAILED
[INFO] [stdout] test src/router.rs - router::Router::add_route (line 299) ... FAILED
[INFO] [stdout] test src/router.rs - router::Router::put (line 114) ... FAILED
[INFO] [stdout] test src/router.rs - router::Router::get (line 60) ... FAILED
[INFO] [stdout] test src/router.rs - router::Router::post (line 87) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/router.rs - router::Router::delete (line 141) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `httpx::HttpResuest`
[INFO] [stdout]  --> src/router.rs:145:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     HttpResuest,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `HttpResuest` in the root
[INFO] [stdout]   |     help: a similar name exists in the module: `HttpRequest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::Router::add_route (line 299) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `httpx::HttpResuest`
[INFO] [stdout]  --> src/router.rs:303:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     HttpResuest,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `HttpResuest` in the root
[INFO] [stdout]   |     help: a similar name exists in the module: `HttpRequest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::Router::put (line 114) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `httpx::HttpResuest`
[INFO] [stdout]  --> src/router.rs:118:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     HttpResuest,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `HttpResuest` in the root
[INFO] [stdout]   |     help: a similar name exists in the module: `HttpRequest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::Router::get (line 60) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `httpx::HttpResuest`
[INFO] [stdout]  --> src/router.rs:64:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     HttpResuest,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `HttpResuest` in the root
[INFO] [stdout]   |     help: a similar name exists in the module: `HttpRequest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/router.rs - router::Router::post (line 87) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `httpx::HttpResuest`
[INFO] [stdout]  --> src/router.rs:91:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     HttpResuest,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `HttpResuest` in the root
[INFO] [stdout]   |     help: a similar name exists in the module: `HttpRequest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/router.rs - router::Router::add_route (line 299)
[INFO] [stdout]     src/router.rs - router::Router::delete (line 141)
[INFO] [stdout]     src/router.rs - router::Router::get (line 60)
[INFO] [stdout]     src/router.rs - router::Router::post (line 87)
[INFO] [stdout]     src/router.rs - router::Router::put (line 114)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2ac5027a4b2497b43948460850da1aabfe4d8946df8fe7a45c4f6b2f9ab58244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ac5027a4b2497b43948460850da1aabfe4d8946df8fe7a45c4f6b2f9ab58244", kill_on_drop: false }`
[INFO] [stdout] 2ac5027a4b2497b43948460850da1aabfe4d8946df8fe7a45c4f6b2f9ab58244
