noah-api 0.4.0

Noah Platform Interface
Documentation
Build #2039734 2025-04-25 19:39:54

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.88.0-nightly (d7ea436a0 2025-04-24)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/noah-api-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/noah-api-0.4.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250424-1.88.0-nightly-d7ea436a0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 15f2d4c509c0d7bb6725e1845c8744b6eb74498abd3efe40d738ebdf58760bdc
[INFO] running `Command { std: "docker" "start" "-a" "15f2d4c509c0d7bb6725e1845c8744b6eb74498abd3efe40d738ebdf58760bdc", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking noah-crypto v0.4.0
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:187:46
[INFO] [stderr]     |
[INFO] [stderr] 187 |             amount: cs.allocate(zero_scalar).c(d!())?,
[INFO] [stderr]     |                                              ^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:188:50
[INFO] [stderr]     |
[INFO] [stderr] 188 |             asset_type: cs.allocate(zero_scalar).c(d!())?,
[INFO] [stderr]     |                                                  ^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:315:47
[INFO] [stderr]     |
[INFO] [stderr] 315 |                     amount: cs.allocate(None).c(d!(NoahError::R1CSProofError))?,
[INFO] [stderr]     |                                               ^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:316:51
[INFO] [stderr]     |
[INFO] [stderr] 316 |                     asset_type: cs.allocate(None).c(d!(NoahError::R1CSProofError))?,
[INFO] [stderr]     |                                                   ^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:327:26
[INFO] [stderr]     |
[INFO] [stderr] 325 |                       amount: cs
[INFO] [stderr]     |  _____________________________-
[INFO] [stderr] 326 | |                         .allocate(Some(v.amount.0))
[INFO] [stderr] 327 | |                         .c(d!(NoahError::R1CSProofError))?,
[INFO] [stderr]     | |                         -^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_________________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:330:26
[INFO] [stderr]     |
[INFO] [stderr] 328 |                       asset_type: cs
[INFO] [stderr]     |  _________________________________-
[INFO] [stderr] 329 | |                         .allocate(Some(v.asset_type.0))
[INFO] [stderr] 330 | |                         .c(d!(NoahError::R1CSProofError))?,
[INFO] [stderr]     | |                         -^ method cannot be called on `Result<Variable, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_________________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<Variable, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<noah_bulletproofs::r1cs::Variable, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(), R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:414:6
[INFO] [stderr]     |
[INFO] [stderr] 393 | /     cs.specify_randomized_constraints(move |cs| {
[INFO] [stderr] 394 | |         let w1 = cs.challenge_scalar(b"mix challenge1");
[INFO] [stderr] 395 | |         let w2 = cs.challenge_scalar(b"mix challenge2");
[INFO] [stderr] 396 | |         let w3 = cs.challenge_scalar(b"mix challenge3");
[INFO] [stderr] ...   |
[INFO] [stderr] 413 | |     })
[INFO] [stderr] 414 | |     .c(d!())?;
[INFO] [stderr]     | |     -^ method cannot be called on `Result<(), R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(), noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(), R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:462:6
[INFO] [stderr]     |
[INFO] [stderr] 440 | /     cs.specify_randomized_constraints(move |cs| {
[INFO] [stderr] 441 | |         let challenge = cs.challenge_scalar(b"k-value shuffle challenge");
[INFO] [stderr] 442 | |         let mut single_input = Vec::with_capacity(l);
[INFO] [stderr] 443 | |         let mut single_perm = Vec::with_capacity(l);
[INFO] [stderr] ...   |
[INFO] [stderr] 461 | |     })
[INFO] [stderr] 462 | |     .c(d!())?;
[INFO] [stderr]     | |     -^ method cannot be called on `Result<(), R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(), noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(Variable, Variable, Variable), R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/mix.rs:546:10
[INFO] [stderr]     |
[INFO] [stderr] 530 |           let (a, b, o) = match value_bytes.as_ref() {
[INFO] [stderr]     |  _________________________-
[INFO] [stderr] 531 | |             Some(bytes) => {
[INFO] [stderr] 532 | |                 let index = i >> 3;
[INFO] [stderr] 533 | |                 if index > bytes.len() {
[INFO] [stderr] ...   |
[INFO] [stderr] 546 | |         .c(d!())?;
[INFO] [stderr]     | |         -^ method cannot be called on `Result<(Variable, Variable, Variable), R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(Variable, Variable, Variable), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::Variable), noah_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::Variable, noah_bulletproofs::r1cs::Variable), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(RangeProof, Vec<CompressedRistretto>), ProofError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/range.rs:30:6
[INFO] [stderr]     |
[INFO] [stderr] 22  |       let (proof, coms) = RangeProof::prove_multiple(
[INFO] [stderr]     |  _________________________-
[INFO] [stderr] 23  | |         bp_gens,
[INFO] [stderr] 24  | |         &pc_gens,
[INFO] [stderr] 25  | |         transcript,
[INFO] [stderr] ...   |
[INFO] [stderr] 30  | |     .c(d!(NoahError::RangeProofProveError))?;
[INFO] [stderr]     | |     -^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     | |_____|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:7:1
[INFO] [stderr]     |
[INFO] [stderr] 7   |   pub enum ProofError {
[INFO] [stderr]     |   ------------------- doesn't satisfy `noah_bulletproofs::ProofError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(RangeProof, Vec<CompressedRistretto>), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::ProofError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(RangeProof, Vec<noah_curve25519_dalek::ristretto::CompressedRistretto>), noah_bulletproofs::ProofError>: noah_algebra::prelude::RucResult<(RangeProof, Vec<noah_curve25519_dalek::ristretto::CompressedRistretto>), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(), ProofError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/range.rs:65:6
[INFO] [stderr]     |
[INFO] [stderr] 56  | /     RangeProof::batch_verify(
[INFO] [stderr] 57  | |         prng,
[INFO] [stderr] 58  | |         proofs,
[INFO] [stderr] 59  | |         transcripts,
[INFO] [stderr] ...   |
[INFO] [stderr] 65  | |     .c(d!(NoahError::RangeProofVerifyError))
[INFO] [stderr]     | |     -^ method cannot be called on `Result<(), ProofError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-bulletproofs-4.1.0/src/errors.rs:7:1
[INFO] [stderr]     |
[INFO] [stderr] 7   |   pub enum ProofError {
[INFO] [stderr]     |   ------------------- doesn't satisfy `noah_bulletproofs::ProofError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `noah_bulletproofs::ProofError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(), noah_bulletproofs::ProofError>: noah_algebra::prelude::RucResult<(), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FqConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:44:47
[INFO] [stderr]     |
[INFO] [stderr] 44  |         let x_var = cs.allocate((*x).clone()).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                               ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FqConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FqConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:45:47
[INFO] [stderr]     |
[INFO] [stderr] 45  |         let y_var = cs.allocate((*y).clone()).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                               ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FqConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(Variable<Fp<MontBackend<FqConfig, 4>, 4>>, ..., ...), ...>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:115:22
[INFO] [stderr]     |
[INFO] [stderr] 113 |                   let (bit_var, one_minus_bit_var, product) = cs
[INFO] [stderr]     |  _____________________________________________________________-
[INFO] [stderr] 114 | |                     .allocate_multiplier(Some((Fq::from(*bit), Fq::from(1 - (*bit as u8)))))
[INFO] [stderr] 115 | |                     .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |                     -^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(Variable<Fp<MontBackend<FqConfig, 4>, 4>>, Variable<Fp<MontBackend<FqConfig, 4>, 4>>, Variable<Fp<MontBackend<FqConfig, 4>, 4>>), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(Variable<Fp<MontBackend<FqConfig, 4>, 4>>, ..., ...), ...>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:131:22
[INFO] [stderr]     |
[INFO] [stderr] 129 |                   let (bit_var, one_minus_bit_var, product) = cs
[INFO] [stderr]     |  _____________________________________________________________-
[INFO] [stderr] 130 | |                     .allocate_multiplier(None)
[INFO] [stderr] 131 | |                     .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |                     -^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(Variable<Fp<MontBackend<FqConfig, 4>, 4>>, Variable<Fp<MontBackend<FqConfig, 4>, 4>>, Variable<Fp<MontBackend<FqConfig, 4>, 4>>), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_ed25519::FqConfig, 4>, 4>>), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<R1CSProof<Affine<Parameters>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:299:14
[INFO] [stderr]     |
[INFO] [stderr] 297 |           let proof = prover
[INFO] [stderr]     |  _____________________-
[INFO] [stderr] 298 | |             .prove(prng, &bp_gens)
[INFO] [stderr] 299 | |             .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |             -^ method cannot be called on `Result<R1CSProof<Affine<Parameters>>, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<R1CSProof<Affine<Parameters>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::R1CSProof<ark_ec::short_weierstrass::Affine<Parameters>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::R1CSProof<ark_ec::short_weierstrass::Affine<Parameters>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(), R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_ed25519.rs:355:14
[INFO] [stderr]     |
[INFO] [stderr] 353 | /         verifier
[INFO] [stderr] 354 | |             .verify(&self.0, &pc_gens_for_verifier, &bp_gens)
[INFO] [stderr] 355 | |             .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |             -^ method cannot be called on `Result<(), R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:44:47
[INFO] [stderr]     |
[INFO] [stderr] 44  |         let x_var = cs.allocate((*x).clone()).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                               ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:45:47
[INFO] [stderr]     |
[INFO] [stderr] 45  |         let y_var = cs.allocate((*y).clone()).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                               ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(Variable<Fp<MontBackend<FrConfig, 4>, 4>>, ..., ...), ...>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:115:22
[INFO] [stderr]     |
[INFO] [stderr] 113 |                   let (bit_var, one_minus_bit_var, product) = cs
[INFO] [stderr]     |  _____________________________________________________________-
[INFO] [stderr] 114 | |                     .allocate_multiplier(Some((Fq::from(*bit), Fq::from(1 - (*bit as u8)))))
[INFO] [stderr] 115 | |                     .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |                     -^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(Variable<Fp<MontBackend<FrConfig, 4>, 4>>, Variable<Fp<MontBackend<FrConfig, 4>, 4>>, Variable<Fp<MontBackend<FrConfig, 4>, 4>>), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(Variable<Fp<MontBackend<FrConfig, 4>, 4>>, ..., ...), ...>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:131:22
[INFO] [stderr]     |
[INFO] [stderr] 129 |                   let (bit_var, one_minus_bit_var, product) = cs
[INFO] [stderr]     |  _____________________________________________________________-
[INFO] [stderr] 130 | |                     .allocate_multiplier(None)
[INFO] [stderr] 131 | |                     .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |                     -^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(Variable<Fp<MontBackend<FrConfig, 4>, 4>>, Variable<Fp<MontBackend<FrConfig, 4>, 4>>, Variable<Fp<MontBackend<FrConfig, 4>, 4>>), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>), _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:189:46
[INFO] [stderr]     |
[INFO] [stderr] 189 |             let s_var = cs.allocate(Some(s)).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                              ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:199:43
[INFO] [stderr]     |
[INFO] [stderr] 199 |             let s_var = cs.allocate(None).c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     |                                           ^ method cannot be called due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub enum R1CSError {
[INFO] [stderr]     | ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 | pub enum Result<T, E> {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: RucResult<Variable<Fp<MontBackend<FrConfig, 4>, 4>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::Variable<ark_ff::Fp<MontBackend<ark_secq256k1::FrConfig, 4>, 4>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<R1CSProof<Affine<Config>>, R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:300:14
[INFO] [stderr]     |
[INFO] [stderr] 298 |           let proof = prover
[INFO] [stderr]     |  _____________________-
[INFO] [stderr] 299 | |             .prove(prng, &bp_gens)
[INFO] [stderr] 300 | |             .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |             -^ method cannot be called on `Result<R1CSProof<Affine<Config>>, R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<R1CSProof<Affine<Config>>, _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<ark_bulletproofs::r1cs::R1CSProof<ark_ec::short_weierstrass::Affine<ark_secq256k1::Config>>, ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<ark_bulletproofs::r1cs::R1CSProof<ark_ec::short_weierstrass::Affine<ark_secq256k1::Config>>, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `c` exists for enum `Result<(), R1CSError>`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noah-crypto-0.4.0/src/bulletproofs/scalar_mul_for_secp256k1.rs:356:14
[INFO] [stderr]     |
[INFO] [stderr] 354 | /         verifier
[INFO] [stderr] 355 | |             .verify(&self.0, &pc_gens_for_verifier, &bp_gens)
[INFO] [stderr] 356 | |             .c(d!(NoahError::R1CSProofError))?;
[INFO] [stderr]     | |             -^ method cannot be called on `Result<(), R1CSError>` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-bulletproofs-4.1.1/src/errors.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 |   pub enum R1CSError {
[INFO] [stderr]     |   ------------------ doesn't satisfy `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:528:1
[INFO] [stderr]     |
[INFO] [stderr] 528 |   pub enum Result<T, E> {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: RucResult<(), _>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `ark_bulletproofs::r1cs::R1CSError: StdError`
[INFO] [stderr]             which is required by `std::result::Result<(), ark_bulletproofs::r1cs::R1CSError>: noah_algebra::prelude::RucResult<(), _>`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `noah-crypto` (lib) due to 25 previous errors
[INFO] running `Command { std: "docker" "inspect" "15f2d4c509c0d7bb6725e1845c8744b6eb74498abd3efe40d738ebdf58760bdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15f2d4c509c0d7bb6725e1845c8744b6eb74498abd3efe40d738ebdf58760bdc", kill_on_drop: false }`
[INFO] [stdout] 15f2d4c509c0d7bb6725e1845c8744b6eb74498abd3efe40d738ebdf58760bdc