[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 beta-2025-09-21 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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thkx/httpx on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c6aa4c5bf09825fb683e78a10b353d9c12c9644a47e4fe425a6e446f189fa7c
[INFO] running `Command { std: "docker" "start" "-a" "8c6aa4c5bf09825fb683e78a10b353d9c12c9644a47e4fe425a6e446f189fa7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c6aa4c5bf09825fb683e78a10b353d9c12c9644a47e4fe425a6e446f189fa7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c6aa4c5bf09825fb683e78a10b353d9c12c9644a47e4fe425a6e446f189fa7c", kill_on_drop: false }`
[INFO] [stdout] 8c6aa4c5bf09825fb683e78a10b353d9c12c9644a47e4fe425a6e446f189fa7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 592c786bc8ec9a324fade07ec84317aeb5c6d90cc50b6432dc5bec57abf118c9
[INFO] running `Command { std: "docker" "start" "-a" "592c786bc8ec9a324fade07ec84317aeb5c6d90cc50b6432dc5bec57abf118c9", 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)]` (part of `#[warn(unused)]`) 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:79
[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.67s
[INFO] running `Command { std: "docker" "inspect" "592c786bc8ec9a324fade07ec84317aeb5c6d90cc50b6432dc5bec57abf118c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592c786bc8ec9a324fade07ec84317aeb5c6d90cc50b6432dc5bec57abf118c9", kill_on_drop: false }`
[INFO] [stdout] 592c786bc8ec9a324fade07ec84317aeb5c6d90cc50b6432dc5bec57abf118c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5fbbc034b0235ce3e22123d836af03cb7ddf66ce2da7b948ca2ce181d82f5a7
[INFO] running `Command { std: "docker" "start" "-a" "f5fbbc034b0235ce3e22123d836af03cb7ddf66ce2da7b948ca2ce181d82f5a7", 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)]` (part of `#[warn(unused)]`) 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:79
[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] [stderr]    Compiling httpx v0.1.3 (/opt/rustwide/workdir)
[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] [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)]` (part of `#[warn(unused)]`) 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:79
[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.99s
[INFO] running `Command { std: "docker" "inspect" "f5fbbc034b0235ce3e22123d836af03cb7ddf66ce2da7b948ca2ce181d82f5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5fbbc034b0235ce3e22123d836af03cb7ddf66ce2da7b948ca2ce181d82f5a7", kill_on_drop: false }`
[INFO] [stdout] f5fbbc034b0235ce3e22123d836af03cb7ddf66ce2da7b948ca2ce181d82f5a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa6c8e933f8d60381f0662eece986e15e3fb6b8285a9f73424000fb74ef850ee
[INFO] running `Command { std: "docker" "start" "-a" "fa6c8e933f8d60381f0662eece986e15e3fb6b8285a9f73424000fb74ef850ee", 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)]` (part of `#[warn(unused)]`) 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:79
[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 3 suggestions)
[INFO] [stderr] warning: `httpx` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/httpx-8ad66d0ab0c7d35e)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test request::test_http_request::test_parse_request ... ok
[INFO] [stdout] test request::test_http_request::test_parse_request_header_and_body ... ok
[INFO] [stdout] test request::test_version::test_rescues ... ok
[INFO] [stdout] test response::test::test_http_response_from_str ... ok
[INFO] [stdout] test request::test_version::test_version ... ok
[INFO] [stdout] test request::test_version::test_method ... ok
[INFO] [stderr]    Doc-tests httpx
[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] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/router.rs - router::Router::get (line 60) ... FAILED
[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::post (line 87) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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::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::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.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fa6c8e933f8d60381f0662eece986e15e3fb6b8285a9f73424000fb74ef850ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa6c8e933f8d60381f0662eece986e15e3fb6b8285a9f73424000fb74ef850ee", kill_on_drop: false }`
[INFO] [stdout] fa6c8e933f8d60381f0662eece986e15e3fb6b8285a9f73424000fb74ef850ee
