[INFO] fetching crate wedpr-indy-crypto 0.4.5... [INFO] testing wedpr-indy-crypto-0.4.5 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wedpr-indy-crypto 0.4.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate wedpr-indy-crypto 0.4.5 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wedpr-indy-crypto 0.4.5 [INFO] finished tweaking crates.io crate wedpr-indy-crypto 0.4.5 [INFO] tweaked toml for crates.io crate wedpr-indy-crypto 0.4.5 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded generic-array v0.9.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] 86aeb53341ff1d9217114cab38c4453158826252eafce2324c8df99eb7e15d7d [INFO] running `Command { std: "docker" "start" "-a" "86aeb53341ff1d9217114cab38c4453158826252eafce2324c8df99eb7e15d7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86aeb53341ff1d9217114cab38c4453158826252eafce2324c8df99eb7e15d7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86aeb53341ff1d9217114cab38c4453158826252eafce2324c8df99eb7e15d7d", kill_on_drop: false }` [INFO] [stdout] 86aeb53341ff1d9217114cab38c4453158826252eafce2324c8df99eb7e15d7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] 2847b4e428ac83df8d6bddbb1040faa56911381e85da858bdacf756e42969fac [INFO] running `Command { std: "docker" "start" "-a" "2847b4e428ac83df8d6bddbb1040faa56911381e85da858bdacf756e42969fac", kill_on_drop: false }` [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling amcl v0.1.3 [INFO] [stderr] Compiling int_traits v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling generic-array v0.9.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling sha3 v0.7.3 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling wedpr-indy-crypto v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `BigNumberContext` [INFO] [stdout] --> src/cl/mod.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | use bn::{BigNumber, BigNumberContext}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 551 - fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] 551 + fn access_tail(&self, tail_id: u32, accessor: &mut dyn FnMut(&Tail)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:565:24 [INFO] [stdout] | [INFO] [stdout] 565 | accessor: &mut FnMut(&Tail), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 565 - accessor: &mut FnMut(&Tail), [INFO] [stdout] 565 + accessor: &mut dyn FnMut(&Tail), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/mod.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 174 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/issuer.rs:1209:30 [INFO] [stdout] | [INFO] [stdout] 1209 | rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1209 - rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] 1209 + rev_tails_accessor: &dyn RevocationTailsAccessor, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bn/openssl.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | let checks = prime_len.log2() as i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `log2(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bn/openssl.rs:624:47 [INFO] [stdout] | [INFO] [stdout] 624 | IndyCryptoError::InvalidStructure(err.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:164:54 [INFO] [stdout] | [INFO] [stdout] 164 | IndyCryptoError::IOError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:231:43 [INFO] [stdout] | [INFO] [stdout] 231 | IndyCryptoError::InvalidState(err.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attr_set` [INFO] [stdout] --> src/cl/mod.rs:911:21 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_set` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cl/mod.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.20s [INFO] running `Command { std: "docker" "inspect" "2847b4e428ac83df8d6bddbb1040faa56911381e85da858bdacf756e42969fac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2847b4e428ac83df8d6bddbb1040faa56911381e85da858bdacf756e42969fac", kill_on_drop: false }` [INFO] [stdout] 2847b4e428ac83df8d6bddbb1040faa56911381e85da858bdacf756e42969fac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 4b0c42d92b69759aa0d191e71a27018a8e0ffea83e785549f7db87cce1a0ce33 [INFO] running `Command { std: "docker" "start" "-a" "4b0c42d92b69759aa0d191e71a27018a8e0ffea83e785549f7db87cce1a0ce33", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `BigNumberContext` [INFO] [stdout] --> src/cl/mod.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | use bn::{BigNumber, BigNumberContext}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 551 - fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] 551 + fn access_tail(&self, tail_id: u32, accessor: &mut dyn FnMut(&Tail)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:565:24 [INFO] [stdout] | [INFO] [stdout] 565 | accessor: &mut FnMut(&Tail), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 565 - accessor: &mut FnMut(&Tail), [INFO] [stdout] 565 + accessor: &mut dyn FnMut(&Tail), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/mod.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 174 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/issuer.rs:1209:30 [INFO] [stdout] | [INFO] [stdout] 1209 | rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1209 - rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] 1209 + rev_tails_accessor: &dyn RevocationTailsAccessor, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bn/openssl.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | let checks = prime_len.log2() as i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `log2(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wedpr-indy-crypto v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bn/openssl.rs:624:47 [INFO] [stdout] | [INFO] [stdout] 624 | IndyCryptoError::InvalidStructure(err.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:164:54 [INFO] [stdout] | [INFO] [stdout] 164 | IndyCryptoError::IOError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:231:43 [INFO] [stdout] | [INFO] [stdout] 231 | IndyCryptoError::InvalidState(err.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attr_set` [INFO] [stdout] --> src/cl/mod.rs:911:21 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_set` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cl/mod.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `indy_crypto` [INFO] [stdout] --> tests/cl.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate indy_crypto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:32:45 [INFO] [stdout] | [INFO] [stdout] 32 | let mut credential_schema_builder = Issuer::new_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | Issuer::new_non_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | Issuer::new_credential_def(&gvt_credential_schema, &non_credential_schema, true) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | SimpleTailsAccessor::new(&mut gvt_rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:69:45 [INFO] [stdout] | [INFO] [stdout] 69 | let mut credential_values_builder = Issuer::new_credential_values_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:128:27 [INFO] [stdout] | [INFO] [stdout] 128 | let gvt_witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:153:45 [INFO] [stdout] | [INFO] [stdout] 153 | let mut credential_schema_builder = Issuer::new_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | Issuer::new_credential_def(&xyz_credential_schema, &non_credential_schema, true) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | SimpleTailsAccessor::new(&mut xyz_rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:181:45 [INFO] [stdout] | [INFO] [stdout] 181 | let mut credential_values_builder = Issuer::new_credential_values_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:233:27 [INFO] [stdout] | [INFO] [stdout] 233 | let xyz_witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 243 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:257:45 [INFO] [stdout] | [INFO] [stdout] 257 | let mut sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:265:45 [INFO] [stdout] | [INFO] [stdout] 265 | let mut sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:278:33 [INFO] [stdout] | [INFO] [stdout] 278 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 346 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:350:45 [INFO] [stdout] | [INFO] [stdout] 350 | helpers::gvt_credential_values(&Prover::new_master_secret().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:360:13 [INFO] [stdout] | [INFO] [stdout] 360 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:372:71 [INFO] [stdout] | [INFO] [stdout] 372 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:405:33 [INFO] [stdout] | [INFO] [stdout] 405 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:422:34 [INFO] [stdout] | [INFO] [stdout] 422 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:438:9 [INFO] [stdout] | [INFO] [stdout] 438 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:459:36 [INFO] [stdout] | [INFO] [stdout] 459 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:463:45 [INFO] [stdout] | [INFO] [stdout] 463 | helpers::gvt_credential_values(&Prover::new_master_secret().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:486:13 [INFO] [stdout] | [INFO] [stdout] 486 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:505:23 [INFO] [stdout] | [INFO] [stdout] 505 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:515:9 [INFO] [stdout] | [INFO] [stdout] 515 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:535:33 [INFO] [stdout] | [INFO] [stdout] 535 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:552:34 [INFO] [stdout] | [INFO] [stdout] 552 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:568:9 [INFO] [stdout] | [INFO] [stdout] 568 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:576:13 [INFO] [stdout] | [INFO] [stdout] 576 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:582:13 [INFO] [stdout] | [INFO] [stdout] 582 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:589:36 [INFO] [stdout] | [INFO] [stdout] 589 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:593:45 [INFO] [stdout] | [INFO] [stdout] 593 | helpers::gvt_credential_values(&Prover::new_master_secret().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:603:13 [INFO] [stdout] | [INFO] [stdout] 603 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:617:13 [INFO] [stdout] | [INFO] [stdout] 617 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:639:23 [INFO] [stdout] | [INFO] [stdout] 639 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:649:9 [INFO] [stdout] | [INFO] [stdout] 649 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:669:33 [INFO] [stdout] | [INFO] [stdout] 669 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:686:34 [INFO] [stdout] | [INFO] [stdout] 686 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:702:9 [INFO] [stdout] | [INFO] [stdout] 702 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:705:29 [INFO] [stdout] | [INFO] [stdout] 705 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:713:13 [INFO] [stdout] | [INFO] [stdout] 713 | Issuer::new_credential_def(&gvt_credential_schema, &non_credential_schema, false) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:722:13 [INFO] [stdout] | [INFO] [stdout] 722 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:733:13 [INFO] [stdout] | [INFO] [stdout] 733 | Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:746:9 [INFO] [stdout] | [INFO] [stdout] 746 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:762:13 [INFO] [stdout] | [INFO] [stdout] 762 | Issuer::new_credential_def(&xyz_credential_schema, &non_credential_schema, false) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:772:13 [INFO] [stdout] | [INFO] [stdout] 772 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:783:13 [INFO] [stdout] | [INFO] [stdout] 783 | Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:796:9 [INFO] [stdout] | [INFO] [stdout] 796 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:816:33 [INFO] [stdout] | [INFO] [stdout] 816 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:851:34 [INFO] [stdout] | [INFO] [stdout] 851 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:878:9 [INFO] [stdout] | [INFO] [stdout] 878 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:886:13 [INFO] [stdout] | [INFO] [stdout] 886 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:892:13 [INFO] [stdout] | [INFO] [stdout] 892 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:899:36 [INFO] [stdout] | [INFO] [stdout] 899 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:902:31 [INFO] [stdout] | [INFO] [stdout] 902 | let master_secret_1 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:910:13 [INFO] [stdout] | [INFO] [stdout] 910 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:920:13 [INFO] [stdout] | [INFO] [stdout] 920 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:939:29 [INFO] [stdout] | [INFO] [stdout] 939 | let mut witness_1 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:948:9 [INFO] [stdout] | [INFO] [stdout] 948 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:962:31 [INFO] [stdout] | [INFO] [stdout] 962 | let master_secret_2 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:970:13 [INFO] [stdout] | [INFO] [stdout] 970 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:980:13 [INFO] [stdout] | [INFO] [stdout] 980 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1000:25 [INFO] [stdout] | [INFO] [stdout] 1000 | let witness_2 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1009:9 [INFO] [stdout] | [INFO] [stdout] 1009 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1023:31 [INFO] [stdout] | [INFO] [stdout] 1023 | let master_secret_3 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1031:13 [INFO] [stdout] | [INFO] [stdout] 1031 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1041:13 [INFO] [stdout] | [INFO] [stdout] 1041 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1060:25 [INFO] [stdout] | [INFO] [stdout] 1060 | let witness_3 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1069:9 [INFO] [stdout] | [INFO] [stdout] 1069 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1095:33 [INFO] [stdout] | [INFO] [stdout] 1095 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:1112:34 [INFO] [stdout] | [INFO] [stdout] 1112 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1136:13 [INFO] [stdout] | [INFO] [stdout] 1136 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1142:13 [INFO] [stdout] | [INFO] [stdout] 1142 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:1149:36 [INFO] [stdout] | [INFO] [stdout] 1149 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1152:31 [INFO] [stdout] | [INFO] [stdout] 1152 | let master_secret_1 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1160:13 [INFO] [stdout] | [INFO] [stdout] 1160 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1170:13 [INFO] [stdout] | [INFO] [stdout] 1170 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1189:25 [INFO] [stdout] | [INFO] [stdout] 1189 | let witness_1 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1198:9 [INFO] [stdout] | [INFO] [stdout] 1198 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1212:31 [INFO] [stdout] | [INFO] [stdout] 1212 | let master_secret_2 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1219:13 [INFO] [stdout] | [INFO] [stdout] 1219 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1230:13 [INFO] [stdout] | [INFO] [stdout] 1230 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1249:25 [INFO] [stdout] | [INFO] [stdout] 1249 | let witness_2 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1258:9 [INFO] [stdout] | [INFO] [stdout] 1258 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1272:31 [INFO] [stdout] | [INFO] [stdout] 1272 | let master_secret_3 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1279:13 [INFO] [stdout] | [INFO] [stdout] 1279 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1289:13 [INFO] [stdout] | [INFO] [stdout] 1289 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1309:29 [INFO] [stdout] | [INFO] [stdout] 1309 | let mut witness_3 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1318:9 [INFO] [stdout] | [INFO] [stdout] 1318 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1333:13 [INFO] [stdout] | [INFO] [stdout] 1333 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx_1, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1356:33 [INFO] [stdout] | [INFO] [stdout] 1356 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:1373:34 [INFO] [stdout] | [INFO] [stdout] 1373 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:1389:9 [INFO] [stdout] | [INFO] [stdout] 1389 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1397:13 [INFO] [stdout] | [INFO] [stdout] 1397 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1403:13 [INFO] [stdout] | [INFO] [stdout] 1403 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:1410:36 [INFO] [stdout] | [INFO] [stdout] 1410 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1413:31 [INFO] [stdout] | [INFO] [stdout] 1413 | let master_secret_1 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1420:13 [INFO] [stdout] | [INFO] [stdout] 1420 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1430:13 [INFO] [stdout] | [INFO] [stdout] 1430 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1450:29 [INFO] [stdout] | [INFO] [stdout] 1450 | let mut witness_1 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1459:9 [INFO] [stdout] | [INFO] [stdout] 1459 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1473:31 [INFO] [stdout] | [INFO] [stdout] 1473 | let master_secret_2 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1480:13 [INFO] [stdout] | [INFO] [stdout] 1480 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1490:13 [INFO] [stdout] | [INFO] [stdout] 1490 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1509:25 [INFO] [stdout] | [INFO] [stdout] 1509 | let witness_2 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1518:9 [INFO] [stdout] | [INFO] [stdout] 1518 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1532:31 [INFO] [stdout] | [INFO] [stdout] 1532 | let master_secret_3 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1539:13 [INFO] [stdout] | [INFO] [stdout] 1539 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1549:13 [INFO] [stdout] | [INFO] [stdout] 1549 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1568:25 [INFO] [stdout] | [INFO] [stdout] 1568 | let witness_3 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1577:9 [INFO] [stdout] | [INFO] [stdout] 1577 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1592:13 [INFO] [stdout] | [INFO] [stdout] 1592 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx_3, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1609:33 [INFO] [stdout] | [INFO] [stdout] 1609 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:1626:34 [INFO] [stdout] | [INFO] [stdout] 1626 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:1643:9 [INFO] [stdout] | [INFO] [stdout] 1643 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1651:13 [INFO] [stdout] | [INFO] [stdout] 1651 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1657:13 [INFO] [stdout] | [INFO] [stdout] 1657 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:1664:36 [INFO] [stdout] | [INFO] [stdout] 1664 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1667:31 [INFO] [stdout] | [INFO] [stdout] 1667 | let master_secret_1 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1674:13 [INFO] [stdout] | [INFO] [stdout] 1674 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1684:13 [INFO] [stdout] | [INFO] [stdout] 1684 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1703:25 [INFO] [stdout] | [INFO] [stdout] 1703 | let witness_1 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1712:9 [INFO] [stdout] | [INFO] [stdout] 1712 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1726:31 [INFO] [stdout] | [INFO] [stdout] 1726 | let master_secret_2 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1733:13 [INFO] [stdout] | [INFO] [stdout] 1733 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1743:13 [INFO] [stdout] | [INFO] [stdout] 1743 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1763:29 [INFO] [stdout] | [INFO] [stdout] 1763 | let mut witness_2 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1772:9 [INFO] [stdout] | [INFO] [stdout] 1772 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1786:31 [INFO] [stdout] | [INFO] [stdout] 1786 | let master_secret_3 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1793:13 [INFO] [stdout] | [INFO] [stdout] 1793 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1803:13 [INFO] [stdout] | [INFO] [stdout] 1803 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1824:25 [INFO] [stdout] | [INFO] [stdout] 1824 | let witness_3 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1833:9 [INFO] [stdout] | [INFO] [stdout] 1833 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1848:13 [INFO] [stdout] | [INFO] [stdout] 1848 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx_1, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1855:13 [INFO] [stdout] | [INFO] [stdout] 1855 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx_3, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1878:33 [INFO] [stdout] | [INFO] [stdout] 1878 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:1895:34 [INFO] [stdout] | [INFO] [stdout] 1895 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:1912:9 [INFO] [stdout] | [INFO] [stdout] 1912 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1920:13 [INFO] [stdout] | [INFO] [stdout] 1920 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1926:13 [INFO] [stdout] | [INFO] [stdout] 1926 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:1933:36 [INFO] [stdout] | [INFO] [stdout] 1933 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1936:31 [INFO] [stdout] | [INFO] [stdout] 1936 | let master_secret_1 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1943:13 [INFO] [stdout] | [INFO] [stdout] 1943 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:1953:13 [INFO] [stdout] | [INFO] [stdout] 1953 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:1972:25 [INFO] [stdout] | [INFO] [stdout] 1972 | let witness_1 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1981:9 [INFO] [stdout] | [INFO] [stdout] 1981 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:1995:31 [INFO] [stdout] | [INFO] [stdout] 1995 | let master_secret_2 = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2002:13 [INFO] [stdout] | [INFO] [stdout] 2002 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2012:13 [INFO] [stdout] | [INFO] [stdout] 2012 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2032:25 [INFO] [stdout] | [INFO] [stdout] 2032 | let witness_2 = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2041:9 [INFO] [stdout] | [INFO] [stdout] 2041 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2062:33 [INFO] [stdout] | [INFO] [stdout] 2062 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2079:34 [INFO] [stdout] | [INFO] [stdout] 2079 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2095:9 [INFO] [stdout] | [INFO] [stdout] 2095 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2103:13 [INFO] [stdout] | [INFO] [stdout] 2103 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2109:13 [INFO] [stdout] | [INFO] [stdout] 2109 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:2116:36 [INFO] [stdout] | [INFO] [stdout] 2116 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2119:29 [INFO] [stdout] | [INFO] [stdout] 2119 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2130:13 [INFO] [stdout] | [INFO] [stdout] 2130 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2143:13 [INFO] [stdout] | [INFO] [stdout] 2143 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2162:23 [INFO] [stdout] | [INFO] [stdout] 2162 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2172:9 [INFO] [stdout] | [INFO] [stdout] 2172 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2192:33 [INFO] [stdout] | [INFO] [stdout] 2192 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2209:9 [INFO] [stdout] | [INFO] [stdout] 2209 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2213:34 [INFO] [stdout] | [INFO] [stdout] 2213 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2229:9 [INFO] [stdout] | [INFO] [stdout] 2229 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2237:13 [INFO] [stdout] | [INFO] [stdout] 2237 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2243:13 [INFO] [stdout] | [INFO] [stdout] 2243 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:2250:36 [INFO] [stdout] | [INFO] [stdout] 2250 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2253:29 [INFO] [stdout] | [INFO] [stdout] 2253 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2264:13 [INFO] [stdout] | [INFO] [stdout] 2264 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2277:13 [INFO] [stdout] | [INFO] [stdout] 2277 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2296:23 [INFO] [stdout] | [INFO] [stdout] 2296 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2306:9 [INFO] [stdout] | [INFO] [stdout] 2306 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2326:9 [INFO] [stdout] | [INFO] [stdout] 2326 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2330:33 [INFO] [stdout] | [INFO] [stdout] 2330 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2347:34 [INFO] [stdout] | [INFO] [stdout] 2347 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2363:9 [INFO] [stdout] | [INFO] [stdout] 2363 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2371:13 [INFO] [stdout] | [INFO] [stdout] 2371 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2377:13 [INFO] [stdout] | [INFO] [stdout] 2377 | Issuer::new_revocation_registry_def( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:2384:36 [INFO] [stdout] | [INFO] [stdout] 2384 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2387:29 [INFO] [stdout] | [INFO] [stdout] 2387 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2398:13 [INFO] [stdout] | [INFO] [stdout] 2398 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2411:13 [INFO] [stdout] | [INFO] [stdout] 2411 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2430:23 [INFO] [stdout] | [INFO] [stdout] 2430 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2440:9 [INFO] [stdout] | [INFO] [stdout] 2440 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2459:33 [INFO] [stdout] | [INFO] [stdout] 2459 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2476:34 [INFO] [stdout] | [INFO] [stdout] 2476 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2491:9 [INFO] [stdout] | [INFO] [stdout] 2491 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2495:34 [INFO] [stdout] | [INFO] [stdout] 2495 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2510:9 [INFO] [stdout] | [INFO] [stdout] 2510 | Issuer::recovery_credential(&mut rev_reg, max_cred_num, rev_idx, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2514:34 [INFO] [stdout] | [INFO] [stdout] 2514 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2532:9 [INFO] [stdout] | [INFO] [stdout] 2532 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2540:13 [INFO] [stdout] | [INFO] [stdout] 2540 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2545:13 [INFO] [stdout] | [INFO] [stdout] 2545 | Issuer::new_revocation_registry_def(&credential_pub_key, max_cred_num, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:2547:36 [INFO] [stdout] | [INFO] [stdout] 2547 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2550:29 [INFO] [stdout] | [INFO] [stdout] 2550 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2558:13 [INFO] [stdout] | [INFO] [stdout] 2558 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2569:9 [INFO] [stdout] | [INFO] [stdout] 2569 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2588:19 [INFO] [stdout] | [INFO] [stdout] 2588 | let res = Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:2605:13 [INFO] [stdout] | [INFO] [stdout] 2605 | ErrorCode::AnoncredsRevocationAccumulatorIsFull, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2613:9 [INFO] [stdout] | [INFO] [stdout] 2613 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2621:13 [INFO] [stdout] | [INFO] [stdout] 2621 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2626:13 [INFO] [stdout] | [INFO] [stdout] 2626 | Issuer::new_revocation_registry_def(&credential_pub_key, max_cred_num, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:2628:36 [INFO] [stdout] | [INFO] [stdout] 2628 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2634:29 [INFO] [stdout] | [INFO] [stdout] 2634 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2645:13 [INFO] [stdout] | [INFO] [stdout] 2645 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2658:13 [INFO] [stdout] | [INFO] [stdout] 2658 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2679:23 [INFO] [stdout] | [INFO] [stdout] 2679 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2689:9 [INFO] [stdout] | [INFO] [stdout] 2689 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2710:33 [INFO] [stdout] | [INFO] [stdout] 2710 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2727:34 [INFO] [stdout] | [INFO] [stdout] 2727 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2742:13 [INFO] [stdout] | [INFO] [stdout] 2742 | Issuer::revoke_credential(&mut rev_reg, rev_idx, max_cred_num, &simple_tail_accessor) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2747:34 [INFO] [stdout] | [INFO] [stdout] 2747 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2770:13 [INFO] [stdout] | [INFO] [stdout] 2770 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2782:45 [INFO] [stdout] | [INFO] [stdout] 2782 | let mut credential_values_builder = Issuer::new_credential_values_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2804:13 [INFO] [stdout] | [INFO] [stdout] 2804 | Issuer::sign_credential_with_revoc( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Witness` [INFO] [stdout] --> tests/cl.rs:2823:23 [INFO] [stdout] | [INFO] [stdout] 2823 | let witness = Witness::new( [INFO] [stdout] | ^^^^^^^ use of undeclared type `Witness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2833:9 [INFO] [stdout] | [INFO] [stdout] 2833 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2846:37 [INFO] [stdout] | [INFO] [stdout] 2846 | let mut new_proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2864:38 [INFO] [stdout] | [INFO] [stdout] 2864 | let mut new_proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2878:38 [INFO] [stdout] | [INFO] [stdout] 2878 | let mut old_proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2894:9 [INFO] [stdout] | [INFO] [stdout] 2894 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2902:13 [INFO] [stdout] | [INFO] [stdout] 2902 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2905:29 [INFO] [stdout] | [INFO] [stdout] 2905 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2913:13 [INFO] [stdout] | [INFO] [stdout] 2913 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2925:41 [INFO] [stdout] | [INFO] [stdout] 2925 | let (credential_signature, _) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2942:33 [INFO] [stdout] | [INFO] [stdout] 2942 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:2959:34 [INFO] [stdout] | [INFO] [stdout] 2959 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:2975:9 [INFO] [stdout] | [INFO] [stdout] 2975 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:2983:13 [INFO] [stdout] | [INFO] [stdout] 2983 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2986:29 [INFO] [stdout] | [INFO] [stdout] 2986 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:2997:13 [INFO] [stdout] | [INFO] [stdout] 2997 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3009:71 [INFO] [stdout] | [INFO] [stdout] 3009 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3022:9 [INFO] [stdout] | [INFO] [stdout] 3022 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3040:33 [INFO] [stdout] | [INFO] [stdout] 3040 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3042:37 [INFO] [stdout] | [INFO] [stdout] 3042 | let another_master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3061:34 [INFO] [stdout] | [INFO] [stdout] 3061 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3077:9 [INFO] [stdout] | [INFO] [stdout] 3077 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3085:13 [INFO] [stdout] | [INFO] [stdout] 3085 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3088:29 [INFO] [stdout] | [INFO] [stdout] 3088 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3099:13 [INFO] [stdout] | [INFO] [stdout] 3099 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3111:71 [INFO] [stdout] | [INFO] [stdout] 3111 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3124:9 [INFO] [stdout] | [INFO] [stdout] 3124 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3143:33 [INFO] [stdout] | [INFO] [stdout] 3143 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3163:34 [INFO] [stdout] | [INFO] [stdout] 3163 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3184:9 [INFO] [stdout] | [INFO] [stdout] 3184 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3192:13 [INFO] [stdout] | [INFO] [stdout] 3192 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3195:29 [INFO] [stdout] | [INFO] [stdout] 3195 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3206:13 [INFO] [stdout] | [INFO] [stdout] 3206 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3218:71 [INFO] [stdout] | [INFO] [stdout] 3218 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3231:9 [INFO] [stdout] | [INFO] [stdout] 3231 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3247:33 [INFO] [stdout] | [INFO] [stdout] 3247 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3268:13 [INFO] [stdout] | [INFO] [stdout] 3268 | Issuer::new_credential_def(&xyz_credential_schema, &non_credential_schema, false) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3272:34 [INFO] [stdout] | [INFO] [stdout] 3272 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3285:13 [INFO] [stdout] | [INFO] [stdout] 3285 | ErrorCode::AnoncredsProofRejected, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3292:9 [INFO] [stdout] | [INFO] [stdout] 3292 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3295:41 [INFO] [stdout] | [INFO] [stdout] 3295 | let credential_schema_builder = Issuer::new_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3300:19 [INFO] [stdout] | [INFO] [stdout] 3300 | let res = Issuer::new_credential_def(&credential_schema, &non_credential_schema, false); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3302:13 [INFO] [stdout] | [INFO] [stdout] 3302 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3309:9 [INFO] [stdout] | [INFO] [stdout] 3309 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3317:13 [INFO] [stdout] | [INFO] [stdout] 3317 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3320:19 [INFO] [stdout] | [INFO] [stdout] 3320 | let res = Issuer::new_revocation_registry_def(&credential_pub_key, 5, false); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3322:13 [INFO] [stdout] | [INFO] [stdout] 3322 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3330:9 [INFO] [stdout] | [INFO] [stdout] 3330 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3338:13 [INFO] [stdout] | [INFO] [stdout] 3338 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, true).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3343:13 [INFO] [stdout] | [INFO] [stdout] 3343 | Issuer::new_revocation_registry_def(&credential_pub_key, max_cred_num, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] --> tests/cl.rs:3345:36 [INFO] [stdout] | [INFO] [stdout] 3345 | let simple_tail_accessor = SimpleTailsAccessor::new(&mut rev_tails_generator).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `SimpleTailsAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3350:13 [INFO] [stdout] | [INFO] [stdout] 3350 | Issuer::revoke_credential(&mut rev_reg, max_cred_num, rev_idx, &simple_tail_accessor); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3352:13 [INFO] [stdout] | [INFO] [stdout] 3352 | ErrorCode::AnoncredsInvalidRevocationAccumulatorIndex, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3359:9 [INFO] [stdout] | [INFO] [stdout] 3359 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3367:13 [INFO] [stdout] | [INFO] [stdout] 3367 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3370:29 [INFO] [stdout] | [INFO] [stdout] 3370 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3378:13 [INFO] [stdout] | [INFO] [stdout] 3378 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3392:19 [INFO] [stdout] | [INFO] [stdout] 3392 | let res = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3404:13 [INFO] [stdout] | [INFO] [stdout] 3404 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3412:9 [INFO] [stdout] | [INFO] [stdout] 3412 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3420:13 [INFO] [stdout] | [INFO] [stdout] 3420 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3423:29 [INFO] [stdout] | [INFO] [stdout] 3423 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3434:13 [INFO] [stdout] | [INFO] [stdout] 3434 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3446:71 [INFO] [stdout] | [INFO] [stdout] 3446 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3459:9 [INFO] [stdout] | [INFO] [stdout] 3459 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3473:33 [INFO] [stdout] | [INFO] [stdout] 3473 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3492:13 [INFO] [stdout] | [INFO] [stdout] 3492 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3499:9 [INFO] [stdout] | [INFO] [stdout] 3499 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3507:13 [INFO] [stdout] | [INFO] [stdout] 3507 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3510:29 [INFO] [stdout] | [INFO] [stdout] 3510 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3521:13 [INFO] [stdout] | [INFO] [stdout] 3521 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3533:71 [INFO] [stdout] | [INFO] [stdout] 3533 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3546:9 [INFO] [stdout] | [INFO] [stdout] 3546 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3563:33 [INFO] [stdout] | [INFO] [stdout] 3563 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3577:13 [INFO] [stdout] | [INFO] [stdout] 3577 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3584:9 [INFO] [stdout] | [INFO] [stdout] 3584 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3592:13 [INFO] [stdout] | [INFO] [stdout] 3592 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3595:29 [INFO] [stdout] | [INFO] [stdout] 3595 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3606:13 [INFO] [stdout] | [INFO] [stdout] 3606 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3618:71 [INFO] [stdout] | [INFO] [stdout] 3618 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3631:9 [INFO] [stdout] | [INFO] [stdout] 3631 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3645:45 [INFO] [stdout] | [INFO] [stdout] 3645 | let mut sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3652:33 [INFO] [stdout] | [INFO] [stdout] 3652 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3666:13 [INFO] [stdout] | [INFO] [stdout] 3666 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3673:9 [INFO] [stdout] | [INFO] [stdout] 3673 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3681:13 [INFO] [stdout] | [INFO] [stdout] 3681 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3684:29 [INFO] [stdout] | [INFO] [stdout] 3684 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3695:13 [INFO] [stdout] | [INFO] [stdout] 3695 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3707:71 [INFO] [stdout] | [INFO] [stdout] 3707 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3720:9 [INFO] [stdout] | [INFO] [stdout] 3720 | Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3734:49 [INFO] [stdout] | [INFO] [stdout] 3734 | let mut gvt_sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3744:33 [INFO] [stdout] | [INFO] [stdout] 3744 | let mut proof_builder = Prover::new_proof_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3758:13 [INFO] [stdout] | [INFO] [stdout] 3758 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3766:9 [INFO] [stdout] | [INFO] [stdout] 3766 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3774:13 [INFO] [stdout] | [INFO] [stdout] 3774 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:3780:34 [INFO] [stdout] | [INFO] [stdout] 3780 | let mut proof_verifier = Verifier::new_proof_verifier().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3791:13 [INFO] [stdout] | [INFO] [stdout] 3791 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3799:9 [INFO] [stdout] | [INFO] [stdout] 3799 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3802:29 [INFO] [stdout] | [INFO] [stdout] 3802 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3809:13 [INFO] [stdout] | [INFO] [stdout] 3809 | Issuer::new_credential_def(&gvt_credential_schema, &non_credential_schema, false) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3815:13 [INFO] [stdout] | [INFO] [stdout] 3815 | Issuer::new_credential_def(&xyz_credential_schema, &non_credential_schema, false) [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3822:19 [INFO] [stdout] | [INFO] [stdout] 3822 | let res = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3829:13 [INFO] [stdout] | [INFO] [stdout] 3829 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3836:9 [INFO] [stdout] | [INFO] [stdout] 3836 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3844:13 [INFO] [stdout] | [INFO] [stdout] 3844 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3847:29 [INFO] [stdout] | [INFO] [stdout] 3847 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3857:13 [INFO] [stdout] | [INFO] [stdout] 3857 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3871:19 [INFO] [stdout] | [INFO] [stdout] 3871 | let res = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3882:13 [INFO] [stdout] | [INFO] [stdout] 3882 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3890:9 [INFO] [stdout] | [INFO] [stdout] 3890 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3896:13 [INFO] [stdout] | [INFO] [stdout] 3896 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3901:13 [INFO] [stdout] | [INFO] [stdout] 3901 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3904:29 [INFO] [stdout] | [INFO] [stdout] 3904 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3912:13 [INFO] [stdout] | [INFO] [stdout] 3912 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3927:19 [INFO] [stdout] | [INFO] [stdout] 3927 | let res = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3938:13 [INFO] [stdout] | [INFO] [stdout] 3938 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:3946:9 [INFO] [stdout] | [INFO] [stdout] 3946 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3952:13 [INFO] [stdout] | [INFO] [stdout] 3952 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3955:29 [INFO] [stdout] | [INFO] [stdout] 3955 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3963:13 [INFO] [stdout] | [INFO] [stdout] 3963 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:3972:50 [INFO] [stdout] | [INFO] [stdout] 3972 | let (blinded_credential_secrets, _, _) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:3986:19 [INFO] [stdout] | [INFO] [stdout] 3986 | let res = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:3997:13 [INFO] [stdout] | [INFO] [stdout] 3997 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:4004:9 [INFO] [stdout] | [INFO] [stdout] 4004 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4012:13 [INFO] [stdout] | [INFO] [stdout] 4012 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4015:29 [INFO] [stdout] | [INFO] [stdout] 4015 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4026:13 [INFO] [stdout] | [INFO] [stdout] 4026 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4042:71 [INFO] [stdout] | [INFO] [stdout] 4042 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4055:19 [INFO] [stdout] | [INFO] [stdout] 4055 | let res = Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:4067:13 [INFO] [stdout] | [INFO] [stdout] 4067 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:4075:9 [INFO] [stdout] | [INFO] [stdout] 4075 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4083:13 [INFO] [stdout] | [INFO] [stdout] 4083 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4086:29 [INFO] [stdout] | [INFO] [stdout] 4086 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4097:13 [INFO] [stdout] | [INFO] [stdout] 4097 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4113:45 [INFO] [stdout] | [INFO] [stdout] 4113 | let (mut credential_signature, _) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4126:48 [INFO] [stdout] | [INFO] [stdout] 4126 | let (_, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4139:19 [INFO] [stdout] | [INFO] [stdout] 4139 | let res = Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:4151:13 [INFO] [stdout] | [INFO] [stdout] 4151 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:4159:9 [INFO] [stdout] | [INFO] [stdout] 4159 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4167:13 [INFO] [stdout] | [INFO] [stdout] 4167 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4170:29 [INFO] [stdout] | [INFO] [stdout] 4170 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4178:13 [INFO] [stdout] | [INFO] [stdout] 4178 | Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4187:59 [INFO] [stdout] | [INFO] [stdout] 4187 | let (_, credential_secrets_blinding_factors, _) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4201:71 [INFO] [stdout] | [INFO] [stdout] 4201 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4214:19 [INFO] [stdout] | [INFO] [stdout] 4214 | let res = Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:4226:13 [INFO] [stdout] | [INFO] [stdout] 4226 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] --> tests/cl.rs:4233:9 [INFO] [stdout] | [INFO] [stdout] 4233 | IndyCryptoDefaultLogger::init(None).ok(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IndyCryptoDefaultLogger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4241:13 [INFO] [stdout] | [INFO] [stdout] 4241 | Issuer::new_credential_def(&credential_schema, &non_credential_schema, false).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4244:29 [INFO] [stdout] | [INFO] [stdout] 4244 | let master_secret = Prover::new_master_secret().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4255:13 [INFO] [stdout] | [INFO] [stdout] 4255 | ) = Prover::blind_credential_secrets( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4269:71 [INFO] [stdout] | [INFO] [stdout] 4269 | let (mut credential_signature, signature_correctness_proof) = Issuer::sign_credential( [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Prover` [INFO] [stdout] --> tests/cl.rs:4284:19 [INFO] [stdout] | [INFO] [stdout] 4284 | let res = Prover::process_credential_signature( [INFO] [stdout] | ^^^^^^ use of undeclared type `Prover` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorCode` [INFO] [stdout] --> tests/cl.rs:4296:13 [INFO] [stdout] | [INFO] [stdout] 4296 | ErrorCode::CommonInvalidStructure, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `ErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4307:45 [INFO] [stdout] | [INFO] [stdout] 4307 | let mut credential_schema_builder = Issuer::new_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4316:45 [INFO] [stdout] | [INFO] [stdout] 4316 | let mut credential_schema_builder = Issuer::new_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4324:13 [INFO] [stdout] | [INFO] [stdout] 4324 | Issuer::new_non_credential_schema_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4332:45 [INFO] [stdout] | [INFO] [stdout] 4332 | let mut credential_values_builder = Issuer::new_credential_values_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Issuer` [INFO] [stdout] --> tests/cl.rs:4355:45 [INFO] [stdout] | [INFO] [stdout] 4355 | let mut credential_values_builder = Issuer::new_credential_values_builder().unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Issuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:4369:49 [INFO] [stdout] | [INFO] [stdout] 4369 | let mut gvt_sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Verifier` [INFO] [stdout] --> tests/cl.rs:4380:49 [INFO] [stdout] | [INFO] [stdout] 4380 | let mut xyz_sub_proof_request_builder = Verifier::new_sub_proof_request_builder().unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Verifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | let gvt_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | let gvt_credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:178:36 [INFO] [stdout] | [INFO] [stdout] 178 | let xyz_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 207 | let xyz_credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:275:21 [INFO] [stdout] | [INFO] [stdout] 275 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:353:32 [INFO] [stdout] | [INFO] [stdout] 353 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:369:41 [INFO] [stdout] | [INFO] [stdout] 369 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:402:21 [INFO] [stdout] | [INFO] [stdout] 402 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:466:32 [INFO] [stdout] | [INFO] [stdout] 466 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:482:41 [INFO] [stdout] | [INFO] [stdout] 482 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:529:21 [INFO] [stdout] | [INFO] [stdout] 529 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:596:32 [INFO] [stdout] | [INFO] [stdout] 596 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:612:41 [INFO] [stdout] | [INFO] [stdout] 612 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:663:21 [INFO] [stdout] | [INFO] [stdout] 663 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:716:36 [INFO] [stdout] | [INFO] [stdout] 716 | let gvt_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:730:45 [INFO] [stdout] | [INFO] [stdout] 730 | let gvt_credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:765:36 [INFO] [stdout] | [INFO] [stdout] 765 | let xyz_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:780:45 [INFO] [stdout] | [INFO] [stdout] 780 | let xyz_credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:809:21 [INFO] [stdout] | [INFO] [stdout] 809 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:905:32 [INFO] [stdout] | [INFO] [stdout] 905 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:917:41 [INFO] [stdout] | [INFO] [stdout] 917 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:965:32 [INFO] [stdout] | [INFO] [stdout] 965 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:977:41 [INFO] [stdout] | [INFO] [stdout] 977 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1026:32 [INFO] [stdout] | [INFO] [stdout] 1026 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1038:41 [INFO] [stdout] | [INFO] [stdout] 1038 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1083:21 [INFO] [stdout] | [INFO] [stdout] 1083 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1155:32 [INFO] [stdout] | [INFO] [stdout] 1155 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1167:41 [INFO] [stdout] | [INFO] [stdout] 1167 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1214:32 [INFO] [stdout] | [INFO] [stdout] 1214 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1226:41 [INFO] [stdout] | [INFO] [stdout] 1226 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1274:32 [INFO] [stdout] | [INFO] [stdout] 1274 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1286:41 [INFO] [stdout] | [INFO] [stdout] 1286 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1339:21 [INFO] [stdout] | [INFO] [stdout] 1339 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1415:32 [INFO] [stdout] | [INFO] [stdout] 1415 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1475:32 [INFO] [stdout] | [INFO] [stdout] 1475 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1487:41 [INFO] [stdout] | [INFO] [stdout] 1487 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1534:32 [INFO] [stdout] | [INFO] [stdout] 1534 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1546:41 [INFO] [stdout] | [INFO] [stdout] 1546 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1597:21 [INFO] [stdout] | [INFO] [stdout] 1597 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1669:32 [INFO] [stdout] | [INFO] [stdout] 1669 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1681:41 [INFO] [stdout] | [INFO] [stdout] 1681 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1728:32 [INFO] [stdout] | [INFO] [stdout] 1728 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1740:41 [INFO] [stdout] | [INFO] [stdout] 1740 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1788:32 [INFO] [stdout] | [INFO] [stdout] 1788 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1800:41 [INFO] [stdout] | [INFO] [stdout] 1800 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1861:21 [INFO] [stdout] | [INFO] [stdout] 1861 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1938:32 [INFO] [stdout] | [INFO] [stdout] 1938 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1950:41 [INFO] [stdout] | [INFO] [stdout] 1950 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:1997:32 [INFO] [stdout] | [INFO] [stdout] 1997 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2009:41 [INFO] [stdout] | [INFO] [stdout] 2009 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2055:21 [INFO] [stdout] | [INFO] [stdout] 2055 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2123:32 [INFO] [stdout] | [INFO] [stdout] 2123 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2139:41 [INFO] [stdout] | [INFO] [stdout] 2139 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2186:21 [INFO] [stdout] | [INFO] [stdout] 2186 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2257:32 [INFO] [stdout] | [INFO] [stdout] 2257 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2273:41 [INFO] [stdout] | [INFO] [stdout] 2273 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2320:21 [INFO] [stdout] | [INFO] [stdout] 2320 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2391:32 [INFO] [stdout] | [INFO] [stdout] 2391 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2407:41 [INFO] [stdout] | [INFO] [stdout] 2407 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2457:21 [INFO] [stdout] | [INFO] [stdout] 2457 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2554:32 [INFO] [stdout] | [INFO] [stdout] 2554 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2567:41 [INFO] [stdout] | [INFO] [stdout] 2567 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2638:32 [INFO] [stdout] | [INFO] [stdout] 2638 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2654:41 [INFO] [stdout] | [INFO] [stdout] 2654 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2704:21 [INFO] [stdout] | [INFO] [stdout] 2704 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2763:36 [INFO] [stdout] | [INFO] [stdout] 2763 | let new_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2779:45 [INFO] [stdout] | [INFO] [stdout] 2779 | let new_credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2909:32 [INFO] [stdout] | [INFO] [stdout] 2909 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2922:41 [INFO] [stdout] | [INFO] [stdout] 2922 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2938:21 [INFO] [stdout] | [INFO] [stdout] 2938 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:2990:32 [INFO] [stdout] | [INFO] [stdout] 2990 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3006:41 [INFO] [stdout] | [INFO] [stdout] 3006 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3036:21 [INFO] [stdout] | [INFO] [stdout] 3036 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3092:32 [INFO] [stdout] | [INFO] [stdout] 3092 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3108:41 [INFO] [stdout] | [INFO] [stdout] 3108 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3141:40 [INFO] [stdout] | [INFO] [stdout] 3141 | let nonce_for_proof_creation = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3161:44 [INFO] [stdout] | [INFO] [stdout] 3161 | let nonce_for_proof_verification = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3199:32 [INFO] [stdout] | [INFO] [stdout] 3199 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3215:41 [INFO] [stdout] | [INFO] [stdout] 3215 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3248:21 [INFO] [stdout] | [INFO] [stdout] 3248 | let nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3374:32 [INFO] [stdout] | [INFO] [stdout] 3374 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3387:41 [INFO] [stdout] | [INFO] [stdout] 3387 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3427:32 [INFO] [stdout] | [INFO] [stdout] 3427 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3443:41 [INFO] [stdout] | [INFO] [stdout] 3443 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3514:32 [INFO] [stdout] | [INFO] [stdout] 3514 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3530:41 [INFO] [stdout] | [INFO] [stdout] 3530 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3599:32 [INFO] [stdout] | [INFO] [stdout] 3599 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3615:41 [INFO] [stdout] | [INFO] [stdout] 3615 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3688:32 [INFO] [stdout] | [INFO] [stdout] 3688 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3704:41 [INFO] [stdout] | [INFO] [stdout] 3704 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3819:36 [INFO] [stdout] | [INFO] [stdout] 3819 | let gvt_credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3851:32 [INFO] [stdout] | [INFO] [stdout] 3851 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3853:27 [INFO] [stdout] | [INFO] [stdout] 3853 | let other_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3866:41 [INFO] [stdout] | [INFO] [stdout] 3866 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3908:32 [INFO] [stdout] | [INFO] [stdout] 3908 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3921:41 [INFO] [stdout] | [INFO] [stdout] 3921 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3959:32 [INFO] [stdout] | [INFO] [stdout] 3959 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:3981:41 [INFO] [stdout] | [INFO] [stdout] 3981 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4019:32 [INFO] [stdout] | [INFO] [stdout] 4019 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4035:41 [INFO] [stdout] | [INFO] [stdout] 4035 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4037:31 [INFO] [stdout] | [INFO] [stdout] 4037 | let different_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4090:32 [INFO] [stdout] | [INFO] [stdout] 4090 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4106:41 [INFO] [stdout] | [INFO] [stdout] 4106 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4108:31 [INFO] [stdout] | [INFO] [stdout] 4108 | let different_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4174:32 [INFO] [stdout] | [INFO] [stdout] 4174 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4196:41 [INFO] [stdout] | [INFO] [stdout] 4196 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4248:32 [INFO] [stdout] | [INFO] [stdout] 4248 | let credential_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4264:41 [INFO] [stdout] | [INFO] [stdout] 4264 | let credential_issuance_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `new_nonce` in this scope [INFO] [stdout] --> tests/cl.rs:4281:27 [INFO] [stdout] | [INFO] [stdout] 4281 | let other_nonce = new_nonce().unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CredentialSchema` in this scope [INFO] [stdout] --> tests/cl.rs:4306:39 [INFO] [stdout] | [INFO] [stdout] 4306 | pub fn gvt_credential_schema() -> CredentialSchema { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CredentialSchema` in this scope [INFO] [stdout] --> tests/cl.rs:4315:39 [INFO] [stdout] | [INFO] [stdout] 4315 | pub fn xyz_credential_schema() -> CredentialSchema { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NonCredentialSchema` in this scope [INFO] [stdout] --> tests/cl.rs:4322:39 [INFO] [stdout] | [INFO] [stdout] 4322 | pub fn non_credential_schema() -> NonCredentialSchema { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MasterSecret` in this scope [INFO] [stdout] --> tests/cl.rs:4331:50 [INFO] [stdout] | [INFO] [stdout] 4331 | pub fn gvt_credential_values(master_secret: &MasterSecret) -> CredentialValues { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CredentialValues` in this scope [INFO] [stdout] --> tests/cl.rs:4331:67 [INFO] [stdout] | [INFO] [stdout] 4331 | pub fn gvt_credential_values(master_secret: &MasterSecret) -> CredentialValues { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MasterSecret` in this scope [INFO] [stdout] --> tests/cl.rs:4354:50 [INFO] [stdout] | [INFO] [stdout] 4354 | pub fn xyz_credential_values(master_secret: &MasterSecret) -> CredentialValues { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CredentialValues` in this scope [INFO] [stdout] --> tests/cl.rs:4354:67 [INFO] [stdout] | [INFO] [stdout] 4354 | pub fn xyz_credential_values(master_secret: &MasterSecret) -> CredentialValues { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SubProofRequest` in this scope [INFO] [stdout] --> tests/cl.rs:4368:39 [INFO] [stdout] | [INFO] [stdout] 4368 | pub fn gvt_sub_proof_request() -> SubProofRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SubProofRequest` in this scope [INFO] [stdout] --> tests/cl.rs:4379:39 [INFO] [stdout] | [INFO] [stdout] 4379 | pub fn xyz_sub_proof_request() -> SubProofRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PointG2` in this scope [INFO] [stdout] --> tests/cl.rs:4393:24 [INFO] [stdout] | [INFO] [stdout] 4392 | struct RegistryDelta { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 4393 | prev_accum: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PointG2` in this scope [INFO] [stdout] --> tests/cl.rs:4394:12 [INFO] [stdout] | [INFO] [stdout] 4394 | accum: PointG2, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PointG2` in this scope [INFO] [stdout] --> tests/cl.rs:4393:24 [INFO] [stdout] | [INFO] [stdout] 4393 | prev_accum: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RevocationRegistry` in this scope [INFO] [stdout] --> tests/cl.rs:4404:31 [INFO] [stdout] | [INFO] [stdout] 4404 | fn from_rev_reg(rev_reg: &RevocationRegistry) -> RegistryDelta { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RevocationRegistryDelta` in this scope [INFO] [stdout] --> tests/cl.rs:4408:27 [INFO] [stdout] | [INFO] [stdout] 4408 | fn to_delta(&self) -> RevocationRegistryDelta { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RevocationRegistryDelta` in this scope [INFO] [stdout] --> tests/cl.rs:4409:32 [INFO] [stdout] | [INFO] [stdout] 4403 | impl RegistryDelta { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 4409 | serde_json::from_str::(&serde_json::to_string(&self).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/cl.rs:4303:9 [INFO] [stdout] | [INFO] [stdout] 4303 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 521 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wedpr-indy-crypto` due to 522 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `BigNumberContext` [INFO] [stdout] --> src/cl/mod.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | use bn::{BigNumber, BigNumberContext}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json` [INFO] [stdout] --> src/cl/mod.rs:1283:9 [INFO] [stdout] | [INFO] [stdout] 1283 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 551 - fn access_tail(&self, tail_id: u32, accessor: &mut FnMut(&Tail)) [INFO] [stdout] 551 + fn access_tail(&self, tail_id: u32, accessor: &mut dyn FnMut(&Tail)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/mod.rs:565:24 [INFO] [stdout] | [INFO] [stdout] 565 | accessor: &mut FnMut(&Tail), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 565 - accessor: &mut FnMut(&Tail), [INFO] [stdout] 565 + accessor: &mut dyn FnMut(&Tail), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors/mod.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cause(&self) -> Option<&Error> { [INFO] [stdout] 174 + fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cl/issuer.rs:1209:30 [INFO] [stdout] | [INFO] [stdout] 1209 | rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1209 - rev_tails_accessor: &RevocationTailsAccessor, [INFO] [stdout] 1209 + rev_tails_accessor: &dyn RevocationTailsAccessor, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bn/openssl.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | let checks = prime_len.log2() as i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `log2(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bn/openssl.rs:624:47 [INFO] [stdout] | [INFO] [stdout] 624 | IndyCryptoError::InvalidStructure(err.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:164:54 [INFO] [stdout] | [INFO] [stdout] 164 | IndyCryptoError::IOError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors/mod.rs:231:43 [INFO] [stdout] | [INFO] [stdout] 231 | IndyCryptoError::InvalidState(err.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attr_set` [INFO] [stdout] --> src/cl/mod.rs:911:21 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_set` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/cl/mod.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | let mut attr_set: BTreeMap = BTreeMap::new(); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4b0c42d92b69759aa0d191e71a27018a8e0ffea83e785549f7db87cce1a0ce33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0c42d92b69759aa0d191e71a27018a8e0ffea83e785549f7db87cce1a0ce33", kill_on_drop: false }` [INFO] [stdout] 4b0c42d92b69759aa0d191e71a27018a8e0ffea83e785549f7db87cce1a0ce33