[INFO] crate wagyu-bitcoin 0.6.0 is already in cache [INFO] testing wagyu-bitcoin-0.6.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate wagyu-bitcoin 0.6.0 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate wagyu-bitcoin 0.6.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-9/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 72e10b2feeff1aa40b5851b90d572e84dbd45df514d1462afc61419db17ca7b3 [INFO] running `"docker" "start" "-a" "72e10b2feeff1aa40b5851b90d572e84dbd45df514d1462afc61419db17ca7b3"` [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling bech32 v0.6.0 [INFO] [stderr] Compiling bitvec v0.14.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling ethereum-types v0.4.2 [INFO] [stderr] Compiling keccak-hash v0.1.2 [INFO] [stderr] Compiling base58-monero v0.1.1 [INFO] [stderr] Compiling wagyu-model v0.6.1 [INFO] [stderr] Compiling 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: could not compile `wagyu-bitcoin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "72e10b2feeff1aa40b5851b90d572e84dbd45df514d1462afc61419db17ca7b3"` [INFO] running `"docker" "rm" "-f" "72e10b2feeff1aa40b5851b90d572e84dbd45df514d1462afc61419db17ca7b3"` [INFO] [stdout] 72e10b2feeff1aa40b5851b90d572e84dbd45df514d1462afc61419db17ca7b3