[INFO] fetching crate typed-path 0.11.0... [INFO] testing typed-path-0.11.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate typed-path 0.11.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate typed-path 0.11.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate typed-path 0.11.0 [INFO] tweaked toml for crates.io crate typed-path 0.11.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate typed-path 0.11.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate typed-path 0.11.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 137c4566c00913b02e42e290bc809b0c5d56b9ce44e7ab3be99de7e4ce0ac1d4 [INFO] running `Command { std: "docker" "start" "-a" "137c4566c00913b02e42e290bc809b0c5d56b9ce44e7ab3be99de7e4ce0ac1d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "137c4566c00913b02e42e290bc809b0c5d56b9ce44e7ab3be99de7e4ce0ac1d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "137c4566c00913b02e42e290bc809b0c5d56b9ce44e7ab3be99de7e4ce0ac1d4", kill_on_drop: false }` [INFO] [stdout] 137c4566c00913b02e42e290bc809b0c5d56b9ce44e7ab3be99de7e4ce0ac1d4 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9acba42196e9359995f27a709494ec19a75e93c90b26b15bdace0fbb0c4b8e35 [INFO] running `Command { std: "docker" "start" "-a" "9acba42196e9359995f27a709494ec19a75e93c90b26b15bdace0fbb0c4b8e35", kill_on_drop: false }` [INFO] [stderr] Compiling typed-path v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:416:9 [INFO] [stdout] | [INFO] [stdout] 416 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:362:22 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn ancestors(&self) -> Ancestors { [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] 362 | pub fn ancestors(&self) -> Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | pub fn iter(&self) -> Iter { [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] 833 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:856:20 [INFO] [stdout] | [INFO] [stdout] 856 | pub fn display(&self) -> Display { [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] 856 | pub fn display(&self) -> Display<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn ancestors(&self) -> Utf8Ancestors { [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] 312 | pub fn ancestors(&self) -> Utf8Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:788:17 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn iter(&self) -> Utf8Iter { [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] 788 | pub fn iter(&self) -> Utf8Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> TypedPath { [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] 36 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/path.rs:333:25 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn to_path(&self) -> TypedPath { [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] 123 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:549:19 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn parent(&self) -> Option { [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] 549 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn ancestors(&self) -> TypedAncestors { [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] 584 | pub fn ancestors(&self) -> TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:639:25 [INFO] [stdout] | [INFO] [stdout] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:969:23 [INFO] [stdout] | [INFO] [stdout] 969 | pub fn components(&self) -> TypedComponents { [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] 969 | pub fn components(&self) -> TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:994:17 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn iter(&self) -> TypedIter { [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] 994 | pub fn iter(&self) -> TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> Utf8TypedPath { [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] 36 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/path.rs:286:25 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn to_path(&self) -> Utf8TypedPath { [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] 124 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn parent(&self) -> Option { [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] 505 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:540:22 [INFO] [stdout] | [INFO] [stdout] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors { [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] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:595:25 [INFO] [stdout] | [INFO] [stdout] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:931:23 [INFO] [stdout] | [INFO] [stdout] 931 | pub fn components(&self) -> Utf8TypedComponents { [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] 931 | pub fn components(&self) -> Utf8TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:956:17 [INFO] [stdout] | [INFO] [stdout] 956 | pub fn iter(&self) -> Utf8TypedIter { [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] 956 | pub fn iter(&self) -> Utf8TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/non_utf8.rs:169:26 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn to_typed_path(&self) -> TypedPath { [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] 169 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8.rs:277:26 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn to_typed_path(&self) -> TypedPath { [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] 277 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn prefix(&self) -> Option { [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] 108 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn prefix_kind(&self) -> Option { [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] 122 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn prefix(&self) -> Option { [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] 85 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn prefix_kind(&self) -> Option { [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] 94 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "9acba42196e9359995f27a709494ec19a75e93c90b26b15bdace0fbb0c4b8e35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9acba42196e9359995f27a709494ec19a75e93c90b26b15bdace0fbb0c4b8e35", kill_on_drop: false }` [INFO] [stdout] 9acba42196e9359995f27a709494ec19a75e93c90b26b15bdace0fbb0c4b8e35 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0ca9f658623d85a6f57584997209f869e312acfabcd6b24b1d41c7855a9a8ba [INFO] running `Command { std: "docker" "start" "-a" "e0ca9f658623d85a6f57584997209f869e312acfabcd6b24b1d41c7855a9a8ba", kill_on_drop: false }` [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:416:9 [INFO] [stdout] | [INFO] [stdout] 416 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:362:22 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn ancestors(&self) -> Ancestors { [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] 362 | pub fn ancestors(&self) -> Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | pub fn iter(&self) -> Iter { [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] 833 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:856:20 [INFO] [stdout] | [INFO] [stdout] 856 | pub fn display(&self) -> Display { [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] 856 | pub fn display(&self) -> Display<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn ancestors(&self) -> Utf8Ancestors { [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] 312 | pub fn ancestors(&self) -> Utf8Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:788:17 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn iter(&self) -> Utf8Iter { [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] 788 | pub fn iter(&self) -> Utf8Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> TypedPath { [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] 36 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/path.rs:333:25 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn to_path(&self) -> TypedPath { [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] 123 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:549:19 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn parent(&self) -> Option { [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] 549 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn ancestors(&self) -> TypedAncestors { [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] 584 | pub fn ancestors(&self) -> TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:639:25 [INFO] [stdout] | [INFO] [stdout] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:969:23 [INFO] [stdout] | [INFO] [stdout] 969 | pub fn components(&self) -> TypedComponents { [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] 969 | pub fn components(&self) -> TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:994:17 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn iter(&self) -> TypedIter { [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] 994 | pub fn iter(&self) -> TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> Utf8TypedPath { [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] 36 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/path.rs:286:25 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn to_path(&self) -> Utf8TypedPath { [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] 124 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn parent(&self) -> Option { [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] 505 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:540:22 [INFO] [stdout] | [INFO] [stdout] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors { [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] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:595:25 [INFO] [stdout] | [INFO] [stdout] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:931:23 [INFO] [stdout] | [INFO] [stdout] 931 | pub fn components(&self) -> Utf8TypedComponents { [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] 931 | pub fn components(&self) -> Utf8TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:956:17 [INFO] [stdout] | [INFO] [stdout] 956 | pub fn iter(&self) -> Utf8TypedIter { [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] 956 | pub fn iter(&self) -> Utf8TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/non_utf8.rs:169:26 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn to_typed_path(&self) -> TypedPath { [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] 169 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8.rs:277:26 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn to_typed_path(&self) -> TypedPath { [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] 277 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn prefix(&self) -> Option { [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] 108 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn prefix_kind(&self) -> Option { [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] 122 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn prefix(&self) -> Option { [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] 85 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn prefix_kind(&self) -> Option { [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] 94 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling typed-path v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stdout] --> src/windows/non_utf8/components/parser.rs:416:9 [INFO] [stdout] | [INFO] [stdout] 416 | #[allow(elided_named_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:362:22 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn ancestors(&self) -> Ancestors { [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] 362 | pub fn ancestors(&self) -> Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | pub fn iter(&self) -> Iter { [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] 833 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/non_utf8/path.rs:856:20 [INFO] [stdout] | [INFO] [stdout] 856 | pub fn display(&self) -> Display { [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] 856 | pub fn display(&self) -> Display<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn ancestors(&self) -> Utf8Ancestors { [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] 312 | pub fn ancestors(&self) -> Utf8Ancestors<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/utf8/path.rs:788:17 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn iter(&self) -> Utf8Iter { [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] 788 | pub fn iter(&self) -> Utf8Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> TypedPath { [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] 36 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/path.rs:333:25 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn to_path(&self) -> TypedPath { [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] 123 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:549:19 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn parent(&self) -> Option { [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] 549 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn ancestors(&self) -> TypedAncestors { [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] 584 | pub fn ancestors(&self) -> TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:639:25 [INFO] [stdout] | [INFO] [stdout] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:969:23 [INFO] [stdout] | [INFO] [stdout] 969 | pub fn components(&self) -> TypedComponents { [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] 969 | pub fn components(&self) -> TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/non_utf8/pathbuf.rs:994:17 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn iter(&self) -> TypedIter { [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] 994 | pub fn iter(&self) -> TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/iter.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn to_path(&self) -> Utf8TypedPath { [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] 36 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/path.rs:286:25 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn to_path(&self) -> Utf8TypedPath { [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] 124 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn parent(&self) -> Option { [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] 505 | pub fn parent(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:540:22 [INFO] [stdout] | [INFO] [stdout] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors { [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] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:595:25 [INFO] [stdout] | [INFO] [stdout] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:931:23 [INFO] [stdout] | [INFO] [stdout] 931 | pub fn components(&self) -> Utf8TypedComponents { [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] 931 | pub fn components(&self) -> Utf8TypedComponents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/typed/utf8/pathbuf.rs:956:17 [INFO] [stdout] | [INFO] [stdout] 956 | pub fn iter(&self) -> Utf8TypedIter { [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] 956 | pub fn iter(&self) -> Utf8TypedIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/non_utf8.rs:169:26 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn to_typed_path(&self) -> TypedPath { [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] 169 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unix/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8.rs:277:26 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn to_typed_path(&self) -> TypedPath { [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] 277 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn prefix(&self) -> Option { [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] 108 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn prefix_kind(&self) -> Option { [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] 122 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/non_utf8/components/component.rs:434:41 [INFO] [stdout] | [INFO] [stdout] 434 | fn make_windows_prefix_component(s: &str) -> WindowsComponent { [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] 434 | fn make_windows_prefix_component(s: &str) -> WindowsComponent<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn prefix(&self) -> Option { [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] 85 | pub fn prefix(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/windows/utf8/components.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn prefix_kind(&self) -> Option { [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] 94 | pub fn prefix_kind(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.72s [INFO] running `Command { std: "docker" "inspect" "e0ca9f658623d85a6f57584997209f869e312acfabcd6b24b1d41c7855a9a8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0ca9f658623d85a6f57584997209f869e312acfabcd6b24b1d41c7855a9a8ba", kill_on_drop: false }` [INFO] [stdout] e0ca9f658623d85a6f57584997209f869e312acfabcd6b24b1d41c7855a9a8ba [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9e92cd1b90809391b3d2b276a9aa1d3fb3199191e5e800e698661f152a7515f5 [INFO] running `Command { std: "docker" "start" "-a" "9e92cd1b90809391b3d2b276a9aa1d3fb3199191e5e800e698661f152a7515f5", kill_on_drop: false }` [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/windows/non_utf8/components/parser.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/windows/non_utf8/components/parser.rs:416:9 [INFO] [stderr] | [INFO] [stderr] 416 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common/non_utf8/path.rs:362:22 [INFO] [stderr] | [INFO] [stderr] 362 | pub fn ancestors(&self) -> Ancestors { [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] 362 | pub fn ancestors(&self) -> Ancestors<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common/non_utf8/path.rs:833:17 [INFO] [stderr] | [INFO] [stderr] 833 | pub fn iter(&self) -> Iter { [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] 833 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common/non_utf8/path.rs:856:20 [INFO] [stderr] | [INFO] [stderr] 856 | pub fn display(&self) -> Display { [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] 856 | pub fn display(&self) -> Display<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common/utf8/path.rs:312:22 [INFO] [stderr] | [INFO] [stderr] 312 | pub fn ancestors(&self) -> Utf8Ancestors { [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] 312 | pub fn ancestors(&self) -> Utf8Ancestors<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common/utf8/path.rs:788:17 [INFO] [stderr] | [INFO] [stderr] 788 | pub fn iter(&self) -> Utf8Iter { [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] 788 | pub fn iter(&self) -> Utf8Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/iter.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn to_path(&self) -> TypedPath { [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] 36 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/path.rs:333:25 [INFO] [stderr] | [INFO] [stderr] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 333 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:123:20 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn to_path(&self) -> TypedPath { [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] 123 | pub fn to_path(&self) -> TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:549:19 [INFO] [stderr] | [INFO] [stderr] 549 | pub fn parent(&self) -> Option { [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] 549 | pub fn parent(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:584:22 [INFO] [stderr] | [INFO] [stderr] 584 | pub fn ancestors(&self) -> TypedAncestors { [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] 584 | pub fn ancestors(&self) -> TypedAncestors<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:639:25 [INFO] [stderr] | [INFO] [stderr] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^ 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] 639 | pub fn strip_prefix(&self, base: impl AsRef<[u8]>) -> Result, StripPrefixError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:969:23 [INFO] [stderr] | [INFO] [stderr] 969 | pub fn components(&self) -> TypedComponents { [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] 969 | pub fn components(&self) -> TypedComponents<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/non_utf8/pathbuf.rs:994:17 [INFO] [stderr] | [INFO] [stderr] 994 | pub fn iter(&self) -> TypedIter { [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] 994 | pub fn iter(&self) -> TypedIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/iter.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn to_path(&self) -> Utf8TypedPath { [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] 36 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/path.rs:286:25 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 286 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn to_path(&self) -> Utf8TypedPath { [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] 124 | pub fn to_path(&self) -> Utf8TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:505:19 [INFO] [stderr] | [INFO] [stderr] 505 | pub fn parent(&self) -> Option { [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] 505 | pub fn parent(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:540:22 [INFO] [stderr] | [INFO] [stderr] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors { [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] 540 | pub fn ancestors(&self) -> Utf8TypedAncestors<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:595:25 [INFO] [stderr] | [INFO] [stderr] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ 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] 595 | pub fn strip_prefix(&self, base: impl AsRef) -> Result, StripPrefixError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:931:23 [INFO] [stderr] | [INFO] [stderr] 931 | pub fn components(&self) -> Utf8TypedComponents { [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] 931 | pub fn components(&self) -> Utf8TypedComponents<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/typed/utf8/pathbuf.rs:956:17 [INFO] [stderr] | [INFO] [stderr] 956 | pub fn iter(&self) -> Utf8TypedIter { [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] 956 | pub fn iter(&self) -> Utf8TypedIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/unix/non_utf8.rs:169:26 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn to_typed_path(&self) -> TypedPath { [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] 169 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/unix/utf8.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/non_utf8.rs:277:26 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn to_typed_path(&self) -> TypedPath { [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] 277 | pub fn to_typed_path(&self) -> TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/non_utf8/components.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | pub fn prefix(&self) -> Option { [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] 108 | pub fn prefix(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/non_utf8/components.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn prefix_kind(&self) -> Option { [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] 122 | pub fn prefix_kind(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/utf8.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath { [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] 100 | pub fn to_typed_path(&self) -> Utf8TypedPath<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/utf8/components.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn prefix(&self) -> Option { [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] 85 | pub fn prefix(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/utf8/components.rs:94:24 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn prefix_kind(&self) -> Option { [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] 94 | pub fn prefix_kind(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `typed-path` (lib) generated 31 warnings (run `cargo fix --lib -p typed-path` to apply 31 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/windows/non_utf8/components/component.rs:434:41 [INFO] [stderr] | [INFO] [stderr] 434 | fn make_windows_prefix_component(s: &str) -> WindowsComponent { [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] 434 | fn make_windows_prefix_component(s: &str) -> WindowsComponent<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `typed-path` (lib test) generated 32 warnings (31 duplicates) (run `cargo fix --lib -p typed-path --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/typed_path-241a83486aca4118) [INFO] [stdout] [INFO] [stdout] running 165 tests [INFO] [stdout] test common::non_utf8::parser::tests::parsers::byte::should_fail_if_input_is_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::byte::should_fail_if_next_byte_does_not_match ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::byte::should_succeed_if_next_byte_matches ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::bytes::should_fail_if_bytes_do_not_match_start_of_input ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::bytes::should_succeed_if_bytes_match_start_of_input ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::consumed_cnt::should_fail_if_child_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::empty::should_fail_if_input_not_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::empty::should_succeed_if_input_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::bytes::should_fail_if_input_is_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::fully_consumed::should_fail_if_child_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::map::should_fail_if_child_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::maybe::should_return_none_if_wrapped_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::maybe::should_return_some_value_if_wrapped_parser_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::not::should_fail_when_child_parser_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::one_or_more::should_fail_if_child_parser_never_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::fully_consumed::should_succeed_if_child_parser_fully_consumed_input ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::one_or_more::should_succeed_if_child_parser_succeeds_at_multiple_times ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::map::should_transform_child_parser_result ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::peek::should_fail_when_child_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::peek::should_succeed_but_not_advance_input_when_child_parser_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::not::should_succeed_when_child_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::prefixed::should_fail_if_main_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::rtake_util_byte::should_succeed_fail_if_input_is_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::rtake_util_byte::should_succeed_if_nothing_consumed_because_matched_immediately ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::consumed_cnt::should_succeed_if_child_parser_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::prefixed::should_fail_if_prefix_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::one_or_more::should_succeed_if_child_parser_succeeds_at_least_once ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::prefixed::should_return_value_of_main_parser_when_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::suffixed::should_fail_if_suffixed_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::rtake_util_byte::should_consume_from_back_completely_if_predicate_never_matches ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::suffixed::should_fail_if_main_parser_fails ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::suffixed::should_return_value_of_main_parser_when_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::fully_consumed::should_fail_if_child_parser_did_not_fully_consume_input ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take::should_consume_cnt_bytes ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::rtake_util_byte::should_consume_from_back_until_predicate_matches ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take_util_byte::should_consume_until_predicate_matches ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take::should_fail_if_not_enough_bytes ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take_util_byte::should_succeed_fail_if_input_is_empty ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take::should_fail_if_takes_nothing ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take_util_byte::should_succeed_if_nothing_consumed_because_matched_immediately ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take_util_byte::should_consume_completely_if_predicate_never_matches ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::zero_or_more::should_succeed_if_child_parser_never_succeeds ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::take::should_support_taking_exactly_enough_bytes_as_input ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::zero_or_more::should_succeed_if_child_parser_succeeds_at_least_once ... ok [INFO] [stdout] test common::non_utf8::parser::tests::parsers::zero_or_more::should_succeed_if_child_parser_succeeds_at_multiple_times ... ok [INFO] [stdout] test native::non_utf8::tests::native_path_buf_should_be_cloneable ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_move_back_to_next ... ok [INFO] [stdout] test native::utf8::tests::utf8_native_path_buf_should_be_cloneable ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_cur_dir ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_move_front_to_next ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_parent_dir ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_normal ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_separator ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::helpers::validate_root_dir ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_normalizing_current_directories_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_normalizing_current_directories_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_from_multiple_components_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_from_multiple_components_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_just_root_directory_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_parent_directories_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_just_root_directory_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_relative_directory_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_relative_directory_starting_with_current_directory_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_relative_directory_starting_with_current_directory_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_parent_directories_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_root_directory_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_root_directory_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_relative_directory_from_front ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_zero_or_more_trailing_separators_from_back ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_zero_or_more_trailing_separators_from_front ... ok [INFO] [stdout] test unix::non_utf8::tests::push_checked_should_fail_if_providing_a_path_with_disallowed_filename_bytes ... ok [INFO] [stdout] test unix::non_utf8::tests::push_checked_should_fail_if_providing_an_absolute_path ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_trailing_current_directory_from_front ... ok [INFO] [stdout] test unix::non_utf8::tests::push_checked_should_append_path_to_current_path_with_a_separator_if_does_not_violate_rules ... ok [INFO] [stdout] test unix::non_utf8::tests::push_should_append_path_to_current_path_with_a_separator_if_provided_path_is_relative ... ok [INFO] [stdout] test unix::utf8::tests::push_checked_should_append_path_to_current_path_with_a_separator_if_does_not_violate_rules ... ok [INFO] [stdout] test unix::utf8::tests::push_checked_should_fail_if_providing_a_path_that_would_escape_the_current_path ... ok [INFO] [stdout] test unix::utf8::tests::push_checked_should_fail_if_providing_an_absolute_path ... ok [INFO] [stdout] test unix::non_utf8::tests::push_should_replace_current_path_with_provided_path_if_provided_path_is_absolute ... ok [INFO] [stdout] test unix::utf8::tests::push_checked_should_fail_if_providing_a_path_with_disallowed_filename_characters ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_single_component_from_back ... ok [INFO] [stdout] test unix::utf8::tests::push_should_append_path_to_current_path_with_a_separator_if_provided_path_is_relative ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_parsing_single_component_from_front ... ok [INFO] [stdout] test unix::utf8::tests::push_should_replace_current_path_with_provided_path_if_provided_path_is_absolute ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_cur_dir_normalized ... ok [INFO] [stdout] test unix::non_utf8::components::parser::tests::should_support_trailing_current_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_back_to_next_non_normalized_for_alternate_separator ... ok [INFO] [stdout] test windows::non_utf8::components::component::tests::try_from_windows_component_to_std_component_should_fail_for_prefix_on_non_windows ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_back_to_next_non_normalized_for_primary_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_back_to_next_normalized_for_alternate_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_back_to_next_normalized_for_primary_separator ... ok [INFO] [stdout] test unix::non_utf8::tests::push_checked_should_fail_if_providing_a_path_that_would_escape_the_current_path ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_front_to_next_non_normalized_for_alternate_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_cur_dir_non_normalized ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_front_to_next_non_normalized_for_primary_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_component ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_front_to_next_normalized_for_alternate_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_move_front_to_next_normalized_for_primary_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_normal ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_parent_dir_non_normalized ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_parent_dir_normalized ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_device_ns ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_disk ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_verbatim ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_verbatim_disk ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_unc ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix_verbatim_unc ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_root_dir ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::stdlib::validate_rust_variation_1 ... ignored [INFO] [stdout] test windows::non_utf8::components::parser::tests::stdlib::validate_rust_variation_2 ... ignored [INFO] [stdout] test windows::non_utf8::components::parser::tests::stdlib::validate_rust_variation_3 ... ignored [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_separator ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::should_support_parsing_from_multiple_components_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::stdlib::validate_rust_variation_4 ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::should_support_parsing_single_component_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_normalizing_current_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::helpers::validate_prefix ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_normalizing_current_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::stdlib::validate_arbitrary_rules_to_match_std_lib ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_parsing_just_root_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_relative_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_relative_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_relative_directory_starting_with_current_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_root_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_parsing_parent_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_parsing_parent_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_relative_directory_starting_with_current_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_parsing_just_root_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_root_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_trailing_current_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_zero_or_more_trailing_separators_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_trailing_current_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_alternate_separator::should_support_zero_or_more_trailing_separators_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_disk_prefix_retaining_current_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_prefix_retaining_current_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_disk_prefix_retaining_current_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_prefix_retaining_current_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_normalizing_current_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_unc_prefix_retaining_current_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_normalizing_current_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_parsing_just_root_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_no_normalization::should_support_verbatim_unc_prefix_retaining_current_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_parsing_parent_directories_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_relative_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_parsing_just_root_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_parsing_parent_directories_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_root_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_root_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_relative_directory_starting_with_current_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_relative_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_trailing_current_directory_from_back ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_relative_directory_starting_with_current_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::tests::push_checked_should_fail_if_providing_a_path_with_an_embedded_prefix ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_trailing_current_directory_from_front ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_zero_or_more_trailing_separators_from_front ... ok [INFO] [stderr] Doc-tests typed_path [INFO] [stdout] test windows::non_utf8::tests::push_checked_should_fail_if_providing_a_path_with_disallowed_filename_bytes ... ok [INFO] [stdout] test windows::non_utf8::components::parser::tests::with_primary_separator::should_support_zero_or_more_trailing_separators_from_back ... ok [INFO] [stdout] test windows::utf8::tests::push_checked_should_append_path_to_current_path_with_a_separator_if_does_not_violate_rules ... ok [INFO] [stdout] test windows::non_utf8::tests::push_checked_should_fail_if_providing_an_absolute_path ... ok [INFO] [stdout] test windows::utf8::tests::push_checked_should_fail_if_providing_a_path_with_disallowed_filename_bytes ... ok [INFO] [stdout] test windows::non_utf8::tests::push_checked_should_fail_if_providing_a_path_that_would_escape_the_current_path ... ok [INFO] [stdout] test windows::utf8::tests::push_checked_should_fail_if_providing_an_absolute_path ... ok [INFO] [stdout] test windows::utf8::tests::push_checked_should_fail_if_providing_a_path_with_an_embedded_prefix ... ok [INFO] [stdout] test windows::non_utf8::tests::push_checked_should_append_path_to_current_path_with_a_separator_if_does_not_violate_rules ... ok [INFO] [stdout] test windows::utf8::tests::push_checked_should_fail_if_providing_a_path_that_would_escape_the_current_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 162 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/windows/non_utf8/components/parser.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes` [INFO] [stderr] --> src/windows/non_utf8/components/parser.rs:416:9 [INFO] [stderr] | [INFO] [stderr] 416 | #[allow(elided_named_lifetimes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 366 tests [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path (line 52) ... ok [INFO] [stdout] test src/common/non_utf8/iter.rs - common::non_utf8::iter::Ancestors (line 133) ... ok [INFO] [stdout] test src/common/non_utf8/components/component.rs - common::non_utf8::components::component::Component::is_valid (line 72) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::components (line 795) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path (line 66) ... ok [INFO] [stdout] test src/common/non_utf8/iter.rs - common::non_utf8::iter::Iter<'a,T>::as_path (line 37) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::ends_with (line 482) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::absolutize (line 640) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::as_bytes (line 135) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::extension (line 546) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::display (line 847) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path (line 30) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::file_name (line 375) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::ancestors (line 341) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::has_root (line 290) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::fmt (line 1122) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::file_stem (line 519) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::is_relative (line 244) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::is_valid (line 263) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::is_absolute (line 226) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::iter (line 821) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::join_checked (line 697) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::join (line 671) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::normalize (line 580) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::new (line 118) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::new (line 97) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::new (line 106) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::parent (line 307) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::normalize (line 593) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::starts_with (line 448) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::to_string_lossy (line 179) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::normalize (line 567) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::with_encoding_checked (line 945) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::to_path_buf (line 198) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::strip_prefix (line 410) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::to_str (line 156) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::with_encoding (line 872) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::with_file_name (line 725) ... ok [INFO] [stdout] test src/common/non_utf8/path/display.rs - common::non_utf8::path::display::Display (line 16) ... ok [INFO] [stdout] test src/common/non_utf8/path.rs - common::non_utf8::path::Path::with_extension (line 752) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::as_path (line 124) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::new (line 80) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf (line 54) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::pop (line 244) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf (line 45) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::into_vec (line 365) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf (line 29) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::set_extension (line 316) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::push_checked (line 192) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::push (line 155) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::set_file_name (line 279) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::push_checked (line 221) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::try_from (line 730) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::push (line 166) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::std::path::PathBuf::try_from (line 702) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::with_capacity (line 98) ... ok [INFO] [stdout] test src/common/utf8/components/component.rs - common::utf8::components::component::Utf8Component::is_valid (line 72) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path (line 50) ... ok [INFO] [stdout] test src/common/utf8/iter.rs - common::utf8::iter::Utf8Ancestors (line 143) ... ok [INFO] [stdout] test src/common/non_utf8/pathbuf.rs - common::non_utf8::pathbuf::PathBuf::push_checked (line 206) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path (line 28) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::as_str (line 133) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path (line 64) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::components (line 750) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::absolutize (line 590) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::file_stem (line 469) ... ok [INFO] [stdout] test src/common/utf8/iter.rs - common::utf8::iter::Utf8Iter<'a,T>::as_path (line 37) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::file_name (line 325) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::extension (line 496) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::from_bytes_path_unchecked (line 985) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::ends_with (line 432) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::as_bytes_path (line 1005) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::has_root (line 240) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::from_bytes_path (line 958) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::is_absolute (line 176) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::ancestors (line 291) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::is_valid (line 213) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::fmt (line 1109) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::is_relative (line 194) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::join_checked (line 649) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::iter (line 776) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::join (line 621) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::normalize (line 530) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::new (line 104) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::new (line 116) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::parent (line 257) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::normalize (line 517) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::new (line 95) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::starts_with (line 398) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::strip_prefix (line 360) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf (line 30) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::to_path_buf (line 148) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::with_encoding_checked (line 877) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf (line 59) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::as_path (line 129) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::with_encoding (line 804) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::with_file_name (line 680) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::into_bytes_path_buf (line 516) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::from_bytes_path_buf (line 462) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::normalize (line 543) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf (line 46) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::into_string (line 370) ... ok [INFO] [stdout] test src/common/utf8/path.rs - common::utf8::path::Utf8Path::with_extension (line 707) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::from_bytes_path_buf_unchecked (line 493) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::new (line 85) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::push (line 160) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::push_checked (line 226) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::set_file_name (line 284) ... ok [INFO] [stdout] test src/lib.rs - (line 104) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::set_extension (line 321) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::pop (line 249) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::push (line 171) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::push_checked (line 197) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::push_checked (line 211) ... ok [INFO] [stdout] test src/common/utf8/pathbuf.rs - common::utf8::pathbuf::Utf8PathBuf::with_capacity (line 103) ... ok [INFO] [stdout] test src/lib.rs - (line 196) ... ok [INFO] [stdout] test src/lib.rs - (line 254) ... ok [INFO] [stdout] test src/lib.rs - (line 288) ... ok [INFO] [stdout] test src/lib.rs - (line 221) ... ok [INFO] [stdout] test src/lib.rs - (line 173) ... ok [INFO] [stdout] test src/lib.rs - (line 308) ... ok [INFO] [stdout] test src/lib.rs - (line 127) ... ok [INFO] [stdout] test src/lib.rs - (line 79) ... ok [INFO] [stdout] test src/lib.rs - (line 241) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 176) ... ok [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 107) ... ok [INFO] [stdout] test src/lib.rs - (line 328) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 130) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 199) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 257) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 291) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 224) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 244) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 52) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 82) ... ok [INFO] [stdout] test src/platform.rs - platform::non_utf8::Path::has_platform_encoding (line 120) ... ok [INFO] [stdout] test src/platform.rs - platform::non_utf8::PlatformEncoding (line 62) ... ok [INFO] [stdout] test src/platform.rs - platform::non_utf8::PlatformPathBuf (line 38) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 311) ... ok [INFO] [stdout] test src/platform.rs - platform::non_utf8::PlatformPath (line 18) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 331) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8PlatformPathBuf (line 189) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::StdPathBuf::from (line 344) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8PlatformPath::as_ref (line 308) ... ok [INFO] [stdout] test src/typed/non_utf8/components.rs - typed::non_utf8::components::TypedComponents<'a>::to_path (line 22) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8PlatformEncoding (line 214) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8PlatformPath (line 169) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8Path::has_platform_encoding (line 272) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::as_bytes (line 26) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::is_current (line 123) ... ok [INFO] [stdout] test src/platform.rs - platform::utf8::Utf8PlatformPathBuf::as_ref (line 326) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::as_normal_bytes (line 83) ... ok [INFO] [stdout] test src/typed/non_utf8/iter.rs - typed::non_utf8::iter::TypedIter<'_>::to_path (line 27) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::is_parent (line 105) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::is_normal (line 65) ... ok [INFO] [stdout] test src/typed/non_utf8/iter.rs - typed::non_utf8::iter::TypedAncestors (line 103) ... ok [INFO] [stdout] test src/typed/non_utf8/components/component.rs - typed::non_utf8::components::component::TypedComponent<'a>::is_root (line 47) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::display (line 729) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::absolutize (line 522) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::components (line 673) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::derive (line 49) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::ancestors (line 249) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::extension (line 447) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::as_bytes (line 75) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::file_name (line 284) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::ends_with (line 391) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::is_relative (line 179) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::is_absolute (line 162) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::join_checked (line 587) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::iter (line 701) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::has_root (line 205) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::normalize (line 466) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::join (line 556) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::normalize (line 478) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::starts_with (line 355) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::normalize (line 491) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::to_path_buf (line 135) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::parent (line 221) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::to_str (line 95) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::with_file_name (line 613) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::strip_prefix (line 316) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::file_stem (line 423) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::with_extension (line 635) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::components (line 956) ... ok [INFO] [stdout] test src/typed/non_utf8/path.rs - typed::non_utf8::path::TypedPath<'a>::to_string_lossy (line 117) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::as_bytes (line 409) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::extension (line 747) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::absolutize (line 818) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::file_name (line 597) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::ancestors (line 563) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::ends_with (line 694) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::file_stem (line 723) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::from (line 1021) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::from_windows (line 114) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::into_vec (line 326) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::from_unix (line 102) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::is_absolute (line 479) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::is_relative (line 496) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::has_root (line 522) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::normalize (line 778) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::iter (line 982) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::join (line 849) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::new (line 73) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::normalize (line 766) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::join_checked (line 877) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::normalize (line 790) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::parent (line 538) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::push (line 166) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::push (line 156) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::pop (line 251) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::push_checked (line 201) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::push_checked (line 226) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::push_checked (line 212) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::to_str (line 429) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::set_file_name (line 279) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::starts_with (line 661) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::to_string_lossy (line 451) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::set_extension (line 307) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::with_file_name (line 902) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::with_extension (line 921) ... ok [INFO] [stdout] test src/typed/non_utf8/pathbuf.rs - typed::non_utf8::pathbuf::TypedPathBuf::strip_prefix (line 622) ... ok [INFO] [stdout] test src/typed/utf8/components.rs - typed::utf8::components::Utf8TypedComponents<'a>::to_path (line 22) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::is_current (line 125) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::as_normal_str (line 85) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::as_str (line 28) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::is_normal (line 67) ... ok [INFO] [stdout] test src/typed/utf8/iter.rs - typed::utf8::iter::Utf8TypedIter<'_>::to_path (line 27) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::is_parent (line 107) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::absolutize (line 476) ... ok [INFO] [stdout] test src/typed/utf8/iter.rs - typed::utf8::iter::Utf8TypedAncestors (line 110) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::ancestors (line 202) ... ok [INFO] [stdout] test src/typed/utf8/components/component.rs - typed::utf8::components::component::Utf8TypedComponent<'a>::is_root (line 49) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::file_name (line 237) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::extension (line 402) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::as_str (line 74) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::components (line 632) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::derive (line 48) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::ends_with (line 346) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::is_absolute (line 115) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::file_stem (line 378) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::has_root (line 158) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::is_relative (line 132) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::join (line 510) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::join_checked (line 541) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::normalize (line 420) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::normalize (line 432) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::iter (line 660) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::parent (line 174) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::absolutize (line 775) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::with_extension (line 594) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::strip_prefix (line 269) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::ancestors (line 519) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::as_str (line 411) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::normalize (line 445) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::to_path_buf (line 88) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::starts_with (line 310) ... ok [INFO] [stdout] test src/typed/utf8/path.rs - typed::utf8::path::Utf8TypedPath<'a>::with_file_name (line 572) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::from (line 992) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::components (line 918) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::extension (line 705) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::file_stem (line 681) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::from_windows (line 115) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::file_name (line 553) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::from_unix (line 103) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::has_root (line 478) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::into_string (line 327) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::ends_with (line 652) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::join (line 808) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::join_checked (line 836) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::new (line 74) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::iter (line 944) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::is_relative (line 452) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::is_absolute (line 435) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::normalize (line 735) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::pop (line 252) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::normalize (line 723) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::normalize (line 747) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::parent (line 494) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::push (line 157) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::push_checked (line 227) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::set_extension (line 308) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::push_checked (line 213) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::push_checked (line 202) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::set_file_name (line 280) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::strip_prefix (line 578) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::push (line 167) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::starts_with (line 619) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::with_extension (line 883) ... ok [INFO] [stdout] test src/unix/non_utf8/components.rs - unix::non_utf8::components::UnixComponents<'a>::as_path (line 27) ... ok [INFO] [stdout] test src/typed/utf8/pathbuf.rs - typed::utf8::pathbuf::Utf8TypedPathBuf::with_file_name (line 864) ... ok [INFO] [stdout] test src/unix/non_utf8.rs - unix::non_utf8::Path::has_unix_encoding (line 142) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::is_current (line 111) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::is_normal (line 75) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::is_valid (line 132) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::is_parent (line 93) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::as_bytes (line 31) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::current (line 182) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::is_root (line 57) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::root (line 156) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::parent (line 169) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::try_from (line 306) ... ok [INFO] [stdout] test src/unix/utf8.rs - unix::utf8::Utf8Path::has_unix_encoding (line 71) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::std::path::Component<'a>::try_from (line 267) ... ok [INFO] [stdout] test src/unix/utf8/components.rs - unix::utf8::components::Utf8UnixComponents<'a>::as_path (line 26) ... ok [INFO] [stdout] test src/unix/non_utf8/components/component.rs - unix::non_utf8::components::component::UnixComponent<'a>::try_from (line 216) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::from_utf8 (line 32) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::is_current (line 194) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::current (line 265) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::is_parent (line 176) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::as_str (line 120) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::parent (line 252) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::from_utf8_unchecked (line 81) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::from_utf8 (line 46) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::is_valid (line 215) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::is_normal (line 158) ... ok [INFO] [stdout] test src/utils.rs - utils::temp_dir (line 132) ... ok [INFO] [stdout] test src/utils.rs - utils::current_exe (line 78) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::is_root (line 140) ... ok [INFO] [stdout] test src/utils.rs - utils::utf8_current_dir (line 52) ... ok [INFO] [stdout] test src/utils.rs - utils::utf8_current_exe (line 107) ... ok [INFO] [stdout] test src/utils.rs - utils::current_dir (line 21) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::try_from (line 321) ... ok [INFO] [stdout] test src/unix/utf8/components/component.rs - unix::utf8::components::component::Utf8UnixComponent<'a>::root (line 239) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::as_bytes (line 65) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::is_current (line 160) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::current (line 233) ... ok [INFO] [stdout] test src/windows/non_utf8/components.rs - windows::non_utf8::components::WindowsComponents<'a>::as_path (line 28) ... ok [INFO] [stdout] test src/utils.rs - utils::utf8_temp_dir (line 158) ... ok [INFO] [stdout] test src/windows/non_utf8.rs - windows::non_utf8::Path::has_windows_encoding (line 248) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::is_normal (line 124) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::is_valid (line 181) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::is_root (line 96) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::parent (line 220) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::try_from (line 267) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::is_parent (line 142) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::root (line 207) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::std::path::Component<'a>::try_from (line 322) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefix<'_>::len (line 293) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefix<'_>::is_verbatim (line 335) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefixComponent (line 24) ... ok [INFO] [stdout] test src/windows/utf8.rs - windows::utf8::Utf8Path::has_windows_encoding (line 71) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component.rs - windows::non_utf8::components::component::WindowsComponent<'a>::try_from (line 385) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefixComponent<'a>::as_bytes (line 70) ... ok [INFO] [stdout] test src/windows/utf8/components.rs - windows::utf8::components::Utf8WindowsComponents<'a>::as_path (line 27) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::as_str (line 153) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefix (line 208) ... ok [INFO] [stdout] test src/windows/non_utf8/components/component/prefix.rs - windows::non_utf8::components::component::prefix::WindowsPrefixComponent<'a>::try_from (line 110) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::is_normal (line 205) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::from_utf8 (line 47) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::from_utf8 (line 61) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::is_parent (line 223) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::from_utf8_unchecked (line 97) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::is_root (line 177) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::current (line 314) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefix<'a>::is_verbatim (line 338) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::parent (line 301) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::root (line 288) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::try_from (line 361) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::is_valid (line 262) ... ok [INFO] [stdout] test src/windows/utf8/components/component.rs - windows::utf8::components::component::Utf8WindowsComponent<'a>::is_current (line 241) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefix<'a>::len (line 296) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefixComponent (line 25) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefix (line 227) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefixComponent<'a>::as_str (line 71) ... ok [INFO] [stdout] test src/windows/utf8/components/component/prefix.rs - windows::utf8::components::component::prefix::Utf8WindowsPrefixComponent<'a>::try_from (line 145) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 366 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9e92cd1b90809391b3d2b276a9aa1d3fb3199191e5e800e698661f152a7515f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e92cd1b90809391b3d2b276a9aa1d3fb3199191e5e800e698661f152a7515f5", kill_on_drop: false }` [INFO] [stdout] 9e92cd1b90809391b3d2b276a9aa1d3fb3199191e5e800e698661f152a7515f5