[INFO] fetching crate aneubeck-daachorse 1.1.1... [INFO] checking aneubeck-daachorse-1.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate aneubeck-daachorse 1.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate aneubeck-daachorse 1.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate aneubeck-daachorse 1.1.1 [INFO] tweaked toml for crates.io crate aneubeck-daachorse 1.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate aneubeck-daachorse 1.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40b79fc5281638096a423661f36e01a46fcc5af5e8c99981ab7f3f08e7c8e2b4 [INFO] running `Command { std: "docker" "start" "-a" "40b79fc5281638096a423661f36e01a46fcc5af5e8c99981ab7f3f08e7c8e2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40b79fc5281638096a423661f36e01a46fcc5af5e8c99981ab7f3f08e7c8e2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b79fc5281638096a423661f36e01a46fcc5af5e8c99981ab7f3f08e7c8e2b4", kill_on_drop: false }` [INFO] [stdout] 40b79fc5281638096a423661f36e01a46fcc5af5e8c99981ab7f3f08e7c8e2b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 857052c425eb01fa7961bd104274b3c43eee3f8a31d5521ab3f5b7f25c97480f [INFO] running `Command { std: "docker" "start" "-a" "857052c425eb01fa7961bd104274b3c43eee3f8a31d5521ab3f5b7f25c97480f", kill_on_drop: false }` [INFO] [stderr] Checking aneubeck-daachorse v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/build_helper.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter { [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] 67 | pub const fn vacant_iter(&self) -> VacantIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:179:25 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn find_iter

(&self, haystack: P) -> FindIterator, V> [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] 179 | pub fn find_iter

(&self, haystack: P) -> FindIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:224:35 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator [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] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 272 | haystack: P, [INFO] [stdout] 273 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ---------------------------------------------- the same lifetime is hidden 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] 273 | ) -> FindOverlappingIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:329:47 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator [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] 329 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 383 | haystack: P, [INFO] [stdout] 384 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | ------------------------------------------------------ the same lifetime is hidden 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] 384 | ) -> FindOverlappingNoSuffixIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:437:9 [INFO] [stdout] | [INFO] [stdout] 437 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 438 | haystack: P, [INFO] [stdout] 439 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the same lifetime is hidden 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] 439 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:517:34 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator [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] 517 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise/iter.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 102 | ) -> (u32, OverlappingStepperIterator) { [INFO] [stdout] | ----------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | ) -> (u32, OverlappingStepperIterator<'_, V>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn find_iter

(&self, haystack: P) -> FindIterator, V> [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] 182 | pub fn find_iter

(&self, haystack: P) -> FindIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:231:42 [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator [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] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 279 | haystack: P, [INFO] [stdout] 280 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ------------------------------------------ the same lifetime is hidden 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] 280 | ) -> FindOverlappingIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:336:9 [INFO] [stdout] | [INFO] [stdout] 336 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 337 | haystack: P, [INFO] [stdout] 338 | ) -> FindOverlappingIterator [INFO] [stdout] | ----------------------------- the same lifetime is hidden 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] 338 | ) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 392 | haystack: P, [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | -------------------------------------------------- the same lifetime is hidden 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] 393 | ) -> FindOverlappingNoSuffixIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 451 | haystack: P, [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the same lifetime is hidden 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] 452 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:530:34 [INFO] [stdout] | [INFO] [stdout] 530 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator [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] 530 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/build_helper.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter { [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] 67 | pub const fn vacant_iter(&self) -> VacantIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:179:25 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn find_iter

(&self, haystack: P) -> FindIterator, V> [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] 179 | pub fn find_iter

(&self, haystack: P) -> FindIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:224:35 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator [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] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 272 | haystack: P, [INFO] [stdout] 273 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ---------------------------------------------- the same lifetime is hidden 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] 273 | ) -> FindOverlappingIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:329:47 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator [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] 329 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 383 | haystack: P, [INFO] [stdout] 384 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | ------------------------------------------------------ the same lifetime is hidden 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] 384 | ) -> FindOverlappingNoSuffixIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:437:9 [INFO] [stdout] | [INFO] [stdout] 437 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 438 | haystack: P, [INFO] [stdout] 439 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the same lifetime is hidden 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] 439 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise.rs:517:34 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator [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] 517 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytewise/iter.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 102 | ) -> (u32, OverlappingStepperIterator) { [INFO] [stdout] | ----------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | ) -> (u32, OverlappingStepperIterator<'_, V>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn find_iter

(&self, haystack: P) -> FindIterator, V> [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] 182 | pub fn find_iter

(&self, haystack: P) -> FindIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:231:42 [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator [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] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 279 | haystack: P, [INFO] [stdout] 280 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ------------------------------------------ the same lifetime is hidden 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] 280 | ) -> FindOverlappingIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:336:9 [INFO] [stdout] | [INFO] [stdout] 336 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 337 | haystack: P, [INFO] [stdout] 338 | ) -> FindOverlappingIterator [INFO] [stdout] | ----------------------------- the same lifetime is hidden 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] 338 | ) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 392 | haystack: P, [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | -------------------------------------------------- the same lifetime is hidden 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] 393 | ) -> FindOverlappingNoSuffixIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 451 | haystack: P, [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the same lifetime is hidden 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] 452 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/charwise.rs:530:34 [INFO] [stdout] | [INFO] [stdout] 530 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator [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] 530 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "857052c425eb01fa7961bd104274b3c43eee3f8a31d5521ab3f5b7f25c97480f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "857052c425eb01fa7961bd104274b3c43eee3f8a31d5521ab3f5b7f25c97480f", kill_on_drop: false }` [INFO] [stdout] 857052c425eb01fa7961bd104274b3c43eee3f8a31d5521ab3f5b7f25c97480f