[INFO] fetching crate uriparse 0.6.4... [INFO] testing uriparse-0.6.4 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate uriparse 0.6.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate uriparse 0.6.4 [INFO] finished tweaking crates.io crate uriparse 0.6.4 [INFO] tweaked toml for crates.io crate uriparse 0.6.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate uriparse 0.6.4 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 61 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.2.11 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 68b067816f03058e216188fbd8ede69aa710302fe7f6a73ebaabe8d31c22edaf [INFO] running `Command { std: "docker" "start" "-a" "68b067816f03058e216188fbd8ede69aa710302fe7f6a73ebaabe8d31c22edaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68b067816f03058e216188fbd8ede69aa710302fe7f6a73ebaabe8d31c22edaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68b067816f03058e216188fbd8ede69aa710302fe7f6a73ebaabe8d31c22edaf", kill_on_drop: false }` [INFO] [stdout] 68b067816f03058e216188fbd8ede69aa710302fe7f6a73ebaabe8d31c22edaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f30eb4b441ef29076b3403c924f1c509dc711e6280c8fa5db2382b692124e3b0 [INFO] running `Command { std: "docker" "start" "-a" "f30eb4b441ef29076b3403c924f1c509dc711e6280c8fa5db2382b692124e3b0", kill_on_drop: false }` [INFO] [stderr] Compiling uriparse v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn as_borrowed(&self) -> Authority { [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] 133 | pub fn as_borrowed(&self) -> Authority<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | pub fn as_borrowed(&self) -> Host { [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] 789 | pub fn as_borrowed(&self) -> Host<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1081:24 [INFO] [stdout] | [INFO] [stdout] 1081 | pub fn as_borrowed(&self) -> Password { [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] 1081 | pub fn as_borrowed(&self) -> Password<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1327:24 [INFO] [stdout] | [INFO] [stdout] 1327 | pub fn as_borrowed(&self) -> RegisteredName { [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] 1327 | pub fn as_borrowed(&self) -> RegisteredName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1571:24 [INFO] [stdout] | [INFO] [stdout] 1571 | pub fn as_borrowed(&self) -> Username { [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] 1571 | pub fn as_borrowed(&self) -> Username<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2175:38 [INFO] [stdout] | [INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2248:27 [INFO] [stdout] | [INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option), UserInfoError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option>), UserInfoError> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fragment.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn as_borrowed(&self) -> Fragment { [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] 62 | pub fn as_borrowed(&self) -> Fragment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:563:24 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn to_borrowed(&self) -> Path { [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] 563 | pub fn to_borrowed(&self) -> Path<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:737:24 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn as_borrowed(&self) -> Segment { [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] 737 | pub fn as_borrowed(&self) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:1094:33 [INFO] [stdout] | [INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> { [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn as_borrowed(&self) -> Query { [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] 66 | pub fn as_borrowed(&self) -> Query<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:319:34 [INFO] [stdout] | [INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/relative_reference.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | pub fn to_borrowed(&self) -> RelativeReference { [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] 720 | pub fn to_borrowed(&self) -> RelativeReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:399:24 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme { [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] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:176:43 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> { [INFO] [stdout] | ^^^^^ ^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | pub fn to_borrowed(&self) -> URI { [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] 869 | pub fn to_borrowed(&self) -> URI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri_reference.rs:1041:24 [INFO] [stdout] | [INFO] [stdout] 1041 | pub fn to_borrowed(&self) -> URIReference { [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] 1041 | pub fn to_borrowed(&self) -> URIReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `Command { std: "docker" "inspect" "f30eb4b441ef29076b3403c924f1c509dc711e6280c8fa5db2382b692124e3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f30eb4b441ef29076b3403c924f1c509dc711e6280c8fa5db2382b692124e3b0", kill_on_drop: false }` [INFO] [stdout] f30eb4b441ef29076b3403c924f1c509dc711e6280c8fa5db2382b692124e3b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c89c400bca61a71fb6cc22e1b56eba734c09e81a7630e49122ea19067df8bf9 [INFO] running `Command { std: "docker" "start" "-a" "8c89c400bca61a71fb6cc22e1b56eba734c09e81a7630e49122ea19067df8bf9", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn as_borrowed(&self) -> Authority { [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] 133 | pub fn as_borrowed(&self) -> Authority<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | pub fn as_borrowed(&self) -> Host { [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] 789 | pub fn as_borrowed(&self) -> Host<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1081:24 [INFO] [stdout] | [INFO] [stdout] 1081 | pub fn as_borrowed(&self) -> Password { [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] 1081 | pub fn as_borrowed(&self) -> Password<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1327:24 [INFO] [stdout] | [INFO] [stdout] 1327 | pub fn as_borrowed(&self) -> RegisteredName { [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] 1327 | pub fn as_borrowed(&self) -> RegisteredName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1571:24 [INFO] [stdout] | [INFO] [stdout] 1571 | pub fn as_borrowed(&self) -> Username { [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] 1571 | pub fn as_borrowed(&self) -> Username<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2175:38 [INFO] [stdout] | [INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2248:27 [INFO] [stdout] | [INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option), UserInfoError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option>), UserInfoError> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fragment.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn as_borrowed(&self) -> Fragment { [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] 62 | pub fn as_borrowed(&self) -> Fragment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:563:24 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn to_borrowed(&self) -> Path { [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] 563 | pub fn to_borrowed(&self) -> Path<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:737:24 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn as_borrowed(&self) -> Segment { [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] 737 | pub fn as_borrowed(&self) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:1094:33 [INFO] [stdout] | [INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> { [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn as_borrowed(&self) -> Query { [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] 66 | pub fn as_borrowed(&self) -> Query<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:319:34 [INFO] [stdout] | [INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/relative_reference.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | pub fn to_borrowed(&self) -> RelativeReference { [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] 720 | pub fn to_borrowed(&self) -> RelativeReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:399:24 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme { [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] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:176:43 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> { [INFO] [stdout] | ^^^^^ ^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | pub fn to_borrowed(&self) -> URI { [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] 869 | pub fn to_borrowed(&self) -> URI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri_reference.rs:1041:24 [INFO] [stdout] | [INFO] [stdout] 1041 | pub fn to_borrowed(&self) -> URIReference { [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] 1041 | pub fn to_borrowed(&self) -> URIReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling uriparse v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn as_borrowed(&self) -> Authority { [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] 133 | pub fn as_borrowed(&self) -> Authority<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | pub fn as_borrowed(&self) -> Host { [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] 789 | pub fn as_borrowed(&self) -> Host<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1081:24 [INFO] [stdout] | [INFO] [stdout] 1081 | pub fn as_borrowed(&self) -> Password { [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] 1081 | pub fn as_borrowed(&self) -> Password<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1327:24 [INFO] [stdout] | [INFO] [stdout] 1327 | pub fn as_borrowed(&self) -> RegisteredName { [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] 1327 | pub fn as_borrowed(&self) -> RegisteredName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:1571:24 [INFO] [stdout] | [INFO] [stdout] 1571 | pub fn as_borrowed(&self) -> Username { [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] 1571 | pub fn as_borrowed(&self) -> Username<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2175:38 [INFO] [stdout] | [INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/authority.rs:2248:27 [INFO] [stdout] | [INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option), UserInfoError> { [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option>), UserInfoError> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fragment.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn as_borrowed(&self) -> Fragment { [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] 62 | pub fn as_borrowed(&self) -> Fragment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:563:24 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn to_borrowed(&self) -> Path { [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] 563 | pub fn to_borrowed(&self) -> Path<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:737:24 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn as_borrowed(&self) -> Segment { [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] 737 | pub fn as_borrowed(&self) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/path.rs:1094:33 [INFO] [stdout] | [INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> { [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn as_borrowed(&self) -> Query { [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] 66 | pub fn as_borrowed(&self) -> Query<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/query.rs:319:34 [INFO] [stdout] | [INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/relative_reference.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | pub fn to_borrowed(&self) -> RelativeReference { [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] 720 | pub fn to_borrowed(&self) -> RelativeReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:399:24 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme { [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] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn as_borrowed(&self) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:176:43 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> { [INFO] [stdout] | ^^^^^ ^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scheme.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 746 | / schemes! { [INFO] [stdout] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stdout] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stdout] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stdout] ... | [INFO] [stdout] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stdout] 1051 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | pub fn to_borrowed(&self) -> URI { [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] 869 | pub fn to_borrowed(&self) -> URI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/uri_reference.rs:1041:24 [INFO] [stdout] | [INFO] [stdout] 1041 | pub fn to_borrowed(&self) -> URIReference { [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] 1041 | pub fn to_borrowed(&self) -> URIReference<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.98s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "8c89c400bca61a71fb6cc22e1b56eba734c09e81a7630e49122ea19067df8bf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c89c400bca61a71fb6cc22e1b56eba734c09e81a7630e49122ea19067df8bf9", kill_on_drop: false }` [INFO] [stdout] 8c89c400bca61a71fb6cc22e1b56eba734c09e81a7630e49122ea19067df8bf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c850c59053f2ab8dbc422ecde4decf85031de201b882ba51ab21457005947295 [INFO] running `Command { std: "docker" "start" "-a" "c850c59053f2ab8dbc422ecde4decf85031de201b882ba51ab21457005947295", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:133:24 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn as_borrowed(&self) -> Authority { [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] 133 | pub fn as_borrowed(&self) -> Authority<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:789:24 [INFO] [stderr] | [INFO] [stderr] 789 | pub fn as_borrowed(&self) -> Host { [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] 789 | pub fn as_borrowed(&self) -> Host<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:1081:24 [INFO] [stderr] | [INFO] [stderr] 1081 | pub fn as_borrowed(&self) -> Password { [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] 1081 | pub fn as_borrowed(&self) -> Password<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:1327:24 [INFO] [stderr] | [INFO] [stderr] 1327 | pub fn as_borrowed(&self) -> RegisteredName { [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] 1327 | pub fn as_borrowed(&self) -> RegisteredName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:1571:24 [INFO] [stderr] | [INFO] [stderr] 1571 | pub fn as_borrowed(&self) -> Username { [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] 1571 | pub fn as_borrowed(&self) -> Username<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:2175:38 [INFO] [stderr] | [INFO] [stderr] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/authority.rs:2248:27 [INFO] [stderr] | [INFO] [stderr] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option), UserInfoError> { [INFO] [stderr] | ^^^^^ ^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option>), UserInfoError> { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/fragment.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn as_borrowed(&self) -> Fragment { [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] 62 | pub fn as_borrowed(&self) -> Fragment<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/path.rs:563:24 [INFO] [stderr] | [INFO] [stderr] 563 | pub fn to_borrowed(&self) -> Path { [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] 563 | pub fn to_borrowed(&self) -> Path<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/path.rs:737:24 [INFO] [stderr] | [INFO] [stderr] 737 | pub fn as_borrowed(&self) -> Segment { [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] 737 | pub fn as_borrowed(&self) -> Segment<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/path.rs:1094:33 [INFO] [stderr] | [INFO] [stderr] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> { [INFO] [stderr] | ^^^^^ ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/query.rs:66:24 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn as_borrowed(&self) -> Query { [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] 66 | pub fn as_borrowed(&self) -> Query<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/query.rs:319:34 [INFO] [stderr] | [INFO] [stderr] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> { [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/relative_reference.rs:720:24 [INFO] [stderr] | [INFO] [stderr] 720 | pub fn to_borrowed(&self) -> RelativeReference { [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] 720 | pub fn to_borrowed(&self) -> RelativeReference<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scheme.rs:399:24 [INFO] [stderr] | [INFO] [stderr] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme { [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] 399 | pub fn as_borrowed(&self) -> UnregisteredScheme<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scheme.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn as_borrowed(&self) -> Scheme { [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 746 | / schemes! { [INFO] [stderr] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stderr] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stderr] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stderr] ... | [INFO] [stderr] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stderr] 1051 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 94 | pub fn as_borrowed(&self) -> Scheme<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scheme.rs:176:43 [INFO] [stderr] | [INFO] [stderr] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> { [INFO] [stderr] | ^^^^^ ^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 746 | / schemes! { [INFO] [stderr] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stderr] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stderr] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stderr] ... | [INFO] [stderr] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stderr] 1051 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 176 | pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scheme.rs:177:43 [INFO] [stderr] | [INFO] [stderr] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme { [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 746 | / schemes! { [INFO] [stderr] 747 | | (AAA, "aaa", SchemeStatus::Permanent); [INFO] [stderr] 748 | | (AAAS, "aaas", SchemeStatus::Permanent); [INFO] [stderr] 749 | | (About, "about", SchemeStatus::Permanent); [INFO] [stderr] ... | [INFO] [stderr] 1050 | | (Z3950S, "z39.50s", SchemeStatus::Permanent); [INFO] [stderr] 1051 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 177 | fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/uri.rs:869:24 [INFO] [stderr] | [INFO] [stderr] 869 | pub fn to_borrowed(&self) -> URI { [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] 869 | pub fn to_borrowed(&self) -> URI<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/uri_reference.rs:1041:24 [INFO] [stderr] | [INFO] [stderr] 1041 | pub fn to_borrowed(&self) -> URIReference { [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] 1041 | pub fn to_borrowed(&self) -> URIReference<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `uriparse` (lib) generated 20 warnings (run `cargo fix --lib -p uriparse` to apply 20 suggestions) [INFO] [stderr] warning: `uriparse` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uriparse-40fdf6b9c2a4eb10) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test path::test::test_path_equals ... ok [INFO] [stdout] test fragment::test::test_fragment_parse ... ok [INFO] [stdout] test path::test::test_segment_parse ... ok [INFO] [stdout] test path::test::test_path_normalize ... ok [INFO] [stdout] test fragment::test::test_fragment_normalize ... ok [INFO] [stdout] test query::test::test_query_parse ... ok [INFO] [stdout] test path::test::test_path_remove_dot_segments ... ok [INFO] [stdout] test scheme::test::test_scheme_normalize ... ok [INFO] [stdout] test scheme::test::test_scheme_parse ... ok [INFO] [stdout] test path::test::test_segment_normalize ... ok [INFO] [stdout] test utility::test::test_equality ... ok [INFO] [stdout] test utility::test::test_hash ... ok [INFO] [stdout] test query::test::test_query_normalize ... ok [INFO] [stdout] test uri_reference::test::test_parse_uri_reference ... ok [INFO] [stdout] test uri_reference::test::test_parse_uri_reference_error ... ok [INFO] [stdout] test path::test::test_path_parse ... ok [INFO] [stdout] test uri::test::test_resolve ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests uriparse [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 218 tests [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::has_username (line 256) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::has_password (line 219) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::host (line 276) ... ok [INFO] [stdout] test src/authority.rs - authority (line 7) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::into_parts (line 317) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::has_port (line 236) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::map_host (line 382) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::is_normalized (line 349) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::map_port (line 430) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::password (line 510) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::map_password (line 408) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::from_parts (line 158) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::map_username (line 451) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::port (line 529) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::set_host (line 547) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::set_password (line 580) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::normalize (line 475) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::set_port (line 619) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::set_username (line 641) ... ok [INFO] [stdout] test src/authority.rs - authority::Host<'_>::is_ipv4_address (line 821) ... ok [INFO] [stdout] test src/authority.rs - authority::Host<'_>::normalize (line 916) ... ok [INFO] [stdout] test src/authority.rs - authority::Host<'_>::is_registered_name (line 889) ... ok [INFO] [stdout] test src/authority.rs - authority::Host<'_>::is_normalized (line 865) ... ok [INFO] [stdout] test src/authority.rs - authority::Host<'_>::is_ipv6_address (line 840) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority<'authority>::username (line 681) ... ok [INFO] [stdout] test src/authority.rs - authority::RegisteredName<'_>::normalize (line 1410) ... ok [INFO] [stdout] test src/authority.rs - authority::RegisteredName<'_>::is_normalized (line 1382) ... ok [INFO] [stdout] test src/authority.rs - authority::Username<'_>::normalize (line 1651) ... ok [INFO] [stdout] test src/authority.rs - authority::Password<'_>::is_normalized (line 1135) ... ok [INFO] [stdout] test src/authority.rs - authority::Password<'_>::normalize (line 1161) ... ok [INFO] [stdout] test src/authority.rs - authority::Password<'_>::as_str (line 1099) ... ok [INFO] [stdout] test src/authority.rs - authority::Username<'_>::is_normalized (line 1625) ... ok [INFO] [stdout] test src/authority.rs - authority::RegisteredName<'_>::as_str (line 1345) ... ok [INFO] [stdout] test src/authority.rs - authority::Username<'_>::as_str (line 1589) ... ok [INFO] [stdout] test src/fragment.rs - fragment::Fragment<'_>::as_str (line 80) ... ok [INFO] [stdout] test src/fragment.rs - fragment::Fragment<'_>::is_normalized (line 116) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::clear (line 85) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::is_relative (line 194) ... ok [INFO] [stdout] test src/fragment.rs - fragment::Fragment<'_>::normalize (line 142) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::is_absolute (line 131) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::pop (line 316) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::as_str (line 755) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::is_normalized (line 154) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::segments_mut (line 528) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::segments (line 509) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::push (line 361) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::remove_dot_segments (line 423) ... ok [INFO] [stdout] test src/path.rs - path::Path<'path>::set_absolute (line 547) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::is_normalized (line 849) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::empty (line 771) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::is_double_dot_segment (line 824) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::is_single_dot_segment (line 870) ... ok [INFO] [stdout] test src/query.rs - query::Query<'_>::as_str (line 84) ... ok [INFO] [stdout] test src/query.rs - query::Query<'_>::normalize (line 146) ... ok [INFO] [stdout] test src/query.rs - query::Query<'_>::is_normalized (line 120) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::normalize (line 897) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::authority (line 32) ... ok [INFO] [stdout] test src/path.rs - path::Segment<'_>::is_dot_segment (line 802) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_password (line 176) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_fragment (line 157) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_authority (line 138) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::builder (line 51) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_port (line 195) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_username (line 233) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::from_parts (line 75) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::host (line 252) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::has_query (line 214) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::into_builder (line 268) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::fragment (line 122) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::is_network_path_reference (line 363) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::is_normalized (line 381) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::is_absolute_path_reference (line 344) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::into_parts (line 310) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::is_relative_path_reference (line 405) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::password (line 553) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::map_authority (line 424) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::map_fragment (line 444) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::path (line 535) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::map_query (line 491) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::query (line 585) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::normalize (line 513) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::port (line 569) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::map_path (line 467) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::set_path (line 666) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::set_query (line 694) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::username (line 730) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::set_fragment (line 633) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::build (line 844) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReference<'uri>::set_authority (line 605) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::build (line 853) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::authority (line 816) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::fragment (line 878) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::query (line 929) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::try_path (line 1025) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::try_fragment (line 990) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::path (line 907) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::with_query (line 1153) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::with_fragment (line 1107) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::try_query (line 1054) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::try_authority (line 956) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::with_path (line 1131) ... ok [INFO] [stdout] test src/scheme.rs - scheme::Scheme<'scheme>::as_str (line 754) ... ok [INFO] [stdout] test src/scheme.rs - scheme::Scheme<'_>::normalize (line 268) ... ok [INFO] [stdout] test src/scheme.rs - scheme::Scheme<'_>::is_normalized (line 241) ... ok [INFO] [stdout] test src/scheme.rs - scheme::Scheme<'scheme>::status (line 750) ... ok [INFO] [stdout] test src/relative_reference.rs - relative_reference::RelativeReferenceBuilder<'uri>::with_authority (line 1084) ... ok [INFO] [stdout] test src/scheme.rs - scheme::SchemeStatus::is_provisional (line 712) ... ok [INFO] [stdout] test src/scheme.rs - scheme::SchemeStatus::is_permanent (line 695) ... ok [INFO] [stdout] test src/scheme.rs - scheme::SchemeStatus::is_historical (line 678) ... ok [INFO] [stdout] test src/scheme.rs - scheme::UnregisteredScheme<'_>::is_normalized (line 454) ... ok [INFO] [stdout] test src/scheme.rs - scheme::SchemeStatus::is_unregistered (line 729) ... ok [INFO] [stdout] test src/scheme.rs - scheme::UnregisteredScheme<'_>::as_str (line 419) ... ok [INFO] [stdout] test src/scheme.rs - scheme::UnregisteredScheme<'_>::normalize (line 475) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::can_be_a_base (line 87) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::fragment (line 165) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::from_parts (line 110) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_query (line 257) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::authority (line 45) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_fragment (line 200) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_authority (line 181) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_port (line 238) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::host (line 295) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_username (line 276) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::builder (line 64) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::into_parts (line 373) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::is_normalized (line 408) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::into_base_uri (line 311) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::into_builder (line 332) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::has_password (line 219) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::map_fragment (line 452) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::password (line 581) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::map_scheme (line 518) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::map_authority (line 432) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::map_path (line 474) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::port (line 597) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::map_query (line 498) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::path (line 563) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::query (line 613) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::set_path (line 790) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::normalize (line 541) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::username (line 879) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::set_scheme (line 843) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::set_query (line 815) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::authority (line 964) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::set_fragment (line 757) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::scheme (line 709) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::build (line 992) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::build (line 1006) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::path (line 1066) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::query (line 1089) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::scheme (line 1114) ... ok [INFO] [stdout] test src/uri.rs - uri::URI<'uri>::set_authority (line 729) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::fragment (line 1036) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::try_authority (line 1142) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::try_path (line 1214) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::try_query (line 1245) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::try_fragment (line 1178) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::with_path (line 1363) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::with_authority (line 1314) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::with_query (line 1387) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::with_fragment (line 1338) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::try_scheme (line 1282) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::builder (line 64) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::can_be_a_base (line 87) ... ok [INFO] [stdout] test src/uri.rs - uri::URIBuilder<'uri>::with_scheme (line 1412) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::authority (line 45) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::from_parts (line 110) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_fragment (line 232) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_authority (line 213) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_scheme (line 316) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_port (line 274) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_username (line 335) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::fragment (line 197) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_password (line 251) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::has_query (line 297) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::host (line 358) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_normalized (line 507) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_relative_path_reference (line 559) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::into_parts (line 429) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::into_builder (line 378) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_absolute_path_reference (line 470) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_network_path_reference (line 489) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_relative_reference (line 577) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::map_path (line 661) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::is_uri (line 595) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::map_authority (line 614) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::port (line 815) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::path (line 777) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::map_fragment (line 636) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::map_query (line 690) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::password (line 795) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::normalize (line 739) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::query (line 835) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::map_scheme (line 715) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::set_authority (line 871) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::set_scheme (line 1010) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::authority (line 1208) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::scheme (line 851) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::set_fragment (line 907) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::set_query (line 977) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::build (line 1236) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::query (line 1321) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::set_path (line 942) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReference<'uri>::username (line 1061) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::path (line 1299) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::try_path (line 1443) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::fragment (line 1270) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::build (line 1245) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::try_fragment (line 1407) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::scheme (line 1344) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::try_authority (line 1371) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::try_scheme (line 1505) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::with_query (line 1607) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::with_authority (line 1538) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::with_path (line 1585) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::with_fragment (line 1561) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::try_query (line 1470) ... ok [INFO] [stdout] test src/uri_reference.rs - uri_reference::URIReferenceBuilder<'uri>::with_scheme (line 1630) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 218 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 18.91s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c850c59053f2ab8dbc422ecde4decf85031de201b882ba51ab21457005947295", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c850c59053f2ab8dbc422ecde4decf85031de201b882ba51ab21457005947295", kill_on_drop: false }` [INFO] [stdout] c850c59053f2ab8dbc422ecde4decf85031de201b882ba51ab21457005947295