Build #1608505 2025-01-04T16:33:12.503692+00:00
# rustc version
rustc 1.86.0-nightly (3f43b1a63 2025-01-03)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ic-web3-rs-0.1.11/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ic-web3-rs-0.1.11/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\", \"-20250103-1.86.0-nightly-3f43b1a63\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] c4c7efc0cbfc9f20549553af3fe17da192d60f0bd10bd830af4a9edf51f2549a
[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" "c4c7efc0cbfc9f20549553af3fe17da192d60f0bd10bd830af4a9edf51f2549a", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting ic-web3-rs v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stderr] --> src/helpers.rs:83:13
[INFO] [stderr] |
[INFO] [stderr] 83 | if cfg!(feature = "arbitrary_precision") {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `arbitrary_precision` 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`
[INFO] [stderr] --> src/transports/mod.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(any(feature = "http", feature = "http-rustls"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `http` 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: 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] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[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: unexpected `cfg` condition value: `http`
[INFO] [stderr] --> src/transports/mod.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(any(feature = "http", feature = "http-rustls"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `http` 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: 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] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[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: unexpected `cfg` condition value: `ws-tokio`
[INFO] [stderr] --> src/transports/mod.rs:19:11
[INFO] [stderr] |
[INFO] [stderr] 19 | #[cfg(any(feature = "ws-tokio", feature = "ws-async-std"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ws-tokio` 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: unexpected `cfg` condition value: `ws-async-std`
[INFO] [stderr] --> src/transports/mod.rs:19:33
[INFO] [stderr] |
[INFO] [stderr] 19 | #[cfg(any(feature = "ws-tokio", feature = "ws-async-std"))]
[INFO] [stderr] | ^^^^^^^^^^--------------
[INFO] [stderr] | |
[INFO] [stderr] | help: there is a expected value with a similar name: `"async-std"`
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ws-async-std` 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: unexpected `cfg` condition value: `ws-tokio`
[INFO] [stderr] --> src/transports/mod.rs:21:11
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(any(feature = "ws-tokio", feature = "ws-async-std"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ws-tokio` 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: unexpected `cfg` condition value: `ws-async-std`
[INFO] [stderr] --> src/transports/mod.rs:21:33
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(any(feature = "ws-tokio", feature = "ws-async-std"))]
[INFO] [stderr] | ^^^^^^^^^^--------------
[INFO] [stderr] | |
[INFO] [stderr] | help: there is a expected value with a similar name: `"async-std"`
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ws-async-std` 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: unexpected `cfg` condition value: `ipc-tokio`
[INFO] [stderr] --> src/transports/mod.rs:24:7
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(feature = "ipc-tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ipc-tokio` 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: unexpected `cfg` condition value: `ipc-tokio`
[INFO] [stderr] --> src/transports/mod.rs:26:7
[INFO] [stderr] |
[INFO] [stderr] 26 | #[cfg(feature = "ipc-tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `ipc-tokio` 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: unexpected `cfg` condition value: `test`
[INFO] [stderr] --> src/transports/mod.rs:29:11
[INFO] [stderr] |
[INFO] [stderr] 29 | #[cfg(any(feature = "test", test))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `async-native-tls`, `async-std`, `default`, `eip-1193`, `headers`, `js-sys`, `rand`, `soketto`, `tokio`, `tokio-stream`, `tokio-util`, `url`, `wasm`, `wasm-bindgen`, and `wasm-bindgen-futures`
[INFO] [stderr] = help: consider adding `test` 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:428:68
[INFO] [stderr] |
[INFO] [stderr] 428 | /// 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: unresolved link to `Client`
[INFO] [stderr] --> src/transports/ic_http.rs:39:29
[INFO] [stderr] |
[INFO] [stderr] 39 | /// Note that the http [Client] automatically enables some features like setting the basic auth
[INFO] [stderr] | ^^^^^^ no item named `Client` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Http::with_client`
[INFO] [stderr] --> src/transports/ic_http.rs:41:10
[INFO] [stderr] |
[INFO] [stderr] 41 | /// [Http::with_client].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `Http` in scope
[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/parity.rs:38:20
[INFO] [stderr] |
[INFO] [stderr] 38 | /// 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] 38 | /// 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/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: `ic-web3-rs` (lib doc) generated 19 warnings (run `cargo fix --lib -p ic-web3-rs` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
[INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/ic_web3_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "c4c7efc0cbfc9f20549553af3fe17da192d60f0bd10bd830af4a9edf51f2549a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4c7efc0cbfc9f20549553af3fe17da192d60f0bd10bd830af4a9edf51f2549a", kill_on_drop: false }`
[INFO] [stdout] c4c7efc0cbfc9f20549553af3fe17da192d60f0bd10bd830af4a9edf51f2549a