[INFO] fetching crate worker-router 1.0.0...
[INFO] testing worker-router-1.0.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate worker-router 1.0.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate worker-router 1.0.0
[INFO] finished tweaking crates.io crate worker-router 1.0.0
[INFO] tweaked toml for crates.io crate worker-router 1.0.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate worker-router 1.0.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 90 packages to latest compatible versions
[INFO] [stderr]       Adding urlpattern v0.3.0 (available: v0.6.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded worker-macros v0.8.1
[INFO] [stderr]   Downloaded worker-sys v0.8.1
[INFO] [stderr]   Downloaded wasm-streams v0.5.0
[INFO] [stderr]   Downloaded worker v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5deb41166bd6813ebed83ed3222983fb89603fc16ff6ff08080e5a1d311bef6f
[INFO] running `Command { std: "docker" "start" "-a" "5deb41166bd6813ebed83ed3222983fb89603fc16ff6ff08080e5a1d311bef6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5deb41166bd6813ebed83ed3222983fb89603fc16ff6ff08080e5a1d311bef6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5deb41166bd6813ebed83ed3222983fb89603fc16ff6ff08080e5a1d311bef6f", kill_on_drop: false }`
[INFO] [stdout] 5deb41166bd6813ebed83ed3222983fb89603fc16ff6ff08080e5a1d311bef6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa622653311e04f3cdf352919bd2e629b54908a2cede78206044e6448c03f2e1
[INFO] running `Command { std: "docker" "start" "-a" "fa622653311e04f3cdf352919bd2e629b54908a2cede78206044e6448c03f2e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.118
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.118
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.118
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.118
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling js-sys v0.3.95
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling urlpattern v0.3.0
[INFO] [stderr]    Compiling web-sys v0.3.95
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.68
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling worker-sys v0.8.1
[INFO] [stderr]    Compiling wasm-streams v0.5.0
[INFO] [stderr]    Compiling worker-macros v0.8.1
[INFO] [stderr]    Compiling worker v0.8.1
[INFO] [stderr]    Compiling worker-router v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
[INFO] running `Command { std: "docker" "inspect" "fa622653311e04f3cdf352919bd2e629b54908a2cede78206044e6448c03f2e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa622653311e04f3cdf352919bd2e629b54908a2cede78206044e6448c03f2e1", kill_on_drop: false }`
[INFO] [stdout] fa622653311e04f3cdf352919bd2e629b54908a2cede78206044e6448c03f2e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e1561e0b36972b0ee3c4f7ba2563b7b2a04303323f00632e11c6cad251e6766
[INFO] running `Command { std: "docker" "start" "-a" "1e1561e0b36972b0ee3c4f7ba2563b7b2a04303323f00632e11c6cad251e6766", kill_on_drop: false }`
[INFO] [stderr]    Compiling worker-router v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "1e1561e0b36972b0ee3c4f7ba2563b7b2a04303323f00632e11c6cad251e6766", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e1561e0b36972b0ee3c4f7ba2563b7b2a04303323f00632e11c6cad251e6766", kill_on_drop: false }`
[INFO] [stdout] 1e1561e0b36972b0ee3c4f7ba2563b7b2a04303323f00632e11c6cad251e6766
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 17b55a6ce5e7e5bdfc578c96f68fb0508da5816028fe906cda0ffd14fcec0813
[INFO] running `Command { std: "docker" "start" "-a" "17b55a6ce5e7e5bdfc578c96f68fb0508da5816028fe906cda0ffd14fcec0813", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/worker_router-5c7c694039f5aa78)
[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 worker_router
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - Router<State>::head (line 111) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::connect (line 118) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::delete (line 116) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::post (line 113) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::options (line 117) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::get (line 112) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::patch (line 115) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 4) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::put (line 114) ... FAILED
[INFO] [stdout] test src/lib.rs - Router<State>::trace (line 119) ... FAILED
[INFO] [stdout] test src/lib.rs - path (line 32) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Router<State>::head (line 111) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:112:49
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 111 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:112:53
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:112:64
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 112 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::connect (line 118) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:119:49
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 118 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:119:53
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:119:64
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 119 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::delete (line 116) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:117:49
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 116 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:117:53
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:117:64
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::post (line 113) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:114:49
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 113 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:114:53
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:114:64
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 114 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::options (line 117) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:118:49
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 117 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:118:53
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:118:64
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 118 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::get (line 112) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:113:49
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 112 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:113:53
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:113:64
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 113 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::patch (line 115) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:116:49
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 115 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:116:53
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:116:64
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 116 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 4) stdout ----
[INFO] [stdout] error: cannot find attribute `event` in this scope
[INFO] [stdout]   --> src/lib.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[event(fetch)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `router` in this scope
[INFO] [stdout]   --> src/lib.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |   let router = router::Router::new_with_state(state).get(router::path("/hello")?, get_hello);
[INFO] [stdout]    |                ^^^^^^ use of unresolved module or unlinked crate `router`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `router`, use `cargo add router` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Request` in this scope
[INFO] [stdout]  --> src/lib.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello(_req: Request, _state: Arc<ServerState>) -> Result<Response> {
[INFO] [stdout]   |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]  --> src/lib.rs:7:43
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello(_req: Request, _state: Arc<ServerState>) -> Result<Response> {
[INFO] [stdout]   |                                           ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 4 + use std::sync::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Response` in this scope
[INFO] [stdout]  --> src/lib.rs:7:71
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello(_req: Request, _state: Arc<ServerState>) -> Result<Response> {
[INFO] [stdout]   |                                                                       ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello<Response>(_req: Request, _state: Arc<ServerState>) -> Result<Response> {
[INFO] [stdout]   |                   ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Request` in this scope
[INFO] [stdout]   --> src/lib.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |                     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/lib.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |                                               ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  4 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Response` in this scope
[INFO] [stdout]   --> src/lib.rs:12:66
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |                                                                  ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch<Response>(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |               ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let state = Arc::new(ServerState {});
[INFO] [stdout]    |               ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  4 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]  --> src/lib.rs:7:64
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello(_req: Request, _state: Arc<ServerState>) -> Result<Response> {
[INFO] [stdout]   |                                                                ^^^^^^ -------- supplied 1 generic argument
[INFO] [stdout]   |                                                                |
[INFO] [stdout]   |                                                                expected 2 generic arguments
[INFO] [stdout]   |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]   |
[INFO] [stdout] 7 | async fn get_hello(_req: Request, _state: Arc<ServerState>) -> Result<Response, E> {
[INFO] [stdout]   |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/lib.rs:12:59
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response> {
[INFO] [stdout]    |                                                           ^^^^^^ -------- supplied 1 generic argument
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           expected 2 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn fetch(req: Request, _env: Env, _ctx: Context) -> Result<Response, E> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ResponseBuilder` in this scope
[INFO] [stdout]  --> src/lib.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 |   ResponseBuilder::new().ok("hello")
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^ use of undeclared type `ResponseBuilder`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `router` in this scope
[INFO] [stdout]   --> src/lib.rs:14:58
[INFO] [stdout]    |
[INFO] [stdout] 14 |   let router = router::Router::new_with_state(state).get(router::path("/hello")?, get_hello);
[INFO] [stdout]    |                                                          ^^^^^^ use of unresolved module or unlinked crate `router`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `router`, use `cargo add router` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::put (line 114) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:115:49
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 114 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:115:53
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:115:64
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 115 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Router<State>::trace (line 119) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                                                                                        |
[INFO] [stdout]     |                                                                                        help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/lib.rs:120:49
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                 ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 119 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `State` in this scope
[INFO] [stdout]    --> src/lib.rs:120:53
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler<State>(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/lib.rs:120:64
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response>;
[INFO] [stdout]     |                                                                ^^^^^^ ---------------- supplied 1 generic argument
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 120 | async fn handler(_req: worker::Request, _state: Arc<State>) -> Result<worker::Response, E>;
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - path (line 32) stdout ----
[INFO] [stdout] error[E0423]: expected function, found built-in attribute `path`
[INFO] [stdout]   --> src/lib.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | path("/hello")?;
[INFO] [stdout]    | ^^^^ not a function
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found built-in attribute `path`
[INFO] [stdout]   --> src/lib.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | path("/users/:id")?;
[INFO] [stdout]    | ^^^^ not a function
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 4)
[INFO] [stdout]     src/lib.rs - Router<State>::connect (line 118)
[INFO] [stdout]     src/lib.rs - Router<State>::delete (line 116)
[INFO] [stdout]     src/lib.rs - Router<State>::get (line 112)
[INFO] [stdout]     src/lib.rs - Router<State>::head (line 111)
[INFO] [stdout]     src/lib.rs - Router<State>::options (line 117)
[INFO] [stdout]     src/lib.rs - Router<State>::patch (line 115)
[INFO] [stdout]     src/lib.rs - Router<State>::post (line 113)
[INFO] [stdout]     src/lib.rs - Router<State>::put (line 114)
[INFO] [stdout]     src/lib.rs - Router<State>::trace (line 119)
[INFO] [stdout]     src/lib.rs - path (line 32)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "17b55a6ce5e7e5bdfc578c96f68fb0508da5816028fe906cda0ffd14fcec0813", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17b55a6ce5e7e5bdfc578c96f68fb0508da5816028fe906cda0ffd14fcec0813", kill_on_drop: false }`
[INFO] [stdout] 17b55a6ce5e7e5bdfc578c96f68fb0508da5816028fe906cda0ffd14fcec0813
