Build #1599751 2024-12-25T15:21:40.485119+00:00
# rustc version
rustc 1.85.0-nightly (409998c4e 2024-12-24)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/txoo-bitcoind-client-0.9.0-rc.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/txoo-bitcoind-client-0.9.0-rc.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" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241224-1.85.0-nightly-409998c4e\", \"--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] 69945764e8ff81b6cf2beeaee674a3ec1567916a0feee176232259787783d6db
[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" "69945764e8ff81b6cf2beeaee674a3ec1567916a0feee176232259787783d6db", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: esplora_example
[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 txoo-bitcoind-client v0.9.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Poll`
[INFO] [stderr] --> src/bitcoind_client.rs:117:5
[INFO] [stderr] |
[INFO] [stderr] 117 | / /// Returns the hash of the best block and, optionally, its height.
[INFO] [stderr] 118 | | ///
[INFO] [stderr] 119 | | /// When polling a block source, [`Poll`] implementations may pass the height to [`get_header`]
[INFO] [stderr] 120 | | /// to allow for a more efficient lookup.
[INFO] [stderr] 121 | | ///
[INFO] [stderr] 122 | | /// [`get_header`]: Self::get_header
[INFO] [stderr] | |________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] When polling a block source, [`Poll`] implementations may pass the height to [`get_header`]
[INFO] [stderr] ^^^^^^
[INFO] [stderr] = note: no item named `Poll` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:8:9
[INFO] [stderr] |
[INFO] [stderr] 8 | #![warn(rustdoc::broken_intra_doc_links)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TxooFollower`
[INFO] [stderr] --> src/dummy.rs:21:21
[INFO] [stderr] |
[INFO] [stderr] 21 | /// Note that the [`TxooFollower`] will automatically provide blocks to the source
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `TxooFollower` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `on_new_block`
[INFO] [stderr] --> src/dummy.rs:22:15
[INFO] [stderr] |
[INFO] [stderr] 22 | /// via the [`on_new_block`] method, except for the genesis block that must be provided
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `on_new_block` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `TxooFollower`
[INFO] [stderr] --> src/dummy.rs:120:21
[INFO] [stderr] |
[INFO] [stderr] 120 | /// Note that the [`TxooFollower`] will automatically provide blocks to the source
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `TxooFollower` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `on_new_block`
[INFO] [stderr] --> src/dummy.rs:121:15
[INFO] [stderr] |
[INFO] [stderr] 121 | /// via the [`on_new_block`] method, except for the genesis block that must be provided
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `on_new_block` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `txoo-bitcoind-client` (lib doc) generated 5 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bitcoind_client/index.html
[INFO] running `Command { std: "docker" "inspect" "69945764e8ff81b6cf2beeaee674a3ec1567916a0feee176232259787783d6db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69945764e8ff81b6cf2beeaee674a3ec1567916a0feee176232259787783d6db", kill_on_drop: false }`
[INFO] [stdout] 69945764e8ff81b6cf2beeaee674a3ec1567916a0feee176232259787783d6db