[INFO] fetching crate fm-index 0.3.0... [INFO] testing fm-index-0.3.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate fm-index 0.3.0 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fm-index 0.3.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vers-vecs v1.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc1e4f415d0f86ca1d15819301821a61f062670d5a19e86357eb94260b278743 [INFO] running `Command { std: "docker" "start" "-a" "fc1e4f415d0f86ca1d15819301821a61f062670d5a19e86357eb94260b278743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc1e4f415d0f86ca1d15819301821a61f062670d5a19e86357eb94260b278743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc1e4f415d0f86ca1d15819301821a61f062670d5a19e86357eb94260b278743", kill_on_drop: false }` [INFO] [stdout] fc1e4f415d0f86ca1d15819301821a61f062670d5a19e86357eb94260b278743 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5f5b0bef5bce35899df7af56aab91a8411d77650071355af7429f7b3f05efae [INFO] running `Command { std: "docker" "start" "-a" "f5f5b0bef5bce35899df7af56aab91a8411d77650071355af7429f7b3f05efae", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.216 [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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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, FMIndexSearch, FMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 470 | impl_search_index!(FMIndex, FMIndexSearch, FMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, RLFMIndexSearch, RLFMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 487 | impl_search_index!(RLFMIndex, RLFMIndexSearch, RLFMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 508 | / impl_search_index!( [INFO] [stdout] 509 | | FMIndexMultiPieces, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&self, pattern: K) -> SearchWrapper<'_, B> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s [INFO] running `Command { std: "docker" "inspect" "f5f5b0bef5bce35899df7af56aab91a8411d77650071355af7429f7b3f05efae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5f5b0bef5bce35899df7af56aab91a8411d77650071355af7429f7b3f05efae", kill_on_drop: false }` [INFO] [stdout] f5f5b0bef5bce35899df7af56aab91a8411d77650071355af7429f7b3f05efae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 639c69f5b8983802d88c4deb7551731a785bcb0dd0db183a3c737b077779528c [INFO] running `Command { std: "docker" "start" "-a" "639c69f5b8983802d88c4deb7551731a785bcb0dd0db183a3c737b077779528c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [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 rand_os v0.1.3 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling ciborium v0.2.2 [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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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, FMIndexSearch, FMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 470 | impl_search_index!(FMIndex, FMIndexSearch, FMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, RLFMIndexSearch, RLFMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 487 | impl_search_index!(RLFMIndex, RLFMIndexSearch, RLFMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 508 | / impl_search_index!( [INFO] [stdout] 509 | | FMIndexMultiPieces, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&self, pattern: K) -> SearchWrapper<'_, B> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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, FMIndexSearch, FMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 470 | impl_search_index!(FMIndex, FMIndexSearch, FMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 476 | | FMIndexSearchWithLocate, [INFO] [stdout] 477 | | FMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, RLFMIndexSearch, RLFMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 487 | impl_search_index!(RLFMIndex, RLFMIndexSearch, RLFMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&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(&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, [INFO] [stdout] 497 | | RLFMIndexSearchWithLocate, [INFO] [stdout] 498 | | RLFMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> $st [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 508 | / impl_search_index!( [INFO] [stdout] 509 | | FMIndexMultiPieces, [INFO] [stdout] 510 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 511 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stdout] 515 | | FMIndexMultiPiecesSearch, [INFO] [stdout] 516 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stdout] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stdout] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&self, pattern: K) -> SearchWrapper<'_, B> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.12s [INFO] running `Command { std: "docker" "inspect" "639c69f5b8983802d88c4deb7551731a785bcb0dd0db183a3c737b077779528c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "639c69f5b8983802d88c4deb7551731a785bcb0dd0db183a3c737b077779528c", kill_on_drop: false }` [INFO] [stdout] 639c69f5b8983802d88c4deb7551731a785bcb0dd0db183a3c737b077779528c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] adbadbcee75ab3d1821fe76254a7fbe4281549d219fa2198dcc90425c10b10b4 [INFO] running `Command { std: "docker" "start" "-a" "adbadbcee75ab3d1821fe76254a7fbe4281549d219fa2198dcc90425c10b10b4", 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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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(&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(&self, pattern: K) -> impl Search [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, FMIndexSearch, FMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 470 | impl_search_index!(FMIndex, FMIndexSearch, FMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 476 | | FMIndexSearchWithLocate, [INFO] [stderr] 477 | | FMIndexSearchWithLocate [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(&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(&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, [INFO] [stderr] 476 | | FMIndexSearchWithLocate, [INFO] [stderr] 477 | | FMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, RLFMIndexSearch, RLFMIndexSearch); [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(&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(&self, pattern: K) -> $st [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 487 | impl_search_index!(RLFMIndex, RLFMIndexSearch, RLFMIndexSearch); [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, 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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 497 | | RLFMIndexSearchWithLocate, [INFO] [stderr] 498 | | RLFMIndexSearchWithLocate [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(&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(&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, [INFO] [stderr] 497 | | RLFMIndexSearchWithLocate, [INFO] [stderr] 498 | | RLFMIndexSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 510 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 511 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> $st [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 508 | / impl_search_index!( [INFO] [stderr] 509 | | FMIndexMultiPieces, [INFO] [stderr] 510 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 511 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&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(&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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&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, [INFO] [stderr] 515 | | FMIndexMultiPiecesSearch, [INFO] [stderr] 516 | | FMIndexMultiPiecesSearch [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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stderr] 527 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 528 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&self, pattern: K) -> impl Search [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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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(&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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&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, [INFO] [stderr] 532 | | FMIndexMultiPiecesSearchWithLocate, [INFO] [stderr] 533 | | FMIndexMultiPiecesSearchWithLocate [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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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(&self, pattern: K) -> SearchWrapper [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(&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.15s [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 fm_index::tests::test_lf_map ... ok [INFO] [stdout] test multi_pieces::tests::test_get_piece_id ... ok [INFO] [stdout] test rlfmi::tests::test_cs ... ok [INFO] [stdout] test rlfmi::tests::test_s ... ok [INFO] [stdout] test rlfmi::tests::test_lf_map2 ... 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 rlfmi::tests::test_search_backward ... ok [INFO] [stdout] test suffix_array::sais::tests::test_get_types ... ok [INFO] [stdout] test rlfmi::tests::test_bp ... ok [INFO] [stdout] test suffix_array::sais::tests::test_error_no_trailing_zero ... ok [INFO] [stdout] test suffix_array::sais::tests::test_get_types_zeros ... ok [INFO] [stdout] test suffix_array::sais::tests::test_length_1 ... ok [INFO] [stdout] test suffix_array::sais::tests::test_length_2 ... 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::sample::tests::test_not_sampled ... ok [INFO] [stdout] test suffix_array::sais::tests::test_get_bucket_end_pos ... ok [INFO] [stdout] test suffix_array::sample::tests::test_regular ... ok [INFO] [stdout] test suffix_array::sais::tests::test_small ... ok [INFO] [stdout] test suffix_array::sais::tests::test_error_starting_with_zero ... ok [INFO] [stdout] test suffix_array::sample::tests::test_empty ... ok [INFO] [stdout] test suffix_array::sais::tests::test_get_bucket_start_pos ... ok [INFO] [stdout] test rlfmi::tests::test_fl_map ... ok [INFO] [stdout] test rlfmi::tests::test_lf_map ... ok [INFO] [stdout] test rlfmi::tests::test_get_f ... ok [INFO] [stdout] test util::tests::test_log2_usize ... ok [INFO] [stdout] test rlfmi::tests::test_get_l ... ok [INFO] [stdout] test multi_pieces::tests::test_lf_map_random ... ok [INFO] [stdout] test suffix_array::sais::tests::test_rand_bytes ... ok [INFO] [stdout] test multi_pieces::tests::test_get_piece_id_random ... 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] [stderr] Running tests/test_api.rs (/opt/rustwide/target/debug/deps/test_api-5129b3409ff6bdc2) [INFO] [stdout] test suffix_array::sais::tests::test_rand_binary_alphabets ... ok [INFO] [stderr] Running tests/test_fmindex.rs (/opt/rustwide/target/debug/deps/test_fmindex-6351a365aee42e7c) [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.94s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_fm_index_backend_trait_fm_index_count_only ... ok [INFO] [stdout] test test_heap_size_trait_fm_index_count_only ... ok [INFO] [stdout] test test_heap_size_trait_rlfm_index_count_only ... ok [INFO] [stdout] test test_heap_size_trait_fm_index_suffix_array ... ok [INFO] [stdout] test test_fm_index_backend_trait_rlfm_index_suffix_array ... ok [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_fm_index_backend_trait_fm_index_suffix_array ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] [stderr] Running tests/test_multi_pieces.rs (/opt/rustwide/target/debug/deps/test_multi_pieces-bf0846446544b5ec) [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.57s [INFO] [stdout] [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 5.45s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/test_rlfmindex.rs (/opt/rustwide/target/debug/deps/test_rlfmindex-20f0b9d264b3f811) [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.68s [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.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "adbadbcee75ab3d1821fe76254a7fbe4281549d219fa2198dcc90425c10b10b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adbadbcee75ab3d1821fe76254a7fbe4281549d219fa2198dcc90425c10b10b4", kill_on_drop: false }` [INFO] [stdout] adbadbcee75ab3d1821fe76254a7fbe4281549d219fa2198dcc90425c10b10b4