# rustc version rustc 1.99.0-nightly (771916f90 2026-08-08)
# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "8767426fbf002c10947663e3737ca6842ce64a70214be3eeb995d686d0b2c8b5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260808-1.99.0-nightly-771916f90\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: bench, contract, contract_log_filter, contract_log_pubsub, contract_storage, pubsub, transaction_private, transaction_public, transport_batch, transport_either, transport_http, transport_ws [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 web3 v0.19.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `http-rustls` [INFO] [stderr] --> src/transports/mod.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg(any(feature = "http", feature = "http-rustls"))] [INFO] [stderr] | ^^^^^^^^^^------------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"http-tls"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_http_base`, `allow-missing-fields`, `arbitrary_precision`, `async-native-tls`, `async-std`, `base64`, `bytes`, `default`, `eip-1193`, `getrandom`, `headers`, `http`, `http-native-tls`, `http-rustls-tls`, `http-tls`, `ipc-tokio`, `js-sys`, `once_cell`, `rand`, `reqwest`, `secp256k1`, `serde-wasm-bindgen`, `signing`, `soketto`, `test`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, `wasm-bindgen-futures`, `ws-async-std`, `ws-tls-async-std`, and `ws-tls-tokio` and 1 more [INFO] [stderr] = help: consider adding `http-rustls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `http-rustls` [INFO] [stderr] --> src/transports/mod.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(any(feature = "http", feature = "http-rustls"))] [INFO] [stderr] | ^^^^^^^^^^------------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"http-tls"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_http_base`, `allow-missing-fields`, `arbitrary_precision`, `async-native-tls`, `async-std`, `base64`, `bytes`, `default`, `eip-1193`, `getrandom`, `headers`, `http`, `http-native-tls`, `http-rustls-tls`, `http-tls`, `ipc-tokio`, `js-sys`, `once_cell`, `rand`, `reqwest`, `secp256k1`, `serde-wasm-bindgen`, `signing`, `soketto`, `test`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, `wasm-bindgen-futures`, `ws-async-std`, `ws-tls-async-std`, and `ws-tls-tokio` and 1 more [INFO] [stderr] = help: consider adding `http-rustls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `signed_call_with_confirmations` [INFO] [stderr] --> src/contract/mod.rs:376:68 [INFO] [stderr] | [INFO] [stderr] 376 | /// If you'd rather wait for block inclusion, please use [`signed_call_with_confirmations`] instead. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `signed_call_with_confirmations` 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: this URL is not a hyperlink [INFO] [stderr] --> src/helpers.rs:72:76 [INFO] [stderr] | [INFO] [stderr] 72 | /// It looks for arbitrary_precision feature as a temporary workaround for https://github.com/tomusdrw/rust-web3/issues/460. [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] 72 | /// It looks for arbitrary_precision feature as a temporary workaround for <https://github.com/tomusdrw/rust-web3/issues/460>. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/helpers.rs:78:76 [INFO] [stderr] | [INFO] [stderr] 78 | /// It looks for arbitrary_precision feature as a temporary workaround for https://github.com/tomusdrw/rust-web3/issues/460. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 78 | /// It looks for arbitrary_precision feature as a temporary workaround for <https://github.com/tomusdrw/rust-web3/issues/460>. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api/eth_filter.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | /// See [https://github.com/tomusdrw/rust-web3/issues/583](this tracking issue). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 82 - /// See [https://github.com/tomusdrw/rust-web3/issues/583](this tracking issue). [INFO] [stderr] 82 + /// See <https://github.com/tomusdrw/rust-web3/issues/583>(this tracking issue). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/api/parity.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | /// Blocked by https://github.com/openethereum/openethereum/issues/159 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 37 | /// Blocked by <https://github.com/openethereum/openethereum/issues/159> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/signing.rs:50:11 [INFO] [stderr] | [INFO] [stderr] 50 | /// - https://github.com/graphprotocol/solidity-bindgen/blob/master/solidity-bindgen/src/secrets.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 50 | /// - <https://github.com/graphprotocol/solidity-bindgen/blob/master/solidity-bindgen/src/secrets.rs> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/signing.rs:51:14 [INFO] [stderr] | [INFO] [stderr] 51 | /// - or https://crates.io/crates/zeroize [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 51 | /// - or <https://crates.io/crates/zeroize> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/types/proof.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | /// https://eips.ethereum.org/EIPS/eip-1186 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 7 | /// <https://eips.ethereum.org/EIPS/eip-1186> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `web3` (lib doc) generated 10 warnings (run `cargo fix --lib -p web3` to apply 7 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ethereum-types v0.14.1, primitive-types v0.12.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/web3/index.html [INFO] running `Command { std: "docker" "inspect" "8767426fbf002c10947663e3737ca6842ce64a70214be3eeb995d686d0b2c8b5", kill_on_drop: false }`