[INFO] crate tari_crypto 0.0.1 is already in cache [INFO] extracting crate tari_crypto 0.0.1 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/tari_crypto/0.0.1 [INFO] extracting crate tari_crypto 0.0.1 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/tari_crypto/0.0.1 [INFO] validating manifest of tari_crypto-0.0.1 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tari_crypto-0.0.1 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tari_crypto-0.0.1 [INFO] finished frobbing tari_crypto-0.0.1 [INFO] frobbed toml for tari_crypto-0.0.1 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/tari_crypto/0.0.1/Cargo.toml [INFO] started frobbing tari_crypto-0.0.1 [INFO] finished frobbing tari_crypto-0.0.1 [INFO] frobbed toml for tari_crypto-0.0.1 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/tari_crypto/0.0.1/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tari_crypto-0.0.1 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-5/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/tari_crypto/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9b8c03ac1f4342ab6b76d1bab103ca629e4a5a5aaf0d1b900315f3b27073bf87 [INFO] running `"docker" "start" "-a" "9b8c03ac1f4342ab6b76d1bab103ca629e4a5a5aaf0d1b900315f3b27073bf87"` [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling derive-error v0.0.4 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Compiling curve25519-dalek v1.1.4 [INFO] [stderr] Checking tari_utilities v0.0.1 [INFO] [stderr] Checking tari_crypto v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `tari_crypto::curve25519`, `tari_crypto::keys::SecretKeyFactory` [INFO] [stderr] --> benches/signatures.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | curve25519::{Curve25519EdDSA, Curve25519PublicKey, Curve25519SecretKey}, [INFO] [stderr] | ^^^^^^^^^^ could not find `curve25519` in `tari_crypto` [INFO] [stderr] 8 | keys::{PublicKey, SecretKey, SecretKeyFactory}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `SecretKeyFactory` in `keys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ed25519_dalek` [INFO] [stderr] --> benches/signatures.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use ed25519_dalek::SecretKey as dsk; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `ed25519_dalek` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `PublicKey`, `SecretKey`, `signatures::SchnorrSignature` [INFO] [stderr] --> benches/signatures.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | keys::{PublicKey, SecretKey, SecretKeyFactory}, [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] 9 | signatures::SchnorrSignature, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tari_crypto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9b8c03ac1f4342ab6b76d1bab103ca629e4a5a5aaf0d1b900315f3b27073bf87"` [INFO] running `"docker" "rm" "-f" "9b8c03ac1f4342ab6b76d1bab103ca629e4a5a5aaf0d1b900315f3b27073bf87"` [INFO] [stdout] 9b8c03ac1f4342ab6b76d1bab103ca629e4a5a5aaf0d1b900315f3b27073bf87