[INFO] fetching crate whitehole 0.8.0...
[INFO] testing whitehole-0.8.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate whitehole 0.8.0 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate whitehole 0.8.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 521f86735ef19ae2dfdac25b232ed53908f39f233dbba33bc85a2f645579c4e2
[INFO] running `Command { std: "docker" "start" "-a" "521f86735ef19ae2dfdac25b232ed53908f39f233dbba33bc85a2f645579c4e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "521f86735ef19ae2dfdac25b232ed53908f39f233dbba33bc85a2f645579c4e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "521f86735ef19ae2dfdac25b232ed53908f39f233dbba33bc85a2f645579c4e2", kill_on_drop: false }`
[INFO] [stdout] 521f86735ef19ae2dfdac25b232ed53908f39f233dbba33bc85a2f645579c4e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1f4d25ed4f406bc06066e3868e726ae7c4d62eb5a758570aef32603d6e55e9f
[INFO] running `Command { std: "docker" "start" "-a" "f1f4d25ed4f406bc06066e3868e726ae7c4d62eb5a758570aef32603d6e55e9f", 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.67s
[INFO] running `Command { std: "docker" "inspect" "f1f4d25ed4f406bc06066e3868e726ae7c4d62eb5a758570aef32603d6e55e9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1f4d25ed4f406bc06066e3868e726ae7c4d62eb5a758570aef32603d6e55e9f", kill_on_drop: false }`
[INFO] [stdout] f1f4d25ed4f406bc06066e3868e726ae7c4d62eb5a758570aef32603d6e55e9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf3a3121e848fd75b6b1bde2cb4cb02249eaa444832db6d7268e25d03795fbe8
[INFO] running `Command { std: "docker" "start" "-a" "cf3a3121e848fd75b6b1bde2cb4cb02249eaa444832db6d7268e25d03795fbe8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[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] [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/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 is-terminal v0.4.16
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[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 09s
[INFO] running `Command { std: "docker" "inspect" "cf3a3121e848fd75b6b1bde2cb4cb02249eaa444832db6d7268e25d03795fbe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf3a3121e848fd75b6b1bde2cb4cb02249eaa444832db6d7268e25d03795fbe8", kill_on_drop: false }`
[INFO] [stdout] cf3a3121e848fd75b6b1bde2cb4cb02249eaa444832db6d7268e25d03795fbe8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b80d35413e77c99b7e32a49091ffd6cbe591dc0848a6dacbf52b1da699173dc3
[INFO] running `Command { std: "docker" "start" "-a" "b80d35413e77c99b7e32a49091ffd6cbe591dc0848a6dacbf52b1da699173dc3", 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` (example "stateful") generated 1 warning
[INFO] [stderr] warning: `whitehole` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whitehole-0ce71e8234cd55a9)
[INFO] [stdout] 
[INFO] [stdout] running 155 tests
[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::output_debug ... ok
[INFO] [stdout] test action::tests::boxed_dyn_action ... ok
[INFO] [stdout] test action::output::tests::instant_bytes_accept_unchecked_overflow - should panic ... FAILED
[INFO] [stdout] test action::output::tests::output_clone_eq ... ok
[INFO] [stdout] test action::tests::action_dyn_ref ... ok
[INFO] [stdout] test action::tests::rc_dyn_action ... ok
[INFO] [stdout] test action::tests::rc_action ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent_bytes ... ok
[INFO] [stdout] test action::output::tests::instant_accept_unchecked_invalid_code_point - should panic ... FAILED
[INFO] [stdout] test action::output::tests::output_map ... ok
[INFO] [stdout] test combinator::decorator::accepted::tests::accepted_new_unchecked_invalid_digested - should panic ... FAILED
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_indent ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_output ... ok
[INFO] [stdout] test combinator::decorator::accepted::tests::test_accepted ... ok
[INFO] [stdout] test combinator::decorator::debug::tests::check_format_input_bytes ... ok
[INFO] [stdout] test action::tests::boxed_action ... 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 action::output::tests::output_as_ref ... 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_prevent ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_then ... ok
[INFO] [stdout] test combinator::decorator::flow::tests::combinator_reject ... ok
[INFO] [stdout] test combinator::decorator::value::tests::combinator_bind ... 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_catch ... 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::state::tests::combinator_finally ... ok
[INFO] [stdout] test combinator::decorator::state::tests::combinator_prepare ... 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::ops::add::concat::tests::concat ... ok
[INFO] [stdout] test combinator::ops::add::concat::tests::use_concat ... 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_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_u8_const_slice ... 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::bitor::tests::combinator_bit_or_u8_slice ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add ... ok
[INFO] [stdout] test combinator::ops::bitor::tests::combinator_bit_or_string ... ok
[INFO] [stdout] test combinator::ops::add::tests::combinator_add_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 action::input::tests::ensure_input_debug ... 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_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_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_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::sep::tests::no_sep_default ... 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::fold::tests::combinator_mul_range_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 ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_array ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_range_to_overflow - should panic ... FAILED
[INFO] [stdout] test combinator::ops::mul::sep::tests::test_fold_with_sep ... ok
[INFO] [stdout] test combinator::ops::mul::sep::tests::combinator_mul_with_sep ... 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_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::next::tests::combinator_next_bytes ... ok
[INFO] [stdout] test combinator::provided::bytes::next::tests::one_or_more_next_bytes ... 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::provided::bytes::recur::tests::test_recur_unchecked ... ok
[INFO] [stdout] test combinator::ops::mul::tests::combinator_mul_range_to ... ok
[INFO] [stdout] test combinator::provided::bytes::take::tests::test_take ... ok
[INFO] [stdout] test combinator::provided::bytes::eat::tests::eat_into_combinator ... ok
[INFO] [stdout] test combinator::provided::bytes::recur::tests::test_recur ... ok
[INFO] [stdout] test combinator::provided::bytes::till::tests::test_till ... ok
[INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap_unchecked ... ok
[INFO] [stdout] test combinator::provided::bytes::wrap::tests::combinator_bytes_wrap ... ok
[INFO] [stdout] test combinator::provided::contextual::tests::test_contextual ... ok
[INFO] [stdout] test combinator::provided::eat::tests::eat_into_combinator ... ok
[INFO] [stdout] test combinator::provided::eat::tests::combinator_eat ... ok
[INFO] [stdout] test combinator::ops::mul::repeat::tests::repeat_usize ... 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] running `Command { std: "docker" "inspect" "b80d35413e77c99b7e32a49091ffd6cbe591dc0848a6dacbf52b1da699173dc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b80d35413e77c99b7e32a49091ffd6cbe591dc0848a6dacbf52b1da699173dc3", kill_on_drop: false }`
[INFO] [stdout] b80d35413e77c99b7e32a49091ffd6cbe591dc0848a6dacbf52b1da699173dc3
