[INFO] fetching crate whitehole 0.8.0... [INFO] testing whitehole-0.8.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate whitehole 0.8.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate whitehole 0.8.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate whitehole 0.8.0 [INFO] tweaked toml for crates.io crate whitehole 0.8.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate whitehole 0.8.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate whitehole 0.8.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fa75595a5c8030b03e5e25dfbdc3ae04e8f49d9ae45dbecc5d387d1445c7a1f [INFO] running `Command { std: "docker" "start" "-a" "2fa75595a5c8030b03e5e25dfbdc3ae04e8f49d9ae45dbecc5d387d1445c7a1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fa75595a5c8030b03e5e25dfbdc3ae04e8f49d9ae45dbecc5d387d1445c7a1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fa75595a5c8030b03e5e25dfbdc3ae04e8f49d9ae45dbecc5d387d1445c7a1f", kill_on_drop: false }` [INFO] [stdout] 2fa75595a5c8030b03e5e25dfbdc3ae04e8f49d9ae45dbecc5d387d1445c7a1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 089b4fa2d6d2c1004fb32df577196f98fb81bedeb56b4f515390723beb01cda1 [INFO] running `Command { std: "docker" "start" "-a" "089b4fa2d6d2c1004fb32df577196f98fb81bedeb56b4f515390723beb01cda1", kill_on_drop: false }` [INFO] [stderr] Compiling whitehole v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/combinator/decorator/debug.rs:149:26 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:233:29 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:246:70 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/builder.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "089b4fa2d6d2c1004fb32df577196f98fb81bedeb56b4f515390723beb01cda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "089b4fa2d6d2c1004fb32df577196f98fb81bedeb56b4f515390723beb01cda1", kill_on_drop: false }` [INFO] [stdout] 089b4fa2d6d2c1004fb32df577196f98fb81bedeb56b4f515390723beb01cda1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d5fadd6564f6358752564ad75d302e169badaacb1c23db849705e0f67bd68a0 [INFO] running `Command { std: "docker" "start" "-a" "9d5fadd6564f6358752564ad75d302e169badaacb1c23db849705e0f67bd68a0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/combinator/decorator/debug.rs:149:26 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:233:29 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:246:70 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/builder.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling in_str v0.1.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling whitehole v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/stateful.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn build_lexer(s: &str) -> Parser> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn build_lexer(s: &str) -> Parser<'_, impl Action> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/combinator/decorator/debug.rs:149:26 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:233:29 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 233 | pub fn reload(self, text: &T::Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:246:70 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/builder.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn build(self, text: &Text) -> Parser<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 45.49s [INFO] running `Command { std: "docker" "inspect" "9d5fadd6564f6358752564ad75d302e169badaacb1c23db849705e0f67bd68a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d5fadd6564f6358752564ad75d302e169badaacb1c23db849705e0f67bd68a0", kill_on_drop: false }` [INFO] [stdout] 9d5fadd6564f6358752564ad75d302e169badaacb1c23db849705e0f67bd68a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e48ac25a4b59986d24e3fc78754c4778c2014a9bea19446f2ec7a6f5855fb7a9 [INFO] running `Command { std: "docker" "start" "-a" "e48ac25a4b59986d24e3fc78754c4778c2014a9bea19446f2ec7a6f5855fb7a9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/combinator/decorator/debug.rs:149:26 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 149 | pub fn log(self, name: &str) -> Combinator> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:233:29 [INFO] [stderr] | [INFO] [stderr] 233 | pub fn reload(self, text: &T::Text) -> Parser [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 233 | pub fn reload(self, text: &T::Text) -> Parser<'_, T> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:246:70 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser { [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 246 | pub fn reload_with(self, state: impl Into>, text: &T::Text) -> Parser<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/builder.rs:102:42 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn build(self, text: &Text) -> Parser [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 102 | pub fn build(self, text: &Text) -> Parser<'_, T> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `whitehole` (lib) generated 4 warnings (run `cargo fix --lib -p whitehole` to apply 4 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/stateful.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn build_lexer(s: &str) -> Parser> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | pub fn build_lexer(s: &str) -> Parser<'_, impl Action> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `whitehole` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] warning: `whitehole` (example "stateful") generated 1 warning (run `cargo fix --example "stateful"` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whitehole-b52f5732abbe0ea9) [INFO] [stdout] [INFO] [stdout] running 155 tests [INFO] [stdout] test action::input::tests::ensure_input_debug ... ok [INFO] [stdout] test action::output::tests::instant_accept ... ok [INFO] [stdout] test action::output::tests::instant_accept_unchecked ... ok [INFO] [stdout] test action::output::tests::output_debug ... ok [INFO] [stdout] test action::tests::action_dyn_ref ... ok [INFO] [stdout] test action::output::tests::output_as_ref ... ok [INFO] [stdout] test action::output::tests::output_map ... ok [INFO] [stdout] test action::output::tests::output_clone_eq ... ok [INFO] [stdout] test action::tests::rc_action ... ok [INFO] [stdout] test action::tests::action_ref ... ok [INFO] [stdout] test action::tests::boxed_action ... ok [INFO] [stdout] test action::tests::rc_dyn_action ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input ... ok [INFO] [stdout] test combinator::decorator::accepted::tests::test_accepted_bytes ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_bytes ... ok [INFO] [stdout] test combinator::decorator::accepted::tests::test_accepted ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent_bytes ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_truncated ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_output_bytes ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_truncated_bytes ... ok [INFO] [stdout] test combinator::decorator::debug::tests::check_format_output ... ok [INFO] [stdout] test combinator::decorator::debug::tests::ensure_log_can_be_used_with_bytes ... ok [INFO] [stdout] test combinator::decorator::debug::tests::ensure_log_does_not_modify_output ... ok [INFO] [stdout] test combinator::decorator::flow::tests::combinator_boundary ... ok [INFO] [stdout] test combinator::decorator::flow::tests::combinator_optional ... ok [INFO] [stdout] test combinator::decorator::flow::tests::combinator_reject ... ok [INFO] [stdout] test combinator::decorator::flow::tests::combinator_prevent ... ok [INFO] [stdout] test combinator::decorator::flow::tests::optional_can_be_the_last_one ... ok [INFO] [stdout] test combinator::decorator::flow::tests::combinator_when ... ok [INFO] [stdout] test combinator::decorator::state::tests::combinator_catch ... ok [INFO] [stdout] test combinator::decorator::state::tests::combinator_finally ... ok [INFO] [stdout] test combinator::decorator::state::tests::combinator_prepare ... ok [INFO] [stdout] test combinator::decorator::state::tests::combinator_then ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_bind ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_bind_with ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_map ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_pop ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_range ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_tuple ... ok [INFO] [stdout] test combinator::decorator::value::tests::combinator_select ... ok [INFO] [stdout] test combinator::ops::add::concat::tests::use_concat ... ok [INFO] [stdout] test combinator::ops::add::concat::tests::concat ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_char ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_str ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_string ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8 ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8_slice ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8_const_slice ... ok [INFO] [stdout] test combinator::ops::add::tests::combinator_add_vec_u8 ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_char ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_str ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_string ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_u8 ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_u8_const_slice ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_u8_slice ... ok [INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_vec_u8 ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_from_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_full_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_inclusive_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_to_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_to_inclusive_fold ... ok [INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_usize_fold ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_from ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_full ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_inclusive ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to_inclusive ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_usize ... ok [INFO] [stdout] test combinator::ops::mul::sep::tests::combinator_mul_with_sep ... ok [INFO] [stdout] test combinator::ops::mul::sep::tests::no_sep_default ... ok [INFO] [stdout] test combinator::ops::mul::sep::tests::test_fold_with_sep ... ok [INFO] [stdout] test combinator::ops::mul::sep::tests::test_sep_with_array_accumulator ... ok [INFO] [stdout] test combinator::ops::mul::sep::tests::test_sep_with_eat ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_array ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_from ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_full ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_inclusive ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_to ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_to_inclusive ... ok [INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_usize ... ok [INFO] [stdout] test combinator::ops::not::tests::test_not ... ok [INFO] [stdout] test combinator::provided::bytes::eat::tests::combinator_eat ... ok [INFO] [stdout] test combinator::provided::bytes::eat::tests::eat_into_combinator ... ok [INFO] [stdout] test combinator::provided::bytes::next::tests::combinator_next_bytes ... ok [INFO] [stdout] test combinator::provided::bytes::next::tests::one_or_more_next_bytes ... ok [INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur ... ok [INFO] [stdout] test action::tests::boxed_dyn_action ... ok [INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur_unchecked ... ok [INFO] [stdout] test action::output::tests::instant_bytes_accept_unchecked_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::bytes::take::tests::test_take ... ok [INFO] [stdout] test combinator::provided::bytes::till::tests::test_till ... ok [INFO] [stdout] test action::output::tests::instant_accept_unchecked_invalid_code_point - should panic ... ok [INFO] [stdout] test action::output::tests::instant_accept_unchecked_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap ... ok [INFO] [stdout] test combinator::decorator::accepted::tests::accepted_new_unchecked_invalid_digested - should panic ... ok [INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_unchecked ... ok [INFO] [stdout] test combinator::provided::eat::tests::combinator_eat ... ok [INFO] [stdout] test combinator::provided::eat::tests::eat_into_combinator ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::contextual::tests::test_contextual ... ok [INFO] [stdout] test combinator::provided::next::tests::one_or_more_next ... ok [INFO] [stdout] test combinator::provided::recur::tests::test_recur ... ok [INFO] [stdout] test combinator::provided::recur::tests::test_recur_unchecked ... ok [INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur_panic - should panic ... ok [INFO] [stdout] test combinator::provided::next::tests::combinator_next ... ok [INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur_unchecked_panic - should panic ... ok [INFO] [stdout] test combinator::provided::take::tests::test_take ... ok [INFO] [stdout] test combinator::provided::till::tests::test_till ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_fn ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_invalid_code_point - should panic ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked_fn ... ok [INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_overflow - should panic ... ok [INFO] [stdout] test digest::tests::digest_bytes ... ok [INFO] [stdout] test digest::tests::digest_str ... ok [INFO] [stdout] test instant::tests::instant_bytes_digest_unchecked ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked_invalid_code_point - should panic ... ok [INFO] [stdout] test instant::tests::instant_debug ... ok [INFO] [stdout] test instant::tests::instant_bytes_digest_unchecked_overflow - should panic ... ok [INFO] [stdout] test instant::tests::instant_clone ... ok [INFO] [stdout] test instant::tests::instant_str_digest_unchecked ... ok [INFO] [stdout] test instant::tests::instant_new_getters ... ok [INFO] [stdout] test combinator::provided::recur::tests::test_recur_unchecked_panic - should panic ... ok [INFO] [stdout] test combinator::provided::recur::tests::test_recur_panic - should panic ... ok [INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_unchecked_overflow - should panic ... ok [INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked_overflow - should panic ... ok [INFO] [stdout] test instant::tests::instant_to_digested_unchecked ... ok [INFO] [stdout] test instant::tests::instant_bytes_to_digested_unchecked_overflow - should panic ... ok [INFO] [stdout] test instant::tests::instant_str_digest_unchecked_invalid_code_point - should panic ... ok [INFO] [stdout] test parser::builder::tests::parser_builder_default ... ok [INFO] [stdout] test parser::builder::tests::re_use_entry_with_ref ... ok [INFO] [stdout] test parser::builder::tests::parser_builder_with_state_heap ... ok [INFO] [stdout] test instant::tests::instant_str_to_digested_unchecked_overflow - should panic ... ok [INFO] [stdout] test parser::tests::parser_builder ... ok [INFO] [stdout] test parser::tests::parser_clone ... ok [INFO] [stdout] test parser::tests::parser_getters ... ok [INFO] [stdout] test parser::tests::parser_iterator_in_for_loop ... ok [INFO] [stdout] test parser::tests::parser_peek ... ok [INFO] [stdout] test parser::tests::parser_reload_with ... ok [INFO] [stdout] test parser::tests::parser_parse ... ok [INFO] [stdout] test parser::tests::parser_snapshot_restore ... ok [INFO] [stdout] test parser::tests::parser_reload ... ok [INFO] [stdout] test range::tests::test_node ... ok [INFO] [stdout] test instant::tests::instant_str_digest_unchecked_overflow - should panic ... ok [INFO] [stdout] test instant::tests::instant_str_to_digested_unchecked_invalid_utf8 - should panic ... ok [INFO] [stdout] test parser::tests::parser_iterator_with_iter_methods ... ok [INFO] [stderr] Doc-tests whitehole [INFO] [stdout] [INFO] [stdout] test result: ok. 155 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::optional (line 202) ... ok [INFO] [stdout] test src/combinator.rs - combinator (line 5) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::boundary (line 241) ... ok [INFO] [stdout] test src/combinator.rs - combinator (line 67) ... ok [INFO] [stdout] test src/combinator/decorator/debug.rs - combinator::decorator::debug::Combinator::log (line 142) ... ok [INFO] [stdout] test src/combinator.rs - combinator (line 28) ... ok [INFO] [stdout] test src/combinator.rs - combinator (line 119) ... ok [INFO] [stdout] test src/combinator.rs - combinator (line 43) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::optional (line 226) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::optional (line 215) ... ok [INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator::then (line 120) ... ok [INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator::finally (line 163) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::prevent (line 155) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::bind (line 208) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::when (line 132) ... ok [INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator::catch (line 141) ... ok [INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator::prepare (line 99) ... ok [INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator::reject (line 176) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::bind_with (line 223) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::pop (line 193) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::map (line 157) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::range (line 267) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::select (line 244) ... ok [INFO] [stdout] test src/combinator/ops/add.rs - combinator::ops::add (line 9) ... ok [INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator::tuple (line 178) ... ok [INFO] [stdout] test src/combinator/ops/bitor.rs - combinator::ops::bitor (line 8) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 12) ... ok [INFO] [stdout] test src/combinator/ops/add.rs - combinator::ops::add (line 42) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 102) ... ok [INFO] [stdout] test src/combinator/ops/mul/fold.rs - combinator::ops::mul::fold::Combinator>::fold (line 9) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 141) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 123) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 132) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 76) ... ok [INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 56) ... ok [INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator>::sep (line 55) ... ok [INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator>::sep (line 64) ... ok [INFO] [stdout] test src/combinator/ops/not.rs - combinator::ops::not (line 7) ... ok [INFO] [stdout] test src/combinator/provided/bytes/next.rs - combinator::provided::bytes::next::next (line 31) ... ok [INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator>::sep (line 88) ... ok [INFO] [stdout] test src/combinator/provided/bytes/wrap.rs - combinator::provided::bytes::wrap::wrap (line 48) ... ok [INFO] [stdout] test src/combinator/provided/bytes/take.rs - combinator::provided::bytes::take::take (line 40) ... ok [INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator>::sep (line 98) ... ok [INFO] [stdout] test src/combinator/provided/bytes/wrap.rs - combinator::provided::bytes::wrap::wrap_unchecked (line 25) ... ok [INFO] [stdout] test src/combinator/provided/bytes/recur.rs - combinator::provided::bytes::recur::recur_unchecked (line 59) ... ok [INFO] [stdout] test src/combinator/provided/eat.rs - combinator::provided::eat::eat (line 73) ... ok [INFO] [stdout] test src/combinator/provided/bytes/recur.rs - combinator::provided::bytes::recur::recur (line 18) ... ok [INFO] [stdout] test src/combinator/provided/bytes/eat.rs - combinator::provided::bytes::eat::eat (line 96) ... ok [INFO] [stdout] test src/combinator/provided/contextual.rs - combinator::provided::contextual::contextual (line 65) ... ok [INFO] [stdout] test src/combinator/provided/next.rs - combinator::provided::next::next (line 31) ... ok [INFO] [stdout] test src/combinator/provided/bytes/till.rs - combinator::provided::bytes::till::till (line 151) ... ok [INFO] [stdout] test src/combinator/provided/wrap.rs - combinator::provided::wrap::wrap_unchecked (line 53) ... ok [INFO] [stdout] test src/combinator/provided/take.rs - combinator::provided::take::take (line 51) ... ok [INFO] [stdout] test src/combinator/provided/till.rs - combinator::provided::till::till (line 89) ... ok [INFO] [stdout] test src/combinator/provided/wrap.rs - combinator::provided::wrap::wrap (line 76) ... ok [INFO] [stdout] test src/combinator/provided/recur.rs - combinator::provided::recur::recur_unchecked (line 194) ... ok [INFO] [stdout] test src/combinator/provided/recur.rs - combinator::provided::recur::recur (line 153) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/parser.rs - parser (line 119) ... ok [INFO] [stdout] test src/parser.rs - parser (line 15) ... ok [INFO] [stdout] test src/parser.rs - parser (line 31) ... ok [INFO] [stdout] test src/parser.rs - parser (line 93) ... ok [INFO] [stdout] test src/parser.rs - parser (line 60) ... ok [INFO] [stdout] test src/lib.rs - readme (line 77) ... ok [INFO] [stdout] test src/lib.rs - readme (line 185) ... ok [INFO] [stdout] test src/parser/builder.rs - parser::builder::Builder (line 17) ... ok [INFO] [stdout] test src/lib.rs - readme (line 115) ... ok [INFO] [stdout] test src/range.rs - range::WithRange::range (line 14) ... ok [INFO] [stdout] test src/parser/builder.rs - parser::builder::Builder (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.85s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e48ac25a4b59986d24e3fc78754c4778c2014a9bea19446f2ec7a6f5855fb7a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e48ac25a4b59986d24e3fc78754c4778c2014a9bea19446f2ec7a6f5855fb7a9", kill_on_drop: false }` [INFO] [stdout] e48ac25a4b59986d24e3fc78754c4778c2014a9bea19446f2ec7a6f5855fb7a9