[INFO] updating cached repository https://github.com/cryptonote-rust/wallet [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] 4eb4ec04dc932d4781c426213fee6d284910e25a [INFO] testing cryptonote-rust/wallet against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcryptonote-rust%2Fwallet" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cryptonote-rust/wallet on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cryptonote-rust/wallet [INFO] finished tweaking git repo https://github.com/cryptonote-rust/wallet [INFO] tweaked toml for git repo https://github.com/cryptonote-rust/wallet written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 823d0c11b12a0798832ca95548d3f62f586af0e297809288ffcd6f5e9acce430 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "823d0c11b12a0798832ca95548d3f62f586af0e297809288ffcd6f5e9acce430"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling bindgen v0.45.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling cryptonote-basic v0.1.0 [INFO] [stderr] Compiling cryptonote-varint v0.1.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clear_on_drop v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling cryptonote-config v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling cryptonote-currency v0.1.0 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling curve25519-dalek v2.1.0 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling rust-base58 v0.0.4 [INFO] [stderr] Compiling cryptonote-base58 v0.1.2 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling cryptonote-account v0.1.4 [INFO] [stderr] error[E0277]: the trait bound `rand_os::OsRng: rand_core::CryptoRng` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cryptonote-account-0.1.4/src/lib.rs:116:44 [INFO] [stderr] | [INFO] [stderr] 116 | let spend: Keypair = Keypair::generate(&mut spend_rng); [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand_os::OsRng` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:12 [INFO] [stderr] | [INFO] [stderr] 130 | R: CryptoRng + RngCore, [INFO] [stderr] | --------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate` [INFO] [stderr] | [INFO] [stderr] help: trait impl with same name found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:430:1 [INFO] [stderr] | [INFO] [stderr] 430 | impl<'a, R: CryptoRng + ?Sized> CryptoRng for &'a mut R {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: perhaps two different versions of crate `rand_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rand_os::OsRng: rand_core::RngCore` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cryptonote-account-0.1.4/src/lib.rs:116:44 [INFO] [stderr] | [INFO] [stderr] 116 | let spend: Keypair = Keypair::generate(&mut spend_rng); [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand_os::OsRng` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:24 [INFO] [stderr] | [INFO] [stderr] 130 | R: CryptoRng + RngCore, [INFO] [stderr] | ------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate` [INFO] [stderr] | [INFO] [stderr] help: trait impl with same name found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / impl<'a, R: RngCore + ?Sized> RngCore for &'a mut R { [INFO] [stderr] 374 | | #[inline(always)] [INFO] [stderr] 375 | | fn next_u32(&mut self) -> u32 { [INFO] [stderr] 376 | | (**self).next_u32() [INFO] [stderr] ... | [INFO] [stderr] 392 | | } [INFO] [stderr] 393 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: perhaps two different versions of crate `rand_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rand_os::OsRng: rand_core::CryptoRng` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cryptonote-account-0.1.4/src/lib.rs:117:43 [INFO] [stderr] | [INFO] [stderr] 117 | let view: Keypair = Keypair::generate(&mut view_rng); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand_os::OsRng` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:12 [INFO] [stderr] | [INFO] [stderr] 130 | R: CryptoRng + RngCore, [INFO] [stderr] | --------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate` [INFO] [stderr] | [INFO] [stderr] help: trait impl with same name found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:430:1 [INFO] [stderr] | [INFO] [stderr] 430 | impl<'a, R: CryptoRng + ?Sized> CryptoRng for &'a mut R {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: perhaps two different versions of crate `rand_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rand_os::OsRng: rand_core::RngCore` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cryptonote-account-0.1.4/src/lib.rs:117:43 [INFO] [stderr] | [INFO] [stderr] 117 | let view: Keypair = Keypair::generate(&mut view_rng); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand_os::OsRng` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:24 [INFO] [stderr] | [INFO] [stderr] 130 | R: CryptoRng + RngCore, [INFO] [stderr] | ------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate` [INFO] [stderr] | [INFO] [stderr] help: trait impl with same name found [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / impl<'a, R: RngCore + ?Sized> RngCore for &'a mut R { [INFO] [stderr] 374 | | #[inline(always)] [INFO] [stderr] 375 | | fn next_u32(&mut self) -> u32 { [INFO] [stderr] 376 | | (**self).next_u32() [INFO] [stderr] ... | [INFO] [stderr] 392 | | } [INFO] [stderr] 393 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: perhaps two different versions of crate `rand_core` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `cryptonote-account`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "823d0c11b12a0798832ca95548d3f62f586af0e297809288ffcd6f5e9acce430"` [INFO] running `"docker" "rm" "-f" "823d0c11b12a0798832ca95548d3f62f586af0e297809288ffcd6f5e9acce430"` [INFO] [stdout] 823d0c11b12a0798832ca95548d3f62f586af0e297809288ffcd6f5e9acce430