Build #1583060 2024-12-11 20:55:53
# rustc version
rustc 1.84.0-nightly (3fee0f12e 2024-11-20)# docs.rs version
docsrs 0.6.0 (29635694 2024-12-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rust-ipfs-0.14.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rust-ipfs-0.14.1/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0384885761a9adc724f32026cc3c0fae573c01342ca82f2a02001c494afd343f
[INFO] running `Command { std: "docker" "start" "-a" "0384885761a9adc724f32026cc3c0fae573c01342ca82f2a02001c494afd343f", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: block_exchange, custom_behaviour, dag_creation, echo-stream, fetch_and_cat, ipns-publish, ipns-resolve, local-node, pubsub, relay-client, rendezvous_client, repo_dag, request-response, swarm_events, unixfs-add, unixfs-cat-readme, unixfs_get
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting rust-ipfs v0.14.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `FsBlockStore`
[INFO] [stderr] --> src/repo/datastore/flatfs.rs:19:7
[INFO] [stderr] |
[INFO] [stderr] 19 | /// [`FsBlockStore`] sharded two level storage. Direct have empty files, recursive pins record all of
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `FsBlockStore` 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 `FsDataStore`
[INFO] [stderr] --> src/repo/lock.rs:3:19
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Consists of [`FsDataStore`] and [`FsBlockStore`].
[INFO] [stderr] | ^^^^^^^^^^^ no item named `FsDataStore` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `FsBlockStore`
[INFO] [stderr] --> src/repo/lock.rs:3:39
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Consists of [`FsDataStore`] and [`FsBlockStore`].
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `FsBlockStore` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `Ipfs` links to private item `IpfsOptions`
[INFO] [stderr] --> src/lib.rs:332:84
[INFO] [stderr] |
[INFO] [stderr] 332 | /// The facade is created through [`UninitializedIpfs`] which is configured with [`IpfsOptions`].
[INFO] [stderr] | ^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/refs.rs:134:14
[INFO] [stderr] |
[INFO] [stderr] 134 | /// Related: https://github.com/ipfs/js-ipfs/pull/2982
[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] 134 | /// Related: <https://github.com/ipfs/js-ipfs/pull/2982>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `rust-ipfs` (lib doc) generated 5 warnings (run `cargo fix --lib -p rust-ipfs` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rust_ipfs/index.html
[INFO] running `Command { std: "docker" "inspect" "0384885761a9adc724f32026cc3c0fae573c01342ca82f2a02001c494afd343f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0384885761a9adc724f32026cc3c0fae573c01342ca82f2a02001c494afd343f", kill_on_drop: false }`
[INFO] [stdout] 0384885761a9adc724f32026cc3c0fae573c01342ca82f2a02001c494afd343f