[INFO] crate wagyu-ethereum 0.6.0 is already in cache [INFO] checking wagyu-ethereum-0.6.0 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate wagyu-ethereum 0.6.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate wagyu-ethereum 0.6.0 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b36ff08e03b4e580909f06b71593fe93d0fc554354f9dd7e3d949a5204678ca4 [INFO] running `"docker" "start" "-a" "b36ff08e03b4e580909f06b71593fe93d0fc554354f9dd7e3d949a5204678ca4"` [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking bitvec v0.14.0 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking failure v0.1.5 [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-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[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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b36ff08e03b4e580909f06b71593fe93d0fc554354f9dd7e3d949a5204678ca4"` [INFO] running `"docker" "rm" "-f" "b36ff08e03b4e580909f06b71593fe93d0fc554354f9dd7e3d949a5204678ca4"` [INFO] [stdout] b36ff08e03b4e580909f06b71593fe93d0fc554354f9dd7e3d949a5204678ca4