[INFO] crate wagyu-bitcoin 0.6.0 is already in cache [INFO] checking wagyu-bitcoin-0.6.0 against master#9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7 for pr-64564 [INFO] extracting crate wagyu-bitcoin 0.6.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate wagyu-bitcoin 0.6.0 on toolchain 9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wagyu-bitcoin 0.6.0 [INFO] finished tweaking crates.io crate wagyu-bitcoin 0.6.0 [INFO] tweaked toml for crates.io crate wagyu-bitcoin 0.6.0 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7699d3d881a1fa3abea5b602ec2f954fde2ef9a54011b1e8d287bc590321f9c6 [INFO] running `"docker" "start" "-a" "7699d3d881a1fa3abea5b602ec2f954fde2ef9a54011b1e8d287bc590321f9c6"` [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking secp256k1 v0.15.5 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking ethereum-types v0.4.2 [INFO] [stderr] Checking keccak-hash v0.1.2 [INFO] [stderr] Checking base58-monero v0.1.1 [INFO] [stderr] Checking wagyu-model v0.6.1 [INFO] [stderr] Checking wagyu-bitcoin v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/address.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | impl Address for BitcoinAddress { [INFO] [stderr] | ^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_private_key.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl ExtendedPrivateKey for BitcoinExtendedPrivateKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_public_key.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl ExtendedPublicKey for BitcoinExtendedPublicKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/mnemonic.rs:56:45 [INFO] [stderr] | [INFO] [stderr] 56 | impl Mnemonic for BitcoinMnemonic { [INFO] [stderr] | ^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/private_key.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | impl PrivateKey for BitcoinPrivateKey { [INFO] [stderr] | ^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/public_key.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | impl PublicKey for BitcoinPublicKey { [INFO] [stderr] | ^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/address.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | impl Address for BitcoinAddress { [INFO] [stderr] | ^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_private_key.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | impl ExtendedPrivateKey for BitcoinExtendedPrivateKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_public_key.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | impl ExtendedPublicKey for BitcoinExtendedPublicKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/mnemonic.rs:56:45 [INFO] [stderr] | [INFO] [stderr] 56 | impl Mnemonic for BitcoinMnemonic { [INFO] [stderr] | ^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/private_key.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | impl PrivateKey for BitcoinPrivateKey { [INFO] [stderr] | ^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `address::Format: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/public_key.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | impl PublicKey for BitcoinPublicKey { [INFO] [stderr] | ^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error: could not compile `wagyu-bitcoin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `wagyu-bitcoin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7699d3d881a1fa3abea5b602ec2f954fde2ef9a54011b1e8d287bc590321f9c6"` [INFO] running `"docker" "rm" "-f" "7699d3d881a1fa3abea5b602ec2f954fde2ef9a54011b1e8d287bc590321f9c6"` [INFO] [stdout] 7699d3d881a1fa3abea5b602ec2f954fde2ef9a54011b1e8d287bc590321f9c6