[INFO] fetching crate whitehole 0.8.0...
[INFO] testing whitehole-0.8.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate whitehole 0.8.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate whitehole 0.8.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded in_str v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48c64f7650c881247a18cd39e657137aee9ca00154998871cfc45ee10fda69c6
[INFO] running `Command { std: "docker" "start" "-a" "48c64f7650c881247a18cd39e657137aee9ca00154998871cfc45ee10fda69c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48c64f7650c881247a18cd39e657137aee9ca00154998871cfc45ee10fda69c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c64f7650c881247a18cd39e657137aee9ca00154998871cfc45ee10fda69c6", kill_on_drop: false }`
[INFO] [stdout] 48c64f7650c881247a18cd39e657137aee9ca00154998871cfc45ee10fda69c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b03fb1d4dd9a2267229192cc01eb9ba11f4280d306c79f32982257dddb592086
[INFO] running `Command { std: "docker" "start" "-a" "b03fb1d4dd9a2267229192cc01eb9ba11f4280d306c79f32982257dddb592086", kill_on_drop: false }`
[INFO] [stderr]    Compiling whitehole v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub fn log(self, name: &str) -> Combinator<Log<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |   pub fn reload(self, text: &T::Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.86s
[INFO] running `Command { std: "docker" "inspect" "b03fb1d4dd9a2267229192cc01eb9ba11f4280d306c79f32982257dddb592086", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b03fb1d4dd9a2267229192cc01eb9ba11f4280d306c79f32982257dddb592086", kill_on_drop: false }`
[INFO] [stdout] b03fb1d4dd9a2267229192cc01eb9ba11f4280d306c79f32982257dddb592086
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca9b5bc7bfc764eeaa3136452a2f693a9d7eae0057212cffec02a52ba0631ff6
[INFO] running `Command { std: "docker" "start" "-a" "ca9b5bc7bfc764eeaa3136452a2f693a9d7eae0057212cffec02a52ba0631ff6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling clap_builder v4.5.35
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub fn log(self, name: &str) -> Combinator<Log<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |   pub fn reload(self, text: &T::Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling clap v4.5.35
[INFO] [stderr]    Compiling in_str v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub fn log(self, name: &str) -> Combinator<Log<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |   pub fn reload(self, text: &T::Text) -> Parser<'_, T>
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 1m 10s
[INFO] running `Command { std: "docker" "inspect" "ca9b5bc7bfc764eeaa3136452a2f693a9d7eae0057212cffec02a52ba0631ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca9b5bc7bfc764eeaa3136452a2f693a9d7eae0057212cffec02a52ba0631ff6", kill_on_drop: false }`
[INFO] [stdout] ca9b5bc7bfc764eeaa3136452a2f693a9d7eae0057212cffec02a52ba0631ff6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 21507c6aac4e6165da94d5f3c3af6edd1f1c70563005ad2bb5b97c77503d328c
[INFO] running `Command { std: "docker" "start" "-a" "21507c6aac4e6165da94d5f3c3af6edd1f1c70563005ad2bb5b97c77503d328c", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 149 |   pub fn log(self, name: &str) -> Combinator<Log<'_, T>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 233 |   pub fn reload(self, text: &T::Text) -> Parser<'_, T>
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                                                                      |
[INFO] [stderr]     |                                                                      this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whitehole-0ce71e8234cd55a9)
[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::instant_accept_unchecked_overflow - should panic ... FAILED
[INFO] [stdout] test action::output::tests::instant_bytes_accept_unchecked_overflow - should panic ... FAILED
[INFO] [stdout] test action::output::tests::output_as_ref ... ok
[INFO] [stdout] test action::output::tests::output_debug ... ok
[INFO] [stdout] test action::output::tests::output_clone_eq ... ok
[INFO] [stdout] test action::output::tests::instant_accept_unchecked_invalid_code_point - should panic ... FAILED
[INFO] [stdout] test action::tests::action_dyn_ref ... ok
[INFO] [stdout] test action::output::tests::output_map ... ok
[INFO] [stdout] test action::tests::boxed_action ... ok
[INFO] [stdout] test action::tests::rc_action ... ok
[INFO] [stdout] test action::tests::action_ref ... ok
[INFO] [stdout] test action::tests::boxed_dyn_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_indent ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent_bytes ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_truncated ... 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::check_format_output_bytes ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::combinator_boundary ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::ensure_log_does_not_modify_output ... 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::combinator_when ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::optional_can_be_the_last_one ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_finally ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_then ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_bind_with ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_catch ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_pop ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_map ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_prepare ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_select ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_bind ... ok
[INFO] [stdout] test combinator::ops::add::concat::tests::use_concat ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_u8 ... 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::add::tests::combinator_add_u8_slice ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_tuple ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_char ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_char ... ok
[INFO] [stdout] test combinator::ops::add::concat::tests::concat ... 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::decorator::accepted::tests::accepted_new_unchecked_invalid_digested - should panic ... FAILED
[INFO] [stdout] test combinator::decorator::value::tests::combinator_range ... 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_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_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_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_to_inclusive_fold ... ok
[INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_range_to_fold ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_u8 ... ok
[INFO] [stdout] test combinator::ops::mul::fold::tests::combinator_mul_usize_fold ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_from ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range ... 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_overflow - should panic ... FAILED
[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_range_to_overflow - should panic ... FAILED
[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_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::sep::tests::test_sep_with_array_accumulator ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_from ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/whitehole-0ce71e8234cd55a9` (signal: 4, SIGILL: illegal instruction)
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_full ... 
[INFO] running `Command { std: "docker" "inspect" "21507c6aac4e6165da94d5f3c3af6edd1f1c70563005ad2bb5b97c77503d328c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21507c6aac4e6165da94d5f3c3af6edd1f1c70563005ad2bb5b97c77503d328c", kill_on_drop: false }`
[INFO] [stdout] 21507c6aac4e6165da94d5f3c3af6edd1f1c70563005ad2bb5b97c77503d328c
