[INFO] crate wagyu-zcash 0.6.0 is already in cache [INFO] testing wagyu-zcash-0.6.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate wagyu-zcash 0.6.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate wagyu-zcash 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-zcash 0.6.0 [INFO] finished tweaking crates.io crate wagyu-zcash 0.6.0 [INFO] tweaked toml for crates.io crate wagyu-zcash 0.6.0 written to work/builds/worker-6/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 3f6f2532921cec2b9da38913be66f6f2f90a78bdc0f25ed4f6ecc07aa40d3858 [INFO] running `"docker" "start" "-a" "3f6f2532921cec2b9da38913be66f6f2f90a78bdc0f25ed4f6ecc07aa40d3858"` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling byteorder v1.3.2 [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 v2.2.1 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling bech32 v0.6.0 [INFO] [stderr] Compiling base58 v0.1.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling blake2s_simd v0.5.8 [INFO] [stderr] Compiling blake2b_simd v0.5.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling ripemd160 v0.7.0 [INFO] [stderr] Compiling aes v0.2.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling fpe v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling ethereum-types v0.4.2 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling field-derive v0.6.1 [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-zcash 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:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | impl Address for ZcashAddress { [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:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | impl ExtendedPrivateKey for ZcashExtendedPrivateKey { [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:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | impl ExtendedPublicKey for ZcashExtendedPublicKey { [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:248:23 [INFO] [stderr] | [INFO] [stderr] 248 | impl PrivateKey for ZcashPrivateKey { [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:187:23 [INFO] [stderr] | [INFO] [stderr] 187 | impl PublicKey for ZcashPublicKey { [INFO] [stderr] | ^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `address::Format` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `wagyu-zcash`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3f6f2532921cec2b9da38913be66f6f2f90a78bdc0f25ed4f6ecc07aa40d3858"` [INFO] running `"docker" "rm" "-f" "3f6f2532921cec2b9da38913be66f6f2f90a78bdc0f25ed4f6ecc07aa40d3858"` [INFO] [stdout] 3f6f2532921cec2b9da38913be66f6f2f90a78bdc0f25ed4f6ecc07aa40d3858