[INFO] crate cryptonote-wallet 0.2.0 is already in cache [INFO] testing cryptonote-wallet-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate cryptonote-wallet 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cryptonote-wallet 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cryptonote-wallet 0.2.0 [INFO] finished tweaking crates.io crate cryptonote-wallet 0.2.0 [INFO] tweaked toml for crates.io crate cryptonote-wallet 0.2.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 92c2975319263f6970f0c104f8f2b547272bd5525f19319358c41f16b66ee1b1 [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" "92c2975319263f6970f0c104f8f2b547272bd5525f19319358c41f16b66ee1b1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [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 leb128 v0.2.4 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling cryptonote-varint v0.1.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clear_on_drop v0.2.4 [INFO] [stderr] Compiling cryptonote-config v0.1.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling cryptonote-currency v0.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rust-base58 v0.0.4 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cryptonote-base58 v0.1.2 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling curve25519-dalek v2.1.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling cexpr v0.3.6 [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" "92c2975319263f6970f0c104f8f2b547272bd5525f19319358c41f16b66ee1b1"` [INFO] running `"docker" "rm" "-f" "92c2975319263f6970f0c104f8f2b547272bd5525f19319358c41f16b66ee1b1"` [INFO] [stdout] 92c2975319263f6970f0c104f8f2b547272bd5525f19319358c41f16b66ee1b1