[INFO] fetching crate daachorse 1.0.0... [INFO] checking daachorse-1.0.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate daachorse 1.0.0 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate daachorse 1.0.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9559507bfd12e931e7b4340d7294e4d6b109ca4cbe3c4c87b03fe11e29b606e [INFO] running `Command { std: "docker" "start" "-a" "c9559507bfd12e931e7b4340d7294e4d6b109ca4cbe3c4c87b03fe11e29b606e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9559507bfd12e931e7b4340d7294e4d6b109ca4cbe3c4c87b03fe11e29b606e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9559507bfd12e931e7b4340d7294e4d6b109ca4cbe3c4c87b03fe11e29b606e", kill_on_drop: false }` [INFO] [stdout] c9559507bfd12e931e7b4340d7294e4d6b109ca4cbe3c4c87b03fe11e29b606e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 836ef9cea82a4ec883c58677380ba5b23f39fa0bf2ed53e94348bbf5800719b6 [INFO] running `Command { std: "docker" "start" "-a" "836ef9cea82a4ec883c58677380ba5b23f39fa0bf2ed53e94348bbf5800719b6", kill_on_drop: false }` [INFO] [stderr] Checking daachorse v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/build_helper.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn find_iter

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

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 272 | haystack: P, [INFO] [stdout] 273 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 273 | ) -> FindOverlappingIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 324 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:377:9 [INFO] [stdout] | [INFO] [stdout] 377 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 378 | haystack: P, [INFO] [stdout] 379 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | ------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 379 | ) -> FindOverlappingNoSuffixIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 433 | haystack: P, [INFO] [stdout] 434 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 434 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 512 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | pub fn find_iter

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

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 279 | haystack: P, [INFO] [stdout] 280 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 280 | ) -> FindOverlappingIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:336:9 [INFO] [stdout] | [INFO] [stdout] 336 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 337 | haystack: P, [INFO] [stdout] 338 | ) -> FindOverlappingIterator [INFO] [stdout] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 338 | ) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 392 | haystack: P, [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 451 | haystack: P, [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 530 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/build_helper.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub const fn vacant_iter(&self) -> VacantIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn find_iter

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

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 272 | haystack: P, [INFO] [stdout] 273 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 273 | ) -> FindOverlappingIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 324 | pub fn find_overlapping_iter_from_iter

(&self, haystack: P) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:377:9 [INFO] [stdout] | [INFO] [stdout] 377 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 378 | haystack: P, [INFO] [stdout] 379 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | ------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 379 | ) -> FindOverlappingNoSuffixIterator<'_, U8SliceIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytewise.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 433 | haystack: P, [INFO] [stdout] 434 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 434 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 512 | pub fn leftmost_find_iter

(&self, haystack: P) -> LestmostFindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | pub fn find_iter

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

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn find_iter_from_iter

(&self, haystack: P) -> FindIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 279 | haystack: P, [INFO] [stdout] 280 | ) -> FindOverlappingIterator, V> [INFO] [stdout] | ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 280 | ) -> FindOverlappingIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:336:9 [INFO] [stdout] | [INFO] [stdout] 336 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 337 | haystack: P, [INFO] [stdout] 338 | ) -> FindOverlappingIterator [INFO] [stdout] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 338 | ) -> FindOverlappingIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 392 | haystack: P, [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator, V> [INFO] [stdout] | -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 393 | ) -> FindOverlappingNoSuffixIterator<'_, StrIterator

, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/charwise.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 451 | haystack: P, [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator [INFO] [stdout] | ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 452 | ) -> FindOverlappingNoSuffixIterator<'_, P, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 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.92s [INFO] running `Command { std: "docker" "inspect" "836ef9cea82a4ec883c58677380ba5b23f39fa0bf2ed53e94348bbf5800719b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "836ef9cea82a4ec883c58677380ba5b23f39fa0bf2ed53e94348bbf5800719b6", kill_on_drop: false }` [INFO] [stdout] 836ef9cea82a4ec883c58677380ba5b23f39fa0bf2ed53e94348bbf5800719b6