[INFO] fetching crate bitcoin_slices 0.10.0...
[INFO] testing bitcoin_slices-0.10.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bitcoin_slices 0.10.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate bitcoin_slices 0.10.0
[INFO] finished tweaking crates.io crate bitcoin_slices 0.10.0
[INFO] tweaked toml for crates.io crate bitcoin_slices 0.10.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bitcoin_slices 0.10.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bitcoin_slices 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9b4a4a03e6a708d595d3c6bfcc7cb01ffd92f944daf0a84a451cd4d90e8fcf3
[INFO] running `Command { std: "docker" "start" "-a" "e9b4a4a03e6a708d595d3c6bfcc7cb01ffd92f944daf0a84a451cd4d90e8fcf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9b4a4a03e6a708d595d3c6bfcc7cb01ffd92f944daf0a84a451cd4d90e8fcf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9b4a4a03e6a708d595d3c6bfcc7cb01ffd92f944daf0a84a451cd4d90e8fcf3", kill_on_drop: false }`
[INFO] [stdout] e9b4a4a03e6a708d595d3c6bfcc7cb01ffd92f944daf0a84a451cd4d90e8fcf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b8df1becbced89e45956f33901b3685ed6333912c21a995c813fa06a3e05c14
[INFO] running `Command { std: "docker" "start" "-a" "8b8df1becbced89e45956f33901b3685ed6333912c21a995c813fa06a3e05c14", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitcoin_slices v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/block.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]    |                   |         ||
[INFO] [stdout]    |                   |         |the same lifetime is hidden here
[INFO] [stdout]    |                   |         the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/out_point.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/script.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                    |         ||
[INFO] [stdout]    |                    |         |the same lifetime is hidden here
[INFO] [stdout]    |                    |         the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_out.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/witnesses.rs:20:59
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<Self> {
[INFO] [stdout]    |                          -- the lifetime is named here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<'a, Self> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/slice.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<&[u8]> {
[INFO] [stdout]   |                         ^^^^^                 ^^^^^^^^^^^^^^
[INFO] [stdout]   |                         |                     |       |
[INFO] [stdout]   |                         |                     |       the same lifetime is elided here
[INFO] [stdout]   |                         |                     the same lifetime is hidden here
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<'_, &[u8]> {
[INFO] [stdout]   |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "8b8df1becbced89e45956f33901b3685ed6333912c21a995c813fa06a3e05c14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b8df1becbced89e45956f33901b3685ed6333912c21a995c813fa06a3e05c14", kill_on_drop: false }`
[INFO] [stdout] 8b8df1becbced89e45956f33901b3685ed6333912c21a995c813fa06a3e05c14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f763d4fc978e3403c59d76092112498b53c94fae581ae52cd3cb1d83ebce9c93
[INFO] running `Command { std: "docker" "start" "-a" "f763d4fc978e3403c59d76092112498b53c94fae581ae52cd3cb1d83ebce9c93", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling bitcoin-io v0.1.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling serde_json v1.0.136
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling hex-conservative v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling bitcoin v0.32.5
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling bitcoin-units v0.1.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling bech32 v0.11.0
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling bitcoin-test-data v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/block.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]    |                   |         ||
[INFO] [stdout]    |                   |         |the same lifetime is hidden here
[INFO] [stdout]    |                   |         the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/out_point.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/script.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                    |         ||
[INFO] [stdout]    |                    |         |the same lifetime is hidden here
[INFO] [stdout]    |                    |         the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_out.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/witnesses.rs:20:59
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<Self> {
[INFO] [stdout]    |                          -- the lifetime is named here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<'a, Self> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/slice.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<&[u8]> {
[INFO] [stdout]   |                         ^^^^^                 ^^^^^^^^^^^^^^
[INFO] [stdout]   |                         |                     |       |
[INFO] [stdout]   |                         |                     |       the same lifetime is elided here
[INFO] [stdout]   |                         |                     the same lifetime is hidden here
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<'_, &[u8]> {
[INFO] [stdout]   |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling base58ck v0.1.0
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling secp256k1 v0.29.1
[INFO] [stderr]    Compiling bitcoin_slices v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lib.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub mod test_common {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/block.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]    |                   |         ||
[INFO] [stdout]    |                   |         |the same lifetime is hidden here
[INFO] [stdout]    |                   |         the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn header(&self) -> &BlockHeader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/out_point.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/script.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_in.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |                    |         ||
[INFO] [stdout]    |                    |         |the same lifetime is hidden here
[INFO] [stdout]    |                    |         the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn prevout(&self) -> &OutPoint<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/tx_out.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stdout]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bsl/witnesses.rs:20:59
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<Self> {
[INFO] [stdout]    |                          -- the lifetime is named here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<'a, Self> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/slice.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<&[u8]> {
[INFO] [stdout]   |                         ^^^^^                 ^^^^^^^^^^^^^^
[INFO] [stdout]   |                         |                     |       |
[INFO] [stdout]   |                         |                     |       the same lifetime is elided here
[INFO] [stdout]   |                         |                     the same lifetime is hidden here
[INFO] [stdout]   |                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<'_, &[u8]> {
[INFO] [stdout]   |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a constant
[INFO] [stdout]   --> src/lib.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub const GENESIS_TX: [u8; 204] = hex!("01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d04ff...
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a constant
[INFO] [stdout]   --> src/lib.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub const GENESIS_BLOCK_HEADER: [u8; 80] = hex!("0100000000000000000000000000000000000000000000000000000000000000000000003ba3edf...
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a constant
[INFO] [stdout]   --> src/lib.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub const GENESIS_BLOCK: [u8;285] = hex!("0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12...
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         pub fn new_exact(parsed: T) -> Self {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/lib.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn reverse(arr: [u8; 32]) -> [u8; 32] {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 31.73s
[INFO] running `Command { std: "docker" "inspect" "f763d4fc978e3403c59d76092112498b53c94fae581ae52cd3cb1d83ebce9c93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f763d4fc978e3403c59d76092112498b53c94fae581ae52cd3cb1d83ebce9c93", kill_on_drop: false }`
[INFO] [stdout] f763d4fc978e3403c59d76092112498b53c94fae581ae52cd3cb1d83ebce9c93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 753195df70bb57448ba12df5726e2508bd917125fc9e86505b2936851fbd81cd
[INFO] running `Command { std: "docker" "start" "-a" "753195df70bb57448ba12df5726e2508bd917125fc9e86505b2936851fbd81cd", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/bsl/block.rs:59:19
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn header(&self) -> &BlockHeader {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stderr]    |                   |         ||
[INFO] [stderr]    |                   |         |the same lifetime is hidden here
[INFO] [stderr]    |                   |         the same lifetime is elided here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn header(&self) -> &BlockHeader<'_> {
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bsl/out_point.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stderr]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bsl/script.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stderr]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bsl/tx_in.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stderr]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/bsl/tx_in.rs:33:20
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn prevout(&self) -> &OutPoint {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^^^^
[INFO] [stderr]    |                    |         ||
[INFO] [stderr]    |                    |         |the same lifetime is hidden here
[INFO] [stderr]    |                    |         the same lifetime is elided here
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn prevout(&self) -> &OutPoint<'_> {
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bsl/tx_out.rs:13:34
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn parse(slice: &'a [u8]) -> SResult<Self> {
[INFO] [stderr]    |                      --          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn parse(slice: &'a [u8]) -> SResult<'a, Self> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bsl/witnesses.rs:20:59
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<Self> {
[INFO] [stderr]    |                          -- the lifetime is named here    ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub fn parse(slice: &'a [u8], total_inputs: usize) -> SResult<'a, Self> {
[INFO] [stderr]    |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/slice.rs:6:25
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<&[u8]> {
[INFO] [stderr]   |                         ^^^^^                 ^^^^^^^^^^^^^^
[INFO] [stderr]   |                         |                     |       |
[INFO] [stderr]   |                         |                     |       the same lifetime is elided here
[INFO] [stderr]   |                         |                     the same lifetime is hidden here
[INFO] [stderr]   |                         the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn read_slice(from: &[u8], len: usize) -> SResult<'_, &[u8]> {
[INFO] [stderr]   |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `bitcoin_slices` (lib) generated 8 warnings (run `cargo fix --lib -p bitcoin_slices` to apply 8 suggestions)
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]   --> src/lib.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub mod test_common {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:4:9
[INFO] [stderr]    |
[INFO] [stderr]  4 | #![warn(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a constant
[INFO] [stderr]   --> src/lib.rs:53:5
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub const GENESIS_TX: [u8; 204] = hex!("01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d04ff...
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a constant
[INFO] [stderr]   --> src/lib.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub const GENESIS_BLOCK_HEADER: [u8; 80] = hex!("0100000000000000000000000000000000000000000000000000000000000000000000003ba3edf...
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a constant
[INFO] [stderr]   --> src/lib.rs:55:5
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub const GENESIS_BLOCK: [u8;285] = hex!("0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12...
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]   --> src/lib.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |         pub fn new_exact(parsed: T) -> Self {
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a function
[INFO] [stderr]   --> src/lib.rs:63:5
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn reverse(arr: [u8; 32]) -> [u8; 32] {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bitcoin_slices` (lib test) generated 14 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bitcoin_slices-6fc30e06a300eea5)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test bsl::block_header::test::size_of ... ok
[INFO] [stdout] test bsl::len::test::size_of ... ok
[INFO] [stdout] test bsl::len::test::test_len_slice ... ok
[INFO] [stdout] test bsl::len::test::test_parse_len ... ok
[INFO] [stdout] test bsl::out_point::test::parse_out_point ... ok
[INFO] [stdout] test bsl::script::test::parse_script ... ok
[INFO] [stdout] test bsl::transaction::test::parse_genesis_transaction ... ok
[INFO] [stdout] test bsl::transaction::test::parse_nonminimal_transaction ... ok
[INFO] [stdout] test bsl::block_header::test::parse_block ... ok
[INFO] [stdout] test bsl::len::test::test_scan_len ... ok
[INFO] [stdout] test bsl::tx_in::test::parse_tx_in ... ok
[INFO] [stdout] test bsl::block::test::size_of ... ok
[INFO] [stdout] test bsl::transaction::test::parse_segwit_transaction ... ok
[INFO] [stdout] test bsl::tx_ins::test::size_of ... ok
[INFO] [stdout] test bsl::transaction::test::size_of ... ok
[INFO] [stdout] test bsl::tx_out::test::parse_tx_out ... ok
[INFO] [stdout] test bsl::tx_outs::test::parse_tx_outs ... ok
[INFO] [stdout] test bsl::tx_outs::test::size_of ... ok
[INFO] [stdout] test bsl::witness::test::visit_witness ... ok
[INFO] [stdout] test bsl::witnesses::test::parse_witnesses ... ok
[INFO] [stdout] test bsl::tx_outs::test::visit_tx_outs ... ok
[INFO] [stdout] test bsl::tx_outs::test::iter_tx_outs ... ok
[INFO] [stdout] test number::test::numbers ... ok
[INFO] [stdout] test number::test::test_read_functions ... ok
[INFO] [stdout] test bsl::witnesses::test::visit_witnesses ... ok
[INFO] [stdout] test slice::test::read_slice ... ok
[INFO] [stdout] test error::test::size_of ... ok
[INFO] [stdout] test bsl::tx_ins::test::visit_tx_ins ... ok
[INFO] [stdout] test bsl::witness::test::parse_witness ... ok
[INFO] [stdout] test bsl::tx_ins::test::parse_tx_ins ... ok
[INFO] [stdout] test bsl::block::test::parse_block ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bitcoin_slices
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 103) ... ok
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "753195df70bb57448ba12df5726e2508bd917125fc9e86505b2936851fbd81cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "753195df70bb57448ba12df5726e2508bd917125fc9e86505b2936851fbd81cd", kill_on_drop: false }`
[INFO] [stdout] 753195df70bb57448ba12df5726e2508bd917125fc9e86505b2936851fbd81cd
