[INFO] fetching crate indy-sys 1.16.0-dev-1636... [INFO] testing indy-sys-1.16.0-dev-1636 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate indy-sys 1.16.0-dev-1636 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate indy-sys 1.16.0-dev-1636 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate indy-sys 1.16.0-dev-1636 [INFO] finished tweaking crates.io crate indy-sys 1.16.0-dev-1636 [INFO] tweaked toml for crates.io crate indy-sys 1.16.0-dev-1636 written to /workspace/builds/worker-32/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e825712670671545e9984c8025731a384e3c93623edd43c3b89221cb4c73e978 [INFO] running `Command { std: "docker" "start" "-a" "e825712670671545e9984c8025731a384e3c93623edd43c3b89221cb4c73e978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e825712670671545e9984c8025731a384e3c93623edd43c3b89221cb4c73e978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e825712670671545e9984c8025731a384e3c93623edd43c3b89221cb4c73e978", kill_on_drop: false }` [INFO] [stdout] e825712670671545e9984c8025731a384e3c93623edd43c3b89221cb4c73e978 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93567e770af69f9f8bd718c58ab8ae4cb063d874080b57fb32e6249059101d38 [INFO] running `Command { std: "docker" "start" "-a" "93567e770af69f9f8bd718c58ab8ae4cb063d874080b57fb32e6249059101d38", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling indy-sys v1.16.0-dev-1636 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | Err(e) => panic!(format!("Error: {:?}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 51 - Err(e) => panic!(format!("Error: {:?}", e)), [INFO] [stdout] 51 + Err(e) => panic!("Error: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | pub fn indy_set_runtime_config(config: CString) -> Error; [INFO] [stdout] | --------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 71 | pub fn indy_get_current_error(error_json_p: *mut CString); [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 9 | / pub fn indy_issuer_create_schema(command_handle: CommandHandle, [INFO] [stdout] 10 | | issuer_did: CString, [INFO] [stdout] 11 | | name: CString, [INFO] [stdout] 12 | | version: CString, [INFO] [stdout] 13 | | attrs: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_issuer_create_and_store_credential_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | issuer_did: CString, [INFO] [stdout] 20 | | schema_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 23 | | config_json: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_issuer_rotate_credential_def_start(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | cred_def_id: CString, [INFO] [stdout] 30 | | config_json: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_issuer_rotate_credential_def_apply(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cred_def_id: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | / pub fn indy_issuer_create_and_store_revoc_reg(command_handle: CommandHandle, [INFO] [stdout] 41 | | wallet_handle: WalletHandle, [INFO] [stdout] 42 | | issuer_did: CString, [INFO] [stdout] 43 | | revoc_def_type: CString, [INFO] [stdout] ... | [INFO] [stdout] 47 | | tails_writer_handle: TailWriterHandle, [INFO] [stdout] 48 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | / pub fn indy_issuer_create_credential_offer(command_handle: CommandHandle, [INFO] [stdout] 52 | | wallet_handle: WalletHandle, [INFO] [stdout] 53 | | cred_def_id: CString, [INFO] [stdout] 54 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | / pub fn indy_issuer_create_credential(command_handle: CommandHandle, [INFO] [stdout] 58 | | wallet_handle: WalletHandle, [INFO] [stdout] 59 | | cred_offer_json: CString, [INFO] [stdout] 60 | | cred_req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 63 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_issuer_revoke_credential(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | blob_storage_reader_cfg_handle: BlobStorageReaderCfgHandle, [INFO] [stdout] 70 | | rev_reg_id: CString, [INFO] [stdout] 71 | | cred_revoc_id: CString, [INFO] [stdout] 72 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 75 | / pub fn indy_issuer_merge_revocation_registry_deltas(command_handle: CommandHandle, [INFO] [stdout] 76 | | rev_reg_delta_json: CString, [INFO] [stdout] 77 | | other_rev_reg_delta_json: CString, [INFO] [stdout] 78 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 81 | / pub fn indy_prover_create_master_secret(command_handle: CommandHandle, [INFO] [stdout] 82 | | wallet_handle: WalletHandle, [INFO] [stdout] 83 | | master_secret_id: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_prover_create_credential_req(command_handle: CommandHandle, [INFO] [stdout] 88 | | wallet_handle: WalletHandle, [INFO] [stdout] 89 | | prover_did: CString, [INFO] [stdout] 90 | | cred_offer_json: CString, [INFO] [stdout] 91 | | cred_def_json: CString, [INFO] [stdout] 92 | | master_secret_id: CString, [INFO] [stdout] 93 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 96 | / pub fn indy_prover_set_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 97 | | wallet_handle: WalletHandle, [INFO] [stdout] 98 | | cred_def_id: CString, [INFO] [stdout] 99 | | taggable_json: CString, [INFO] [stdout] 100 | | retroactive: bool, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_prover_get_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 105 | | wallet_handle: WalletHandle, [INFO] [stdout] 106 | | cred_def_id: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_prover_store_credential(command_handle: CommandHandle, [INFO] [stdout] 111 | | wallet_handle: WalletHandle, [INFO] [stdout] 112 | | cred_id: CString, [INFO] [stdout] 113 | | cred_req_metadata_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rev_reg_def_json: CString, [INFO] [stdout] 117 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 120 | / pub fn indy_prover_get_credential(command_handle: CommandHandle, [INFO] [stdout] 121 | | wallet_handle: WalletHandle, [INFO] [stdout] 122 | | cred_id: CString, [INFO] [stdout] 123 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 126 | / pub fn indy_prover_delete_credential(command_handle: CommandHandle, [INFO] [stdout] 127 | | wallet_handle: WalletHandle, [INFO] [stdout] 128 | | cred_id: CString, [INFO] [stdout] 129 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 132 | / pub fn indy_prover_get_credentials(command_handle: CommandHandle, [INFO] [stdout] 133 | | wallet_handle: WalletHandle, [INFO] [stdout] 134 | | filter_json: CString, [INFO] [stdout] 135 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 138 | / pub fn indy_prover_search_credentials(command_handle: CommandHandle, [INFO] [stdout] 139 | | wallet_handle: WalletHandle, [INFO] [stdout] 140 | | query_json: CString, [INFO] [stdout] 141 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 144 | / pub fn indy_prover_fetch_credentials(command_handle: CommandHandle, [INFO] [stdout] 145 | | search_handle: SearchHandle, [INFO] [stdout] 146 | | count: usize, [INFO] [stdout] 147 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 150 | / pub fn indy_prover_close_credentials_search(command_handle: CommandHandle, [INFO] [stdout] 151 | | search_handle: SearchHandle, [INFO] [stdout] 152 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 155 | / pub fn indy_prover_get_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 156 | | wallet_handle: WalletHandle, [INFO] [stdout] 157 | | proof_request_json: CString, [INFO] [stdout] 158 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_prover_search_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 162 | | wallet_handle: WalletHandle, [INFO] [stdout] 163 | | proof_request_json: CString, [INFO] [stdout] 164 | | extra_query_json: CString, [INFO] [stdout] 165 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 168 | / pub fn indy_prover_fetch_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 169 | | search_handle: SearchHandle, [INFO] [stdout] 170 | | item_referent: CString, [INFO] [stdout] 171 | | count: usize, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_prover_close_credentials_search_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 176 | | search_handle: SearchHandle, [INFO] [stdout] 177 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 180 | / pub fn indy_prover_create_proof(command_handle: CommandHandle, [INFO] [stdout] 181 | | wallet_handle: WalletHandle, [INFO] [stdout] 182 | | proof_req_json: CString, [INFO] [stdout] 183 | | requested_credentials_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 187 | | rev_states_json: CString, [INFO] [stdout] 188 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 191 | / pub fn indy_verifier_verify_proof(command_handle: CommandHandle, [INFO] [stdout] 192 | | proof_request_json: CString, [INFO] [stdout] 193 | | proof_json: CString, [INFO] [stdout] 194 | | schemas_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 197 | | rev_regs_json: CString, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_create_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 202 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 203 | | rev_reg_def_json: CString, [INFO] [stdout] 204 | | rev_reg_delta_json: CString, [INFO] [stdout] 205 | | timestamp: u64, [INFO] [stdout] 206 | | cred_rev_id: CString, [INFO] [stdout] 207 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 210 | / pub fn indy_update_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 211 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 212 | | rev_state_json: CString, [INFO] [stdout] 213 | | rev_reg_def_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 216 | | cred_rev_id: CString, [INFO] [stdout] 217 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 220 | / pub fn indy_generate_nonce(command_handle: CommandHandle, [INFO] [stdout] 221 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 223 | / pub fn indy_to_unqualified(command_handle: CommandHandle, [INFO] [stdout] 224 | | entity: CString, [INFO] [stdout] 225 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_open_blob_storage_reader(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | config_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_blob_storage_writer(command_handle: CommandHandle, [INFO] [stdout] 15 | | type_: CString, [INFO] [stdout] 16 | | config_json: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_key(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | key_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_set_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | verkey: CString, [INFO] [stdout] 17 | | metadata: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_get_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 22 | | wallet_handle: WalletHandle, [INFO] [stdout] 23 | | verkey: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_crypto_sign(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | signer_vk: CString, [INFO] [stdout] 30 | | message_raw: BString, [INFO] [stdout] 31 | | message_len: u32, [INFO] [stdout] 32 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 35 | / pub fn indy_crypto_verify(command_handle: CommandHandle, [INFO] [stdout] 36 | | signer_vk: CString, [INFO] [stdout] 37 | | message_raw: BString, [INFO] [stdout] 38 | | message_len: u32, [INFO] [stdout] 39 | | signature_raw: BString, [INFO] [stdout] 40 | | signature_len: u32, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 44 | / pub fn indy_crypto_auth_crypt(command_handle: CommandHandle, [INFO] [stdout] 45 | | wallet_handle: WalletHandle, [INFO] [stdout] 46 | | sender_vk: CString, [INFO] [stdout] 47 | | recipient_vk: CString, [INFO] [stdout] 48 | | msg_data: BString, [INFO] [stdout] 49 | | msg_len: u32, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_crypto_auth_decrypt(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | recipient_vk: CString, [INFO] [stdout] 56 | | encrypted_msg: BString, [INFO] [stdout] 57 | | encrypted_len: u32, [INFO] [stdout] 58 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 61 | / pub fn indy_crypto_anon_crypt(command_handle: CommandHandle, [INFO] [stdout] 62 | | recipient_vk: CString, [INFO] [stdout] 63 | | msg_data: BString, [INFO] [stdout] 64 | | msg_len: u32, [INFO] [stdout] 65 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | / pub fn indy_crypto_anon_decrypt(command_handle: CommandHandle, [INFO] [stdout] 69 | | wallet_handle: WalletHandle, [INFO] [stdout] 70 | | recipient_vk: CString, [INFO] [stdout] 71 | | encrypted_msg: BString, [INFO] [stdout] 72 | | encrypted_len: u32, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_pack_message(command_handle: CommandHandle, [INFO] [stdout] 77 | | wallet_handle: WalletHandle, [INFO] [stdout] 78 | | message: BString, [INFO] [stdout] 79 | | message_len: u32, [INFO] [stdout] 80 | | receiver_keys: CString, [INFO] [stdout] 81 | | sender: CString, [INFO] [stdout] 82 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 85 | / pub fn indy_unpack_message(command_handle: CommandHandle, [INFO] [stdout] 86 | | wallet_handle: WalletHandle, [INFO] [stdout] 87 | | jwe_msg: BString, [INFO] [stdout] 88 | | jwe_len: u32, [INFO] [stdout] 89 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_create_and_store_my_did(command_handle: CommandHandle, [INFO] [stdout] 8 | | wallet_handle: WalletHandle, [INFO] [stdout] 9 | | did_info: CString, [INFO] [stdout] 10 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 13 | / pub fn indy_replace_keys_start(command_handle: CommandHandle, [INFO] [stdout] 14 | | wallet_handle: WalletHandle, [INFO] [stdout] 15 | | did: CString, [INFO] [stdout] 16 | | key_info: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_replace_keys_apply(command_handle: CommandHandle, [INFO] [stdout] 21 | | wallet_handle: WalletHandle, [INFO] [stdout] 22 | | did: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_store_their_did(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | identity_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_key_for_did(command_handle: CommandHandle, [INFO] [stdout] 33 | | pool_handle: PoolHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | did: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_key_for_local_did(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | did: CString, [INFO] [stdout] 42 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 45 | / pub fn indy_set_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 46 | | wallet_handle: WalletHandle, [INFO] [stdout] 47 | | did: CString, [INFO] [stdout] 48 | | address: CString, [INFO] [stdout] 49 | | transport_key: CString, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_get_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | pool_handle: PoolHandle, [INFO] [stdout] 56 | | did: CString, [INFO] [stdout] 57 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 60 | / pub fn indy_set_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 61 | | wallet_handle: WalletHandle, [INFO] [stdout] 62 | | did: CString, [INFO] [stdout] 63 | | metadata: CString, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_get_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | did: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_get_my_did_with_meta(command_handle: CommandHandle, [INFO] [stdout] 74 | | wallet_handle: WalletHandle, [INFO] [stdout] 75 | | my_did: CString, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_list_my_dids_with_meta(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_handle: WalletHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 84 | / pub fn indy_abbreviate_verkey(command_handle: CommandHandle, [INFO] [stdout] 85 | | did: CString, [INFO] [stdout] 86 | | full_verkey: CString, [INFO] [stdout] 87 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 90 | / pub fn indy_qualify_did(command_handle: CommandHandle, [INFO] [stdout] 91 | | wallet_handle: WalletHandle, [INFO] [stdout] 92 | | method: CString, [INFO] [stdout] 93 | | prefix: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_sign_and_submit_request(command_handle: CommandHandle, [INFO] [stdout] 8 | | pool_handle: PoolHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | submitter_did: CString, [INFO] [stdout] 11 | | request_json: CString, [INFO] [stdout] 12 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 15 | / pub fn indy_submit_request(command_handle: CommandHandle, [INFO] [stdout] 16 | | pool_handle: PoolHandle, [INFO] [stdout] 17 | | request_json: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_submit_action(command_handle: CommandHandle, [INFO] [stdout] 22 | | pool_handle: PoolHandle, [INFO] [stdout] 23 | | request_json: CString, [INFO] [stdout] 24 | | nodes: CString, [INFO] [stdout] 25 | | timeout: Timeout, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_sign_request(command_handle: CommandHandle, [INFO] [stdout] 30 | | wallet_handle: WalletHandle, [INFO] [stdout] 31 | | submitter_did: CString, [INFO] [stdout] 32 | | request_json: CString, [INFO] [stdout] 33 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 36 | / pub fn indy_multi_sign_request(command_handle: CommandHandle, [INFO] [stdout] 37 | | wallet_handle: WalletHandle, [INFO] [stdout] 38 | | submitter_did: CString, [INFO] [stdout] 39 | | request_json: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_build_get_ddo_request(command_handle: CommandHandle, [INFO] [stdout] 44 | | submitter_did: CString, [INFO] [stdout] 45 | | target_did: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_build_nym_request(command_handle: CommandHandle, [INFO] [stdout] 50 | | submitter_did: CString, [INFO] [stdout] 51 | | target_did: CString, [INFO] [stdout] 52 | | verkey: CString, [INFO] [stdout] 53 | | alias: CString, [INFO] [stdout] 54 | | role: CString, [INFO] [stdout] 55 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 58 | / pub fn indy_build_get_nym_request(command_handle: CommandHandle, [INFO] [stdout] 59 | | submitter_did: CString, [INFO] [stdout] 60 | | target_did: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_parse_get_nym_response(command_handle: CommandHandle, [INFO] [stdout] 65 | | get_nym_response: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | submitter_did: CString, [INFO] [stdout] 71 | | target_did: CString, [INFO] [stdout] 72 | | hash: CString, [INFO] [stdout] 73 | | raw: CString, [INFO] [stdout] 74 | | enc: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 78 | / pub fn indy_build_get_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 79 | | submitter_did: CString, [INFO] [stdout] 80 | | target_did: CString, [INFO] [stdout] 81 | | raw: CString, [INFO] [stdout] 82 | | hash: CString, [INFO] [stdout] 83 | | enc: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_build_schema_request(command_handle: CommandHandle, [INFO] [stdout] 88 | | submitter_did: CString, [INFO] [stdout] 89 | | data: CString, [INFO] [stdout] 90 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 93 | / pub fn indy_build_get_schema_request(command_handle: CommandHandle, [INFO] [stdout] 94 | | submitter_did: CString, [INFO] [stdout] 95 | | id: CString, [INFO] [stdout] 96 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 99 | / pub fn indy_parse_get_schema_response(command_handle: CommandHandle, [INFO] [stdout] 100 | | get_schema_response: CString, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_build_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 105 | | submitter_did: CString, [INFO] [stdout] 106 | | data: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_build_get_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 111 | | submitter_did: CString, [INFO] [stdout] 112 | | id: CString, [INFO] [stdout] 113 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 116 | / pub fn indy_parse_get_cred_def_response(command_handle: CommandHandle, [INFO] [stdout] 117 | | get_cred_def_response: CString, [INFO] [stdout] 118 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 121 | / pub fn indy_build_node_request(command_handle: CommandHandle, [INFO] [stdout] 122 | | submitter_did: CString, [INFO] [stdout] 123 | | target_did: CString, [INFO] [stdout] 124 | | data: CString, [INFO] [stdout] 125 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 128 | / pub fn indy_build_get_validator_info_request(command_handle: CommandHandle, [INFO] [stdout] 129 | | submitter_did: CString, [INFO] [stdout] 130 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 133 | / pub fn indy_build_get_txn_request(command_handle: CommandHandle, [INFO] [stdout] 134 | | submitter_did: CString, [INFO] [stdout] 135 | | ledger_type: CString, [INFO] [stdout] 136 | | seq_no: i32, [INFO] [stdout] 137 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 140 | / pub fn indy_build_pool_config_request(command_handle: CommandHandle, [INFO] [stdout] 141 | | submitter_did: CString, [INFO] [stdout] 142 | | writes: bool, [INFO] [stdout] 143 | | force: bool, [INFO] [stdout] 144 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 147 | / pub fn indy_build_pool_restart_request(command_handle: CommandHandle, [INFO] [stdout] 148 | | submitter_did: CString, [INFO] [stdout] 149 | | action: CString, [INFO] [stdout] 150 | | datetime: CString, [INFO] [stdout] 151 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 154 | / pub fn indy_build_pool_upgrade_request(command_handle: CommandHandle, [INFO] [stdout] 155 | | submitter_did: CString, [INFO] [stdout] 156 | | name: CString, [INFO] [stdout] 157 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 165 | | package: CString, [INFO] [stdout] 166 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 169 | / pub fn indy_build_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 170 | | submitter_did: CString, [INFO] [stdout] 171 | | data: CString, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_build_get_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 176 | | submitter_did: CString, [INFO] [stdout] 177 | | id: CString, [INFO] [stdout] 178 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 181 | / pub fn indy_parse_get_revoc_reg_def_response(command_handle: CommandHandle, [INFO] [stdout] 182 | | get_revoc_reg_def_response: CString, [INFO] [stdout] 183 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 186 | / pub fn indy_build_revoc_reg_entry_request(command_handle: CommandHandle, [INFO] [stdout] 187 | | submitter_did: CString, [INFO] [stdout] 188 | | revoc_reg_def_id: CString, [INFO] [stdout] 189 | | rev_def_type: CString, [INFO] [stdout] 190 | | value: CString, [INFO] [stdout] 191 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 194 | / pub fn indy_build_get_revoc_reg_request(command_handle: CommandHandle, [INFO] [stdout] 195 | | submitter_did: CString, [INFO] [stdout] 196 | | revoc_reg_def_id: CString, [INFO] [stdout] 197 | | timestamp: i64, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_parse_get_revoc_reg_response(command_handle: CommandHandle, [INFO] [stdout] 202 | | get_revoc_reg_response: CString, [INFO] [stdout] 203 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 206 | / pub fn indy_build_get_revoc_reg_delta_request(command_handle: CommandHandle, [INFO] [stdout] 207 | | submitter_did: CString, [INFO] [stdout] 208 | | revoc_reg_def_id: CString, [INFO] [stdout] 209 | | from: i64, [INFO] [stdout] 210 | | to: i64, [INFO] [stdout] 211 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 214 | / pub fn indy_parse_get_revoc_reg_delta_response(command_handle: CommandHandle, [INFO] [stdout] 215 | | get_revoc_reg_delta_response: CString, [INFO] [stdout] 216 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 219 | / pub fn indy_register_transaction_parser_for_sp(command_handle: CommandHandle, [INFO] [stdout] 220 | | txn_type: CString, [INFO] [stdout] 221 | | parser: Option, [INFO] [stdout] 222 | | free: Option, [INFO] [stdout] 223 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 226 | / pub fn indy_get_response_metadata(command_handle: CommandHandle, [INFO] [stdout] 227 | | response: CString, [INFO] [stdout] 228 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 231 | / pub fn indy_build_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 232 | | submitter_did: CString, [INFO] [stdout] 233 | | txn_type: CString, [INFO] [stdout] 234 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 238 | | constraint: CString, [INFO] [stdout] 239 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 242 | / pub fn indy_build_auth_rules_request(command_handle: CommandHandle, [INFO] [stdout] 243 | | submitter_did: CString, [INFO] [stdout] 244 | | data: CString, [INFO] [stdout] 245 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 248 | / pub fn indy_build_get_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 249 | | submitter_did: CString, [INFO] [stdout] 250 | | txn_type: CString, [INFO] [stdout] 251 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 254 | | new_value: CString, [INFO] [stdout] 255 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 258 | / pub fn indy_build_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 259 | | submitter_did: CString, [INFO] [stdout] 260 | | text: CString, [INFO] [stdout] 261 | | version: CString, [INFO] [stdout] 262 | | ratification_ts: i64, [INFO] [stdout] 263 | | retirement_ts: i64, [INFO] [stdout] 264 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 267 | / pub fn indy_build_disable_all_txn_author_agreements_request(command_handle: CommandHandle, [INFO] [stdout] 268 | | submitter_did: CString, [INFO] [stdout] 269 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 273 | / pub fn indy_build_get_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 274 | | submitter_did: CString, [INFO] [stdout] 275 | | data: CString, [INFO] [stdout] 276 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 279 | / pub fn indy_build_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 280 | | submitter_did: CString, [INFO] [stdout] 281 | | aml: CString, [INFO] [stdout] 282 | | version: CString, [INFO] [stdout] 283 | | aml_context: CString, [INFO] [stdout] 284 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 287 | / pub fn indy_build_get_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 288 | | submitter_did: CString, [INFO] [stdout] 289 | | timestamp: i64, [INFO] [stdout] 290 | | version: CString, [INFO] [stdout] 291 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 294 | / pub fn indy_append_txn_author_agreement_acceptance_to_request(command_handle: CommandHandle, [INFO] [stdout] 295 | | request_json: CString, [INFO] [stdout] 296 | | text: CString, [INFO] [stdout] 297 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 300 | | time_of_acceptance: u64, [INFO] [stdout] 301 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 304 | / pub fn indy_append_request_endorser(command_handle: CommandHandle, [INFO] [stdout] 305 | | request_json: CString, [INFO] [stdout] 306 | | endorser_did: CString, [INFO] [stdout] 307 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 310 | / pub fn indy_build_ledgers_freeze_request(command_handle: CommandHandle, [INFO] [stdout] 311 | | submitter_did: CString, [INFO] [stdout] 312 | | ledgers_ids: CString, [INFO] [stdout] 313 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 316 | / pub fn indy_build_get_frozen_ledgers_request(command_handle: CommandHandle, [INFO] [stdout] 317 | | submitter_did: CString, [INFO] [stdout] 318 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_add_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | type_: CString, [INFO] [stdout] 11 | | id: CString, [INFO] [stdout] 12 | | value: CString, [INFO] [stdout] 13 | | tags_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_update_wallet_record_value(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | type_: CString, [INFO] [stdout] 20 | | id: CString, [INFO] [stdout] 21 | | value: CString, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_update_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 26 | | wallet_handle: WalletHandle, [INFO] [stdout] 27 | | type_: CString, [INFO] [stdout] 28 | | id: CString, [INFO] [stdout] 29 | | tags_json: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_add_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | type_: CString, [INFO] [stdout] 36 | | id: CString, [INFO] [stdout] 37 | | tags_json: CString, [INFO] [stdout] 38 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 41 | / pub fn indy_delete_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 42 | | wallet_handle: WalletHandle, [INFO] [stdout] 43 | | type_: CString, [INFO] [stdout] 44 | | id: CString, [INFO] [stdout] 45 | | tag_names_json: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_delete_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | type_: CString, [INFO] [stdout] 52 | | id: CString, [INFO] [stdout] 53 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 56 | / pub fn indy_get_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 57 | | wallet_handle: WalletHandle, [INFO] [stdout] 58 | | type_: CString, [INFO] [stdout] 59 | | id: CString, [INFO] [stdout] 60 | | options_json: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_open_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 65 | | wallet_handle: WalletHandle, [INFO] [stdout] 66 | | type_: CString, [INFO] [stdout] 67 | | query_json: CString, [INFO] [stdout] 68 | | options_json: CString, [INFO] [stdout] 69 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 72 | / pub fn indy_fetch_wallet_search_next_records(command_handle: CommandHandle, [INFO] [stdout] 73 | | wallet_handle: WalletHandle, [INFO] [stdout] 74 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 75 | | count: usize, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_close_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_is_pairwise_exists(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | their_did: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_create_pairwise(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | their_did: CString, [INFO] [stdout] 17 | | my_did: CString, [INFO] [stdout] 18 | | metadata: CString, [INFO] [stdout] 19 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | / pub fn indy_list_pairwise(command_handle: CommandHandle, [INFO] [stdout] 23 | | wallet_handle: WalletHandle, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_get_pairwise(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | their_did: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_set_pairwise_metadata(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | their_did: CString, [INFO] [stdout] 36 | | metadata: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_register_payment_method(command_handle: CommandHandle, [INFO] [stdout] 8 | | payment_method: CString, [INFO] [stdout] 9 | | create_payment_address: Option, [INFO] [stdout] 10 | | add_request_fees: Option, [INFO] [stdout] ... | [INFO] [stdout] 23 | | verify_with_address: Option, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_create_payment_address(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | payment_method: CString, [INFO] [stdout] 30 | | config: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_list_payment_addresses(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_add_request_fees(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | submitter_did: CString, [INFO] [stdout] 42 | | req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 45 | | extra: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_parse_response_with_fees(command_handle: CommandHandle, [INFO] [stdout] 50 | | payment_method: CString, [INFO] [stdout] 51 | | resp_json: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_build_get_payment_sources_with_from_request(command_handle: CommandHandle, [INFO] [stdout] 56 | | wallet_handle: WalletHandle, [INFO] [stdout] 57 | | submitter_did: CString, [INFO] [stdout] 58 | | payment_address: CString, [INFO] [stdout] 59 | | from: i64, [INFO] [stdout] 60 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 63 | / pub fn indy_parse_get_payment_sources_with_from_response(command_handle: CommandHandle, [INFO] [stdout] 64 | | payment_method: CString, [INFO] [stdout] 65 | | resp_json: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_get_payment_sources_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | wallet_handle: WalletHandle, [INFO] [stdout] 71 | | submitter_did: CString, [INFO] [stdout] 72 | | payment_address: CString, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_parse_get_payment_sources_response(command_handle: CommandHandle, [INFO] [stdout] 77 | | payment_method: CString, [INFO] [stdout] 78 | | resp_json: CString, [INFO] [stdout] 79 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 82 | / pub fn indy_build_payment_req(command_handle: CommandHandle, [INFO] [stdout] 83 | | wallet_handle: WalletHandle, [INFO] [stdout] 84 | | submitter_did: CString, [INFO] [stdout] 85 | | inputs_json: CString, [INFO] [stdout] 86 | | outputs_json: CString, [INFO] [stdout] 87 | | extra: CString, [INFO] [stdout] 88 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 91 | / pub fn indy_parse_payment_response(command_handle: CommandHandle, [INFO] [stdout] 92 | | payment_method: CString, [INFO] [stdout] 93 | | resp_json: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 97 | / pub fn indy_prepare_payment_extra_with_acceptance_data(command_handle: CommandHandle, [INFO] [stdout] 98 | | extra_json: CString, [INFO] [stdout] 99 | | text: CString, [INFO] [stdout] 100 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 103 | | time_of_acceptance: u64, [INFO] [stdout] 104 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 107 | / pub fn indy_build_mint_req(command_handle: CommandHandle, [INFO] [stdout] 108 | | wallet_handle: WalletHandle, [INFO] [stdout] 109 | | submitter_did: CString, [INFO] [stdout] 110 | | outputs_json: CString, [INFO] [stdout] 111 | | extra: CString, [INFO] [stdout] 112 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 115 | / pub fn indy_build_set_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 116 | | wallet_handle: WalletHandle, [INFO] [stdout] 117 | | submitter_did: CString, [INFO] [stdout] 118 | | payment_method: CString, [INFO] [stdout] 119 | | fees_json: CString, [INFO] [stdout] 120 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 123 | / pub fn indy_build_get_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 124 | | wallet_handle: WalletHandle, [INFO] [stdout] 125 | | submitter_did: CString, [INFO] [stdout] 126 | | payment_method: CString, [INFO] [stdout] 127 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 130 | / pub fn indy_parse_get_txn_fees_response(command_handle: CommandHandle, [INFO] [stdout] 131 | | payment_method: CString, [INFO] [stdout] 132 | | resp_json: CString, [INFO] [stdout] 133 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 136 | / pub fn indy_build_verify_payment_req(command_handle: CommandHandle, [INFO] [stdout] 137 | | wallet_handle: WalletHandle, [INFO] [stdout] 138 | | submitter_did: CString, [INFO] [stdout] 139 | | receipt: CString, [INFO] [stdout] 140 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 143 | / pub fn indy_parse_verify_payment_response(command_handle: CommandHandle, [INFO] [stdout] 144 | | payment_method: CString, [INFO] [stdout] 145 | | resp_json: CString, [INFO] [stdout] 146 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 149 | / pub fn indy_get_request_info(command_handle: CommandHandle, [INFO] [stdout] 150 | | get_auth_rule_resp_json: CString, [INFO] [stdout] 151 | | requester_info_json: CString, [INFO] [stdout] 152 | | fees_json: CString, [INFO] [stdout] 153 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_verify_with_address(command_handle: CommandHandle, [INFO] [stdout] 162 | | address: CString, [INFO] [stdout] 163 | | message_raw: BString, [INFO] [stdout] 164 | | message_len: u32, [INFO] [stdout] 165 | | signature_raw: BString, [INFO] [stdout] 166 | | signature_len: u32, [INFO] [stdout] 167 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 9 | | config_name: CString, [INFO] [stdout] 10 | | config: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 15 | | config_name: CString, [INFO] [stdout] 16 | | config: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_refresh_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 21 | | handle: PoolHandle, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_list_pools(command_handle: CommandHandle, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_close_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 30 | | handle: PoolHandle, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_delete_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 35 | | config_name: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_set_protocol_version(command_handle: CommandHandle, [INFO] [stdout] 40 | | protocol_version: usize, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_register_wallet_storage(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | create: Option, [INFO] [stdout] 11 | | open: Option, [INFO] [stdout] ... | [INFO] [stdout] 33 | | free_search: Option, [INFO] [stdout] 34 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / pub fn indy_create_wallet(command_handle: CommandHandle, [INFO] [stdout] 38 | | config: CString, [INFO] [stdout] 39 | | credentials: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_open_wallet(command_handle: CommandHandle, [INFO] [stdout] 44 | | config: CString, [INFO] [stdout] 45 | | credentials: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_export_wallet(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | export_config: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_import_wallet(command_handle: CommandHandle, [INFO] [stdout] 56 | | config: CString, [INFO] [stdout] 57 | | credentials: CString, [INFO] [stdout] 58 | | import_config: CString, [INFO] [stdout] 59 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 62 | / pub fn indy_close_wallet(command_handle: CommandHandle, [INFO] [stdout] 63 | | wallet_handle: WalletHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.48s [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_delete_wallet(command_handle: CommandHandle, [INFO] [stdout] 68 | | config: CString, [INFO] [stdout] 69 | | credentials: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_generate_wallet_key(command_handle: CommandHandle, [INFO] [stdout] 74 | | config: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | / pub fn indy_set_logger(context: *const CVoid, [INFO] [stdout] 7 | | enabled: Option, [INFO] [stdout] 8 | | log: Option, [INFO] [stdout] 9 | | flush: Option) -> Error; [INFO] [stdout] | |____________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | / pub fn indy_set_logger_with_max_lvl(context: *const CVoid, [INFO] [stdout] 13 | | enabled: Option, [INFO] [stdout] 14 | | log: Option, [INFO] [stdout] 15 | | flush: Option, [INFO] [stdout] 16 | | max_lvl: u32)-> Error; [INFO] [stdout] | |______________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | pub fn indy_set_log_max_lvl(max_lvl: u32) -> Error; [INFO] [stdout] | --------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | pub fn indy_set_default_logger(pattern: CString) -> Error; [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_get_logger(context_p: *mut CVoid, [INFO] [stdout] 26 | | enabled_cb_p: *mut Option, [INFO] [stdout] 27 | | log_cb_p: *mut Option, [INFO] [stdout] 28 | | flush_cb_p: *mut Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_get_schema(command_handle: CommandHandle, [INFO] [stdout] 9 | | pool_handle: PoolHandle, [INFO] [stdout] 10 | | wallet_handle: WalletHandle, [INFO] [stdout] 11 | | submitter_did: CString, [INFO] [stdout] 12 | | id: CString, [INFO] [stdout] 13 | | options_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_get_cred_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | pool_handle: PoolHandle, [INFO] [stdout] 19 | | wallet_handle: WalletHandle, [INFO] [stdout] 20 | | submitter_did: CString, [INFO] [stdout] 21 | | id: CString, [INFO] [stdout] 22 | | options_json: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_purge_schema_cache(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | options_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_purge_cred_def_cache(command_handle: CommandHandle, [INFO] [stdout] 33 | | wallet_handle: WalletHandle, [INFO] [stdout] 34 | | options_json: CString, [INFO] [stdout] 35 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/metrics.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_collect_metrics(command_handle: CommandHandle, [INFO] [stdout] 8 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 164 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "93567e770af69f9f8bd718c58ab8ae4cb063d874080b57fb32e6249059101d38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93567e770af69f9f8bd718c58ab8ae4cb063d874080b57fb32e6249059101d38", kill_on_drop: false }` [INFO] [stdout] 93567e770af69f9f8bd718c58ab8ae4cb063d874080b57fb32e6249059101d38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec574958053c611d756c58b0e5133fcc4348512a1d829b87d7bde73f49612eaf [INFO] running `Command { std: "docker" "start" "-a" "ec574958053c611d756c58b0e5133fcc4348512a1d829b87d7bde73f49612eaf", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | Err(e) => panic!(format!("Error: {:?}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 51 - Err(e) => panic!(format!("Error: {:?}", e)), [INFO] [stdout] 51 + Err(e) => panic!("Error: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | pub fn indy_set_runtime_config(config: CString) -> Error; [INFO] [stdout] | --------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 71 | pub fn indy_get_current_error(error_json_p: *mut CString); [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 9 | / pub fn indy_issuer_create_schema(command_handle: CommandHandle, [INFO] [stdout] 10 | | issuer_did: CString, [INFO] [stdout] 11 | | name: CString, [INFO] [stdout] 12 | | version: CString, [INFO] [stdout] 13 | | attrs: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_issuer_create_and_store_credential_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | issuer_did: CString, [INFO] [stdout] 20 | | schema_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 23 | | config_json: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_issuer_rotate_credential_def_start(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | cred_def_id: CString, [INFO] [stdout] 30 | | config_json: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_issuer_rotate_credential_def_apply(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cred_def_id: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | / pub fn indy_issuer_create_and_store_revoc_reg(command_handle: CommandHandle, [INFO] [stdout] 41 | | wallet_handle: WalletHandle, [INFO] [stdout] 42 | | issuer_did: CString, [INFO] [stdout] 43 | | revoc_def_type: CString, [INFO] [stdout] ... | [INFO] [stdout] 47 | | tails_writer_handle: TailWriterHandle, [INFO] [stdout] 48 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | / pub fn indy_issuer_create_credential_offer(command_handle: CommandHandle, [INFO] [stdout] 52 | | wallet_handle: WalletHandle, [INFO] [stdout] 53 | | cred_def_id: CString, [INFO] [stdout] 54 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | / pub fn indy_issuer_create_credential(command_handle: CommandHandle, [INFO] [stdout] 58 | | wallet_handle: WalletHandle, [INFO] [stdout] 59 | | cred_offer_json: CString, [INFO] [stdout] 60 | | cred_req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 63 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_issuer_revoke_credential(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | blob_storage_reader_cfg_handle: BlobStorageReaderCfgHandle, [INFO] [stdout] 70 | | rev_reg_id: CString, [INFO] [stdout] 71 | | cred_revoc_id: CString, [INFO] [stdout] 72 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 75 | / pub fn indy_issuer_merge_revocation_registry_deltas(command_handle: CommandHandle, [INFO] [stdout] 76 | | rev_reg_delta_json: CString, [INFO] [stdout] 77 | | other_rev_reg_delta_json: CString, [INFO] [stdout] 78 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 81 | / pub fn indy_prover_create_master_secret(command_handle: CommandHandle, [INFO] [stdout] 82 | | wallet_handle: WalletHandle, [INFO] [stdout] 83 | | master_secret_id: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_prover_create_credential_req(command_handle: CommandHandle, [INFO] [stdout] 88 | | wallet_handle: WalletHandle, [INFO] [stdout] 89 | | prover_did: CString, [INFO] [stdout] 90 | | cred_offer_json: CString, [INFO] [stdout] 91 | | cred_def_json: CString, [INFO] [stdout] 92 | | master_secret_id: CString, [INFO] [stdout] 93 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 96 | / pub fn indy_prover_set_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 97 | | wallet_handle: WalletHandle, [INFO] [stdout] 98 | | cred_def_id: CString, [INFO] [stdout] 99 | | taggable_json: CString, [INFO] [stdout] 100 | | retroactive: bool, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_prover_get_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 105 | | wallet_handle: WalletHandle, [INFO] [stdout] 106 | | cred_def_id: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_prover_store_credential(command_handle: CommandHandle, [INFO] [stdout] 111 | | wallet_handle: WalletHandle, [INFO] [stdout] 112 | | cred_id: CString, [INFO] [stdout] 113 | | cred_req_metadata_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rev_reg_def_json: CString, [INFO] [stdout] 117 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 120 | / pub fn indy_prover_get_credential(command_handle: CommandHandle, [INFO] [stdout] 121 | | wallet_handle: WalletHandle, [INFO] [stdout] 122 | | cred_id: CString, [INFO] [stdout] 123 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 126 | / pub fn indy_prover_delete_credential(command_handle: CommandHandle, [INFO] [stdout] 127 | | wallet_handle: WalletHandle, [INFO] [stdout] 128 | | cred_id: CString, [INFO] [stdout] 129 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 132 | / pub fn indy_prover_get_credentials(command_handle: CommandHandle, [INFO] [stdout] 133 | | wallet_handle: WalletHandle, [INFO] [stdout] 134 | | filter_json: CString, [INFO] [stdout] 135 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 138 | / pub fn indy_prover_search_credentials(command_handle: CommandHandle, [INFO] [stdout] 139 | | wallet_handle: WalletHandle, [INFO] [stdout] 140 | | query_json: CString, [INFO] [stdout] 141 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 144 | / pub fn indy_prover_fetch_credentials(command_handle: CommandHandle, [INFO] [stdout] 145 | | search_handle: SearchHandle, [INFO] [stdout] 146 | | count: usize, [INFO] [stdout] 147 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 150 | / pub fn indy_prover_close_credentials_search(command_handle: CommandHandle, [INFO] [stdout] 151 | | search_handle: SearchHandle, [INFO] [stdout] 152 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 155 | / pub fn indy_prover_get_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 156 | | wallet_handle: WalletHandle, [INFO] [stdout] 157 | | proof_request_json: CString, [INFO] [stdout] 158 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_prover_search_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 162 | | wallet_handle: WalletHandle, [INFO] [stdout] 163 | | proof_request_json: CString, [INFO] [stdout] 164 | | extra_query_json: CString, [INFO] [stdout] 165 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 168 | / pub fn indy_prover_fetch_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 169 | | search_handle: SearchHandle, [INFO] [stdout] 170 | | item_referent: CString, [INFO] [stdout] 171 | | count: usize, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_prover_close_credentials_search_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 176 | | search_handle: SearchHandle, [INFO] [stdout] 177 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 180 | / pub fn indy_prover_create_proof(command_handle: CommandHandle, [INFO] [stdout] 181 | | wallet_handle: WalletHandle, [INFO] [stdout] 182 | | proof_req_json: CString, [INFO] [stdout] 183 | | requested_credentials_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 187 | | rev_states_json: CString, [INFO] [stdout] 188 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 191 | / pub fn indy_verifier_verify_proof(command_handle: CommandHandle, [INFO] [stdout] 192 | | proof_request_json: CString, [INFO] [stdout] 193 | | proof_json: CString, [INFO] [stdout] 194 | | schemas_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 197 | | rev_regs_json: CString, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_create_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 202 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 203 | | rev_reg_def_json: CString, [INFO] [stdout] 204 | | rev_reg_delta_json: CString, [INFO] [stdout] 205 | | timestamp: u64, [INFO] [stdout] 206 | | cred_rev_id: CString, [INFO] [stdout] 207 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 210 | / pub fn indy_update_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 211 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 212 | | rev_state_json: CString, [INFO] [stdout] 213 | | rev_reg_def_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 216 | | cred_rev_id: CString, [INFO] [stdout] 217 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 220 | / pub fn indy_generate_nonce(command_handle: CommandHandle, [INFO] [stdout] 221 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 223 | / pub fn indy_to_unqualified(command_handle: CommandHandle, [INFO] [stdout] 224 | | entity: CString, [INFO] [stdout] 225 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_open_blob_storage_reader(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | config_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_blob_storage_writer(command_handle: CommandHandle, [INFO] [stdout] 15 | | type_: CString, [INFO] [stdout] 16 | | config_json: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_key(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | key_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_set_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | verkey: CString, [INFO] [stdout] 17 | | metadata: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_get_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 22 | | wallet_handle: WalletHandle, [INFO] [stdout] 23 | | verkey: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_crypto_sign(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | signer_vk: CString, [INFO] [stdout] 30 | | message_raw: BString, [INFO] [stdout] 31 | | message_len: u32, [INFO] [stdout] 32 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 35 | / pub fn indy_crypto_verify(command_handle: CommandHandle, [INFO] [stdout] 36 | | signer_vk: CString, [INFO] [stdout] 37 | | message_raw: BString, [INFO] [stdout] 38 | | message_len: u32, [INFO] [stdout] 39 | | signature_raw: BString, [INFO] [stdout] 40 | | signature_len: u32, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 44 | / pub fn indy_crypto_auth_crypt(command_handle: CommandHandle, [INFO] [stdout] 45 | | wallet_handle: WalletHandle, [INFO] [stdout] 46 | | sender_vk: CString, [INFO] [stdout] 47 | | recipient_vk: CString, [INFO] [stdout] 48 | | msg_data: BString, [INFO] [stdout] 49 | | msg_len: u32, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_crypto_auth_decrypt(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | recipient_vk: CString, [INFO] [stdout] 56 | | encrypted_msg: BString, [INFO] [stdout] 57 | | encrypted_len: u32, [INFO] [stdout] 58 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 61 | / pub fn indy_crypto_anon_crypt(command_handle: CommandHandle, [INFO] [stdout] 62 | | recipient_vk: CString, [INFO] [stdout] 63 | | msg_data: BString, [INFO] [stdout] 64 | | msg_len: u32, [INFO] [stdout] 65 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | / pub fn indy_crypto_anon_decrypt(command_handle: CommandHandle, [INFO] [stdout] 69 | | wallet_handle: WalletHandle, [INFO] [stdout] 70 | | recipient_vk: CString, [INFO] [stdout] 71 | | encrypted_msg: BString, [INFO] [stdout] 72 | | encrypted_len: u32, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_pack_message(command_handle: CommandHandle, [INFO] [stdout] 77 | | wallet_handle: WalletHandle, [INFO] [stdout] 78 | | message: BString, [INFO] [stdout] 79 | | message_len: u32, [INFO] [stdout] 80 | | receiver_keys: CString, [INFO] [stdout] 81 | | sender: CString, [INFO] [stdout] 82 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 85 | / pub fn indy_unpack_message(command_handle: CommandHandle, [INFO] [stdout] 86 | | wallet_handle: WalletHandle, [INFO] [stdout] 87 | | jwe_msg: BString, [INFO] [stdout] 88 | | jwe_len: u32, [INFO] [stdout] 89 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_create_and_store_my_did(command_handle: CommandHandle, [INFO] [stdout] 8 | | wallet_handle: WalletHandle, [INFO] [stdout] 9 | | did_info: CString, [INFO] [stdout] 10 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 13 | / pub fn indy_replace_keys_start(command_handle: CommandHandle, [INFO] [stdout] 14 | | wallet_handle: WalletHandle, [INFO] [stdout] 15 | | did: CString, [INFO] [stdout] 16 | | key_info: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_replace_keys_apply(command_handle: CommandHandle, [INFO] [stdout] 21 | | wallet_handle: WalletHandle, [INFO] [stdout] 22 | | did: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_store_their_did(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | identity_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_key_for_did(command_handle: CommandHandle, [INFO] [stdout] 33 | | pool_handle: PoolHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | did: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_key_for_local_did(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | did: CString, [INFO] [stdout] 42 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 45 | / pub fn indy_set_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 46 | | wallet_handle: WalletHandle, [INFO] [stdout] 47 | | did: CString, [INFO] [stdout] 48 | | address: CString, [INFO] [stdout] 49 | | transport_key: CString, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_get_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | pool_handle: PoolHandle, [INFO] [stdout] 56 | | did: CString, [INFO] [stdout] 57 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 60 | / pub fn indy_set_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 61 | | wallet_handle: WalletHandle, [INFO] [stdout] 62 | | did: CString, [INFO] [stdout] 63 | | metadata: CString, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_get_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | did: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_get_my_did_with_meta(command_handle: CommandHandle, [INFO] [stdout] 74 | | wallet_handle: WalletHandle, [INFO] [stdout] 75 | | my_did: CString, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_list_my_dids_with_meta(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_handle: WalletHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 84 | / pub fn indy_abbreviate_verkey(command_handle: CommandHandle, [INFO] [stdout] 85 | | did: CString, [INFO] [stdout] 86 | | full_verkey: CString, [INFO] [stdout] 87 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 90 | / pub fn indy_qualify_did(command_handle: CommandHandle, [INFO] [stdout] 91 | | wallet_handle: WalletHandle, [INFO] [stdout] 92 | | method: CString, [INFO] [stdout] 93 | | prefix: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_sign_and_submit_request(command_handle: CommandHandle, [INFO] [stdout] 8 | | pool_handle: PoolHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | submitter_did: CString, [INFO] [stdout] 11 | | request_json: CString, [INFO] [stdout] 12 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 15 | / pub fn indy_submit_request(command_handle: CommandHandle, [INFO] [stdout] 16 | | pool_handle: PoolHandle, [INFO] [stdout] 17 | | request_json: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_submit_action(command_handle: CommandHandle, [INFO] [stdout] 22 | | pool_handle: PoolHandle, [INFO] [stdout] 23 | | request_json: CString, [INFO] [stdout] 24 | | nodes: CString, [INFO] [stdout] 25 | | timeout: Timeout, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_sign_request(command_handle: CommandHandle, [INFO] [stdout] 30 | | wallet_handle: WalletHandle, [INFO] [stdout] 31 | | submitter_did: CString, [INFO] [stdout] 32 | | request_json: CString, [INFO] [stdout] 33 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 36 | / pub fn indy_multi_sign_request(command_handle: CommandHandle, [INFO] [stdout] 37 | | wallet_handle: WalletHandle, [INFO] [stdout] 38 | | submitter_did: CString, [INFO] [stdout] 39 | | request_json: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_build_get_ddo_request(command_handle: CommandHandle, [INFO] [stdout] 44 | | submitter_did: CString, [INFO] [stdout] 45 | | target_did: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_build_nym_request(command_handle: CommandHandle, [INFO] [stdout] 50 | | submitter_did: CString, [INFO] [stdout] 51 | | target_did: CString, [INFO] [stdout] 52 | | verkey: CString, [INFO] [stdout] 53 | | alias: CString, [INFO] [stdout] 54 | | role: CString, [INFO] [stdout] 55 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 58 | / pub fn indy_build_get_nym_request(command_handle: CommandHandle, [INFO] [stdout] 59 | | submitter_did: CString, [INFO] [stdout] 60 | | target_did: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_parse_get_nym_response(command_handle: CommandHandle, [INFO] [stdout] 65 | | get_nym_response: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | submitter_did: CString, [INFO] [stdout] 71 | | target_did: CString, [INFO] [stdout] 72 | | hash: CString, [INFO] [stdout] 73 | | raw: CString, [INFO] [stdout] 74 | | enc: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 78 | / pub fn indy_build_get_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 79 | | submitter_did: CString, [INFO] [stdout] 80 | | target_did: CString, [INFO] [stdout] 81 | | raw: CString, [INFO] [stdout] 82 | | hash: CString, [INFO] [stdout] 83 | | enc: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_build_schema_request(command_handle: CommandHandle, [INFO] [stdout] 88 | | submitter_did: CString, [INFO] [stdout] 89 | | data: CString, [INFO] [stdout] 90 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 93 | / pub fn indy_build_get_schema_request(command_handle: CommandHandle, [INFO] [stdout] 94 | | submitter_did: CString, [INFO] [stdout] 95 | | id: CString, [INFO] [stdout] 96 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 99 | / pub fn indy_parse_get_schema_response(command_handle: CommandHandle, [INFO] [stdout] 100 | | get_schema_response: CString, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_build_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 105 | | submitter_did: CString, [INFO] [stdout] 106 | | data: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_build_get_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 111 | | submitter_did: CString, [INFO] [stdout] 112 | | id: CString, [INFO] [stdout] 113 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 116 | / pub fn indy_parse_get_cred_def_response(command_handle: CommandHandle, [INFO] [stdout] 117 | | get_cred_def_response: CString, [INFO] [stdout] 118 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 121 | / pub fn indy_build_node_request(command_handle: CommandHandle, [INFO] [stdout] 122 | | submitter_did: CString, [INFO] [stdout] 123 | | target_did: CString, [INFO] [stdout] 124 | | data: CString, [INFO] [stdout] 125 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 128 | / pub fn indy_build_get_validator_info_request(command_handle: CommandHandle, [INFO] [stdout] 129 | | submitter_did: CString, [INFO] [stdout] 130 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 133 | / pub fn indy_build_get_txn_request(command_handle: CommandHandle, [INFO] [stdout] 134 | | submitter_did: CString, [INFO] [stdout] 135 | | ledger_type: CString, [INFO] [stdout] 136 | | seq_no: i32, [INFO] [stdout] 137 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 140 | / pub fn indy_build_pool_config_request(command_handle: CommandHandle, [INFO] [stdout] 141 | | submitter_did: CString, [INFO] [stdout] 142 | | writes: bool, [INFO] [stdout] 143 | | force: bool, [INFO] [stdout] 144 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 147 | / pub fn indy_build_pool_restart_request(command_handle: CommandHandle, [INFO] [stdout] 148 | | submitter_did: CString, [INFO] [stdout] 149 | | action: CString, [INFO] [stdout] 150 | | datetime: CString, [INFO] [stdout] 151 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 154 | / pub fn indy_build_pool_upgrade_request(command_handle: CommandHandle, [INFO] [stdout] 155 | | submitter_did: CString, [INFO] [stdout] 156 | | name: CString, [INFO] [stdout] 157 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 165 | | package: CString, [INFO] [stdout] 166 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 169 | / pub fn indy_build_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 170 | | submitter_did: CString, [INFO] [stdout] 171 | | data: CString, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_build_get_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 176 | | submitter_did: CString, [INFO] [stdout] 177 | | id: CString, [INFO] [stdout] 178 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 181 | / pub fn indy_parse_get_revoc_reg_def_response(command_handle: CommandHandle, [INFO] [stdout] 182 | | get_revoc_reg_def_response: CString, [INFO] [stdout] 183 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 186 | / pub fn indy_build_revoc_reg_entry_request(command_handle: CommandHandle, [INFO] [stdout] 187 | | submitter_did: CString, [INFO] [stdout] 188 | | revoc_reg_def_id: CString, [INFO] [stdout] 189 | | rev_def_type: CString, [INFO] [stdout] 190 | | value: CString, [INFO] [stdout] 191 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 194 | / pub fn indy_build_get_revoc_reg_request(command_handle: CommandHandle, [INFO] [stdout] 195 | | submitter_did: CString, [INFO] [stdout] 196 | | revoc_reg_def_id: CString, [INFO] [stdout] 197 | | timestamp: i64, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_parse_get_revoc_reg_response(command_handle: CommandHandle, [INFO] [stdout] 202 | | get_revoc_reg_response: CString, [INFO] [stdout] 203 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 206 | / pub fn indy_build_get_revoc_reg_delta_request(command_handle: CommandHandle, [INFO] [stdout] 207 | | submitter_did: CString, [INFO] [stdout] 208 | | revoc_reg_def_id: CString, [INFO] [stdout] 209 | | from: i64, [INFO] [stdout] 210 | | to: i64, [INFO] [stdout] 211 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 214 | / pub fn indy_parse_get_revoc_reg_delta_response(command_handle: CommandHandle, [INFO] [stdout] 215 | | get_revoc_reg_delta_response: CString, [INFO] [stdout] 216 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 219 | / pub fn indy_register_transaction_parser_for_sp(command_handle: CommandHandle, [INFO] [stdout] 220 | | txn_type: CString, [INFO] [stdout] 221 | | parser: Option, [INFO] [stdout] 222 | | free: Option, [INFO] [stdout] 223 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 226 | / pub fn indy_get_response_metadata(command_handle: CommandHandle, [INFO] [stdout] 227 | | response: CString, [INFO] [stdout] 228 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 231 | / pub fn indy_build_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 232 | | submitter_did: CString, [INFO] [stdout] 233 | | txn_type: CString, [INFO] [stdout] 234 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 238 | | constraint: CString, [INFO] [stdout] 239 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 242 | / pub fn indy_build_auth_rules_request(command_handle: CommandHandle, [INFO] [stdout] 243 | | submitter_did: CString, [INFO] [stdout] 244 | | data: CString, [INFO] [stdout] 245 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 248 | / pub fn indy_build_get_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 249 | | submitter_did: CString, [INFO] [stdout] 250 | | txn_type: CString, [INFO] [stdout] 251 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 254 | | new_value: CString, [INFO] [stdout] 255 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 258 | / pub fn indy_build_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 259 | | submitter_did: CString, [INFO] [stdout] 260 | | text: CString, [INFO] [stdout] 261 | | version: CString, [INFO] [stdout] 262 | | ratification_ts: i64, [INFO] [stdout] 263 | | retirement_ts: i64, [INFO] [stdout] 264 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 267 | / pub fn indy_build_disable_all_txn_author_agreements_request(command_handle: CommandHandle, [INFO] [stdout] 268 | | submitter_did: CString, [INFO] [stdout] 269 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 273 | / pub fn indy_build_get_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 274 | | submitter_did: CString, [INFO] [stdout] 275 | | data: CString, [INFO] [stdout] 276 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 279 | / pub fn indy_build_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 280 | | submitter_did: CString, [INFO] [stdout] 281 | | aml: CString, [INFO] [stdout] 282 | | version: CString, [INFO] [stdout] 283 | | aml_context: CString, [INFO] [stdout] 284 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 287 | / pub fn indy_build_get_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 288 | | submitter_did: CString, [INFO] [stdout] 289 | | timestamp: i64, [INFO] [stdout] 290 | | version: CString, [INFO] [stdout] 291 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 294 | / pub fn indy_append_txn_author_agreement_acceptance_to_request(command_handle: CommandHandle, [INFO] [stdout] 295 | | request_json: CString, [INFO] [stdout] 296 | | text: CString, [INFO] [stdout] 297 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 300 | | time_of_acceptance: u64, [INFO] [stdout] 301 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 304 | / pub fn indy_append_request_endorser(command_handle: CommandHandle, [INFO] [stdout] 305 | | request_json: CString, [INFO] [stdout] 306 | | endorser_did: CString, [INFO] [stdout] 307 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 310 | / pub fn indy_build_ledgers_freeze_request(command_handle: CommandHandle, [INFO] [stdout] 311 | | submitter_did: CString, [INFO] [stdout] 312 | | ledgers_ids: CString, [INFO] [stdout] 313 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 316 | / pub fn indy_build_get_frozen_ledgers_request(command_handle: CommandHandle, [INFO] [stdout] 317 | | submitter_did: CString, [INFO] [stdout] 318 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_add_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | type_: CString, [INFO] [stdout] 11 | | id: CString, [INFO] [stdout] 12 | | value: CString, [INFO] [stdout] 13 | | tags_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_update_wallet_record_value(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | type_: CString, [INFO] [stdout] 20 | | id: CString, [INFO] [stdout] 21 | | value: CString, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_update_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 26 | | wallet_handle: WalletHandle, [INFO] [stdout] 27 | | type_: CString, [INFO] [stdout] 28 | | id: CString, [INFO] [stdout] 29 | | tags_json: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_add_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | type_: CString, [INFO] [stdout] 36 | | id: CString, [INFO] [stdout] 37 | | tags_json: CString, [INFO] [stdout] 38 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 41 | / pub fn indy_delete_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 42 | | wallet_handle: WalletHandle, [INFO] [stdout] 43 | | type_: CString, [INFO] [stdout] 44 | | id: CString, [INFO] [stdout] 45 | | tag_names_json: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_delete_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | type_: CString, [INFO] [stdout] 52 | | id: CString, [INFO] [stdout] 53 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 56 | / pub fn indy_get_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 57 | | wallet_handle: WalletHandle, [INFO] [stdout] 58 | | type_: CString, [INFO] [stdout] 59 | | id: CString, [INFO] [stdout] 60 | | options_json: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_open_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 65 | | wallet_handle: WalletHandle, [INFO] [stdout] 66 | | type_: CString, [INFO] [stdout] 67 | | query_json: CString, [INFO] [stdout] 68 | | options_json: CString, [INFO] [stdout] 69 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 72 | / pub fn indy_fetch_wallet_search_next_records(command_handle: CommandHandle, [INFO] [stdout] 73 | | wallet_handle: WalletHandle, [INFO] [stdout] 74 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 75 | | count: usize, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_close_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_is_pairwise_exists(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | their_did: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_create_pairwise(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | their_did: CString, [INFO] [stdout] 17 | | my_did: CString, [INFO] [stdout] 18 | | metadata: CString, [INFO] [stdout] 19 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | / pub fn indy_list_pairwise(command_handle: CommandHandle, [INFO] [stdout] 23 | | wallet_handle: WalletHandle, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_get_pairwise(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | their_did: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_set_pairwise_metadata(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | their_did: CString, [INFO] [stdout] 36 | | metadata: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_register_payment_method(command_handle: CommandHandle, [INFO] [stdout] 8 | | payment_method: CString, [INFO] [stdout] 9 | | create_payment_address: Option, [INFO] [stdout] 10 | | add_request_fees: Option, [INFO] [stdout] ... | [INFO] [stdout] 23 | | verify_with_address: Option, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_create_payment_address(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | payment_method: CString, [INFO] [stdout] 30 | | config: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_list_payment_addresses(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_add_request_fees(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | submitter_did: CString, [INFO] [stdout] 42 | | req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 45 | | extra: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_parse_response_with_fees(command_handle: CommandHandle, [INFO] [stdout] 50 | | payment_method: CString, [INFO] [stdout] 51 | | resp_json: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_build_get_payment_sources_with_from_request(command_handle: CommandHandle, [INFO] [stdout] 56 | | wallet_handle: WalletHandle, [INFO] [stdout] 57 | | submitter_did: CString, [INFO] [stdout] 58 | | payment_address: CString, [INFO] [stdout] 59 | | from: i64, [INFO] [stdout] 60 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 63 | / pub fn indy_parse_get_payment_sources_with_from_response(command_handle: CommandHandle, [INFO] [stdout] 64 | | payment_method: CString, [INFO] [stdout] 65 | | resp_json: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_get_payment_sources_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | wallet_handle: WalletHandle, [INFO] [stdout] 71 | | submitter_did: CString, [INFO] [stdout] 72 | | payment_address: CString, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_parse_get_payment_sources_response(command_handle: CommandHandle, [INFO] [stdout] 77 | | payment_method: CString, [INFO] [stdout] 78 | | resp_json: CString, [INFO] [stdout] 79 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 82 | / pub fn indy_build_payment_req(command_handle: CommandHandle, [INFO] [stdout] 83 | | wallet_handle: WalletHandle, [INFO] [stdout] 84 | | submitter_did: CString, [INFO] [stdout] 85 | | inputs_json: CString, [INFO] [stdout] 86 | | outputs_json: CString, [INFO] [stdout] 87 | | extra: CString, [INFO] [stdout] 88 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 91 | / pub fn indy_parse_payment_response(command_handle: CommandHandle, [INFO] [stdout] 92 | | payment_method: CString, [INFO] [stdout] 93 | | resp_json: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 97 | / pub fn indy_prepare_payment_extra_with_acceptance_data(command_handle: CommandHandle, [INFO] [stdout] 98 | | extra_json: CString, [INFO] [stdout] 99 | | text: CString, [INFO] [stdout] 100 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 103 | | time_of_acceptance: u64, [INFO] [stdout] 104 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 107 | / pub fn indy_build_mint_req(command_handle: CommandHandle, [INFO] [stdout] 108 | | wallet_handle: WalletHandle, [INFO] [stdout] 109 | | submitter_did: CString, [INFO] [stdout] 110 | | outputs_json: CString, [INFO] [stdout] 111 | | extra: CString, [INFO] [stdout] 112 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 115 | / pub fn indy_build_set_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 116 | | wallet_handle: WalletHandle, [INFO] [stdout] 117 | | submitter_did: CString, [INFO] [stdout] 118 | | payment_method: CString, [INFO] [stdout] 119 | | fees_json: CString, [INFO] [stdout] 120 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 123 | / pub fn indy_build_get_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 124 | | wallet_handle: WalletHandle, [INFO] [stdout] 125 | | submitter_did: CString, [INFO] [stdout] 126 | | payment_method: CString, [INFO] [stdout] 127 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 130 | / pub fn indy_parse_get_txn_fees_response(command_handle: CommandHandle, [INFO] [stdout] 131 | | payment_method: CString, [INFO] [stdout] 132 | | resp_json: CString, [INFO] [stdout] 133 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 136 | / pub fn indy_build_verify_payment_req(command_handle: CommandHandle, [INFO] [stdout] 137 | | wallet_handle: WalletHandle, [INFO] [stdout] 138 | | submitter_did: CString, [INFO] [stdout] 139 | | receipt: CString, [INFO] [stdout] 140 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 143 | / pub fn indy_parse_verify_payment_response(command_handle: CommandHandle, [INFO] [stdout] 144 | | payment_method: CString, [INFO] [stdout] 145 | | resp_json: CString, [INFO] [stdout] 146 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 149 | / pub fn indy_get_request_info(command_handle: CommandHandle, [INFO] [stdout] 150 | | get_auth_rule_resp_json: CString, [INFO] [stdout] 151 | | requester_info_json: CString, [INFO] [stdout] 152 | | fees_json: CString, [INFO] [stdout] 153 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_verify_with_address(command_handle: CommandHandle, [INFO] [stdout] 162 | | address: CString, [INFO] [stdout] 163 | | message_raw: BString, [INFO] [stdout] 164 | | message_len: u32, [INFO] [stdout] 165 | | signature_raw: BString, [INFO] [stdout] 166 | | signature_len: u32, [INFO] [stdout] 167 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 9 | | config_name: CString, [INFO] [stdout] 10 | | config: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 15 | | config_name: CString, [INFO] [stdout] 16 | | config: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_refresh_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 21 | | handle: PoolHandle, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_list_pools(command_handle: CommandHandle, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_close_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 30 | | handle: PoolHandle, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_delete_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 35 | | config_name: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_set_protocol_version(command_handle: CommandHandle, [INFO] [stdout] 40 | | protocol_version: usize, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_register_wallet_storage(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | create: Option, [INFO] [stdout] 11 | | open: Option, [INFO] [stdout] ... | [INFO] [stdout] 33 | | free_search: Option, [INFO] [stdout] 34 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / pub fn indy_create_wallet(command_handle: CommandHandle, [INFO] [stdout] 38 | | config: CString, [INFO] [stdout] 39 | | credentials: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_open_wallet(command_handle: CommandHandle, [INFO] [stdout] 44 | | config: CString, [INFO] [stdout] 45 | | credentials: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_export_wallet(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | export_config: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_import_wallet(command_handle: CommandHandle, [INFO] [stdout] 56 | | config: CString, [INFO] [stdout] 57 | | credentials: CString, [INFO] [stdout] 58 | | import_config: CString, [INFO] [stdout] 59 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 62 | / pub fn indy_close_wallet(command_handle: CommandHandle, [INFO] [stdout] 63 | | wallet_handle: WalletHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_delete_wallet(command_handle: CommandHandle, [INFO] [stdout] 68 | | config: CString, [INFO] [stdout] 69 | | credentials: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_generate_wallet_key(command_handle: CommandHandle, [INFO] [stdout] 74 | | config: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | / pub fn indy_set_logger(context: *const CVoid, [INFO] [stdout] 7 | | enabled: Option, [INFO] [stdout] 8 | | log: Option, [INFO] [stdout] 9 | | flush: Option) -> Error; [INFO] [stdout] | |____________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | / pub fn indy_set_logger_with_max_lvl(context: *const CVoid, [INFO] [stdout] 13 | | enabled: Option, [INFO] [stdout] 14 | | log: Option, [INFO] [stdout] 15 | | flush: Option, [INFO] [stdout] 16 | | max_lvl: u32)-> Error; [INFO] [stdout] | |______________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | pub fn indy_set_log_max_lvl(max_lvl: u32) -> Error; [INFO] [stdout] | --------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | pub fn indy_set_default_logger(pattern: CString) -> Error; [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_get_logger(context_p: *mut CVoid, [INFO] [stdout] 26 | | enabled_cb_p: *mut Option, [INFO] [stdout] 27 | | log_cb_p: *mut Option, [INFO] [stdout] 28 | | flush_cb_p: *mut Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_get_schema(command_handle: CommandHandle, [INFO] [stdout] 9 | | pool_handle: PoolHandle, [INFO] [stdout] 10 | | wallet_handle: WalletHandle, [INFO] [stdout] 11 | | submitter_did: CString, [INFO] [stdout] 12 | | id: CString, [INFO] [stdout] 13 | | options_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_get_cred_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | pool_handle: PoolHandle, [INFO] [stdout] 19 | | wallet_handle: WalletHandle, [INFO] [stdout] 20 | | submitter_did: CString, [INFO] [stdout] 21 | | id: CString, [INFO] [stdout] 22 | | options_json: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_purge_schema_cache(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | options_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_purge_cred_def_cache(command_handle: CommandHandle, [INFO] [stdout] 33 | | wallet_handle: WalletHandle, [INFO] [stdout] 34 | | options_json: CString, [INFO] [stdout] 35 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indy-sys v1.16.0-dev-1636 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/metrics.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_collect_metrics(command_handle: CommandHandle, [INFO] [stdout] 8 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 164 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | pub fn indy_set_runtime_config(config: CString) -> Error; [INFO] [stdout] | --------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 71 | pub fn indy_get_current_error(error_json_p: *mut CString); [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 9 | / pub fn indy_issuer_create_schema(command_handle: CommandHandle, [INFO] [stdout] 10 | | issuer_did: CString, [INFO] [stdout] 11 | | name: CString, [INFO] [stdout] 12 | | version: CString, [INFO] [stdout] 13 | | attrs: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_issuer_create_and_store_credential_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | issuer_did: CString, [INFO] [stdout] 20 | | schema_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 23 | | config_json: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_issuer_rotate_credential_def_start(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | cred_def_id: CString, [INFO] [stdout] 30 | | config_json: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_issuer_rotate_credential_def_apply(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cred_def_id: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | / pub fn indy_issuer_create_and_store_revoc_reg(command_handle: CommandHandle, [INFO] [stdout] 41 | | wallet_handle: WalletHandle, [INFO] [stdout] 42 | | issuer_did: CString, [INFO] [stdout] 43 | | revoc_def_type: CString, [INFO] [stdout] ... | [INFO] [stdout] 47 | | tails_writer_handle: TailWriterHandle, [INFO] [stdout] 48 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | / pub fn indy_issuer_create_credential_offer(command_handle: CommandHandle, [INFO] [stdout] 52 | | wallet_handle: WalletHandle, [INFO] [stdout] 53 | | cred_def_id: CString, [INFO] [stdout] 54 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | / pub fn indy_issuer_create_credential(command_handle: CommandHandle, [INFO] [stdout] 58 | | wallet_handle: WalletHandle, [INFO] [stdout] 59 | | cred_offer_json: CString, [INFO] [stdout] 60 | | cred_req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 63 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_issuer_revoke_credential(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | blob_storage_reader_cfg_handle: BlobStorageReaderCfgHandle, [INFO] [stdout] 70 | | rev_reg_id: CString, [INFO] [stdout] 71 | | cred_revoc_id: CString, [INFO] [stdout] 72 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 75 | / pub fn indy_issuer_merge_revocation_registry_deltas(command_handle: CommandHandle, [INFO] [stdout] 76 | | rev_reg_delta_json: CString, [INFO] [stdout] 77 | | other_rev_reg_delta_json: CString, [INFO] [stdout] 78 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 81 | / pub fn indy_prover_create_master_secret(command_handle: CommandHandle, [INFO] [stdout] 82 | | wallet_handle: WalletHandle, [INFO] [stdout] 83 | | master_secret_id: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_prover_create_credential_req(command_handle: CommandHandle, [INFO] [stdout] 88 | | wallet_handle: WalletHandle, [INFO] [stdout] 89 | | prover_did: CString, [INFO] [stdout] 90 | | cred_offer_json: CString, [INFO] [stdout] 91 | | cred_def_json: CString, [INFO] [stdout] 92 | | master_secret_id: CString, [INFO] [stdout] 93 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 96 | / pub fn indy_prover_set_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 97 | | wallet_handle: WalletHandle, [INFO] [stdout] 98 | | cred_def_id: CString, [INFO] [stdout] 99 | | taggable_json: CString, [INFO] [stdout] 100 | | retroactive: bool, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_prover_get_credential_attr_tag_policy(command_handle: CommandHandle, [INFO] [stdout] 105 | | wallet_handle: WalletHandle, [INFO] [stdout] 106 | | cred_def_id: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_prover_store_credential(command_handle: CommandHandle, [INFO] [stdout] 111 | | wallet_handle: WalletHandle, [INFO] [stdout] 112 | | cred_id: CString, [INFO] [stdout] 113 | | cred_req_metadata_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 116 | | rev_reg_def_json: CString, [INFO] [stdout] 117 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 120 | / pub fn indy_prover_get_credential(command_handle: CommandHandle, [INFO] [stdout] 121 | | wallet_handle: WalletHandle, [INFO] [stdout] 122 | | cred_id: CString, [INFO] [stdout] 123 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 126 | / pub fn indy_prover_delete_credential(command_handle: CommandHandle, [INFO] [stdout] 127 | | wallet_handle: WalletHandle, [INFO] [stdout] 128 | | cred_id: CString, [INFO] [stdout] 129 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 132 | / pub fn indy_prover_get_credentials(command_handle: CommandHandle, [INFO] [stdout] 133 | | wallet_handle: WalletHandle, [INFO] [stdout] 134 | | filter_json: CString, [INFO] [stdout] 135 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 138 | / pub fn indy_prover_search_credentials(command_handle: CommandHandle, [INFO] [stdout] 139 | | wallet_handle: WalletHandle, [INFO] [stdout] 140 | | query_json: CString, [INFO] [stdout] 141 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 144 | / pub fn indy_prover_fetch_credentials(command_handle: CommandHandle, [INFO] [stdout] 145 | | search_handle: SearchHandle, [INFO] [stdout] 146 | | count: usize, [INFO] [stdout] 147 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 150 | / pub fn indy_prover_close_credentials_search(command_handle: CommandHandle, [INFO] [stdout] 151 | | search_handle: SearchHandle, [INFO] [stdout] 152 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 155 | / pub fn indy_prover_get_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 156 | | wallet_handle: WalletHandle, [INFO] [stdout] 157 | | proof_request_json: CString, [INFO] [stdout] 158 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_prover_search_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 162 | | wallet_handle: WalletHandle, [INFO] [stdout] 163 | | proof_request_json: CString, [INFO] [stdout] 164 | | extra_query_json: CString, [INFO] [stdout] 165 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 168 | / pub fn indy_prover_fetch_credentials_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 169 | | search_handle: SearchHandle, [INFO] [stdout] 170 | | item_referent: CString, [INFO] [stdout] 171 | | count: usize, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_prover_close_credentials_search_for_proof_req(command_handle: CommandHandle, [INFO] [stdout] 176 | | search_handle: SearchHandle, [INFO] [stdout] 177 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 180 | / pub fn indy_prover_create_proof(command_handle: CommandHandle, [INFO] [stdout] 181 | | wallet_handle: WalletHandle, [INFO] [stdout] 182 | | proof_req_json: CString, [INFO] [stdout] 183 | | requested_credentials_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 187 | | rev_states_json: CString, [INFO] [stdout] 188 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 191 | / pub fn indy_verifier_verify_proof(command_handle: CommandHandle, [INFO] [stdout] 192 | | proof_request_json: CString, [INFO] [stdout] 193 | | proof_json: CString, [INFO] [stdout] 194 | | schemas_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 197 | | rev_regs_json: CString, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_create_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 202 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 203 | | rev_reg_def_json: CString, [INFO] [stdout] 204 | | rev_reg_delta_json: CString, [INFO] [stdout] 205 | | timestamp: u64, [INFO] [stdout] 206 | | cred_rev_id: CString, [INFO] [stdout] 207 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 210 | / pub fn indy_update_revocation_state(command_handle: CommandHandle, [INFO] [stdout] 211 | | blob_storage_reader_handle: BlobStorageReaderHandle, [INFO] [stdout] 212 | | rev_state_json: CString, [INFO] [stdout] 213 | | rev_reg_def_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 216 | | cred_rev_id: CString, [INFO] [stdout] 217 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 220 | / pub fn indy_generate_nonce(command_handle: CommandHandle, [INFO] [stdout] 221 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/anoncreds.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 223 | / pub fn indy_to_unqualified(command_handle: CommandHandle, [INFO] [stdout] 224 | | entity: CString, [INFO] [stdout] 225 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_open_blob_storage_reader(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | config_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/blob_storage.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_blob_storage_writer(command_handle: CommandHandle, [INFO] [stdout] 15 | | type_: CString, [INFO] [stdout] 16 | | config_json: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_key(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | key_json: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_set_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | verkey: CString, [INFO] [stdout] 17 | | metadata: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_get_key_metadata(command_handle: CommandHandle, [INFO] [stdout] 22 | | wallet_handle: WalletHandle, [INFO] [stdout] 23 | | verkey: CString, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_crypto_sign(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | signer_vk: CString, [INFO] [stdout] 30 | | message_raw: BString, [INFO] [stdout] 31 | | message_len: u32, [INFO] [stdout] 32 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 35 | / pub fn indy_crypto_verify(command_handle: CommandHandle, [INFO] [stdout] 36 | | signer_vk: CString, [INFO] [stdout] 37 | | message_raw: BString, [INFO] [stdout] 38 | | message_len: u32, [INFO] [stdout] 39 | | signature_raw: BString, [INFO] [stdout] 40 | | signature_len: u32, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 44 | / pub fn indy_crypto_auth_crypt(command_handle: CommandHandle, [INFO] [stdout] 45 | | wallet_handle: WalletHandle, [INFO] [stdout] 46 | | sender_vk: CString, [INFO] [stdout] 47 | | recipient_vk: CString, [INFO] [stdout] 48 | | msg_data: BString, [INFO] [stdout] 49 | | msg_len: u32, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_crypto_auth_decrypt(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | recipient_vk: CString, [INFO] [stdout] 56 | | encrypted_msg: BString, [INFO] [stdout] 57 | | encrypted_len: u32, [INFO] [stdout] 58 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 61 | / pub fn indy_crypto_anon_crypt(command_handle: CommandHandle, [INFO] [stdout] 62 | | recipient_vk: CString, [INFO] [stdout] 63 | | msg_data: BString, [INFO] [stdout] 64 | | msg_len: u32, [INFO] [stdout] 65 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 68 | / pub fn indy_crypto_anon_decrypt(command_handle: CommandHandle, [INFO] [stdout] 69 | | wallet_handle: WalletHandle, [INFO] [stdout] 70 | | recipient_vk: CString, [INFO] [stdout] 71 | | encrypted_msg: BString, [INFO] [stdout] 72 | | encrypted_len: u32, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_pack_message(command_handle: CommandHandle, [INFO] [stdout] 77 | | wallet_handle: WalletHandle, [INFO] [stdout] 78 | | message: BString, [INFO] [stdout] 79 | | message_len: u32, [INFO] [stdout] 80 | | receiver_keys: CString, [INFO] [stdout] 81 | | sender: CString, [INFO] [stdout] 82 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/crypto.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 85 | / pub fn indy_unpack_message(command_handle: CommandHandle, [INFO] [stdout] 86 | | wallet_handle: WalletHandle, [INFO] [stdout] 87 | | jwe_msg: BString, [INFO] [stdout] 88 | | jwe_len: u32, [INFO] [stdout] 89 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_create_and_store_my_did(command_handle: CommandHandle, [INFO] [stdout] 8 | | wallet_handle: WalletHandle, [INFO] [stdout] 9 | | did_info: CString, [INFO] [stdout] 10 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 13 | / pub fn indy_replace_keys_start(command_handle: CommandHandle, [INFO] [stdout] 14 | | wallet_handle: WalletHandle, [INFO] [stdout] 15 | | did: CString, [INFO] [stdout] 16 | | key_info: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_replace_keys_apply(command_handle: CommandHandle, [INFO] [stdout] 21 | | wallet_handle: WalletHandle, [INFO] [stdout] 22 | | did: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_store_their_did(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | identity_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_key_for_did(command_handle: CommandHandle, [INFO] [stdout] 33 | | pool_handle: PoolHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | did: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_key_for_local_did(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | did: CString, [INFO] [stdout] 42 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 45 | / pub fn indy_set_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 46 | | wallet_handle: WalletHandle, [INFO] [stdout] 47 | | did: CString, [INFO] [stdout] 48 | | address: CString, [INFO] [stdout] 49 | | transport_key: CString, [INFO] [stdout] 50 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | / pub fn indy_get_endpoint_for_did(command_handle: CommandHandle, [INFO] [stdout] 54 | | wallet_handle: WalletHandle, [INFO] [stdout] 55 | | pool_handle: PoolHandle, [INFO] [stdout] 56 | | did: CString, [INFO] [stdout] 57 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 60 | / pub fn indy_set_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 61 | | wallet_handle: WalletHandle, [INFO] [stdout] 62 | | did: CString, [INFO] [stdout] 63 | | metadata: CString, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_get_did_metadata(command_handle: CommandHandle, [INFO] [stdout] 68 | | wallet_handle: WalletHandle, [INFO] [stdout] 69 | | did: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_get_my_did_with_meta(command_handle: CommandHandle, [INFO] [stdout] 74 | | wallet_handle: WalletHandle, [INFO] [stdout] 75 | | my_did: CString, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_list_my_dids_with_meta(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_handle: WalletHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 84 | / pub fn indy_abbreviate_verkey(command_handle: CommandHandle, [INFO] [stdout] 85 | | did: CString, [INFO] [stdout] 86 | | full_verkey: CString, [INFO] [stdout] 87 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/did.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 90 | / pub fn indy_qualify_did(command_handle: CommandHandle, [INFO] [stdout] 91 | | wallet_handle: WalletHandle, [INFO] [stdout] 92 | | method: CString, [INFO] [stdout] 93 | | prefix: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_sign_and_submit_request(command_handle: CommandHandle, [INFO] [stdout] 8 | | pool_handle: PoolHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | submitter_did: CString, [INFO] [stdout] 11 | | request_json: CString, [INFO] [stdout] 12 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 15 | / pub fn indy_submit_request(command_handle: CommandHandle, [INFO] [stdout] 16 | | pool_handle: PoolHandle, [INFO] [stdout] 17 | | request_json: CString, [INFO] [stdout] 18 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | / pub fn indy_submit_action(command_handle: CommandHandle, [INFO] [stdout] 22 | | pool_handle: PoolHandle, [INFO] [stdout] 23 | | request_json: CString, [INFO] [stdout] 24 | | nodes: CString, [INFO] [stdout] 25 | | timeout: Timeout, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_sign_request(command_handle: CommandHandle, [INFO] [stdout] 30 | | wallet_handle: WalletHandle, [INFO] [stdout] 31 | | submitter_did: CString, [INFO] [stdout] 32 | | request_json: CString, [INFO] [stdout] 33 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 36 | / pub fn indy_multi_sign_request(command_handle: CommandHandle, [INFO] [stdout] 37 | | wallet_handle: WalletHandle, [INFO] [stdout] 38 | | submitter_did: CString, [INFO] [stdout] 39 | | request_json: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_build_get_ddo_request(command_handle: CommandHandle, [INFO] [stdout] 44 | | submitter_did: CString, [INFO] [stdout] 45 | | target_did: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_build_nym_request(command_handle: CommandHandle, [INFO] [stdout] 50 | | submitter_did: CString, [INFO] [stdout] 51 | | target_did: CString, [INFO] [stdout] 52 | | verkey: CString, [INFO] [stdout] 53 | | alias: CString, [INFO] [stdout] 54 | | role: CString, [INFO] [stdout] 55 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 58 | / pub fn indy_build_get_nym_request(command_handle: CommandHandle, [INFO] [stdout] 59 | | submitter_did: CString, [INFO] [stdout] 60 | | target_did: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_parse_get_nym_response(command_handle: CommandHandle, [INFO] [stdout] 65 | | get_nym_response: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | submitter_did: CString, [INFO] [stdout] 71 | | target_did: CString, [INFO] [stdout] 72 | | hash: CString, [INFO] [stdout] 73 | | raw: CString, [INFO] [stdout] 74 | | enc: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 78 | / pub fn indy_build_get_attrib_request(command_handle: CommandHandle, [INFO] [stdout] 79 | | submitter_did: CString, [INFO] [stdout] 80 | | target_did: CString, [INFO] [stdout] 81 | | raw: CString, [INFO] [stdout] 82 | | hash: CString, [INFO] [stdout] 83 | | enc: CString, [INFO] [stdout] 84 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 87 | / pub fn indy_build_schema_request(command_handle: CommandHandle, [INFO] [stdout] 88 | | submitter_did: CString, [INFO] [stdout] 89 | | data: CString, [INFO] [stdout] 90 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 93 | / pub fn indy_build_get_schema_request(command_handle: CommandHandle, [INFO] [stdout] 94 | | submitter_did: CString, [INFO] [stdout] 95 | | id: CString, [INFO] [stdout] 96 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 99 | / pub fn indy_parse_get_schema_response(command_handle: CommandHandle, [INFO] [stdout] 100 | | get_schema_response: CString, [INFO] [stdout] 101 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 104 | / pub fn indy_build_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 105 | | submitter_did: CString, [INFO] [stdout] 106 | | data: CString, [INFO] [stdout] 107 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 110 | / pub fn indy_build_get_cred_def_request(command_handle: CommandHandle, [INFO] [stdout] 111 | | submitter_did: CString, [INFO] [stdout] 112 | | id: CString, [INFO] [stdout] 113 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 116 | / pub fn indy_parse_get_cred_def_response(command_handle: CommandHandle, [INFO] [stdout] 117 | | get_cred_def_response: CString, [INFO] [stdout] 118 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 121 | / pub fn indy_build_node_request(command_handle: CommandHandle, [INFO] [stdout] 122 | | submitter_did: CString, [INFO] [stdout] 123 | | target_did: CString, [INFO] [stdout] 124 | | data: CString, [INFO] [stdout] 125 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 128 | / pub fn indy_build_get_validator_info_request(command_handle: CommandHandle, [INFO] [stdout] 129 | | submitter_did: CString, [INFO] [stdout] 130 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 133 | / pub fn indy_build_get_txn_request(command_handle: CommandHandle, [INFO] [stdout] 134 | | submitter_did: CString, [INFO] [stdout] 135 | | ledger_type: CString, [INFO] [stdout] 136 | | seq_no: i32, [INFO] [stdout] 137 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 140 | / pub fn indy_build_pool_config_request(command_handle: CommandHandle, [INFO] [stdout] 141 | | submitter_did: CString, [INFO] [stdout] 142 | | writes: bool, [INFO] [stdout] 143 | | force: bool, [INFO] [stdout] 144 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 147 | / pub fn indy_build_pool_restart_request(command_handle: CommandHandle, [INFO] [stdout] 148 | | submitter_did: CString, [INFO] [stdout] 149 | | action: CString, [INFO] [stdout] 150 | | datetime: CString, [INFO] [stdout] 151 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 154 | / pub fn indy_build_pool_upgrade_request(command_handle: CommandHandle, [INFO] [stdout] 155 | | submitter_did: CString, [INFO] [stdout] 156 | | name: CString, [INFO] [stdout] 157 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 165 | | package: CString, [INFO] [stdout] 166 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 169 | / pub fn indy_build_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 170 | | submitter_did: CString, [INFO] [stdout] 171 | | data: CString, [INFO] [stdout] 172 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 175 | / pub fn indy_build_get_revoc_reg_def_request(command_handle: CommandHandle, [INFO] [stdout] 176 | | submitter_did: CString, [INFO] [stdout] 177 | | id: CString, [INFO] [stdout] 178 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 181 | / pub fn indy_parse_get_revoc_reg_def_response(command_handle: CommandHandle, [INFO] [stdout] 182 | | get_revoc_reg_def_response: CString, [INFO] [stdout] 183 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 186 | / pub fn indy_build_revoc_reg_entry_request(command_handle: CommandHandle, [INFO] [stdout] 187 | | submitter_did: CString, [INFO] [stdout] 188 | | revoc_reg_def_id: CString, [INFO] [stdout] 189 | | rev_def_type: CString, [INFO] [stdout] 190 | | value: CString, [INFO] [stdout] 191 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 194 | / pub fn indy_build_get_revoc_reg_request(command_handle: CommandHandle, [INFO] [stdout] 195 | | submitter_did: CString, [INFO] [stdout] 196 | | revoc_reg_def_id: CString, [INFO] [stdout] 197 | | timestamp: i64, [INFO] [stdout] 198 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 201 | / pub fn indy_parse_get_revoc_reg_response(command_handle: CommandHandle, [INFO] [stdout] 202 | | get_revoc_reg_response: CString, [INFO] [stdout] 203 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 206 | / pub fn indy_build_get_revoc_reg_delta_request(command_handle: CommandHandle, [INFO] [stdout] 207 | | submitter_did: CString, [INFO] [stdout] 208 | | revoc_reg_def_id: CString, [INFO] [stdout] 209 | | from: i64, [INFO] [stdout] 210 | | to: i64, [INFO] [stdout] 211 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 214 | / pub fn indy_parse_get_revoc_reg_delta_response(command_handle: CommandHandle, [INFO] [stdout] 215 | | get_revoc_reg_delta_response: CString, [INFO] [stdout] 216 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 219 | / pub fn indy_register_transaction_parser_for_sp(command_handle: CommandHandle, [INFO] [stdout] 220 | | txn_type: CString, [INFO] [stdout] 221 | | parser: Option, [INFO] [stdout] 222 | | free: Option, [INFO] [stdout] 223 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 226 | / pub fn indy_get_response_metadata(command_handle: CommandHandle, [INFO] [stdout] 227 | | response: CString, [INFO] [stdout] 228 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 231 | / pub fn indy_build_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 232 | | submitter_did: CString, [INFO] [stdout] 233 | | txn_type: CString, [INFO] [stdout] 234 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 238 | | constraint: CString, [INFO] [stdout] 239 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 242 | / pub fn indy_build_auth_rules_request(command_handle: CommandHandle, [INFO] [stdout] 243 | | submitter_did: CString, [INFO] [stdout] 244 | | data: CString, [INFO] [stdout] 245 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 248 | / pub fn indy_build_get_auth_rule_request(command_handle: CommandHandle, [INFO] [stdout] 249 | | submitter_did: CString, [INFO] [stdout] 250 | | txn_type: CString, [INFO] [stdout] 251 | | action: CString, [INFO] [stdout] ... | [INFO] [stdout] 254 | | new_value: CString, [INFO] [stdout] 255 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 258 | / pub fn indy_build_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 259 | | submitter_did: CString, [INFO] [stdout] 260 | | text: CString, [INFO] [stdout] 261 | | version: CString, [INFO] [stdout] 262 | | ratification_ts: i64, [INFO] [stdout] 263 | | retirement_ts: i64, [INFO] [stdout] 264 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 267 | / pub fn indy_build_disable_all_txn_author_agreements_request(command_handle: CommandHandle, [INFO] [stdout] 268 | | submitter_did: CString, [INFO] [stdout] 269 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 273 | / pub fn indy_build_get_txn_author_agreement_request(command_handle: CommandHandle, [INFO] [stdout] 274 | | submitter_did: CString, [INFO] [stdout] 275 | | data: CString, [INFO] [stdout] 276 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 279 | / pub fn indy_build_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 280 | | submitter_did: CString, [INFO] [stdout] 281 | | aml: CString, [INFO] [stdout] 282 | | version: CString, [INFO] [stdout] 283 | | aml_context: CString, [INFO] [stdout] 284 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 287 | / pub fn indy_build_get_acceptance_mechanisms_request(command_handle: CommandHandle, [INFO] [stdout] 288 | | submitter_did: CString, [INFO] [stdout] 289 | | timestamp: i64, [INFO] [stdout] 290 | | version: CString, [INFO] [stdout] 291 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 294 | / pub fn indy_append_txn_author_agreement_acceptance_to_request(command_handle: CommandHandle, [INFO] [stdout] 295 | | request_json: CString, [INFO] [stdout] 296 | | text: CString, [INFO] [stdout] 297 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 300 | | time_of_acceptance: u64, [INFO] [stdout] 301 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 304 | / pub fn indy_append_request_endorser(command_handle: CommandHandle, [INFO] [stdout] 305 | | request_json: CString, [INFO] [stdout] 306 | | endorser_did: CString, [INFO] [stdout] 307 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 310 | / pub fn indy_build_ledgers_freeze_request(command_handle: CommandHandle, [INFO] [stdout] 311 | | submitter_did: CString, [INFO] [stdout] 312 | | ledgers_ids: CString, [INFO] [stdout] 313 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/ledger.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 316 | / pub fn indy_build_get_frozen_ledgers_request(command_handle: CommandHandle, [INFO] [stdout] 317 | | submitter_did: CString, [INFO] [stdout] 318 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_add_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | type_: CString, [INFO] [stdout] 11 | | id: CString, [INFO] [stdout] 12 | | value: CString, [INFO] [stdout] 13 | | tags_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_update_wallet_record_value(command_handle: CommandHandle, [INFO] [stdout] 18 | | wallet_handle: WalletHandle, [INFO] [stdout] 19 | | type_: CString, [INFO] [stdout] 20 | | id: CString, [INFO] [stdout] 21 | | value: CString, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_update_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 26 | | wallet_handle: WalletHandle, [INFO] [stdout] 27 | | type_: CString, [INFO] [stdout] 28 | | id: CString, [INFO] [stdout] 29 | | tags_json: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_add_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | type_: CString, [INFO] [stdout] 36 | | id: CString, [INFO] [stdout] 37 | | tags_json: CString, [INFO] [stdout] 38 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 41 | / pub fn indy_delete_wallet_record_tags(command_handle: CommandHandle, [INFO] [stdout] 42 | | wallet_handle: WalletHandle, [INFO] [stdout] 43 | | type_: CString, [INFO] [stdout] 44 | | id: CString, [INFO] [stdout] 45 | | tag_names_json: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_delete_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | type_: CString, [INFO] [stdout] 52 | | id: CString, [INFO] [stdout] 53 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 56 | / pub fn indy_get_wallet_record(command_handle: CommandHandle, [INFO] [stdout] 57 | | wallet_handle: WalletHandle, [INFO] [stdout] 58 | | type_: CString, [INFO] [stdout] 59 | | id: CString, [INFO] [stdout] 60 | | options_json: CString, [INFO] [stdout] 61 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 64 | / pub fn indy_open_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 65 | | wallet_handle: WalletHandle, [INFO] [stdout] 66 | | type_: CString, [INFO] [stdout] 67 | | query_json: CString, [INFO] [stdout] 68 | | options_json: CString, [INFO] [stdout] 69 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 72 | / pub fn indy_fetch_wallet_search_next_records(command_handle: CommandHandle, [INFO] [stdout] 73 | | wallet_handle: WalletHandle, [INFO] [stdout] 74 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 75 | | count: usize, [INFO] [stdout] 76 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/non_secrets.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 79 | / pub fn indy_close_wallet_search(command_handle: CommandHandle, [INFO] [stdout] 80 | | wallet_search_handle: SearchHandle, [INFO] [stdout] 81 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_is_pairwise_exists(command_handle: CommandHandle, [INFO] [stdout] 9 | | wallet_handle: WalletHandle, [INFO] [stdout] 10 | | their_did: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_create_pairwise(command_handle: CommandHandle, [INFO] [stdout] 15 | | wallet_handle: WalletHandle, [INFO] [stdout] 16 | | their_did: CString, [INFO] [stdout] 17 | | my_did: CString, [INFO] [stdout] 18 | | metadata: CString, [INFO] [stdout] 19 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | / pub fn indy_list_pairwise(command_handle: CommandHandle, [INFO] [stdout] 23 | | wallet_handle: WalletHandle, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_get_pairwise(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | their_did: CString, [INFO] [stdout] 30 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pairwise.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 33 | / pub fn indy_set_pairwise_metadata(command_handle: CommandHandle, [INFO] [stdout] 34 | | wallet_handle: WalletHandle, [INFO] [stdout] 35 | | their_did: CString, [INFO] [stdout] 36 | | metadata: CString, [INFO] [stdout] 37 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_register_payment_method(command_handle: CommandHandle, [INFO] [stdout] 8 | | payment_method: CString, [INFO] [stdout] 9 | | create_payment_address: Option, [INFO] [stdout] 10 | | add_request_fees: Option, [INFO] [stdout] ... | [INFO] [stdout] 23 | | verify_with_address: Option, [INFO] [stdout] 24 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 27 | / pub fn indy_create_payment_address(command_handle: CommandHandle, [INFO] [stdout] 28 | | wallet_handle: WalletHandle, [INFO] [stdout] 29 | | payment_method: CString, [INFO] [stdout] 30 | | config: CString, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_list_payment_addresses(command_handle: CommandHandle, [INFO] [stdout] 35 | | wallet_handle: WalletHandle, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_add_request_fees(command_handle: CommandHandle, [INFO] [stdout] 40 | | wallet_handle: WalletHandle, [INFO] [stdout] 41 | | submitter_did: CString, [INFO] [stdout] 42 | | req_json: CString, [INFO] [stdout] ... | [INFO] [stdout] 45 | | extra: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_parse_response_with_fees(command_handle: CommandHandle, [INFO] [stdout] 50 | | payment_method: CString, [INFO] [stdout] 51 | | resp_json: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_build_get_payment_sources_with_from_request(command_handle: CommandHandle, [INFO] [stdout] 56 | | wallet_handle: WalletHandle, [INFO] [stdout] 57 | | submitter_did: CString, [INFO] [stdout] 58 | | payment_address: CString, [INFO] [stdout] 59 | | from: i64, [INFO] [stdout] 60 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 63 | / pub fn indy_parse_get_payment_sources_with_from_response(command_handle: CommandHandle, [INFO] [stdout] 64 | | payment_method: CString, [INFO] [stdout] 65 | | resp_json: CString, [INFO] [stdout] 66 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 69 | / pub fn indy_build_get_payment_sources_request(command_handle: CommandHandle, [INFO] [stdout] 70 | | wallet_handle: WalletHandle, [INFO] [stdout] 71 | | submitter_did: CString, [INFO] [stdout] 72 | | payment_address: CString, [INFO] [stdout] 73 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 76 | / pub fn indy_parse_get_payment_sources_response(command_handle: CommandHandle, [INFO] [stdout] 77 | | payment_method: CString, [INFO] [stdout] 78 | | resp_json: CString, [INFO] [stdout] 79 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 82 | / pub fn indy_build_payment_req(command_handle: CommandHandle, [INFO] [stdout] 83 | | wallet_handle: WalletHandle, [INFO] [stdout] 84 | | submitter_did: CString, [INFO] [stdout] 85 | | inputs_json: CString, [INFO] [stdout] 86 | | outputs_json: CString, [INFO] [stdout] 87 | | extra: CString, [INFO] [stdout] 88 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 91 | / pub fn indy_parse_payment_response(command_handle: CommandHandle, [INFO] [stdout] 92 | | payment_method: CString, [INFO] [stdout] 93 | | resp_json: CString, [INFO] [stdout] 94 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 97 | / pub fn indy_prepare_payment_extra_with_acceptance_data(command_handle: CommandHandle, [INFO] [stdout] 98 | | extra_json: CString, [INFO] [stdout] 99 | | text: CString, [INFO] [stdout] 100 | | version: CString, [INFO] [stdout] ... | [INFO] [stdout] 103 | | time_of_acceptance: u64, [INFO] [stdout] 104 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 107 | / pub fn indy_build_mint_req(command_handle: CommandHandle, [INFO] [stdout] 108 | | wallet_handle: WalletHandle, [INFO] [stdout] 109 | | submitter_did: CString, [INFO] [stdout] 110 | | outputs_json: CString, [INFO] [stdout] 111 | | extra: CString, [INFO] [stdout] 112 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 115 | / pub fn indy_build_set_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 116 | | wallet_handle: WalletHandle, [INFO] [stdout] 117 | | submitter_did: CString, [INFO] [stdout] 118 | | payment_method: CString, [INFO] [stdout] 119 | | fees_json: CString, [INFO] [stdout] 120 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 123 | / pub fn indy_build_get_txn_fees_req(command_handle: CommandHandle, [INFO] [stdout] 124 | | wallet_handle: WalletHandle, [INFO] [stdout] 125 | | submitter_did: CString, [INFO] [stdout] 126 | | payment_method: CString, [INFO] [stdout] 127 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 130 | / pub fn indy_parse_get_txn_fees_response(command_handle: CommandHandle, [INFO] [stdout] 131 | | payment_method: CString, [INFO] [stdout] 132 | | resp_json: CString, [INFO] [stdout] 133 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 136 | / pub fn indy_build_verify_payment_req(command_handle: CommandHandle, [INFO] [stdout] 137 | | wallet_handle: WalletHandle, [INFO] [stdout] 138 | | submitter_did: CString, [INFO] [stdout] 139 | | receipt: CString, [INFO] [stdout] 140 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 143 | / pub fn indy_parse_verify_payment_response(command_handle: CommandHandle, [INFO] [stdout] 144 | | payment_method: CString, [INFO] [stdout] 145 | | resp_json: CString, [INFO] [stdout] 146 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 149 | / pub fn indy_get_request_info(command_handle: CommandHandle, [INFO] [stdout] 150 | | get_auth_rule_resp_json: CString, [INFO] [stdout] 151 | | requester_info_json: CString, [INFO] [stdout] 152 | | fees_json: CString, [INFO] [stdout] 153 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/payments.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 161 | / pub fn indy_verify_with_address(command_handle: CommandHandle, [INFO] [stdout] 162 | | address: CString, [INFO] [stdout] 163 | | message_raw: BString, [INFO] [stdout] 164 | | message_len: u32, [INFO] [stdout] 165 | | signature_raw: BString, [INFO] [stdout] 166 | | signature_len: u32, [INFO] [stdout] 167 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_create_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 9 | | config_name: CString, [INFO] [stdout] 10 | | config: CString, [INFO] [stdout] 11 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / pub fn indy_open_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 15 | | config_name: CString, [INFO] [stdout] 16 | | config: CString, [INFO] [stdout] 17 | | cb: Option) -> Error; [INFO] [stdout] | |_____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 20 | / pub fn indy_refresh_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 21 | | handle: PoolHandle, [INFO] [stdout] 22 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_list_pools(command_handle: CommandHandle, [INFO] [stdout] 26 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 29 | / pub fn indy_close_pool_ledger(command_handle: CommandHandle, [INFO] [stdout] 30 | | handle: PoolHandle, [INFO] [stdout] 31 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / pub fn indy_delete_pool_ledger_config(command_handle: CommandHandle, [INFO] [stdout] 35 | | config_name: CString, [INFO] [stdout] 36 | | cb: Option) -> Error; [INFO] [stdout] | |________________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/pool.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 39 | / pub fn indy_set_protocol_version(command_handle: CommandHandle, [INFO] [stdout] 40 | | protocol_version: usize, [INFO] [stdout] 41 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_register_wallet_storage(command_handle: CommandHandle, [INFO] [stdout] 9 | | type_: CString, [INFO] [stdout] 10 | | create: Option, [INFO] [stdout] 11 | | open: Option, [INFO] [stdout] ... | [INFO] [stdout] 33 | | free_search: Option, [INFO] [stdout] 34 | | cb: Option) -> Error; [INFO] [stdout] | |______________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / pub fn indy_create_wallet(command_handle: CommandHandle, [INFO] [stdout] 38 | | config: CString, [INFO] [stdout] 39 | | credentials: CString, [INFO] [stdout] 40 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | / pub fn indy_open_wallet(command_handle: CommandHandle, [INFO] [stdout] 44 | | config: CString, [INFO] [stdout] 45 | | credentials: CString, [INFO] [stdout] 46 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | / pub fn indy_export_wallet(command_handle: CommandHandle, [INFO] [stdout] 50 | | wallet_handle: WalletHandle, [INFO] [stdout] 51 | | export_config: CString, [INFO] [stdout] 52 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | / pub fn indy_import_wallet(command_handle: CommandHandle, [INFO] [stdout] 56 | | config: CString, [INFO] [stdout] 57 | | credentials: CString, [INFO] [stdout] 58 | | import_config: CString, [INFO] [stdout] 59 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 62 | / pub fn indy_close_wallet(command_handle: CommandHandle, [INFO] [stdout] 63 | | wallet_handle: WalletHandle, [INFO] [stdout] 64 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 67 | / pub fn indy_delete_wallet(command_handle: CommandHandle, [INFO] [stdout] 68 | | config: CString, [INFO] [stdout] 69 | | credentials: CString, [INFO] [stdout] 70 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/wallet.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 73 | / pub fn indy_generate_wallet_key(command_handle: CommandHandle, [INFO] [stdout] 74 | | config: CString, [INFO] [stdout] 75 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | / pub fn indy_set_logger(context: *const CVoid, [INFO] [stdout] 7 | | enabled: Option, [INFO] [stdout] 8 | | log: Option, [INFO] [stdout] 9 | | flush: Option) -> Error; [INFO] [stdout] | |____________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | / pub fn indy_set_logger_with_max_lvl(context: *const CVoid, [INFO] [stdout] 13 | | enabled: Option, [INFO] [stdout] 14 | | log: Option, [INFO] [stdout] 15 | | flush: Option, [INFO] [stdout] 16 | | max_lvl: u32)-> Error; [INFO] [stdout] | |______________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | pub fn indy_set_log_max_lvl(max_lvl: u32) -> Error; [INFO] [stdout] | --------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 22 | pub fn indy_set_default_logger(pattern: CString) -> Error; [INFO] [stdout] | ---------------------------------------------------------- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/logger.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / pub fn indy_get_logger(context_p: *mut CVoid, [INFO] [stdout] 26 | | enabled_cb_p: *mut Option, [INFO] [stdout] 27 | | log_cb_p: *mut Option, [INFO] [stdout] 28 | | flush_cb_p: *mut Option) -> Error; [INFO] [stdout] | |______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / pub fn indy_get_schema(command_handle: CommandHandle, [INFO] [stdout] 9 | | pool_handle: PoolHandle, [INFO] [stdout] 10 | | wallet_handle: WalletHandle, [INFO] [stdout] 11 | | submitter_did: CString, [INFO] [stdout] 12 | | id: CString, [INFO] [stdout] 13 | | options_json: CString, [INFO] [stdout] 14 | | cb: Option) -> Error; [INFO] [stdout] | |__________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | / pub fn indy_get_cred_def(command_handle: CommandHandle, [INFO] [stdout] 18 | | pool_handle: PoolHandle, [INFO] [stdout] 19 | | wallet_handle: WalletHandle, [INFO] [stdout] 20 | | submitter_did: CString, [INFO] [stdout] 21 | | id: CString, [INFO] [stdout] 22 | | options_json: CString, [INFO] [stdout] 23 | | cb: Option) -> Error; [INFO] [stdout] | |____________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 26 | / pub fn indy_purge_schema_cache(command_handle: CommandHandle, [INFO] [stdout] 27 | | wallet_handle: WalletHandle, [INFO] [stdout] 28 | | options_json: CString, [INFO] [stdout] 29 | | cb: Option) -> Error; [INFO] [stdout] | |_________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/cache.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 32 | / pub fn indy_purge_cred_def_cache(command_handle: CommandHandle, [INFO] [stdout] 33 | | wallet_handle: WalletHandle, [INFO] [stdout] 34 | | options_json: CString, [INFO] [stdout] 35 | | cb: Option) -> Error; [INFO] [stdout] | |___________________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/metrics.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 7 | / pub fn indy_collect_metrics(command_handle: CommandHandle, [INFO] [stdout] 8 | | cb: Option) -> Error; [INFO] [stdout] | |_______________________________________________________________________- foreign function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.indy_sys.6e675202-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c.42vowkml7dcw44qb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lindy" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ea87b6c2fe761216.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-91b9e0d063734789.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2ddfc09cde4cdc0c.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-d066e6f50a258123.rlib" "/opt/rustwide/target/debug/deps/libserde-e57a462b4d27402b.rlib" "/opt/rustwide/target/debug/deps/liblibc-d842210b13d51fe0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/indy_sys-7818c7a82c99fe9c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lindy [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 164 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indy-sys` due to 2 previous errors; 164 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ec574958053c611d756c58b0e5133fcc4348512a1d829b87d7bde73f49612eaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec574958053c611d756c58b0e5133fcc4348512a1d829b87d7bde73f49612eaf", kill_on_drop: false }` [INFO] [stdout] ec574958053c611d756c58b0e5133fcc4348512a1d829b87d7bde73f49612eaf