[INFO] fetching crate schnorr 0.0.6... [INFO] checking schnorr-0.0.6 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate schnorr 0.0.6 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate schnorr 0.0.6 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f8801366cb41eaa59b983da10f94c4c9da4f6388505bb7c622535b853f4b99f1 [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" "f8801366cb41eaa59b983da10f94c4c9da4f6388505bb7c622535b853f4b99f1"` [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 rand_xoshiro v0.1.0 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking blake2 v0.8.1 [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" "f8801366cb41eaa59b983da10f94c4c9da4f6388505bb7c622535b853f4b99f1"` [INFO] running `"docker" "rm" "-f" "f8801366cb41eaa59b983da10f94c4c9da4f6388505bb7c622535b853f4b99f1"` [INFO] [stdout] f8801366cb41eaa59b983da10f94c4c9da4f6388505bb7c622535b853f4b99f1