[INFO] fetching crate worker-route-macro 0.0.3...
[INFO] testing worker-route-macro-0.0.3 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate worker-route-macro 0.0.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate worker-route-macro 0.0.3
[INFO] finished tweaking crates.io crate worker-route-macro 0.0.3
[INFO] tweaked toml for crates.io crate worker-route-macro 0.0.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate worker-route-macro 0.0.3 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 585501267f8bf3b111fa929e22f3ad76810a299c47da7f263a5a9b241c8d9247
[INFO] running `Command { std: "docker" "start" "-a" "585501267f8bf3b111fa929e22f3ad76810a299c47da7f263a5a9b241c8d9247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "585501267f8bf3b111fa929e22f3ad76810a299c47da7f263a5a9b241c8d9247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "585501267f8bf3b111fa929e22f3ad76810a299c47da7f263a5a9b241c8d9247", kill_on_drop: false }`
[INFO] [stdout] 585501267f8bf3b111fa929e22f3ad76810a299c47da7f263a5a9b241c8d9247
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cde5c937060316931aef4ff9e072b9e4db55fd3653d8e9ebdce28571f815c933
[INFO] running `Command { std: "docker" "start" "-a" "cde5c937060316931aef4ff9e072b9e4db55fd3653d8e9ebdce28571f815c933", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling worker-route-macro v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/error.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Error(syn::Error);
[INFO] [stdout]   |            ----- ^^^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
[INFO] running `Command { std: "docker" "inspect" "cde5c937060316931aef4ff9e072b9e4db55fd3653d8e9ebdce28571f815c933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cde5c937060316931aef4ff9e072b9e4db55fd3653d8e9ebdce28571f815c933", kill_on_drop: false }`
[INFO] [stdout] cde5c937060316931aef4ff9e072b9e4db55fd3653d8e9ebdce28571f815c933
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] acf927cdb6c6bdb3759fb92e8abbdf6a66015986ca53e668ec8643c69e9dc69f
[INFO] running `Command { std: "docker" "start" "-a" "acf927cdb6c6bdb3759fb92e8abbdf6a66015986ca53e668ec8643c69e9dc69f", kill_on_drop: false }`
[INFO] [stderr]    Compiling worker-route-macro v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/error.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Error(syn::Error);
[INFO] [stdout]   |            ----- ^^^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/error.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Error(syn::Error);
[INFO] [stdout]   |            ----- ^^^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "acf927cdb6c6bdb3759fb92e8abbdf6a66015986ca53e668ec8643c69e9dc69f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acf927cdb6c6bdb3759fb92e8abbdf6a66015986ca53e668ec8643c69e9dc69f", kill_on_drop: false }`
[INFO] [stdout] acf927cdb6c6bdb3759fb92e8abbdf6a66015986ca53e668ec8643c69e9dc69f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d937ef50fb40acbcabcb567e8af267755af4f294c7e24ac944e771dcc92ca7d8
[INFO] running `Command { std: "docker" "start" "-a" "d937ef50fb40acbcabcb567e8af267755af4f294c7e24ac944e771dcc92ca7d8", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/error.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct Error(syn::Error);
[INFO] [stderr]   |            ----- ^^^^^^^^^^
[INFO] [stderr]   |            |
[INFO] [stderr]   |            field in this struct
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider removing this field
[INFO] [stderr]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `worker-route-macro` (lib) generated 1 warning
[INFO] [stderr] warning: `worker-route-macro` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/worker_route_macro-d929454af1a52204)
[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_route_macro
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - put (line 104) ... FAILED
[INFO] [stdout] test src/lib.rs - delete (line 98) ... FAILED
[INFO] [stdout] test src/lib.rs - route (line 68) ... FAILED
[INFO] [stdout] test src/lib.rs - post (line 103) ... FAILED
[INFO] [stdout] test src/lib.rs - options (line 101) ... FAILED
[INFO] [stdout] test src/lib.rs - patch (line 102) ... FAILED
[INFO] [stdout] test src/lib.rs - get (line 99) ... FAILED
[INFO] [stdout] test src/lib.rs - head (line 100) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - put (line 104) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | use worker_route::put;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - delete (line 98) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]   --> src/lib.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | use worker_route::delete;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - route (line 68) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]   --> src/lib.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]   --> src/lib.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | use worker_route::route;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - post (line 103) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | use worker_route::post;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - options (line 101) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | use worker_route::options;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - patch (line 102) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | use worker_route::patch;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - get (line 99) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | use worker_route::get;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - head (line 100) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `worker`
[INFO] [stdout]    --> src/lib.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | use worker::{Result, Request, RouteContext, Response};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `worker`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker`, use `cargo add worker` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `worker_route`
[INFO] [stdout]    --> src/lib.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | use worker_route::head;
[INFO] [stdout]     |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `worker_route`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `worker_route`, use `cargo add worker_route` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[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/lib.rs - delete (line 98)
[INFO] [stdout]     src/lib.rs - get (line 99)
[INFO] [stdout]     src/lib.rs - head (line 100)
[INFO] [stdout]     src/lib.rs - options (line 101)
[INFO] [stdout]     src/lib.rs - patch (line 102)
[INFO] [stdout]     src/lib.rs - post (line 103)
[INFO] [stdout]     src/lib.rs - put (line 104)
[INFO] [stdout]     src/lib.rs - route (line 68)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d937ef50fb40acbcabcb567e8af267755af4f294c7e24ac944e771dcc92ca7d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d937ef50fb40acbcabcb567e8af267755af4f294c7e24ac944e771dcc92ca7d8", kill_on_drop: false }`
[INFO] [stdout] d937ef50fb40acbcabcb567e8af267755af4f294c7e24ac944e771dcc92ca7d8
