[INFO] fetching crate hotaru_meta 0.7.3...
[INFO] testing hotaru_meta-0.7.3 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate hotaru_meta 0.7.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate hotaru_meta 0.7.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hotaru_meta 0.7.3
[INFO] tweaked toml for crates.io crate hotaru_meta 0.7.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hotaru_meta 0.7.3 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hotaru_meta 0.7.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e095ef31ade3ca24111608c17bed71cddb8e07c9b49d4fa930c9e053f7a440e
[INFO] running `Command { std: "docker" "start" "-a" "3e095ef31ade3ca24111608c17bed71cddb8e07c9b49d4fa930c9e053f7a440e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e095ef31ade3ca24111608c17bed71cddb8e07c9b49d4fa930c9e053f7a440e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e095ef31ade3ca24111608c17bed71cddb8e07c9b49d4fa930c9e053f7a440e", kill_on_drop: false }`
[INFO] [stdout] 3e095ef31ade3ca24111608c17bed71cddb8e07c9b49d4fa930c9e053f7a440e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d588850cccb47f0091e1752c665aa5381b28d45e4ffd3895c751f0f77fdb9eb
[INFO] running `Command { std: "docker" "start" "-a" "1d588850cccb47f0091e1752c665aa5381b28d45e4ffd3895c751f0f77fdb9eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling hotaru_lib v0.7.3
[INFO] [stderr]    Compiling hotaru_meta v0.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/lib.rs:1690:9
[INFO] [stdout]      |
[INFO] [stdout] 1690 |     let mut tokens = item.into_iter().peekable();
[INFO] [stdout]      |         ----^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expect_punct` is never used
[INFO] [stdout]   --> src/lib.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 |         fn expect_punct(
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_pub` is never read
[INFO] [stdout]    --> src/lib.rs:951:9
[INFO] [stdout]     |
[INFO] [stdout] 950 | struct MiddleWare {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 951 |     pub is_pub: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
[INFO] running `Command { std: "docker" "inspect" "1d588850cccb47f0091e1752c665aa5381b28d45e4ffd3895c751f0f77fdb9eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d588850cccb47f0091e1752c665aa5381b28d45e4ffd3895c751f0f77fdb9eb", kill_on_drop: false }`
[INFO] [stdout] 1d588850cccb47f0091e1752c665aa5381b28d45e4ffd3895c751f0f77fdb9eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0877409bfbf6003f18c0a3e22f5491a574df0737c4745f395c09375b697d2cb5
[INFO] running `Command { std: "docker" "start" "-a" "0877409bfbf6003f18c0a3e22f5491a574df0737c4745f395c09375b697d2cb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling hotaru_lib v0.7.3
[INFO] [stderr]    Compiling hotaru_meta v0.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/lib.rs:1690:9
[INFO] [stdout]      |
[INFO] [stdout] 1690 |     let mut tokens = item.into_iter().peekable();
[INFO] [stdout]      |         ----^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expect_punct` is never used
[INFO] [stdout]   --> src/lib.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 |         fn expect_punct(
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_pub` is never read
[INFO] [stdout]    --> src/lib.rs:951:9
[INFO] [stdout]     |
[INFO] [stdout] 950 | struct MiddleWare {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 951 |     pub is_pub: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling trybuild v1.0.114
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/lib.rs:1690:9
[INFO] [stdout]      |
[INFO] [stdout] 1690 |     let mut tokens = item.into_iter().peekable();
[INFO] [stdout]      |         ----^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expect_punct` is never used
[INFO] [stdout]   --> src/lib.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 |         fn expect_punct(
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_pub` is never read
[INFO] [stdout]    --> src/lib.rs:951:9
[INFO] [stdout]     |
[INFO] [stdout] 950 | struct MiddleWare {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 951 |     pub is_pub: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.13s
[INFO] running `Command { std: "docker" "inspect" "0877409bfbf6003f18c0a3e22f5491a574df0737c4745f395c09375b697d2cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0877409bfbf6003f18c0a3e22f5491a574df0737c4745f395c09375b697d2cb5", kill_on_drop: false }`
[INFO] [stdout] 0877409bfbf6003f18c0a3e22f5491a574df0737c4745f395c09375b697d2cb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] da5a0e777b3221c5059d40b92bff1ecaf7518fbfdf19805acc212baf2fb807ad
[INFO] running `Command { std: "docker" "start" "-a" "da5a0e777b3221c5059d40b92bff1ecaf7518fbfdf19805acc212baf2fb807ad", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> src/lib.rs:1690:9
[INFO] [stderr]      |
[INFO] [stderr] 1690 |     let mut tokens = item.into_iter().peekable();
[INFO] [stderr]      |         ----^^^^^^
[INFO] [stderr]      |         |
[INFO] [stderr]      |         help: remove this `mut`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `expect_punct` is never used
[INFO] [stderr]   --> src/lib.rs:98:12
[INFO] [stderr]    |
[INFO] [stderr] 98 |         fn expect_punct(
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `is_pub` is never read
[INFO] [stderr]    --> src/lib.rs:951:9
[INFO] [stderr]     |
[INFO] [stderr] 950 | struct MiddleWare {
[INFO] [stderr]     |        ---------- field in this struct
[INFO] [stderr] 951 |     pub is_pub: bool,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hotaru_meta` (lib) generated 3 warnings (run `cargo fix --lib -p hotaru_meta` to apply 1 suggestion)
[INFO] [stderr] warning: `hotaru_meta` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hotaru_meta-0060672765f665dd)
[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]      Running tests/progress.rs (/opt/rustwide/target/debug/deps/progress-dee1a88a7d2061c9)
[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 hotaru_meta
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - LUrl (line 1962) ... FAILED
[INFO] [stdout] test src/lib.rs - LPattern (line 1979) ... FAILED
[INFO] [stdout] test src/lib.rs - LApp (line 1945) ... FAILED
[INFO] [stdout] test src/lib.rs - LApp (line 1950) ... FAILED
[INFO] [stdout] test src/lib.rs - LPattern (line 1984) ... FAILED
[INFO] [stdout] test src/lib.rs - LUrl (line 1967) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - LUrl (line 1962) stdout ----
[INFO] [stdout] error: cannot find macro `LUrl` in this scope
[INFO] [stdout]     --> src/lib.rs:1963:1
[INFO] [stdout]      |
[INFO] [stdout] 1963 | LUrl!(HOME = Url::new("/"));
[INFO] [stdout]      | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - LPattern (line 1979) stdout ----
[INFO] [stdout] error: cannot find macro `LPattern` in this scope
[INFO] [stdout]     --> src/lib.rs:1980:1
[INFO] [stdout]      |
[INFO] [stdout] 1980 | LPattern!(PATTERN = PathPattern::new("/*"));
[INFO] [stdout]      | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - LApp (line 1945) stdout ----
[INFO] [stdout] error: cannot find macro `LApp` in this scope
[INFO] [stdout]     --> src/lib.rs:1946:1
[INFO] [stdout]      |
[INFO] [stdout] 1946 | LApp!(APP = App::new().build());
[INFO] [stdout]      | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - LApp (line 1950) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `SApp` in this scope
[INFO] [stdout]     --> src/lib.rs:1951:17
[INFO] [stdout]      |
[INFO] [stdout] 1951 | pub static APP: SApp = Lazy::new(|| App::new().build());
[INFO] [stdout]      |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lazy` in this scope
[INFO] [stdout]     --> src/lib.rs:1951:24
[INFO] [stdout]      |
[INFO] [stdout] 1951 | pub static APP: SApp = Lazy::new(|| App::new().build());
[INFO] [stdout]      |                        ^^^^ use of undeclared type `Lazy`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]     --> src/lib.rs:1951:37
[INFO] [stdout]      |
[INFO] [stdout] 1951 | pub static APP: SApp = Lazy::new(|| App::new().build());
[INFO] [stdout]      |                                     ^^^ use of undeclared type `App`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - LPattern (line 1984) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `SPattern` in this scope
[INFO] [stdout]     --> src/lib.rs:1985:21
[INFO] [stdout]      |
[INFO] [stdout] 1985 | pub static PATTERN: SPattern = Lazy::new(|| PathPattern::new("/*"));
[INFO] [stdout]      |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lazy` in this scope
[INFO] [stdout]     --> src/lib.rs:1985:32
[INFO] [stdout]      |
[INFO] [stdout] 1985 | pub static PATTERN: SPattern = Lazy::new(|| PathPattern::new("/*"));
[INFO] [stdout]      |                                ^^^^ use of undeclared type `Lazy`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PathPattern` in this scope
[INFO] [stdout]     --> src/lib.rs:1985:45
[INFO] [stdout]      |
[INFO] [stdout] 1985 | pub static PATTERN: SPattern = Lazy::new(|| PathPattern::new("/*"));
[INFO] [stdout]      |                                             ^^^^^^^^^^^ use of undeclared type `PathPattern`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - LUrl (line 1967) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `SUrl` in this scope
[INFO] [stdout]     --> src/lib.rs:1968:18
[INFO] [stdout]      |
[INFO] [stdout] 1968 | pub static HOME: SUrl<_> = Lazy::new(|| Url::new("/"));
[INFO] [stdout]      |                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Lazy` in this scope
[INFO] [stdout]     --> src/lib.rs:1968:28
[INFO] [stdout]      |
[INFO] [stdout] 1968 | pub static HOME: SUrl<_> = Lazy::new(|| Url::new("/"));
[INFO] [stdout]      |                            ^^^^ use of undeclared type `Lazy`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Url` in this scope
[INFO] [stdout]     --> src/lib.rs:1968:41
[INFO] [stdout]      |
[INFO] [stdout] 1968 | pub static HOME: SUrl<_> = Lazy::new(|| Url::new("/"));
[INFO] [stdout]      |                                         ^^^ use of undeclared type `Url`
[INFO] [stdout] 
[INFO] [stdout] error[E0121]: the placeholder `_` is not allowed within types on item signatures for static variables
[INFO] [stdout]     --> src/lib.rs:1968:23
[INFO] [stdout]      |
[INFO] [stdout] 1968 | pub static HOME: SUrl<_> = Lazy::new(|| Url::new("/"));
[INFO] [stdout]      |                       ^ not allowed in type signatures
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0121, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0121`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - LApp (line 1945)
[INFO] [stdout]     src/lib.rs - LApp (line 1950)
[INFO] [stdout]     src/lib.rs - LPattern (line 1979)
[INFO] [stdout]     src/lib.rs - LPattern (line 1984)
[INFO] [stdout]     src/lib.rs - LUrl (line 1962)
[INFO] [stdout]     src/lib.rs - LUrl (line 1967)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.58s; merged doctests compilation took 0.28s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "da5a0e777b3221c5059d40b92bff1ecaf7518fbfdf19805acc212baf2fb807ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da5a0e777b3221c5059d40b92bff1ecaf7518fbfdf19805acc212baf2fb807ad", kill_on_drop: false }`
[INFO] [stdout] da5a0e777b3221c5059d40b92bff1ecaf7518fbfdf19805acc212baf2fb807ad
