[INFO] crate ophelia-secp256k1 0.2.0 is already in cache [INFO] testing ophelia-secp256k1-0.2.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ophelia-secp256k1 0.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ophelia-secp256k1 0.2.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ophelia-secp256k1 0.2.0 [INFO] finished tweaking crates.io crate ophelia-secp256k1 0.2.0 [INFO] tweaked toml for crates.io crate ophelia-secp256k1 0.2.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 48981bee050f25e9d12014e45dae51c9c147dfb75997f7bcea619e91a0822ced [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" "48981bee050f25e9d12014e45dae51c9c147dfb75997f7bcea619e91a0822ced"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling ophelia-derive v0.2.0 [INFO] [stderr] Compiling ophelia-hasher v0.2.0 [INFO] [stderr] Compiling ophelia v0.2.0 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling ophelia-secp256k1 v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.78s [INFO] running `"docker" "inspect" "48981bee050f25e9d12014e45dae51c9c147dfb75997f7bcea619e91a0822ced"` [INFO] running `"docker" "rm" "-f" "48981bee050f25e9d12014e45dae51c9c147dfb75997f7bcea619e91a0822ced"` [INFO] [stdout] 48981bee050f25e9d12014e45dae51c9c147dfb75997f7bcea619e91a0822ced [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0c0cf5b9e4d993fdd81babb958aaa3b5775fd8b98f06814a468d188a37aed527 [INFO] running `"docker" "start" "-a" "0c0cf5b9e4d993fdd81babb958aaa3b5775fd8b98f06814a468d188a37aed527"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ophelia-secp256k1 v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `ophelia_quickcheck` [INFO] [stderr] --> src/lib.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | 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:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | impl_quickcheck_for_privatekey!(Secp256k1PrivateKey); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Secp256k1PrivateKey: quickcheck::arbitrary::Arbitrary` is not satisfied [INFO] [stderr] --> src/lib.rs:164:5 [INFO] [stderr] | [INFO] [stderr] 164 | #[quickcheck] [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `quickcheck::arbitrary::Arbitrary` is not implemented for `Secp256k1PrivateKey` [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(Secp256k1PrivateKey) -> 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 `Secp256k1PrivateKey: quickcheck::arbitrary::Arbitrary` is not satisfied [INFO] [stderr] --> src/lib.rs:172:5 [INFO] [stderr] | [INFO] [stderr] 172 | #[quickcheck] [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `quickcheck::arbitrary::Arbitrary` is not implemented for `Secp256k1PrivateKey` [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(Secp256k1PrivateKey) -> 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-secp256k1`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0c0cf5b9e4d993fdd81babb958aaa3b5775fd8b98f06814a468d188a37aed527"` [INFO] running `"docker" "rm" "-f" "0c0cf5b9e4d993fdd81babb958aaa3b5775fd8b98f06814a468d188a37aed527"` [INFO] [stdout] 0c0cf5b9e4d993fdd81babb958aaa3b5775fd8b98f06814a468d188a37aed527