[INFO] fetching crate syscoin 0.16.15... [INFO] documenting syscoin-0.16.15 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate syscoin 0.16.15 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate syscoin 0.16.15 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate syscoin 0.16.15 [INFO] finished tweaking crates.io crate syscoin 0.16.15 [INFO] tweaked toml for crates.io crate syscoin 0.16.15 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.0.26 [INFO] [stderr] Downloaded bitcoin_hashes v0.3.2 [INFO] [stderr] Downloaded strason v0.4.0 [INFO] [stderr] Downloaded secp256k1 v0.12.2 [INFO] [stderr] Downloaded syscoin-bech32 v0.8.4 [INFO] [stderr] Downloaded bitcoinconsensus v0.16.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4276d9bff4bb425ad2ff56527386688fae800e5aa1cd03b39f9a5c1f3f9e0dec [INFO] running `Command { std: "docker" "start" "-a" "4276d9bff4bb425ad2ff56527386688fae800e5aa1cd03b39f9a5c1f3f9e0dec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4276d9bff4bb425ad2ff56527386688fae800e5aa1cd03b39f9a5c1f3f9e0dec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4276d9bff4bb425ad2ff56527386688fae800e5aa1cd03b39f9a5c1f3f9e0dec", kill_on_drop: false }` [INFO] [stdout] 4276d9bff4bb425ad2ff56527386688fae800e5aa1cd03b39f9a5c1f3f9e0dec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 470dd2e011b64fc48d6733a050f0b4315232d57ce96dcc4a2f8d248112031b3f [INFO] running `Command { std: "docker" "start" "-a" "470dd2e011b64fc48d6733a050f0b4315232d57ce96dcc4a2f8d248112031b3f", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.26 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking bech32 v0.6.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking syscoin-bech32 v0.8.4 [INFO] [stderr] Checking bitcoin_hashes v0.3.2 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Documenting syscoin v0.16.15 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:416:14 [INFO] [stdout] | [INFO] [stdout] 416 | 0...0xFC => 1, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:417:17 [INFO] [stdout] | [INFO] [stdout] 417 | 0xFD...0xFFFF => 3, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:418:20 [INFO] [stdout] | [INFO] [stdout] 418 | 0x10000...0xFFFFFFFF => 5, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:428:14 [INFO] [stdout] | [INFO] [stdout] 428 | 0...0xFC => (self.0 as u8).consensus_encode(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | 0xFD...0xFFFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | 0x10000...0xFFFFFFFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | b'0'...b'9' => c - '0' as u8, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | b'a'...b'f' => c - 'a' as u8 + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | b'A'...b'F' => c - 'A' as u8 + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x81` [INFO] [stdout] --> src/blockdata/opcodes.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | /// Push the array [0x81] onto the stack [INFO] [stdout] | ^^^^ no item named `0x81` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x01` [INFO] [stdout] --> src/blockdata/opcodes.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | /// Push the array [0x01] onto the stack [INFO] [stdout] | ^^^^ no item named `0x01` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x02` [INFO] [stdout] --> src/blockdata/opcodes.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | /// Push the array [0x02] onto the stack [INFO] [stdout] | ^^^^ no item named `0x02` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x03` [INFO] [stdout] --> src/blockdata/opcodes.rs:211:25 [INFO] [stdout] | [INFO] [stdout] 211 | /// Push the array [0x03] onto the stack [INFO] [stdout] | ^^^^ no item named `0x03` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x04` [INFO] [stdout] --> src/blockdata/opcodes.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | /// Push the array [0x04] onto the stack [INFO] [stdout] | ^^^^ no item named `0x04` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x05` [INFO] [stdout] --> src/blockdata/opcodes.rs:215:25 [INFO] [stdout] | [INFO] [stdout] 215 | /// Push the array [0x05] onto the stack [INFO] [stdout] | ^^^^ no item named `0x05` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x06` [INFO] [stdout] --> src/blockdata/opcodes.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 217 | /// Push the array [0x06] onto the stack [INFO] [stdout] | ^^^^ no item named `0x06` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x07` [INFO] [stdout] --> src/blockdata/opcodes.rs:219:25 [INFO] [stdout] | [INFO] [stdout] 219 | /// Push the array [0x07] onto the stack [INFO] [stdout] | ^^^^ no item named `0x07` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x08` [INFO] [stdout] --> src/blockdata/opcodes.rs:221:25 [INFO] [stdout] | [INFO] [stdout] 221 | /// Push the array [0x08] onto the stack [INFO] [stdout] | ^^^^ no item named `0x08` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x09` [INFO] [stdout] --> src/blockdata/opcodes.rs:223:25 [INFO] [stdout] | [INFO] [stdout] 223 | /// Push the array [0x09] onto the stack [INFO] [stdout] | ^^^^ no item named `0x09` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0a` [INFO] [stdout] --> src/blockdata/opcodes.rs:225:25 [INFO] [stdout] | [INFO] [stdout] 225 | /// Push the array [0x0a] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0b` [INFO] [stdout] --> src/blockdata/opcodes.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | /// Push the array [0x0b] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0c` [INFO] [stdout] --> src/blockdata/opcodes.rs:229:25 [INFO] [stdout] | [INFO] [stdout] 229 | /// Push the array [0x0c] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0d` [INFO] [stdout] --> src/blockdata/opcodes.rs:231:25 [INFO] [stdout] | [INFO] [stdout] 231 | /// Push the array [0x0d] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0e` [INFO] [stdout] --> src/blockdata/opcodes.rs:233:25 [INFO] [stdout] | [INFO] [stdout] 233 | /// Push the array [0x0e] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0e` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0f` [INFO] [stdout] --> src/blockdata/opcodes.rs:235:25 [INFO] [stdout] | [INFO] [stdout] 235 | /// Push the array [0x0f] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0f` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x10` [INFO] [stdout] --> src/blockdata/opcodes.rs:237:25 [INFO] [stdout] | [INFO] [stdout] 237 | /// Push the array [0x10] onto the stack [INFO] [stdout] | ^^^^ no item named `0x10` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/blockdata/opcodes.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG pushing 1/0 for success/failure [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/blockdata/opcodes.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG returning success/failure [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/util/bip32.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | //! at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/util/contracthash.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | //! at http://blockstream.com/sidechains.pdf for details of [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.57s [INFO] running `Command { std: "docker" "inspect" "470dd2e011b64fc48d6733a050f0b4315232d57ce96dcc4a2f8d248112031b3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "470dd2e011b64fc48d6733a050f0b4315232d57ce96dcc4a2f8d248112031b3f", kill_on_drop: false }` [INFO] [stdout] 470dd2e011b64fc48d6733a050f0b4315232d57ce96dcc4a2f8d248112031b3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] ad0372db878aebe338f8dc35af8c8b0fbfab94506eed6f1ba3a91201f8e376b7 [INFO] running `Command { std: "docker" "start" "-a" "ad0372db878aebe338f8dc35af8c8b0fbfab94506eed6f1ba3a91201f8e376b7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cc v1.0.26 [INFO] [stderr] Checking bech32 v0.6.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking syscoin-bech32 v0.8.4 [INFO] [stderr] Checking bitcoin_hashes v0.3.2 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Documenting syscoin v0.16.15 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:416:14 [INFO] [stdout] | [INFO] [stdout] 416 | 0...0xFC => 1, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:417:17 [INFO] [stdout] | [INFO] [stdout] 417 | 0xFD...0xFFFF => 3, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:418:20 [INFO] [stdout] | [INFO] [stdout] 418 | 0x10000...0xFFFFFFFF => 5, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:428:14 [INFO] [stdout] | [INFO] [stdout] 428 | 0...0xFC => (self.0 as u8).consensus_encode(s), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | 0xFD...0xFFFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/consensus/encode.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | 0x10000...0xFFFFFFFF => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | b'0'...b'9' => c - '0' as u8, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | b'a'...b'f' => c - 'a' as u8 + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util/misc.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | b'A'...b'F' => c - 'A' as u8 + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x81` [INFO] [stdout] --> src/blockdata/opcodes.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | /// Push the array [0x81] onto the stack [INFO] [stdout] | ^^^^ no item named `0x81` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x01` [INFO] [stdout] --> src/blockdata/opcodes.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | /// Push the array [0x01] onto the stack [INFO] [stdout] | ^^^^ no item named `0x01` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x02` [INFO] [stdout] --> src/blockdata/opcodes.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | /// Push the array [0x02] onto the stack [INFO] [stdout] | ^^^^ no item named `0x02` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x03` [INFO] [stdout] --> src/blockdata/opcodes.rs:211:25 [INFO] [stdout] | [INFO] [stdout] 211 | /// Push the array [0x03] onto the stack [INFO] [stdout] | ^^^^ no item named `0x03` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x04` [INFO] [stdout] --> src/blockdata/opcodes.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | /// Push the array [0x04] onto the stack [INFO] [stdout] | ^^^^ no item named `0x04` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x05` [INFO] [stdout] --> src/blockdata/opcodes.rs:215:25 [INFO] [stdout] | [INFO] [stdout] 215 | /// Push the array [0x05] onto the stack [INFO] [stdout] | ^^^^ no item named `0x05` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x06` [INFO] [stdout] --> src/blockdata/opcodes.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 217 | /// Push the array [0x06] onto the stack [INFO] [stdout] | ^^^^ no item named `0x06` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x07` [INFO] [stdout] --> src/blockdata/opcodes.rs:219:25 [INFO] [stdout] | [INFO] [stdout] 219 | /// Push the array [0x07] onto the stack [INFO] [stdout] | ^^^^ no item named `0x07` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x08` [INFO] [stdout] --> src/blockdata/opcodes.rs:221:25 [INFO] [stdout] | [INFO] [stdout] 221 | /// Push the array [0x08] onto the stack [INFO] [stdout] | ^^^^ no item named `0x08` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x09` [INFO] [stdout] --> src/blockdata/opcodes.rs:223:25 [INFO] [stdout] | [INFO] [stdout] 223 | /// Push the array [0x09] onto the stack [INFO] [stdout] | ^^^^ no item named `0x09` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0a` [INFO] [stdout] --> src/blockdata/opcodes.rs:225:25 [INFO] [stdout] | [INFO] [stdout] 225 | /// Push the array [0x0a] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0b` [INFO] [stdout] --> src/blockdata/opcodes.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | /// Push the array [0x0b] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0c` [INFO] [stdout] --> src/blockdata/opcodes.rs:229:25 [INFO] [stdout] | [INFO] [stdout] 229 | /// Push the array [0x0c] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0d` [INFO] [stdout] --> src/blockdata/opcodes.rs:231:25 [INFO] [stdout] | [INFO] [stdout] 231 | /// Push the array [0x0d] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0e` [INFO] [stdout] --> src/blockdata/opcodes.rs:233:25 [INFO] [stdout] | [INFO] [stdout] 233 | /// Push the array [0x0e] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0e` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x0f` [INFO] [stdout] --> src/blockdata/opcodes.rs:235:25 [INFO] [stdout] | [INFO] [stdout] 235 | /// Push the array [0x0f] onto the stack [INFO] [stdout] | ^^^^ no item named `0x0f` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0x10` [INFO] [stdout] --> src/blockdata/opcodes.rs:237:25 [INFO] [stdout] | [INFO] [stdout] 237 | /// Push the array [0x10] onto the stack [INFO] [stdout] | ^^^^ no item named `0x10` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/blockdata/opcodes.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG pushing 1/0 for success/failure [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/blockdata/opcodes.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// https://en.bitcoin.it/wiki/OP_CHECKSIG returning success/failure [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/util/bip32.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | //! at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/util/contracthash.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | //! at http://blockstream.com/sidechains.pdf for details of [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.97s [INFO] running `Command { std: "docker" "inspect" "ad0372db878aebe338f8dc35af8c8b0fbfab94506eed6f1ba3a91201f8e376b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad0372db878aebe338f8dc35af8c8b0fbfab94506eed6f1ba3a91201f8e376b7", kill_on_drop: false }` [INFO] [stdout] ad0372db878aebe338f8dc35af8c8b0fbfab94506eed6f1ba3a91201f8e376b7