[INFO] crate schnorr 0.0.6 is already in cache [INFO] checking schnorr-0.0.6 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate schnorr 0.0.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate schnorr 0.0.6 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate schnorr 0.0.6 [INFO] finished tweaking crates.io crate schnorr 0.0.6 [INFO] tweaked toml for crates.io crate schnorr 0.0.6 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7367dfba8ac3b9c563a347766255e9237265857b6d14e0ee9834c7775d935751 [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" "7367dfba8ac3b9c563a347766255e9237265857b6d14e0ee9834c7775d935751"` [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling subtle v2.2.1 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking merlin v1.2.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking schnorr v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `schnorr::prelude` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | use schnorr::prelude::*; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `schnorr` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Keypair` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | let keypair: Keypair = Keypair::generate(&mut csprng); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Keypair` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SigningContext` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:46:19 [INFO] [stderr] | [INFO] [stderr] 46 | let ctx = SigningContext::new(b"this signature does this thing"); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SigningContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Keypair` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | let keypair: Keypair = Keypair::generate(&mut csprng); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Keypair` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SigningContext` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | let ctx = SigningContext::new(b"this signature does this thing"); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SigningContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Keypair` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:74:64 [INFO] [stderr] | [INFO] [stderr] 74 | let keypairs: Vec = (0..size).map(|_| Keypair::generate(&mut csprng)).collect(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Keypair` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SigningContext` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | let ctx = SigningContext::new(b"this signature does this thing"); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SigningContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Keypair` [INFO] [stderr] --> benches/schnorr_benchmarks.rs:95:37 [INFO] [stderr] | [INFO] [stderr] 95 | b.iter(| | Keypair::generate(&mut csprng)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Keypair` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Keypair` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:43:22 [INFO] [stderr] | [INFO] [stderr] 43 | let keypair: Keypair = Keypair::generate(&mut csprng); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::Keypair; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::keys::Keypair; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Keypair` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | let keypair: Keypair = Keypair::generate(&mut csprng); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::Keypair; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::keys::Keypair; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Signature` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | let sig: Signature = keypair.sign(ctx.bytes(msg)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::Signature; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::signature::Signature; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Keypair` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:74:35 [INFO] [stderr] | [INFO] [stderr] 74 | let keypairs: Vec = (0..size).map(|_| Keypair::generate(&mut csprng)).collect(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::Keypair; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::keys::Keypair; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Signature` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | let signatures: Vec = keypairs.iter().map(|key| key.sign(ctx.bytes(msg))).collect(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::Signature; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::signature::Signature; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PublicKey` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:78:38 [INFO] [stderr] | [INFO] [stderr] 78 | let public_keys: Vec = keypairs.iter().map(|key| key.public).collect(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::PublicKey; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::keys::PublicKey; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `verify_batch` in this scope [INFO] [stderr] --> benches/schnorr_benchmarks.rs:82:6 [INFO] [stderr] | [INFO] [stderr] 82 | verify_batch(&transcripts[..], &signatures[..], &public_keys[..]) [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::signature::verify_batch; [INFO] [stderr] | [INFO] [stderr] 33 | use schnorr::verify_batch; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `schnorr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7367dfba8ac3b9c563a347766255e9237265857b6d14e0ee9834c7775d935751"` [INFO] running `"docker" "rm" "-f" "7367dfba8ac3b9c563a347766255e9237265857b6d14e0ee9834c7775d935751"` [INFO] [stdout] 7367dfba8ac3b9c563a347766255e9237265857b6d14e0ee9834c7775d935751