[INFO] updating cached repository https://github.com/paritytech/ethstore [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fd1c8982ef9ebf8c3581a7fd03e6b55d7b8242ab [INFO] checking paritytech/ethstore against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fethstore" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paritytech/ethstore on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/paritytech/ethstore [INFO] finished tweaking git repo https://github.com/paritytech/ethstore [INFO] tweaked toml for git repo https://github.com/paritytech/ethstore written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/paritytech/ethstore already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/src/bin/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/ethcore/ethkey` [INFO] [stderr] Updating git repository `https://github.com/ethcore/rust-secp256k1` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/src/bin/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60c217b4a050dfdc54b913925e38a289ef3a7d3257f2b354dfb960d9a3015b31 [INFO] running `"docker" "start" "-a" "60c217b4a050dfdc54b913925e38a289ef3a7d3257f2b354dfb960d9a3015b31"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling syntex_pos v0.39.0 [INFO] [stderr] Compiling eth-secp256k1 v0.6.0 (https://github.com/ethcore/rust-secp256k1#c2eca4ff) [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling syntex_errors v0.39.0 [INFO] [stderr] Compiling syntex_syntax v0.33.0 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Compiling syntex_syntax v0.39.0 [INFO] [stderr] Checking ethkey v0.2.0 (https://github.com/ethcore/ethkey#6d710c15) [INFO] [stderr] error[E0277]: arrays only have std trait implementations for lengths 0..=32 [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ethkey-95aa82585dcb317c/6d710c1/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] --> /opt/rustwide/cargo-home/git/checkouts/ethkey-95aa82585dcb317c/6d710c1/src/random.rs:11:51 [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] --> /opt/rustwide/cargo-home/git/checkouts/ethkey-95aa82585dcb317c/6d710c1/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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.33.0/src/ext/base.rs:487:33 [INFO] [stderr] | [INFO] [stderr] 487 | ... ext::quote::expand_quote_item)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected concrete lifetime, found bound lifetime parameter 'cx [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r, 's> fn(&'cx mut ext::base::ExtCtxt<'r>, codemap::Span, &'s [ast::TokenTree]) -> std::boxed::Box<(dyn ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'r, 's, 't0> fn(&'r mut ext::base::ExtCtxt<'s>, codemap::Span, &'t0 [ast::TokenTree]) -> std::boxed::Box {ext::quote::expand_quote_item::<'_>}` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `syntex_syntax`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0502]: cannot borrow `cx.parse_sess.span_diagnostic` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.39.0/src/ext/expand.rs:659:25 [INFO] [stderr] | [INFO] [stderr] 649 | let mut expander = MacroExpander::new(&mut cx); [INFO] [stderr] | ------- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 659 | let err_count = cx.parse_sess.span_diagnostic.err_count(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 660 | let mut ret = expander.fold_crate(c); [INFO] [stderr] | -------- mutable borrow later used here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "60c217b4a050dfdc54b913925e38a289ef3a7d3257f2b354dfb960d9a3015b31"` [INFO] running `"docker" "rm" "-f" "60c217b4a050dfdc54b913925e38a289ef3a7d3257f2b354dfb960d9a3015b31"` [INFO] [stdout] 60c217b4a050dfdc54b913925e38a289ef3a7d3257f2b354dfb960d9a3015b31