# rustc version rustc 1.89.0-nightly (5e16c6620 2025-05-24)
# docs.rs version docsrs 0.6.0 (107722ec 2025-05-24)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/syscoin-4.16.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/syscoin-4.16.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250524-1.89.0-nightly-5e16c6620\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] 26dbe8fd3725f1e862af0321d2533c5cfd765c6b5e8af118ba8fea2fdb02e33b [INFO] running `Command { std: "docker" "start" "-a" "26dbe8fd3725f1e862af0321d2533c5cfd765c6b5e8af118ba8fea2fdb02e33b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting syscoin v4.16.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/lib.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | #![cfg_attr(feature = "clippy", allow(needless_range_loop))] // suggests making a big mess of array newtypes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: `clippy` [INFO] [stderr] --> src/lib.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | #![cfg_attr(feature = "clippy", allow(extend_from_slice))] // `extend_from_slice` only available since 1.6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: `clippy` [INFO] [stderr] --> src/internal_macros.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "clippy", allow(expl_impl_clone_on_copy))] // we don't define the `struct`, we have to explicitly impl [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/bip32.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | impl_array_newtype!(ChainCode, u8, 32); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: this warning originates in the macro `impl_array_newtype` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/internal_macros.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "clippy", allow(expl_impl_clone_on_copy))] // we don't define the `struct`, we have to explicitly impl [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/bip32.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | impl_array_newtype!(Fingerprint, u8, 4); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: this warning originates in the macro `impl_array_newtype` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util/misc.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | b'0' ... b'9' => c - '0' as u8, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util/misc.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | b'a' ... b'f' => c - 'a' as u8 + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util/misc.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | b'A' ... b'F' => c - 'A' as u8 + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/internal_macros.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "clippy", allow(expl_impl_clone_on_copy))] // we don't define the `struct`, we have to explicitly impl [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/uint.rs:358:1 [INFO] [stderr] | [INFO] [stderr] 358 | construct_uint!(Uint256, 4); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: this warning originates in the macro `impl_array_newtype` which comes from the expansion of the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/internal_macros.rs:131:20 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "clippy", allow(expl_impl_clone_on_copy))] // we don't define the `struct`, we have to explicitly impl [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/uint.rs:359:1 [INFO] [stderr] | [INFO] [stderr] 359 | construct_uint!(Uint128, 2); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bitcoinconsensus`, `fuzztarget`, `serde`, `serde-decimal`, `strason`, `unstable`, and `use-serde` [INFO] [stderr] = help: consider adding `clippy` 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: this warning originates in the macro `impl_array_newtype` which comes from the expansion of the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:371:14 [INFO] [stderr] | [INFO] [stderr] 371 | 0...0xFC => { 1 } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:372:17 [INFO] [stderr] | [INFO] [stderr] 372 | 0xFD...0xFFFF => { 3 } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:373:20 [INFO] [stderr] | [INFO] [stderr] 373 | 0x10000...0xFFFFFFFF => { 5 } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:383:14 [INFO] [stderr] | [INFO] [stderr] 383 | 0...0xFC => { (self.0 as u8).consensus_encode(s) } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:384:17 [INFO] [stderr] | [INFO] [stderr] 384 | 0xFD...0xFFFF => { s.emit_u8(0xFD)?; (self.0 as u16).consensus_encode(s) } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/consensus/encode.rs:385:20 [INFO] [stderr] | [INFO] [stderr] 385 | 0x10000...0xFFFFFFFF => { s.emit_u8(0xFE)?; (self.0 as u32).consensus_encode(s) } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x81` [INFO] [stderr] --> src/blockdata/opcodes.rs:202:25 [INFO] [stderr] | [INFO] [stderr] 202 | /// Push the array [0x81] onto the stack [INFO] [stderr] | ^^^^ no item named `0x81` 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 `0x01` [INFO] [stderr] --> src/blockdata/opcodes.rs:206:25 [INFO] [stderr] | [INFO] [stderr] 206 | /// Push the array [0x01] onto the stack [INFO] [stderr] | ^^^^ no item named `0x01` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x02` [INFO] [stderr] --> src/blockdata/opcodes.rs:208:25 [INFO] [stderr] | [INFO] [stderr] 208 | /// Push the array [0x02] onto the stack [INFO] [stderr] | ^^^^ no item named `0x02` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x03` [INFO] [stderr] --> src/blockdata/opcodes.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | /// Push the array [0x03] onto the stack [INFO] [stderr] | ^^^^ no item named `0x03` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x04` [INFO] [stderr] --> src/blockdata/opcodes.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | /// Push the array [0x04] onto the stack [INFO] [stderr] | ^^^^ no item named `0x04` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x05` [INFO] [stderr] --> src/blockdata/opcodes.rs:214:25 [INFO] [stderr] | [INFO] [stderr] 214 | /// Push the array [0x05] onto the stack [INFO] [stderr] | ^^^^ no item named `0x05` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x06` [INFO] [stderr] --> src/blockdata/opcodes.rs:216:25 [INFO] [stderr] | [INFO] [stderr] 216 | /// Push the array [0x06] onto the stack [INFO] [stderr] | ^^^^ no item named `0x06` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x07` [INFO] [stderr] --> src/blockdata/opcodes.rs:218:25 [INFO] [stderr] | [INFO] [stderr] 218 | /// Push the array [0x07] onto the stack [INFO] [stderr] | ^^^^ no item named `0x07` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x08` [INFO] [stderr] --> src/blockdata/opcodes.rs:220:25 [INFO] [stderr] | [INFO] [stderr] 220 | /// Push the array [0x08] onto the stack [INFO] [stderr] | ^^^^ no item named `0x08` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x09` [INFO] [stderr] --> src/blockdata/opcodes.rs:222:25 [INFO] [stderr] | [INFO] [stderr] 222 | /// Push the array [0x09] onto the stack [INFO] [stderr] | ^^^^ no item named `0x09` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0a` [INFO] [stderr] --> src/blockdata/opcodes.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | /// Push the array [0x0a] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0a` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0b` [INFO] [stderr] --> src/blockdata/opcodes.rs:226:25 [INFO] [stderr] | [INFO] [stderr] 226 | /// Push the array [0x0b] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0b` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0c` [INFO] [stderr] --> src/blockdata/opcodes.rs:228:25 [INFO] [stderr] | [INFO] [stderr] 228 | /// Push the array [0x0c] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0c` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0d` [INFO] [stderr] --> src/blockdata/opcodes.rs:230:25 [INFO] [stderr] | [INFO] [stderr] 230 | /// Push the array [0x0d] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0d` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0e` [INFO] [stderr] --> src/blockdata/opcodes.rs:232:25 [INFO] [stderr] | [INFO] [stderr] 232 | /// Push the array [0x0e] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0e` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x0f` [INFO] [stderr] --> src/blockdata/opcodes.rs:234:25 [INFO] [stderr] | [INFO] [stderr] 234 | /// Push the array [0x0f] onto the stack [INFO] [stderr] | ^^^^ no item named `0x0f` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0x10` [INFO] [stderr] --> src/blockdata/opcodes.rs:236:25 [INFO] [stderr] | [INFO] [stderr] 236 | /// Push the array [0x10] onto the stack [INFO] [stderr] | ^^^^ no item named `0x10` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/blockdata/opcodes.rs:391:9 [INFO] [stderr] | [INFO] [stderr] 391 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG pushing 1/0 for success/failure [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] 391 | /// <https://en.bitcoin.it/wiki/OP_CHECKSIG> pushing 1/0 for success/failure [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/blockdata/opcodes.rs:393:9 [INFO] [stderr] | [INFO] [stderr] 393 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG returning success/failure [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] 393 | /// <https://en.bitcoin.it/wiki/OP_CHECKSIG> returning success/failure [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/util/bip32.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | //! at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki [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] 17 | //! at <https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/util/contracthash.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | //! at http://blockstream.com/sidechains.pdf for details of [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] 18 | //! at <http://blockstream.com/sidechains.pdf> for details of [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `syscoin` (lib doc) generated 36 warnings (run `cargo fix --lib -p syscoin` to apply 13 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bitcoin/index.html [INFO] running `Command { std: "docker" "inspect" "26dbe8fd3725f1e862af0321d2533c5cfd765c6b5e8af118ba8fea2fdb02e33b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26dbe8fd3725f1e862af0321d2533c5cfd765c6b5e8af118ba8fea2fdb02e33b", kill_on_drop: false }` [INFO] [stdout] 26dbe8fd3725f1e862af0321d2533c5cfd765c6b5e8af118ba8fea2fdb02e33b