[INFO] cloning repository https://github.com/NovaH00/fastrust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NovaH00/fastrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNovaH00%2Ffastrust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNovaH00%2Ffastrust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0bc52dc9d1bc9f9d188f046c13bcdee2e5c8ee88
[INFO] testing NovaH00/fastrust against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNovaH00%2Ffastrust" "/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/NovaH00/fastrust
[INFO] finished tweaking git repo https://github.com/NovaH00/fastrust
[INFO] tweaked toml for git repo https://github.com/NovaH00/fastrust written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NovaH00/fastrust on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NovaH00/fastrust 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99c8b795ba811137cd89748d70768f4c4de7159aa6705ffd0478d210382278ec
[INFO] running `Command { std: "docker" "start" "-a" "99c8b795ba811137cd89748d70768f4c4de7159aa6705ffd0478d210382278ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99c8b795ba811137cd89748d70768f4c4de7159aa6705ffd0478d210382278ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99c8b795ba811137cd89748d70768f4c4de7159aa6705ffd0478d210382278ec", kill_on_drop: false }`
[INFO] [stdout] 99c8b795ba811137cd89748d70768f4c4de7159aa6705ffd0478d210382278ec
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd2b6a4fe0d13d73fb70d7cb5c4bd70c2bddf7a01ac569f5352ee1c19569d7ab
[INFO] running `Command { std: "docker" "start" "-a" "dd2b6a4fe0d13d73fb70d7cb5c4bd70c2bddf7a01ac569f5352ee1c19569d7ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling openapiv3 v2.2.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling fastrust v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.00s
[INFO] running `Command { std: "docker" "inspect" "dd2b6a4fe0d13d73fb70d7cb5c4bd70c2bddf7a01ac569f5352ee1c19569d7ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd2b6a4fe0d13d73fb70d7cb5c4bd70c2bddf7a01ac569f5352ee1c19569d7ab", kill_on_drop: false }`
[INFO] [stdout] dd2b6a4fe0d13d73fb70d7cb5c4bd70c2bddf7a01ac569f5352ee1c19569d7ab
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c88809fa8dca07680f701ceeaebddcf53467a55b2116e538531fc422cd7c91d4
[INFO] running `Command { std: "docker" "start" "-a" "c88809fa8dca07680f701ceeaebddcf53467a55b2116e538531fc422cd7c91d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling fastrust v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "c88809fa8dca07680f701ceeaebddcf53467a55b2116e538531fc422cd7c91d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c88809fa8dca07680f701ceeaebddcf53467a55b2116e538531fc422cd7c91d4", kill_on_drop: false }`
[INFO] [stdout] c88809fa8dca07680f701ceeaebddcf53467a55b2116e538531fc422cd7c91d4
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d11c2dd1efe3e4591d4df28c7a56e6971fd638b4c0beca80abd1027f5e68504
[INFO] running `Command { std: "docker" "start" "-a" "8d11c2dd1efe3e4591d4df28c7a56e6971fd638b4c0beca80abd1027f5e68504", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fastrust-0d9003b32d209000)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fastrust
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/app/openapi.rs - app::openapi::APIApp<S>::generate_openapi_str (line 28) - compile ... ok
[INFO] [stdout] test src/routing/route.rs - routing::route::Route<S>::new (line 85) ... FAILED
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp (line 17) - compile ... ok
[INFO] [stdout] test src/app/server.rs - app::server::APIApp<S>::run (line 36) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 8) - compile ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp (line 35) - compile ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::set_docs_path (line 243) ... ok
[INFO] [stdout] test src/app/swagger.rs - app::swagger::APIApp<S>::swagger_html (line 26) ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::set_title (line 165) ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::set_version (line 207) ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::register_router (line 287) ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<()>::new (line 106) ... ok
[INFO] [stdout] test src/path.rs - path::canonicalize_path (line 21) ... ok
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::set_openapi_path (line 225) ... ok
[INFO] [stdout] test src/routing/router.rs - routing::router::APIRouter (line 50) ... FAILED
[INFO] [stdout] test src/routing/router.rs - routing::router::APIRouter (line 72) ... FAILED
[INFO] [stdout] test src/app/builder.rs - app::builder::APIApp<S>::new_with_state (line 128) ... ok
[INFO] [stdout] test src/routing/router.rs - routing::router::APIRouter<S>::new (line 100) ... FAILED
[INFO] [stdout] test src/routing/router.rs - routing::router::APIRouter<S>::include_router (line 133) ... FAILED
[INFO] [stdout] test src/routing/route_config.rs - routing::route_config::RouteConfig::new (line 57) ... ok
[INFO] [stdout] test src/routing/route_config.rs - routing::route_config::RouteConfig (line 24) ... ok
[INFO] [stdout] test src/routing/route_config.rs - routing::route_config::RouteConfig::empty_response (line 168) ... ok
[INFO] [stdout] test src/routing/route_config.rs - routing::route_config::RouteConfig::response (line 140) ... ok
[INFO] [stdout] test src/routing/route_config.rs - routing::route_config::RouteConfig::ok (line 115) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/routing/route.rs - routing::route::Route<S>::new (line 85) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `fastrust::routing::Route`
[INFO] [stdout]   --> src/routing/route.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 | use fastrust::routing::{Route, Method};
[INFO] [stdout]    |                         ^^^^^ no `Route` in `routing`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this struct instead:
[INFO] [stdout]            axum::routing::Route
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 87 - use fastrust::routing::{Route, Method};
[INFO] [stdout] 87 + use fastrust::routing::{route, Method};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `routing` is private
[INFO] [stdout]   --> src/routing/route.rs:87:15
[INFO] [stdout]    |
[INFO] [stdout] 87 | use fastrust::routing::{Route, Method};
[INFO] [stdout]    |               ^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `routing` is defined here
[INFO] [stdout]   --> src/lib.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | mod routing;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `routing` is private
[INFO] [stdout]   --> src/routing/route.rs:87:15
[INFO] [stdout]    |
[INFO] [stdout] 87 | use fastrust::routing::{Route, Method};
[INFO] [stdout]    |               ^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum instead:
[INFO] [stdout]       fastrust::Method
[INFO] [stdout]   --> src/routing/route.rs:87:32
[INFO] [stdout]    |
[INFO] [stdout] 87 | use fastrust::routing::{Route, Method};
[INFO] [stdout]    |                                ^^^^^^
[INFO] [stdout] note: the module `routing` is defined here
[INFO] [stdout]   --> src/lib.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | mod routing;
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0603.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/routing/router.rs - routing::router::APIRouter (line 50) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `APIRouter<_>`
[INFO] [stdout]    --> src/routing/router.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | let mut api = APIRouter::new("/api");
[INFO] [stdout]     |     ^^^^^^^   ---------------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Clone`
[INFO] [stdout] note: required by a bound in `APIRouter::<S>::new`
[INFO] [stdout]    --> src/routing/router.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  90 |     S: Clone + Send + Sync + 'static,
[INFO] [stdout]     |        ^^^^^ required by this bound in `APIRouter::<S>::new`
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn new(prefix: impl Into<String>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `api` an explicit type, where the type for type parameter `S` is specified
[INFO] [stdout]     |
[INFO] [stdout]  59 | let mut api: APIRouter<S> = APIRouter::new("/api");
[INFO] [stdout]     |            ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/routing/router.rs - routing::router::APIRouter (line 72) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `APIRouter<_>`
[INFO] [stdout]    --> src/routing/router.rs:76:5
[INFO] [stdout]     |
[INFO] [stdout]  76 | let mut api = APIRouter::new("/api");
[INFO] [stdout]     |     ^^^^^^^   ---------------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Clone`
[INFO] [stdout] note: required by a bound in `APIRouter::<S>::new`
[INFO] [stdout]    --> src/routing/router.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  90 |     S: Clone + Send + Sync + 'static,
[INFO] [stdout]     |        ^^^^^ required by this bound in `APIRouter::<S>::new`
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn new(prefix: impl Into<String>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `api` an explicit type, where the type for type parameter `S` is specified
[INFO] [stdout]     |
[INFO] [stdout]  76 | let mut api: APIRouter<S> = APIRouter::new("/api");
[INFO] [stdout]     |            ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/routing/router.rs - routing::router::APIRouter<S>::new (line 100) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `APIRouter<_>`
[INFO] [stdout]    --> src/routing/router.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | let api = APIRouter::new("/api");
[INFO] [stdout]     |     ^^^   ---------------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Clone`
[INFO] [stdout] note: required by a bound in `APIRouter::<S>::new`
[INFO] [stdout]    --> src/routing/router.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  90 |     S: Clone + Send + Sync + 'static,
[INFO] [stdout]     |        ^^^^^ required by this bound in `APIRouter::<S>::new`
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn new(prefix: impl Into<String>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `api` an explicit type, where the type for type parameter `S` is specified
[INFO] [stdout]     |
[INFO] [stdout] 104 | let api: APIRouter<S> = APIRouter::new("/api");
[INFO] [stdout]     |        ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/routing/router.rs - routing::router::APIRouter<S>::include_router (line 133) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `APIRouter<_>`
[INFO] [stdout]    --> src/routing/router.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | let mut api = APIRouter::new("/api");
[INFO] [stdout]     |     ^^^^^^^   ---------------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Clone`
[INFO] [stdout] note: required by a bound in `APIRouter::<S>::new`
[INFO] [stdout]    --> src/routing/router.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  90 |     S: Clone + Send + Sync + 'static,
[INFO] [stdout]     |        ^^^^^ required by this bound in `APIRouter::<S>::new`
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn new(prefix: impl Into<String>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `api` an explicit type, where the type for type parameter `S` is specified
[INFO] [stdout]     |
[INFO] [stdout] 137 | let mut api: APIRouter<S> = APIRouter::new("/api");
[INFO] [stdout]     |            ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/routing/route.rs - routing::route::Route<S>::new (line 85)
[INFO] [stdout]     src/routing/router.rs - routing::router::APIRouter (line 50)
[INFO] [stdout]     src/routing/router.rs - routing::router::APIRouter (line 72)
[INFO] [stdout]     src/routing/router.rs - routing::router::APIRouter<S>::include_router (line 133)
[INFO] [stdout]     src/routing/router.rs - routing::router::APIRouter<S>::new (line 100)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 19 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.77s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 3.23s; merged doctests compilation took 0.46s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8d11c2dd1efe3e4591d4df28c7a56e6971fd638b4c0beca80abd1027f5e68504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d11c2dd1efe3e4591d4df28c7a56e6971fd638b4c0beca80abd1027f5e68504", kill_on_drop: false }`
[INFO] [stdout] 8d11c2dd1efe3e4591d4df28c7a56e6971fd638b4c0beca80abd1027f5e68504
