Build #797400 2023-04-21 04:35:43
# rustc version
rustc 1.71.0-nightly (8bdcc62cb 2023-04-20)# docs.rs version
docsrs 0.6.0 (77eaf077 2023-04-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/under-0.3.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/under-0.3.8/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:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/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\", \"-20230420-1.71.0-nightly-8bdcc62cb\", \"--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] 0e24ae9154bbeeb8c3a3585ce2f7b6aff5653802c058d5e6d1732ec1762958b3
[INFO] running `Command { std: "docker" "start" "-a" "0e24ae9154bbeeb8c3a3585ce2f7b6aff5653802c058d5e6d1732ec1762958b3", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting under v0.3.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `DataStream::into_cbor`
[INFO] [stderr] --> src/entity.rs:442:5
[INFO] [stderr] |
[INFO] [stderr] 442 | / /// Attempts to parse the body based off of the content-type header;
[INFO] [stderr] 443 | | /// currently, it can sniff any activated serde features (e.g. `json`,
[INFO] [stderr] 444 | | /// `cbor`, `msgpack`). If the content-type is one of those, it forwards
[INFO] [stderr] 445 | | /// the call to the respective functions ([`DataStream::into_json`],
[INFO] [stderr] ... |
[INFO] [stderr] 466 | | /// # }
[INFO] [stderr] 467 | | /// ```
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`DataStream::into_cbor`], [`DataStream::into_msgpack`]), thereby
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: the struct `DataStream` has no field or associated item named `into_cbor`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `DataStream::into_msgpack`
[INFO] [stderr] --> src/entity.rs:442:5
[INFO] [stderr] |
[INFO] [stderr] 442 | / /// Attempts to parse the body based off of the content-type header;
[INFO] [stderr] 443 | | /// currently, it can sniff any activated serde features (e.g. `json`,
[INFO] [stderr] 444 | | /// `cbor`, `msgpack`). If the content-type is one of those, it forwards
[INFO] [stderr] 445 | | /// the call to the respective functions ([`DataStream::into_json`],
[INFO] [stderr] ... |
[INFO] [stderr] 466 | | /// # }
[INFO] [stderr] 467 | | /// ```
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`DataStream::into_cbor`], [`DataStream::into_msgpack`]), thereby
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: the struct `DataStream` has no field or associated item named `into_msgpack`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `DataStream::into_cbor`
[INFO] [stderr] --> src/entity.rs:477:5
[INFO] [stderr] |
[INFO] [stderr] 477 | / /// Attempts to parse the body based off of the content type header;
[INFO] [stderr] 478 | | /// currently, it can sniff any activated serde features (e.g. `json`,
[INFO] [stderr] 479 | | /// `cbor`, `msgpack`), or x-www-form-urlencoded. If the content-type is
[INFO] [stderr] 480 | | /// one of those, it forwards the call to the respective functions
[INFO] [stderr] ... |
[INFO] [stderr] 486 | | /// This functions similarly to [`HttpEntity::as_sniff`], but it also can
[INFO] [stderr] 487 | | /// parse `x-www-form-urlencoded` content types as well.
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] ([`DataStream::into_json`], [`DataStream::into_cbor`],
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: the struct `DataStream` has no field or associated item named `into_cbor`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `DataStream::into_msgpack`
[INFO] [stderr] --> src/entity.rs:477:5
[INFO] [stderr] |
[INFO] [stderr] 477 | / /// Attempts to parse the body based off of the content type header;
[INFO] [stderr] 478 | | /// currently, it can sniff any activated serde features (e.g. `json`,
[INFO] [stderr] 479 | | /// `cbor`, `msgpack`), or x-www-form-urlencoded. If the content-type is
[INFO] [stderr] 480 | | /// one of those, it forwards the call to the respective functions
[INFO] [stderr] ... |
[INFO] [stderr] 486 | | /// This functions similarly to [`HttpEntity::as_sniff`], but it also can
[INFO] [stderr] 487 | | /// parse `x-www-form-urlencoded` content types as well.
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`DataStream::into_msgpack`], [`DataStream::into_form`]), thereby
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: the struct `DataStream` has no field or associated item named `into_msgpack`
[INFO] [stderr]
[INFO] [stderr] warning: `under` (lib doc) generated 4 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s
[INFO] running `Command { std: "docker" "inspect" "0e24ae9154bbeeb8c3a3585ce2f7b6aff5653802c058d5e6d1732ec1762958b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e24ae9154bbeeb8c3a3585ce2f7b6aff5653802c058d5e6d1732ec1762958b3", kill_on_drop: false }`
[INFO] [stdout] 0e24ae9154bbeeb8c3a3585ce2f7b6aff5653802c058d5e6d1732ec1762958b3