[INFO] fetching crate daachorse 1.0.0... [INFO] checking daachorse-1.0.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate daachorse 1.0.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate daachorse 1.0.0 [INFO] finished tweaking crates.io crate daachorse 1.0.0 [INFO] tweaked toml for crates.io crate daachorse 1.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate daachorse 1.0.0 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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5495ba3f0e389b1ab48fdd8e328b82bad34fd5681bf3ba2b4a98e730d5a2eaf3 [INFO] running `Command { std: "docker" "start" "-a" "5495ba3f0e389b1ab48fdd8e328b82bad34fd5681bf3ba2b4a98e730d5a2eaf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5495ba3f0e389b1ab48fdd8e328b82bad34fd5681bf3ba2b4a98e730d5a2eaf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5495ba3f0e389b1ab48fdd8e328b82bad34fd5681bf3ba2b4a98e730d5a2eaf3", kill_on_drop: false }` [INFO] [stdout] 5495ba3f0e389b1ab48fdd8e328b82bad34fd5681bf3ba2b4a98e730d5a2eaf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b360cd7c05c2b596cc81a1256beb66c4473d120d4991dc8069f83cfdf8f7c276 [INFO] running `Command { std: "docker" "start" "-a" "b360cd7c05c2b596cc81a1256beb66c4473d120d4991dc8069f83cfdf8f7c276", kill_on_drop: false }` [INFO] [stderr] Checking daachorse v1.0.0 (/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:324:47 [INFO] [stdout] | [INFO] [stdout] 324 | 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] 324 | 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:377:9 [INFO] [stdout] | [INFO] [stdout] 377 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 378 | haystack: P, [INFO] [stdout] 379 | ) -> 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] 379 | ) -> 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:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 433 | haystack: P, [INFO] [stdout] 434 | ) -> 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] 434 | ) -> 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:512:34 [INFO] [stdout] | [INFO] [stdout] 512 | 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] 512 | 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/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:324:47 [INFO] [stdout] | [INFO] [stdout] 324 | 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] 324 | 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:377:9 [INFO] [stdout] | [INFO] [stdout] 377 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 378 | haystack: P, [INFO] [stdout] 379 | ) -> 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] 379 | ) -> 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:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 433 | haystack: P, [INFO] [stdout] 434 | ) -> 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] 434 | ) -> 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:512:34 [INFO] [stdout] | [INFO] [stdout] 512 | 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] 512 | 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/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 0.72s [INFO] running `Command { std: "docker" "inspect" "b360cd7c05c2b596cc81a1256beb66c4473d120d4991dc8069f83cfdf8f7c276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b360cd7c05c2b596cc81a1256beb66c4473d120d4991dc8069f83cfdf8f7c276", kill_on_drop: false }` [INFO] [stdout] b360cd7c05c2b596cc81a1256beb66c4473d120d4991dc8069f83cfdf8f7c276