[INFO] fetching crate whitehole 0.8.0...
[INFO] testing whitehole-0.8.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate whitehole 0.8.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate whitehole 0.8.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded half v2.5.0
[INFO] [stderr]   Downloaded hermit-abi v0.5.0
[INFO] [stderr]   Downloaded clap_builder v4.5.35
[INFO] [stderr]   Downloaded in_str v0.1.1
[INFO] [stderr]   Downloaded clap v4.5.35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e8fb204958113dc5c538dd3eaf1119c58f62a56bd5c50ada663ae71a9022134
[INFO] running `Command { std: "docker" "start" "-a" "9e8fb204958113dc5c538dd3eaf1119c58f62a56bd5c50ada663ae71a9022134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e8fb204958113dc5c538dd3eaf1119c58f62a56bd5c50ada663ae71a9022134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e8fb204958113dc5c538dd3eaf1119c58f62a56bd5c50ada663ae71a9022134", kill_on_drop: false }`
[INFO] [stdout] 9e8fb204958113dc5c538dd3eaf1119c58f62a56bd5c50ada663ae71a9022134
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 899068b1a0de66aa3b1230ed19827812b375671624336dbebe374113ee8edb2d
[INFO] running `Command { std: "docker" "start" "-a" "899068b1a0de66aa3b1230ed19827812b375671624336dbebe374113ee8edb2d", 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<Log<T>> {
[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<Log<'_, T>> {
[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<T>
[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<Option<T::State>>, text: &T::Text) -> Parser<T> {
[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<Option<T::State>>, 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<Text: ?Sized>(self, text: &Text) -> Parser<T>
[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<Text: ?Sized>(self, text: &Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "899068b1a0de66aa3b1230ed19827812b375671624336dbebe374113ee8edb2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "899068b1a0de66aa3b1230ed19827812b375671624336dbebe374113ee8edb2d", kill_on_drop: false }`
[INFO] [stdout] 899068b1a0de66aa3b1230ed19827812b375671624336dbebe374113ee8edb2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74d31ceb5f06fcd63dc122a25d5a1b8e57b28d0781672b3954b389a3a5873177
[INFO] running `Command { std: "docker" "start" "-a" "74d31ceb5f06fcd63dc122a25d5a1b8e57b28d0781672b3954b389a3a5873177", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap_builder v4.5.35
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[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<Log<T>> {
[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<Log<'_, T>> {
[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<T>
[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<Option<T::State>>, text: &T::Text) -> Parser<T> {
[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<Option<T::State>>, 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<Text: ?Sized>(self, text: &Text) -> Parser<T>
[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<Text: ?Sized>(self, text: &Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[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 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<impl Action<Text = str, State = MyState, Heap = ()>> {
[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<Text = str, State = MyState, Heap = ()>> {
[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<Log<T>> {
[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<Log<'_, T>> {
[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<T>
[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<Option<T::State>>, text: &T::Text) -> Parser<T> {
[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<Option<T::State>>, 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<Text: ?Sized>(self, text: &Text) -> Parser<T>
[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<Text: ?Sized>(self, text: &Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.80s
[INFO] running `Command { std: "docker" "inspect" "74d31ceb5f06fcd63dc122a25d5a1b8e57b28d0781672b3954b389a3a5873177", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74d31ceb5f06fcd63dc122a25d5a1b8e57b28d0781672b3954b389a3a5873177", kill_on_drop: false }`
[INFO] [stdout] 74d31ceb5f06fcd63dc122a25d5a1b8e57b28d0781672b3954b389a3a5873177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cb5ac9ae44c408f82f442729110152033882b69120e1b5b3047639b71c5fe03b
[INFO] running `Command { std: "docker" "start" "-a" "cb5ac9ae44c408f82f442729110152033882b69120e1b5b3047639b71c5fe03b", 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<Log<T>> {
[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<Log<'_, T>> {
[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<T>
[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<Option<T::State>>, text: &T::Text) -> Parser<T> {
[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<Option<T::State>>, 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<Text: ?Sized>(self, text: &Text) -> Parser<T>
[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<Text: ?Sized>(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<impl Action<Text = str, State = MyState, Heap = ()>> {
[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<Text = str, State = MyState, Heap = ()>> {
[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" -p whitehole` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whitehole-f7b7c38810e6e748)
[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_clone_eq ... ok
[INFO] [stdout] test action::tests::boxed_action ... ok
[INFO] [stdout] test action::tests::action_ref ... ok
[INFO] [stdout] test action::tests::action_dyn_ref ... ok
[INFO] [stdout] test action::tests::boxed_dyn_action ... ok
[INFO] [stdout] test action::output::tests::output_map ... ok
[INFO] [stdout] test action::output::tests::output_debug ... ok
[INFO] [stdout] test action::output::tests::output_as_ref ... ok
[INFO] [stdout] test action::tests::rc_action ... ok
[INFO] [stdout] test action::tests::rc_dyn_action ... ok
[INFO] [stdout] test combinator::decorator::accepted::tests::test_accepted ... ok
[INFO] [stdout] test combinator::decorator::accepted::tests::test_accepted_bytes ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_bytes ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_truncated ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_output ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_truncated_bytes ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_output_bytes ... 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::debug::tests::check_format_input_indent_bytes ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::combinator_optional ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::combinator_prevent ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::combinator_when ... 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::flow::tests::combinator_reject ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_prepare ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::optional_can_be_the_last_one ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_catch ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_range ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_select ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_tuple ... ok
[INFO] [stdout] test combinator::ops::add::concat::tests::concat ... ok
[INFO] [stdout] test combinator::ops::add::concat::tests::use_concat ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_pop ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_then ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_finally ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_bind ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add ... 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_char ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8_const_slice ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8_slice ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_vec_u8 ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_char ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_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::bitor::tests::combinator_bit_or_u8 ... 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::mul::fold::tests::combinator_mul_range_to_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_fold ... ok
[INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_from_fold ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_from ... ok
[INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_usize_fold ... ok
[INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_full_fold ... 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::fold::tests::combinator_mul_range_inclusive_fold ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent ... 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::no_sep_default ... ok
[INFO] [stdout] test combinator::ops::mul::sep::tests::combinator_mul_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_fold_with_sep ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_full ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_from ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_array ... ok
[INFO] [stdout] test combinator::ops::mul::sep::tests::test_sep_with_eat ... 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_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::next::tests::combinator_next_bytes ... ok
[INFO] [stdout] test combinator::provided::bytes::eat::tests::eat_into_combinator ... 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 combinator::provided::bytes::recur::tests::test_recur_unchecked ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range ... 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 combinator::provided::bytes::wrap::tests::combinator_bytes_wrap ... ok
[INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_unchecked ... ok
[INFO] [stdout] test combinator::provided::contextual::tests::test_contextual ... 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::provided::recur::tests::test_recur ... ok
[INFO] [stdout] test combinator::provided::recur::tests::test_recur_unchecked ... ok
[INFO] [stdout] test combinator::provided::take::tests::test_take ... ok
[INFO] [stdout] test combinator::provided::next::tests::one_or_more_next ... 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 action::output::tests::instant_accept_unchecked_overflow - should panic ... ok
[INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked ... ok
[INFO] [stdout] test action::output::tests::instant_accept_unchecked_invalid_code_point - should panic ... ok
[INFO] [stdout] test action::output::tests::instant_bytes_accept_unchecked_overflow - should panic ... ok
[INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked_fn ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_to_inclusive ... ok
[INFO] [stdout] test digest::tests::digest_bytes ... ok
[INFO] [stdout] test combinator::provided::next::tests::combinator_next ... ok
[INFO] [stdout] test digest::tests::digest_str ... ok
[INFO] [stdout] test instant::tests::instant_bytes_digest_unchecked ... ok
[INFO] [stdout] test instant::tests::instant_clone ... ok
[INFO] [stdout] test instant::tests::instant_debug ... ok
[INFO] [stdout] test instant::tests::instant_new_getters ... ok
[INFO] [stdout] test instant::tests::instant_str_digest_unchecked ... ok
[INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_unchecked_invalid_code_point - should panic ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to_overflow - should panic ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_overflow - should panic ... ok
[INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur_panic - should panic ... ok
[INFO] [stdout] test instant::tests::instant_to_digested_unchecked ... ok
[INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur_unchecked_panic - should panic ... ok
[INFO] [stdout] test parser::builder::tests::parser_builder_default ... ok
[INFO] [stdout] test parser::builder::tests::parser_builder_with_state_heap ... ok
[INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_overflow - should panic ... ok
[INFO] [stdout] test combinator::provided::recur::tests::test_recur_panic - should panic ... ok
[INFO] [stdout] test parser::tests::parser_getters ... ok
[INFO] [stdout] test parser::builder::tests::re_use_entry_with_ref ... ok
[INFO] [stdout] test parser::tests::parser_builder ... ok
[INFO] [stdout] test parser::tests::parser_iterator_with_iter_methods ... ok
[INFO] [stdout] test parser::tests::parser_clone ... ok
[INFO] [stdout] test combinator::provided::recur::tests::test_recur_unchecked_panic - should panic ... ok
[INFO] [stdout] test parser::tests::parser_parse ... ok
[INFO] [stdout] test parser::tests::parser_peek ... ok
[INFO] [stdout] test parser::tests::parser_iterator_in_for_loop ... 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_overflow - should panic ... ok
[INFO] [stdout] test combinator::provided::wrap::tests::combinator_wrap_invalid_code_point - should panic ... ok
[INFO] [stdout] test parser::tests::parser_snapshot_restore ... ok
[INFO] [stdout] test range::tests::test_node ... ok
[INFO] [stdout] test parser::tests::parser_reload ... ok
[INFO] [stdout] test parser::tests::parser_reload_with ... ok
[INFO] [stdout] test instant::tests::instant_bytes_to_digested_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_str_digest_unchecked_invalid_code_point - should panic ... 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 instant::tests::instant_str_to_digested_unchecked_overflow - should panic ... ok
[INFO] [stdout] test combinator::decorator::accepted::tests::accepted_new_unchecked_invalid_digested - should panic ... ok
[INFO] [stdout] test instant::tests::instant_bytes_digest_unchecked_overflow - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 155 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests whitehole
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test src/combinator/decorator/debug.rs - combinator::decorator::debug::Combinator<T>::log (line 142) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::prevent (line 155) ... ok
[INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator<T>::prepare (line 99) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::optional (line 202) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::when (line 132) ... ok
[INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator<T>::catch (line 141) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::boundary (line 241) ... ok
[INFO] [stdout] test src/combinator.rs - combinator (line 119) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::optional (line 226) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::reject (line 176) ... ok
[INFO] [stdout] test src/combinator.rs - combinator (line 28) ... ok
[INFO] [stdout] test src/combinator/decorator/flow.rs - combinator::decorator::flow::Combinator<T>::optional (line 215) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::select (line 244) ... ok
[INFO] [stdout] test src/combinator.rs - combinator (line 67) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::map (line 157) ... ok
[INFO] [stdout] test src/combinator.rs - combinator (line 5) ... ok
[INFO] [stdout] test src/combinator.rs - combinator (line 43) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::range (line 267) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::bind (line 208) ... ok
[INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator<T>::then (line 120) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::pop (line 193) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::bind_with (line 223) ... ok
[INFO] [stdout] test src/combinator/decorator/value.rs - combinator::decorator::value::Combinator<T>::tuple (line 178) ... ok
[INFO] [stdout] test src/combinator/decorator/state.rs - combinator::decorator::state::Combinator<T>::finally (line 163) ... 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 12) ... ok
[INFO] [stdout] test src/combinator/ops/bitor.rs - combinator::ops::bitor (line 8) ... ok
[INFO] [stdout] test src/combinator/ops/add.rs - combinator::ops::add (line 9) ... ok
[INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 132) ... ok
[INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator<Mul<Lhs,Rhs,Sep,Init,Fold>>::sep (line 55) ... ok
[INFO] [stdout] test src/combinator/ops/add.rs - combinator::ops::add (line 42) ... ok
[INFO] [stdout] test src/combinator/ops/not.rs - combinator::ops::not (line 7) ... ok
[INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 141) ... ok
[INFO] [stdout] test src/combinator/ops/mul/fold.rs - combinator::ops::mul::fold::Combinator<Mul<Lhs,Rhs,Sep,Init,Fold>>::fold (line 9) ... ok
[INFO] [stdout] test src/combinator/ops/mul.rs - combinator::ops::mul (line 76) ... ok
[INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator<Mul<Lhs,Rhs,Sep,Init,Fold>>::sep (line 64) ... 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.rs - combinator::ops::mul (line 102) ... ok
[INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator<Mul<Lhs,Rhs,Sep,Init,Fold>>::sep (line 98) ... ok
[INFO] [stdout] test src/combinator/provided/bytes/eat.rs - combinator::provided::bytes::eat::eat (line 96) ... 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.rs - combinator::ops::mul (line 56) ... ok
[INFO] [stdout] test src/combinator/ops/mul/sep.rs - combinator::ops::mul::sep::Combinator<Mul<Lhs,Rhs,Sep,Init,Fold>>::sep (line 88) ... ok
[INFO] [stdout] test src/combinator/provided/bytes/till.rs - combinator::provided::bytes::till::till (line 151) ... ok
[INFO] [stdout] test src/combinator/provided/next.rs - combinator::provided::next::next (line 31) ... ok
[INFO] [stdout] test src/combinator/provided/bytes/wrap.rs - combinator::provided::bytes::wrap::wrap (line 48) ... ok
[INFO] [stdout] test src/combinator/provided/wrap.rs - combinator::provided::wrap::wrap (line 76) ... ok
[INFO] [stdout] test src/combinator/provided/contextual.rs - combinator::provided::contextual::contextual (line 65) ... 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/wrap.rs - combinator::provided::bytes::wrap::wrap_unchecked (line 25) ... ok
[INFO] [stdout] test src/combinator/provided/take.rs - combinator::provided::take::take (line 51) ... ok
[INFO] [stdout] test src/combinator/provided/wrap.rs - combinator::provided::wrap::wrap_unchecked (line 53) ... ok
[INFO] [stdout] test src/combinator/provided/bytes/recur.rs - combinator::provided::bytes::recur::recur_unchecked (line 59) ... ok
[INFO] [stdout] test src/lib.rs - (line 5) ... ok
[INFO] [stdout] test src/combinator/provided/eat.rs - combinator::provided::eat::eat (line 73) ... 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/combinator/provided/recur.rs - combinator::provided::recur::recur_unchecked (line 194) ... ok
[INFO] [stdout] test src/parser/builder.rs - parser::builder::Builder (line 17) ... ok
[INFO] [stdout] test src/combinator/provided/recur.rs - combinator::provided::recur::recur (line 153) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 115) ... ok
[INFO] [stdout] test src/combinator/provided/till.rs - combinator::provided::till::till (line 89) ... ok
[INFO] [stdout] test src/parser.rs - parser (line 31) ... ok
[INFO] [stdout] test src/parser/builder.rs - parser::builder::Builder (line 7) ... 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/parser.rs - parser (line 93) ... ok
[INFO] [stdout] test src/range.rs - range::WithRange::range (line 14) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 185) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cb5ac9ae44c408f82f442729110152033882b69120e1b5b3047639b71c5fe03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb5ac9ae44c408f82f442729110152033882b69120e1b5b3047639b71c5fe03b", kill_on_drop: false }`
[INFO] [stdout] cb5ac9ae44c408f82f442729110152033882b69120e1b5b3047639b71c5fe03b
