[INFO] fetching crate fm-index 0.3.0...
[INFO] testing fm-index-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate fm-index 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate fm-index 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fm-index 0.3.0
[INFO] tweaked toml for crates.io crate fm-index 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fm-index 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fm-index 0.3.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65abe713e0e1ad798ddc22df2ed6bc80f968f50aa69f4d8ebb23c2314e5e3ae1
[INFO] running `Command { std: "docker" "start" "-a" "65abe713e0e1ad798ddc22df2ed6bc80f968f50aa69f4d8ebb23c2314e5e3ae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65abe713e0e1ad798ddc22df2ed6bc80f968f50aa69f4d8ebb23c2314e5e3ae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65abe713e0e1ad798ddc22df2ed6bc80f968f50aa69f4d8ebb23c2314e5e3ae1", kill_on_drop: false }`
[INFO] [stdout] 65abe713e0e1ad798ddc22df2ed6bc80f968f50aa69f4d8ebb23c2314e5e3ae1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd821d477ba6738c1d17fca4b885c33feb8aa273ff84f2759a66309096d393b0
[INFO] running `Command { std: "docker" "start" "-a" "cd821d477ba6738c1d17fca4b885c33feb8aa273ff84f2759a66309096d393b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling vers-vecs v1.5.1
[INFO] [stderr]    Compiling fm-index v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn search<K>(&self, pattern: K) -> impl Search<C>
[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] 31 |     fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[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] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[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] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[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] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | ----------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                             |
[INFO] [stdout]     | |                                             the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     FMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                                 |
[INFO] [stdout]     | |                                                 the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 |     RLFMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 528 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:37:29
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:77:35
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
[INFO] running `Command { std: "docker" "inspect" "cd821d477ba6738c1d17fca4b885c33feb8aa273ff84f2759a66309096d393b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd821d477ba6738c1d17fca4b885c33feb8aa273ff84f2759a66309096d393b0", kill_on_drop: false }`
[INFO] [stdout] cd821d477ba6738c1d17fca4b885c33feb8aa273ff84f2759a66309096d393b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d41243c30d9936f9d00d8ea0a70819572a561579947fc54ff6e19aa036d6f3e2
[INFO] running `Command { std: "docker" "start" "-a" "d41243c30d9936f9d00d8ea0a70819572a561579947fc54ff6e19aa036d6f3e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.23
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling vers-vecs v1.5.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling fm-index v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn search<K>(&self, pattern: K) -> impl Search<C>
[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] 31 |     fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[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] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[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] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[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] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | ----------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                             |
[INFO] [stdout]     | |                                             the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     FMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                                 |
[INFO] [stdout]     | |                                                 the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 |     RLFMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 528 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:37:29
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:77:35
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn search<K>(&self, pattern: K) -> impl Search<C>
[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] 31 |     fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[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] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[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] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[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] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stdout]     | ----------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                             |
[INFO] [stdout]     | |                                             the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 474 | / impl_search_index_with_locate!(
[INFO] [stdout] 475 | |     FMIndexWithLocate<C>,
[INFO] [stdout] 476 | |     FMIndexSearchWithLocate,
[INFO] [stdout] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 478 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     FMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stdout]     | --------------------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     | |                                                 |
[INFO] [stdout]     | |                                                 the same lifetime is hidden here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<'_, C>);
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 495 | / impl_search_index_with_locate!(
[INFO] [stdout] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stdout] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stdout] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 499 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 |     RLFMIndexSearchWithLocate<'_, C>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:272:26
[INFO] [stdout]     |
[INFO] [stdout] 272 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:291:30
[INFO] [stdout]     |
[INFO] [stdout] 291 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 | / impl_search_index!(
[INFO] [stdout] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 512 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 511 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stdout] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stdout] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 517 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:327:30
[INFO] [stdout]     |
[INFO] [stdout] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 | / impl_search_index_with_locate!(
[INFO] [stdout] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 529 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 528 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:344:33
[INFO] [stdout]     |
[INFO] [stdout] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:351:33
[INFO] [stdout]     |
[INFO] [stdout] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stdout]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:369:37
[INFO] [stdout]     |
[INFO] [stdout] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:377:37
[INFO] [stdout]     |
[INFO] [stdout] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend.rs:385:36
[INFO] [stdout]     |
[INFO] [stdout] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stdout] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stdout] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stdout] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stdout]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 534 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:37:29
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:61:36
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/wrapper.rs:77:35
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.03s
[INFO] running `Command { std: "docker" "inspect" "d41243c30d9936f9d00d8ea0a70819572a561579947fc54ff6e19aa036d6f3e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d41243c30d9936f9d00d8ea0a70819572a561579947fc54ff6e19aa036d6f3e2", kill_on_drop: false }`
[INFO] [stdout] d41243c30d9936f9d00d8ea0a70819572a561579947fc54ff6e19aa036d6f3e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1bee6bfaf054276ae55ababb2f12057280eba754a3f288357133a9a3168a9973
[INFO] running `Command { std: "docker" "start" "-a" "1bee6bfaf054276ae55ababb2f12057280eba754a3f288357133a9a3168a9973", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend.rs:31:18
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn search<K>(&self, pattern: K) -> impl Search<C>
[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] 31 |     fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend.rs:50:25
[INFO] [stderr]    |
[INFO] [stderr] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[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] 50 |     fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]    |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend.rs:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[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] 55 |     fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]    |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend.rs:60:24
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[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] 60 |     fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]    |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:272:26
[INFO] [stderr]     |
[INFO] [stderr] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stderr]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:291:30
[INFO] [stderr]     |
[INFO] [stderr] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<C>);
[INFO] [stderr]     | ----------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stderr]     | |                                             |
[INFO] [stderr]     | |                                             the same lifetime is hidden here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 470 | impl_search_index!(FMIndex<C>, FMIndexSearch, FMIndexSearch<'_, C>);
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:308:26
[INFO] [stderr]     |
[INFO] [stderr] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 474 | / impl_search_index_with_locate!(
[INFO] [stderr] 475 | |     FMIndexWithLocate<C>,
[INFO] [stderr] 476 | |     FMIndexSearchWithLocate,
[INFO] [stderr] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stderr] 478 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:327:30
[INFO] [stderr]     |
[INFO] [stderr] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 474 | / impl_search_index_with_locate!(
[INFO] [stderr] 475 | |     FMIndexWithLocate<C>,
[INFO] [stderr] 476 | |     FMIndexSearchWithLocate,
[INFO] [stderr] 477 | |     FMIndexSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 478 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 477 |     FMIndexSearchWithLocate<'_, C>
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:272:26
[INFO] [stderr]     |
[INFO] [stderr] 272 |             fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                          ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stderr]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:291:30
[INFO] [stderr]     |
[INFO] [stderr] 291 |             pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<C>);
[INFO] [stderr]     | --------------------------------------------------^^^^^^^^^^^^^^^^^^-
[INFO] [stderr]     | |                                                 |
[INFO] [stderr]     | |                                                 the same lifetime is hidden here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 487 | impl_search_index!(RLFMIndex<C>, RLFMIndexSearch, RLFMIndexSearch<'_, C>);
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:308:26
[INFO] [stderr]     |
[INFO] [stderr] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 495 | / impl_search_index_with_locate!(
[INFO] [stderr] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stderr] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stderr] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stderr] 499 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:327:30
[INFO] [stderr]     |
[INFO] [stderr] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 495 | / impl_search_index_with_locate!(
[INFO] [stderr] 496 | |     RLFMIndexWithLocate<C>,
[INFO] [stderr] 497 | |     RLFMIndexSearchWithLocate,
[INFO] [stderr] 498 | |     RLFMIndexSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 499 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 498 |     RLFMIndexSearchWithLocate<'_, C>
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:272:26
[INFO] [stderr]     |
[INFO] [stderr] 272 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 508 | / impl_search_index!(
[INFO] [stderr] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr] 512 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 272 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:291:30
[INFO] [stderr]     |
[INFO] [stderr] 291 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 508 | / impl_search_index!(
[INFO] [stderr] 509 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 510 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 511 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 512 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 511 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:344:33
[INFO] [stderr]     |
[INFO] [stderr] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:351:33
[INFO] [stderr]     |
[INFO] [stderr] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:358:32
[INFO] [stderr]     |
[INFO] [stderr] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:369:37
[INFO] [stderr]     |
[INFO] [stderr] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:377:37
[INFO] [stderr]     |
[INFO] [stderr] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:385:36
[INFO] [stderr]     |
[INFO] [stderr] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 513 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 514 | |     FMIndexMultiPieces<C>,
[INFO] [stderr] 515 | |     FMIndexMultiPiecesSearch,
[INFO] [stderr] 516 | |     FMIndexMultiPiecesSearch<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 517 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 516 |     FMIndexMultiPiecesSearch<'_, C>
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:308:26
[INFO] [stderr]     |
[INFO] [stderr] 308 |               fn search<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                            ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 525 | / impl_search_index_with_locate!(
[INFO] [stderr] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr] 529 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 308 |             fn search<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:327:30
[INFO] [stderr]     |
[INFO] [stderr] 327 |               pub fn search<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 525 | / impl_search_index_with_locate!(
[INFO] [stderr] 526 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 527 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 528 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 529 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_locate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 528 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:344:33
[INFO] [stderr]     |
[INFO] [stderr] 344 |               fn search_prefix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 344 |             fn search_prefix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:351:33
[INFO] [stderr]     |
[INFO] [stderr] 351 |               fn search_suffix<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                   ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn search_suffix<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:358:32
[INFO] [stderr]     |
[INFO] [stderr] 358 |               fn search_exact<K>(&self, pattern: K) -> impl Search<C>
[INFO] [stderr]     |                                  ^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 358 |             fn search_exact<K>(&self, pattern: K) -> impl Search<'_, C>
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:369:37
[INFO] [stderr]     |
[INFO] [stderr] 369 |               pub fn search_prefix<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:377:37
[INFO] [stderr]     |
[INFO] [stderr] 377 |               pub fn search_suffix<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                       ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend.rs:385:36
[INFO] [stderr]     |
[INFO] [stderr] 385 |               pub fn search_exact<K>(&self, pattern: K) -> $st
[INFO] [stderr]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 530 | / impl_search_index_with_multi_pieces!(
[INFO] [stderr] 531 | |     FMIndexMultiPiecesWithLocate<C>,
[INFO] [stderr] 532 | |     FMIndexMultiPiecesSearchWithLocate,
[INFO] [stderr] 533 | |     FMIndexMultiPiecesSearchWithLocate<C>
[INFO] [stderr]     | |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 534 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_search_index_with_multi_pieces` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 533 |     FMIndexMultiPiecesSearchWithLocate<'_, C>
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/wrapper.rs:37:29
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 37 |     pub(crate) fn search<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stderr]    |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/wrapper.rs:61:36
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 61 |     pub(crate) fn search_prefix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stderr]    |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/wrapper.rs:69:36
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 69 |     pub(crate) fn search_suffix<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stderr]    |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/wrapper.rs:77:35
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<B>
[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] 77 |     pub(crate) fn search_exact<K>(&self, pattern: K) -> SearchWrapper<'_, B>
[INFO] [stderr]    |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `fm-index` (lib) generated 32 warnings (run `cargo fix --lib -p fm-index` to apply 32 suggestions)
[INFO] [stderr] warning: `fm-index` (lib test) generated 32 warnings (32 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fm_index-fe20ec5d99b6bf39)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test fm_index::tests::test_fl_map ... ok
[INFO] [stdout] test rlfmi::tests::test_cs ... ok
[INFO] [stdout] test rlfmi::tests::test_lf_map ... ok
[INFO] [stdout] test rlfmi::tests::test_s ... ok
[INFO] [stdout] test fm_index::tests::test_lf_map ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_error_too_many_trailing_zero ... ok
[INFO] [stdout] test rlfmi::tests::test_b ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_get_types ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_length_1 ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_get_bucket_end_pos ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_length_2 ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_get_types_zeros ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_length_4 ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_nulls ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_get_bucket_start_pos ... ok
[INFO] [stdout] test rlfmi::tests::test_get_f ... ok
[INFO] [stdout] test rlfmi::tests::test_fl_map ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_error_starting_with_zero ... ok
[INFO] [stdout] test rlfmi::tests::test_bp ... ok
[INFO] [stdout] test suffix_array::sample::tests::test_regular ... ok
[INFO] [stdout] test rlfmi::tests::test_get_l ... ok
[INFO] [stdout] test util::tests::test_log2_usize ... ok
[INFO] [stdout] test rlfmi::tests::test_lf_map2 ... ok
[INFO] [stdout] test rlfmi::tests::test_search_backward ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_error_no_trailing_zero ... ok
[INFO] [stdout] test suffix_array::sample::tests::test_empty ... ok
[INFO] [stdout] test suffix_array::sample::tests::test_not_sampled ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_small ... ok
[INFO] [stdout] test multi_pieces::tests::test_get_piece_id ... ok
[INFO] [stdout] test multi_pieces::tests::test_lf_map_random ... ok
[INFO] [stdout] test multi_pieces::tests::test_get_piece_id_random ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_rand_bytes ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_rand_binary_alphabets ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_rand_alphabets ... ok
[INFO] [stdout] test suffix_array::sais::tests::test_rand_binary_zero_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.35s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_api.rs (/opt/rustwide/target/debug/deps/test_api-5129b3409ff6bdc2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_fm_index_backend_trait_rlfm_index_count_only ... ok
[INFO] [stdout] test test_heap_size_trait_rlfm_index_suffix_array ... ok
[INFO] [stdout] test test_heap_size_trait_fm_index_suffix_array ... ok
[INFO] [stdout] test test_heap_size_trait_rlfm_index_count_only ... ok
[INFO] [stdout] test test_fm_index_backend_trait_rlfm_index_suffix_array ... ok
[INFO] [stdout] test test_heap_size_trait_fm_index_count_only ... ok
[INFO] [stdout] test test_fm_index_backend_trait_fm_index_suffix_array ... ok
[INFO] [stdout] test test_fm_index_backend_trait_fm_index_count_only ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_fmindex.rs (/opt/rustwide/target/debug/deps/test_fmindex-6351a365aee42e7c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_small_search_count ... ok
[INFO] [stdout] test test_small_search_locate ... ok
[INFO] [stdout] test test_random_search_locate ... ok
[INFO] [stdout] test test_random_search_count ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_multi_pieces.rs (/opt/rustwide/target/debug/deps/test_multi_pieces-bf0846446544b5ec)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test_small_search_piece_id ... ok
[INFO] [stdout] test test_small_search_locate ... ok
[INFO] [stdout] test test_small_search_count ... ok
[INFO] [stdout] test test_random_search_exact_piece_id ... ok
[INFO] [stdout] test test_random_search_count ... ok
[INFO] [stdout] test test_random_search_prefix_piece_id ... ok
[INFO] [stdout] test test_random_search_suffix_piece_id ... ok
[INFO] [stdout] test test_random_search_locate ... ok
[INFO] [stdout] test test_random_search_piece_id ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.76s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_rlfmindex.rs (/opt/rustwide/target/debug/deps/test_rlfmindex-20f0b9d264b3f811)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_small_search_count ... ok
[INFO] [stdout] test test_small_search_locate ... ok
[INFO] [stdout] test test_random_search_locate ... ok
[INFO] [stdout] test test_random_search_count ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fm_index
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 178) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1bee6bfaf054276ae55ababb2f12057280eba754a3f288357133a9a3168a9973", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bee6bfaf054276ae55ababb2f12057280eba754a3f288357133a9a3168a9973", kill_on_drop: false }`
[INFO] [stdout] 1bee6bfaf054276ae55ababb2f12057280eba754a3f288357133a9a3168a9973
