-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Error:
error: failed to run custom build command for libzcash_script v0.1.0
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
Caused by:
process didn't exit successfully: /Users/runner/work/crosslink-mobile-client/crosslink-mobile-client/rust/target/release/build/libzcash_script-3e1a34efd1b4ad11/build-script-build (exit status: 101)
--- stdout
cargo:rerun-if-changed=depend/zcash/src/script/zcash_script.h
--- stderr
thread 'main' (279929) panicked at /Users/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libzcash_script-0.1.0/build.rs:42:18:
Cargo ‘rust-version’ is a valid value: Custom { kind: InvalidInput, error: "Got an invalid Rust target. Accepted values are of the form "1.71" or "nightly"." }
stack backtrace:
0: __rustc::rust_begin_unwind
at /rustc/c23ed3ef28b3cc30658310f771ddc66e5b687cf4/library/std/src/panicking.rs:690:5
1: core::panicking::panic_fmt
at /rustc/c23ed3ef28b3cc30658310f771ddc66e5b687cf4/library/core/src/panicking.rs:80:14
2: core::result::unwrap_failed
at /rustc/c23ed3ef28b3cc30658310f771ddc66e5b687cf4/library/core/src/result.rs:1867:5
3: <core::result::Result<bindgen::features::RustTarget, std::io::error::Error>>::expect
4: build_script_build::bindgen_headers
5: build_script_build::main
6: <fn() -> core::result::Result<(), build_script_build::Error> as core::ops::function::FnOnce<()>>::call_once
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
warning: build failed, waiting for other jobs to finish...
error: command /Users/runner/.rustup/toolchains/nightly-aarch64-apple-darwin/bin/cargo test --no-run --message-format json-render-diagnostics --features 'ci regchest' --release exited with code 101
Error: Process completed with exit code 101.