[INFO] fetching crate aneubeck-daachorse 1.1.1... [INFO] testing aneubeck-daachorse-1.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate aneubeck-daachorse 1.1.1 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate aneubeck-daachorse 1.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aeea0e2d8b799f949ae3b4bd0c009b9baea7687846d6cf0cefd52b3ba697de8f [INFO] running `Command { std: "docker" "start" "-a" "aeea0e2d8b799f949ae3b4bd0c009b9baea7687846d6cf0cefd52b3ba697de8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aeea0e2d8b799f949ae3b4bd0c009b9baea7687846d6cf0cefd52b3ba697de8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeea0e2d8b799f949ae3b4bd0c009b9baea7687846d6cf0cefd52b3ba697de8f", kill_on_drop: false }` [INFO] [stdout] aeea0e2d8b799f949ae3b4bd0c009b9baea7687846d6cf0cefd52b3ba697de8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c750d5dfe7a90a90315b59591eb763f04c83daa450a494a156c60495ac93531 [INFO] running `Command { std: "docker" "start" "-a" "7c750d5dfe7a90a90315b59591eb763f04c83daa450a494a156c60495ac93531", kill_on_drop: false }` [INFO] [stderr] Compiling 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 (&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] | +++
[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] | +++
[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 (&self, haystack: P) -> FindIterator (&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] | +++
[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] | +++
[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.56s
[INFO] running `Command { std: "docker" "inspect" "7c750d5dfe7a90a90315b59591eb763f04c83daa450a494a156c60495ac93531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c750d5dfe7a90a90315b59591eb763f04c83daa450a494a156c60495ac93531", kill_on_drop: false }`
[INFO] [stdout] 7c750d5dfe7a90a90315b59591eb763f04c83daa450a494a156c60495ac93531
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18e62d0c58990f9b9768f62b90bb92dc22fdff0fccc9f6669e62639a0fa4a022
[INFO] running `Command { std: "docker" "start" "-a" "18e62d0c58990f9b9768f62b90bb92dc22fdff0fccc9f6669e62639a0fa4a022", kill_on_drop: false }`
[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 (&self, haystack: P) -> FindIterator<'_, U8SliceIterator , V>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling aneubeck-daachorse v1.1.1 (/opt/rustwide/workdir)
[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] | +++
[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] | +++
[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 (&self, haystack: P) -> FindIterator (&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] | +++
[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] | +++
[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 (&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] | +++
[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] | +++
[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 (&self, haystack: P) -> FindIterator (&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] | +++
[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] | +++
[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 `test` profile [unoptimized + debuginfo] target(s) in 3.22s
[INFO] running `Command { std: "docker" "inspect" "18e62d0c58990f9b9768f62b90bb92dc22fdff0fccc9f6669e62639a0fa4a022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18e62d0c58990f9b9768f62b90bb92dc22fdff0fccc9f6669e62639a0fa4a022", kill_on_drop: false }`
[INFO] [stdout] 18e62d0c58990f9b9768f62b90bb92dc22fdff0fccc9f6669e62639a0fa4a022
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 59834c31780bea9565a0d034e5204b24ab2a94310d314b4a3723809210c5436c
[INFO] running `Command { std: "docker" "start" "-a" "59834c31780bea9565a0d034e5204b24ab2a94310d314b4a3723809210c5436c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/build_helper.rs:67:30
[INFO] [stderr] |
[INFO] [stderr] 67 | pub const fn vacant_iter(&self) -> VacantIter {
[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] 67 | pub const fn vacant_iter(&self) -> VacantIter<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:179:25
[INFO] [stderr] |
[INFO] [stderr] 179 | pub fn find_iter (&self, haystack: P) -> FindIterator (&self, haystack: P) -> FindIterator<'_, U8SliceIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:224:35
[INFO] [stderr] |
[INFO] [stderr] 224 | pub fn find_iter_from_iter (&self, haystack: P) -> FindIterator
[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] 224 | pub fn find_iter_from_iter (&self, haystack: P) -> FindIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:271:9
[INFO] [stderr] |
[INFO] [stderr] 271 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 272 | haystack: P,
[INFO] [stderr] 273 | ) -> FindOverlappingIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:329:47
[INFO] [stderr] |
[INFO] [stderr] 329 | pub fn find_overlapping_iter_from_iter (&self, haystack: P) -> FindOverlappingIterator
[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] 329 | pub fn find_overlapping_iter_from_iter (&self, haystack: P) -> FindOverlappingIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:382:9
[INFO] [stderr] |
[INFO] [stderr] 382 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 383 | haystack: P,
[INFO] [stderr] 384 | ) -> FindOverlappingNoSuffixIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:437:9
[INFO] [stderr] |
[INFO] [stderr] 437 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 438 | haystack: P,
[INFO] [stderr] 439 | ) -> FindOverlappingNoSuffixIterator
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 439 | ) -> FindOverlappingNoSuffixIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise.rs:517:34
[INFO] [stderr] |
[INFO] [stderr] 517 | pub fn leftmost_find_iter (&self, haystack: P) -> LestmostFindIterator
[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] 517 | pub fn leftmost_find_iter (&self, haystack: P) -> LestmostFindIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/bytewise/iter.rs:98:9
[INFO] [stderr] |
[INFO] [stderr] 98 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 102 | ) -> (u32, OverlappingStepperIterator (&self, haystack: P) -> FindIterator (&self, haystack: P) -> FindIterator<'_, StrIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:231:42
[INFO] [stderr] |
[INFO] [stderr] 231 | pub unsafe fn find_iter_from_iter (&self, haystack: P) -> FindIterator
[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] 231 | pub unsafe fn find_iter_from_iter (&self, haystack: P) -> FindIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:278:9
[INFO] [stderr] |
[INFO] [stderr] 278 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 279 | haystack: P,
[INFO] [stderr] 280 | ) -> FindOverlappingIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:336:9
[INFO] [stderr] |
[INFO] [stderr] 336 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 337 | haystack: P,
[INFO] [stderr] 338 | ) -> FindOverlappingIterator
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 338 | ) -> FindOverlappingIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:391:9
[INFO] [stderr] |
[INFO] [stderr] 391 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 392 | haystack: P,
[INFO] [stderr] 393 | ) -> FindOverlappingNoSuffixIterator , V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:450:9
[INFO] [stderr] |
[INFO] [stderr] 450 | &self,
[INFO] [stderr] | ^^^^^ the lifetime is elided here
[INFO] [stderr] 451 | haystack: P,
[INFO] [stderr] 452 | ) -> FindOverlappingNoSuffixIterator
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 452 | ) -> FindOverlappingNoSuffixIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/charwise.rs:530:34
[INFO] [stderr] |
[INFO] [stderr] 530 | pub fn leftmost_find_iter (&self, haystack: P) -> LestmostFindIterator
[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] 530 | pub fn leftmost_find_iter (&self, haystack: P) -> LestmostFindIterator<'_, P, V>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `aneubeck-daachorse` (lib) generated 16 warnings (run `cargo fix --lib -p aneubeck-daachorse` to apply 16 suggestions)
[INFO] [stderr] warning: `aneubeck-daachorse` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aneubeck_daachorse-94a151f891bbacb4)
[INFO] [stdout]
[INFO] [stdout] running 26 tests
[INFO] [stdout] test bytewise::tests::test_serialize_state ... ok
[INFO] [stdout] test bytewise::tests::test_n_blocks_2_1 ... ok
[INFO] [stdout] test charwise::mapper::tests::test_charwise_code_mapper ... ok
[INFO] [stdout] test bytewise::tests::test_input_order ... ok
[INFO] [stdout] test bytewise::tests::test_n_blocks_1_2 ... ok
[INFO] [stdout] test charwise::mapper::tests::test_serialize ... ok
[INFO] [stdout] test bytewise::tests::test_num_states ... ok
[INFO] [stdout] test charwise::tests::test_n_blocks_2_1 ... ok
[INFO] [stdout] test charwise::tests::test_double_array ... ok
[INFO] [stdout] test bytewise::tests::test_n_blocks_1_1 ... ok
[INFO] [stdout] test charwise::tests::test_serialize_state ... ok
[INFO] [stdout] test serializer::tests::test_u32 ... ok
[INFO] [stdout] test charwise::iter::tests::test_char_with_end_offset_iterator ... ok
[INFO] [stdout] test serializer::tests::test_nzu32 ... ok
[INFO] [stdout] test charwise::tests::test_n_blocks_2_2 ... ok
[INFO] [stdout] test bytewise::tests::test_serialize_pma ... ok
[INFO] [stdout] test charwise::tests::test_n_blocks_1_1 ... ok
[INFO] [stdout] test charwise::tests::test_n_blocks_1_2 ... ok
[INFO] [stdout] test charwise::tests::test_input_order ... ok
[INFO] [stdout] test bytewise::tests::test_n_blocks_2_2 ... ok
[INFO] [stdout] test charwise::tests::test_serialize_pma ... ok
[INFO] [stdout] test charwise::tests::test_num_states ... ok
[INFO] [stdout] test bytewise::tests::test_double_array ... ok
[INFO] [stdout] test tests::test_serialize_output ... ok
[INFO] [stdout] test tests::test_serialize_match_kind ... ok
[INFO] [stdout] test serializer::tests::test_vec_u32 ... ok
[INFO] [stderr] Running tests/aho_corasick_crate_test.rs (/opt/rustwide/target/debug/deps/aho_corasick_crate_test-b459deb311fedcb1)
[INFO] [stdout]
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 9 tests
[INFO] [stdout] test search_standard_overlapping_charwise ... ok
[INFO] [stdout] test search_leftmost_first_charwise ... ok
[INFO] [stdout] test search_standard_overlapping ... ok
[INFO] [stdout] test search_tests_have_unique_names ... ok
[INFO] [stdout] test search_leftmost_longest_charwise ... ok
[INFO] [stdout] test search_standard_non_overlapping_charwise ... ok
[INFO] [stdout] test search_standard_non_overlapping ... ok
[INFO] [stdout] test search_leftmost_first ... ok
[INFO] [stdout] test search_leftmost_longest ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout]
[INFO] [stderr] Running tests/invalid_option_test.rs (/opt/rustwide/target/debug/deps/invalid_option_test-15fa9fb92d4e40f3)
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_large_num_free_blocks ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Running tests/invalid_pattern_charwise_test.rs (/opt/rustwide/target/debug/deps/invalid_pattern_charwise_test-fb8c48328ffc96ec)
[INFO] [stdout]
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_duplicate_patterns ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_standard ... ok
[INFO] [stdout] test test_empty_pattern ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_leftmost_first ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_leftmost_first ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_standard ... ok
[INFO] [stdout] test test_empty_set ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_standard ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_leftmost_first ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout]
[INFO] [stderr] Running tests/invalid_pattern_test.rs (/opt/rustwide/target/debug/deps/invalid_pattern_test-7a710082cd9e9d31)
[INFO] [stdout]
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_duplicate_patterns ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_leftmost_first ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_duplicate_patterns_with_matchkind_standard ... ok
[INFO] [stdout] test test_empty_pattern ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_leftmost_first ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_empty_pattern_with_matchkind_standard ... ok
[INFO] [stdout] test test_empty_set ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_leftmost_first ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_leftmost_longest ... ok
[INFO] [stdout] test test_empty_set_with_matchkind_standard ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout]
[INFO] [stderr] Running tests/matchkind_mismatch_charwise_test.rs (/opt/rustwide/target/debug/deps/matchkind_mismatch_charwise_test-0b7b3f033521fc2f)
[INFO] [stdout]
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_find_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout] test test_find_iter_with_leftmost_first - should panic ... ok
[INFO] [stdout] test test_find_overlapping_no_suffix_iter_with_leftmost_first - should panic ... ok
[INFO] [stdout] test test_leftmost_find_iter_with_standard - should panic ... ok
[INFO] [stdout] test test_find_overlapping_iter_with_leftmost_first - should panic ... ok
[INFO] [stderr] Running tests/matchkind_mismatch_test.rs (/opt/rustwide/target/debug/deps/matchkind_mismatch_test-cc9ab7d77171061f)
[INFO] [stdout] test test_find_overlapping_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout] test test_find_overlapping_no_suffix_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_find_iter_with_leftmost_first - should panic ... ok
[INFO] [stdout] test test_find_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout] test test_find_overlapping_iter_with_leftmost_first - should panic ... ok
[INFO] [stdout] test test_find_overlapping_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout] test test_find_overlapping_no_suffix_iter_with_leftmost_longest - should panic ... ok
[INFO] [stdout] test test_find_overlapping_no_suffix_iter_with_leftmost_first - should panic ... ok
[INFO] [stderr] Doc-tests aneubeck_daachorse
[INFO] [stdout] test test_leftmost_find_iter_with_standard - should panic ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 43 tests
[INFO] [stdout] test src/bytewise/builder.rs - bytewise::builder::DoubleArrayAhoCorasickBuilder::build_with_values (line 188) ... ok
[INFO] [stdout] test src/bytewise.rs - bytewise::DoubleArrayAhoCorasick