[INFO] crate wagyu-zcash 0.6.0 is already in cache [INFO] checking wagyu-zcash-0.6.0 against master#9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7 for pr-64564 [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 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-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 `"/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/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] 637518f74fd1d2083f9e73aaee41d33c1ee1d9b51f4ca43bec7a6a84ad9c4e0c [INFO] running `"docker" "start" "-a" "637518f74fd1d2083f9e73aaee41d33c1ee1d9b51f4ca43bec7a6a84ad9c4e0c"` [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking blake2b_simd v0.5.8 [INFO] [stderr] Checking blake2s_simd v0.5.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Compiling proc-macro-hack v0.5.10 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking ripemd160 v0.7.0 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking aes v0.2.0 [INFO] [stderr] Checking ethereum-types-serialize v0.2.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking fixed-hash v0.2.5 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking ethbloom v0.5.3 [INFO] [stderr] Compiling hex-literal-impl v0.2.1 [INFO] [stderr] Checking fpe v0.1.0 [INFO] [stderr] Checking ethereum-types v0.4.2 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Compiling field-derive v0.6.1 [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-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[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: 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "637518f74fd1d2083f9e73aaee41d33c1ee1d9b51f4ca43bec7a6a84ad9c4e0c"` [INFO] running `"docker" "rm" "-f" "637518f74fd1d2083f9e73aaee41d33c1ee1d9b51f4ca43bec7a6a84ad9c4e0c"` [INFO] [stdout] 637518f74fd1d2083f9e73aaee41d33c1ee1d9b51f4ca43bec7a6a84ad9c4e0c