uriparse 0.6.4

A URI parser including relative references
Documentation
Build #1553943 2024-11-18T02:18:10.760803+00:00
# rustc version
rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/uriparse-0.6.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/uriparse-0.6.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241117-1.84.0-nightly-5ec7d6eee\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 8688500aceca8dc1da0dafa556b96e69e0f2b937d7d77091c5f53a249ede5898
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "8688500aceca8dc1da0dafa556b96e69e0f2b937d7d77091c5f53a249ede5898", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting uriparse v0.6.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Authority`
[INFO] [stderr]    --> src/path.rs:127:33
[INFO] [stderr]     |
[INFO] [stderr] 127 |     /// Any path following an [`Authority`] will *always* be parsed to be absolute.
[INFO] [stderr]     |                                 ^^^^^^^^^ no item named `Authority` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Authority`
[INFO] [stderr]    --> src/path.rs:190:33
[INFO] [stderr]     |
[INFO] [stderr] 190 |     /// Any path following an [`Authority`] will *always* be parsed to be absolute.
[INFO] [stderr]     |                                 ^^^^^^^^^ no item named `Authority` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `InvalidPath`
[INFO] [stderr]    --> src/path.rs:355:56
[INFO] [stderr]     |
[INFO] [stderr] 355 |     /// If the conversion to a [`Segment`] fails, an [`InvalidPath`] will be returned.
[INFO] [stderr]     |                                                        ^^^^^^^^^^^ no item named `InvalidPath` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Scheme::UnregisteredScheme`
[INFO] [stderr]     --> src/scheme.rs:78:15
[INFO] [stderr]      |
[INFO] [stderr] 78   |           /// [`Scheme::UnregisteredScheme`].
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Scheme` has no variant or associated item named `UnregisteredScheme`
[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]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `RelativeReference`
[INFO] [stderr]  --> src/uri.rs:5:63
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! This module is composed of three primary types [`URI`], [`RelativeReference`], and
[INFO] [stderr]   |                                                               ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `RelativeReference`
[INFO] [stderr]   --> src/uri.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | //! [`RelativeReference`]. If you can accept both, then use [`URIReference`].
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^ no item named `RelativeReference` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/path.rs:45:53
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// regardless of whether the path was empty (i.e. "http://example.com" has a single empty
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// regardless of whether the path was empty (i.e. "<http://example.com>" has a single empty
[INFO] [stderr]    |                                                     +                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `uriparse` (lib doc) generated 7 warnings (run `cargo fix --lib -p uriparse` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/uriparse/index.html
[INFO] running `Command { std: "docker" "inspect" "8688500aceca8dc1da0dafa556b96e69e0f2b937d7d77091c5f53a249ede5898", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8688500aceca8dc1da0dafa556b96e69e0f2b937d7d77091c5f53a249ede5898", kill_on_drop: false }`
[INFO] [stdout] 8688500aceca8dc1da0dafa556b96e69e0f2b937d7d77091c5f53a249ede5898