[INFO] fetching crate bitcoins 0.7.0...
[INFO] checking bitcoins-0.7.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bitcoins 0.7.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bitcoins 0.7.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitcoins 0.7.0
[INFO] finished tweaking crates.io crate bitcoins 0.7.0
[INFO] tweaked toml for crates.io crate bitcoins 0.7.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded base58check v0.1.0
[INFO] [stderr]   Downloaded coins-bip32 v0.7.0
[INFO] [stderr]   Downloaded coins-core v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cab097750bd8cb3e7fed48a53255842ca286187359ddf114785d9e7715081b7e
[INFO] running `Command { std: "docker" "start" "-a" "cab097750bd8cb3e7fed48a53255842ca286187359ddf114785d9e7715081b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cab097750bd8cb3e7fed48a53255842ca286187359ddf114785d9e7715081b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cab097750bd8cb3e7fed48a53255842ca286187359ddf114785d9e7715081b7e", kill_on_drop: false }`
[INFO] [stdout] cab097750bd8cb3e7fed48a53255842ca286187359ddf114785d9e7715081b7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e30ee1df814f16a581480641314219d12af932125ba74ea42087311a7340a8fe
[INFO] running `Command { std: "docker" "start" "-a" "e30ee1df814f16a581480641314219d12af932125ba74ea42087311a7340a8fe", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking bech32 v0.7.3
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking base58check v0.1.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking coins-core v0.7.0
[INFO] [stderr]     Checking k256 v0.11.6
[INFO] [stderr]     Checking coins-bip32 v0.7.0
[INFO] [stderr]     Checking bitcoins v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `bases` in the type namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `bases` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `encode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `encode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `decode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `decode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ByteFormat` is imported redundantly
[INFO] [stdout]    --> src/types/txin.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     use super::*;
[INFO] [stdout]     |         -------- the item `ByteFormat` is already imported here
[INFO] [stdout] 205 |     use coins_core::ser::ByteFormat;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ByteFormat` is imported redundantly
[INFO] [stdout]    --> src/types/txout.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     use super::*;
[INFO] [stdout]     |         -------- the item `ByteFormat` is already imported here
[INFO] [stdout] 119 |     use coins_core::ser::ByteFormat;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BitcoinTxIn` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:24
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `BitcoinTxIn` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TxOut` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:37
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `TxOut` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Witness` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:44
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `Witness` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `bases` in the type namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `bases` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `encode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `encode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `decode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `decode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
[INFO] running `Command { std: "docker" "inspect" "e30ee1df814f16a581480641314219d12af932125ba74ea42087311a7340a8fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e30ee1df814f16a581480641314219d12af932125ba74ea42087311a7340a8fe", kill_on_drop: false }`
[INFO] [stdout] e30ee1df814f16a581480641314219d12af932125ba74ea42087311a7340a8fe
[INFO] checking bitcoins-0.7.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bitcoins 0.7.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bitcoins 0.7.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitcoins 0.7.0
[INFO] finished tweaking crates.io crate bitcoins 0.7.0
[INFO] tweaked toml for crates.io crate bitcoins 0.7.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e4a5d051c73a6c26c5827743bdadef08af88d9cc42f7b6e6fd8a94d788db809
[INFO] running `Command { std: "docker" "start" "-a" "7e4a5d051c73a6c26c5827743bdadef08af88d9cc42f7b6e6fd8a94d788db809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e4a5d051c73a6c26c5827743bdadef08af88d9cc42f7b6e6fd8a94d788db809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e4a5d051c73a6c26c5827743bdadef08af88d9cc42f7b6e6fd8a94d788db809", kill_on_drop: false }`
[INFO] [stdout] 7e4a5d051c73a6c26c5827743bdadef08af88d9cc42f7b6e6fd8a94d788db809
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ac51fae4a9bca4f80bc3a0a68d0e5e925ff22e0d09b837fba6cd7e4c48e84d2
[INFO] running `Command { std: "docker" "start" "-a" "5ac51fae4a9bca4f80bc3a0a68d0e5e925ff22e0d09b837fba6cd7e4c48e84d2", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking bech32 v0.7.3
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking base58check v0.1.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking coins-core v0.7.0
[INFO] [stderr]     Checking k256 v0.11.6
[INFO] [stderr]     Checking coins-bip32 v0.7.0
[INFO] [stderr]     Checking bitcoins v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `bases` in the type namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `bases` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `encode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `encode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `decode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `decode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ByteFormat` is imported redundantly
[INFO] [stdout]    --> src/types/txin.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     use super::*;
[INFO] [stdout]     |         -------- the item `ByteFormat` is already imported here
[INFO] [stdout] 205 |     use coins_core::ser::ByteFormat;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ByteFormat` is imported redundantly
[INFO] [stdout]    --> src/types/txout.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     use super::*;
[INFO] [stdout]     |         -------- the item `ByteFormat` is already imported here
[INFO] [stdout] 119 |     use coins_core::ser::ByteFormat;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BitcoinTxIn` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:24
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `BitcoinTxIn` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TxOut` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:37
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `TxOut` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Witness` is imported redundantly
[INFO] [stdout]    --> src/types/witness.rs:458:44
[INFO] [stdout]     |
[INFO] [stdout] 457 |     use super::*;
[INFO] [stdout]     |         -------- the item `Witness` is already imported here
[INFO] [stdout] 458 |     use crate::types::{BitcoinTxIn, TxOut, Witness, WitnessStackItem};
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `bases` in the type namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `bases` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `encode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `encode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/prelude.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 |   pub use crate::{
[INFO] [stdout]   |  _________^
[INFO] [stdout] 2 | |     builder::*,
[INFO] [stdout] 3 | |     enc::*,
[INFO] [stdout] 4 | |     hashes::{BlockHash, TXID, WTXID},
[INFO] [stdout] 5 | |     types::*,
[INFO] [stdout] 6 | | };
[INFO] [stdout]   | |_^ the name `decode_bech32` in the value namespace is first re-exported here
[INFO] [stdout] 7 |
[INFO] [stdout] 8 |   pub use coins_core::prelude::*;
[INFO] [stdout]   |           ---------------------- but the name `decode_bech32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
[INFO] running `Command { std: "docker" "inspect" "5ac51fae4a9bca4f80bc3a0a68d0e5e925ff22e0d09b837fba6cd7e4c48e84d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ac51fae4a9bca4f80bc3a0a68d0e5e925ff22e0d09b837fba6cd7e4c48e84d2", kill_on_drop: false }`
[INFO] [stdout] 5ac51fae4a9bca4f80bc3a0a68d0e5e925ff22e0d09b837fba6cd7e4c48e84d2
