[INFO] fetching crate hotaru_meta 0.7.3...
[INFO] testing hotaru_meta-0.7.3 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate hotaru_meta 0.7.3 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hotaru_meta 0.7.3 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hotaru_lib v0.7.3
[INFO] [stderr]   Downloaded zmij v1.0.14
[INFO] [stderr]   Downloaded trybuild v1.0.114
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b
[INFO] running `Command { std: "docker" "start" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.33
[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 6.67s
[INFO] running `Command { std: "docker" "inspect" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", 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 zerocopy v0.8.33
[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 serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.114
[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 toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[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 27.56s
[INFO] running `Command { std: "docker" "inspect" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", 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.15s
[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 - LApp (line 1945) ... FAILED
[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 1950) ... FAILED
[INFO] [stdout] test src/lib.rs - LUrl (line 1967) ... FAILED
[INFO] [stdout] test src/lib.rs - LPattern (line 1984) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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 - 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 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 - 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] ---- 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] 
[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.32s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.47s; merged doctests compilation took 0.15s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b", kill_on_drop: false }`
[INFO] [stdout] ab61ecf4133e43e4cbe38a9b804997c3eb9aef94d1ddbd7e815147f8acc01c5b
