Build #837034 2023-06-14 01:04:33
# rustc version
rustc 1.72.0-nightly (371994e0d 2023-06-13)# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/webmachine-rust-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/webmachine-rust-0.3.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230613-1.72.0-nightly-371994e0d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6fb24ee06baff757e44aa409e8e713985fe5d85d62354b77810b89836de7a8dc
[INFO] running `Command { std: "docker" "start" "-a" "6fb24ee06baff757e44aa409e8e713985fe5d85d62354b77810b89836de7a8dc", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting webmachine-rust v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:4:26
[INFO] [stderr] |
[INFO] [stderr] 4 | Port of Webmachine-Ruby (https://github.com/webmachine/webmachine-ruby) to Rust.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/webmachine/webmachine-ruby>`
[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]
[INFO] [stderr] warning: unclosed HTML tag `quoted-string`
[INFO] [stderr] --> src/headers.rs:182:64
[INFO] [stderr] |
[INFO] [stderr] 182 | /// Parses a weak ETag value. Weak etags are in the form W/<quoted-string>. Returns the
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/content_negotiation.rs:2:22
[INFO] [stderr] |
[INFO] [stderr] 2 | //! encodings as per https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/content_negotiation.rs:294:52
[INFO] [stderr] |
[INFO] [stderr] 294 | /// Sorts the list of charsets by weighting as per https://tools.ietf.org/html/rfc2616#section-14.2.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc2616#section-14.2.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/content_negotiation.rs:384:53
[INFO] [stderr] |
[INFO] [stderr] 384 | /// Sorts the list of encodings by weighting as per https://tools.ietf.org/html/rfc2616#section-14.3.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc2616#section-14.3.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `String`
[INFO] [stderr] --> src/lib.rs:167:64
[INFO] [stderr] |
[INFO] [stderr] 167 | /// Is the client or request not authorized? Returning a Some<String>
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 167 | /// Is the client or request not authorized? Returning a `Some<String>`
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `webmachine-rust` (lib doc) generated 6 warnings (run `cargo fix --lib -p webmachine-rust` to apply 4 suggestions)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "6fb24ee06baff757e44aa409e8e713985fe5d85d62354b77810b89836de7a8dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fb24ee06baff757e44aa409e8e713985fe5d85d62354b77810b89836de7a8dc", kill_on_drop: false }`
[INFO] [stdout] 6fb24ee06baff757e44aa409e8e713985fe5d85d62354b77810b89836de7a8dc