[INFO] updating cached repository paritytech/ethkey [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/paritytech/ethkey [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/paritytech/ethkey" "work/ex/beta-1.38-1/sources/1.37.0/gh/paritytech/ethkey"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/paritytech/ethkey'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/paritytech/ethkey" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paritytech/ethkey"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paritytech/ethkey'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6d710c15c39aa2511226cf2ba4ba0f7065af99a4 [INFO] sha for GitHub repo paritytech/ethkey: 6d710c15c39aa2511226cf2ba4ba0f7065af99a4 [INFO] validating manifest of paritytech/ethkey on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of paritytech/ethkey on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing paritytech/ethkey [INFO] finished frobbing paritytech/ethkey [INFO] frobbed toml for paritytech/ethkey written to work/ex/beta-1.38-1/sources/1.37.0/gh/paritytech/ethkey/Cargo.toml [INFO] started frobbing paritytech/ethkey [INFO] finished frobbing paritytech/ethkey [INFO] frobbed toml for paritytech/ethkey written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paritytech/ethkey/Cargo.toml [INFO] crate paritytech/ethkey already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/paritytech/ethkey/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/ethcore/rust-secp256k1` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/ethcore/rust-secp256k1` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing paritytech/ethkey against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paritytech/ethkey:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 6ecaba4d696d74dc2f34a3b9cb9f225df74d086038a983fa4d7dd8fa0c961e66 [INFO] running `"docker" "start" "-a" "6ecaba4d696d74dc2f34a3b9cb9f225df74d086038a983fa4d7dd8fa0c961e66"` [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling eth-secp256k1 v0.5.7 (https://github.com/ethcore/rust-secp256k1#9791e79f) [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling ethkey v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SECP256K1: secp256k1::Secp256k1 = secp256k1::Secp256k1::new(); [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> src/primitive.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct $name([u8; $size]); [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 64]` [INFO] [stderr] ... [INFO] [stderr] 117 | impl_primitive!(Public, 64, Error::InvalidPublic); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Eq` for `[u8; 64]` [INFO] [stderr] = note: required by `std::cmp::AssertParamIsEq` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rand::OsRng: secp256k1::rand::RngCore` is not satisfied [INFO] [stderr] --> src/random.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | let (sec, publ) = try!(context.generate_keypair(&mut rng)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `secp256k1::rand::RngCore` is not implemented for `rand::OsRng` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `secp256k1::rand::Rng` for `rand::OsRng` [INFO] [stderr] [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> src/signature.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Signature([u8; 65]); [INFO] [stderr] | ^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 65]` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Eq` for `[u8; 65]` [INFO] [stderr] = note: required by `std::cmp::AssertParamIsEq` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `ethkey`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6ecaba4d696d74dc2f34a3b9cb9f225df74d086038a983fa4d7dd8fa0c961e66"` [INFO] running `"docker" "rm" "-f" "6ecaba4d696d74dc2f34a3b9cb9f225df74d086038a983fa4d7dd8fa0c961e66"` [INFO] [stdout] 6ecaba4d696d74dc2f34a3b9cb9f225df74d086038a983fa4d7dd8fa0c961e66