[INFO] crate wagyu-ethereum 0.6.0 is already in cache [INFO] testing wagyu-ethereum-0.6.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate wagyu-ethereum 0.6.0 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate wagyu-ethereum 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-ethereum 0.6.0 [INFO] finished tweaking crates.io crate wagyu-ethereum 0.6.0 [INFO] tweaked toml for crates.io crate wagyu-ethereum 0.6.0 written to work/builds/worker-7/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] [stderr] Blocking waiting for file lock on package cache [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 8aefbc410217c83505b42c828305e5853586711f31558b17990eac0225caed17 [INFO] running `"docker" "start" "-a" "8aefbc410217c83505b42c828305e5853586711f31558b17990eac0225caed17"` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling crunchy v0.2.2 [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 base58 v0.1.0 [INFO] [stderr] Compiling bitvec v0.14.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling secp256k1 v0.15.5 [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 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-ethereum v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/address.rs:17:6 [INFO] [stderr] | [INFO] [stderr] 17 | impl Address for EthereumAddress { [INFO] [stderr] | ^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_private_key.rs:38:6 [INFO] [stderr] | [INFO] [stderr] 38 | impl ExtendedPrivateKey for EthereumExtendedPrivateKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/extended_public_key.rs:38:6 [INFO] [stderr] | [INFO] [stderr] 38 | impl ExtendedPublicKey for EthereumExtendedPublicKey { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/mnemonic.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | impl Mnemonic for EthereumMnemonic { [INFO] [stderr] | ^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/private_key.rs:15:6 [INFO] [stderr] | [INFO] [stderr] 15 | impl PrivateKey for EthereumPrivateKey { [INFO] [stderr] | ^^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::marker::PhantomData: wagyu_model::format::Format` is not satisfied [INFO] [stderr] --> src/public_key.rs:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | impl PublicKey for EthereumPublicKey { [INFO] [stderr] | ^^^^^^^^^ the trait `wagyu_model::format::Format` is not implemented for `std::marker::PhantomData` [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-ethereum`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8aefbc410217c83505b42c828305e5853586711f31558b17990eac0225caed17"` [INFO] running `"docker" "rm" "-f" "8aefbc410217c83505b42c828305e5853586711f31558b17990eac0225caed17"` [INFO] [stdout] 8aefbc410217c83505b42c828305e5853586711f31558b17990eac0225caed17