[INFO] crate ophelia-ed25519 0.2.0 is already in cache [INFO] checking ophelia-ed25519-0.2.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate ophelia-ed25519 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ophelia-ed25519 0.2.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ophelia-ed25519 0.2.0 [INFO] finished tweaking crates.io crate ophelia-ed25519 0.2.0 [INFO] tweaked toml for crates.io crate ophelia-ed25519 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] b54cd360397332509d48ac087e2d26ab6b5e678b8d1bafdcdcfc30c2b668b3b8 [INFO] running `"docker" "start" "-a" "b54cd360397332509d48ac087e2d26ab6b5e678b8d1bafdcdcfc30c2b668b3b8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Compiling sha2-asm v0.5.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling ophelia-derive v0.2.0 [INFO] [stderr] Compiling quickcheck_macros v0.8.0 [INFO] [stderr] Checking thiserror v1.0.16 [INFO] [stderr] Checking ophelia-hasher v0.2.0 [INFO] [stderr] Checking ophelia v0.2.0 [INFO] [stderr] Checking ophelia-ed25519 v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `ophelia_quickcheck` [INFO] [stderr] --> src/lib.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | use ophelia_quickcheck::{impl_quickcheck_for_privatekey, AHashValue}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `ophelia_quickcheck` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `impl_quickcheck_for_privatekey` [INFO] [stderr] --> src/lib.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | impl_quickcheck_for_privatekey!(Ed25519PrivateKey); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Ed25519PrivateKey: quickcheck::arbitrary::Arbitrary` is not satisfied [INFO] [stderr] --> src/lib.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | #[quickcheck] [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `quickcheck::arbitrary::Arbitrary` is not implemented for `Ed25519PrivateKey` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.9.2/src/tester.rs:195:22 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn quickcheck(f: A) { [INFO] [stderr] | -------- required by this bound in `quickcheck::tester::quickcheck` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `quickcheck::tester::Testable` for `fn(Ed25519PrivateKey) -> bool` [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Ed25519PrivateKey: quickcheck::arbitrary::Arbitrary` is not satisfied [INFO] [stderr] --> src/lib.rs:292:5 [INFO] [stderr] | [INFO] [stderr] 292 | #[quickcheck] [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `quickcheck::arbitrary::Arbitrary` is not implemented for `Ed25519PrivateKey` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.9.2/src/tester.rs:195:22 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn quickcheck(f: A) { [INFO] [stderr] | -------- required by this bound in `quickcheck::tester::quickcheck` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `quickcheck::tester::Testable` for `fn(Ed25519PrivateKey) -> bool` [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ophelia-ed25519`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b54cd360397332509d48ac087e2d26ab6b5e678b8d1bafdcdcfc30c2b668b3b8"` [INFO] running `"docker" "rm" "-f" "b54cd360397332509d48ac087e2d26ab6b5e678b8d1bafdcdcfc30c2b668b3b8"` [INFO] [stdout] b54cd360397332509d48ac087e2d26ab6b5e678b8d1bafdcdcfc30c2b668b3b8