This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
pi@raspberrypi:~ $ docker run eorituz/aries-cloudagent:py36-1.14-1_0.5.1 start --admin '0.0.0.0' 5020 -e 10.1.7.64:10000 --wallet-type indy --genesis-url http://test.bcovrin.vonx.io/genesis --label 'seller Agent' --auto-accept-invites --auto-accept-requests --admin-insecure-mode --log-level DEBUG --genesis-url http://test.bcovrin.vonx.io/genesis -it http '0.0.0.0' 10000 -ot http | |
2020-06-26 08:37:58,980 asyncio DEBUG Using selector: EpollSelector | |
2020-06-26 08:37:58,988 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.introduction | |
2020-06-26 08:37:58,991 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.basicmessage | |
2020-06-26 08:37:58,993 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.problem_report | |
2020-06-26 08:37:58,995 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.routing | |
2020-06-26 08:37:58,997 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.present_proof | |
2020-06-26 08:37:59,001 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.issue_credential | |
2020-06-26 08:37:59,004 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.trustping | |
2020-06-26 08:37:59,007 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.actionmenu | |
2020-06-26 08:37:59,009 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.connections | |
2020-06-26 08:37:59,011 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.protocols.discovery | |
2020-06-26 08:37:59,014 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.holder | |
2020-06-26 08:37:59,023 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.ledger | |
2020-06-26 08:37:59,036 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.messaging.credential_definitions | |
2020-06-26 08:37:59,047 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.messaging.schemas | |
2020-06-26 08:37:59,059 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.revocation | |
2020-06-26 08:37:59,077 aries_cloudagent.core.plugin_registry DEBUG Loaded module: aries_cloudagent.wallet | |
2020-06-26 08:37:59,105 aries_cloudagent.wallet.provider INFO Opening wallet type: indy | |
2020-06-26 08:37:59,134 indy.wallet DEBUG open_wallet: >>> config: '{"id": "default", "freshness_time": false, "storage_type": null}', credentials: '{"key": "", "key_derivation_method": "ARGON2I_MOD"}' | |
2020-06-26 08:37:59,134 indy.wallet DEBUG open_wallet: Creating callback | |
2020-06-26 08:37:59,135 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:37:59,138 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f80d50> | |
2020-06-26 08:37:59,142 indy.libindy DEBUG do_call: >>> name: indy_open_wallet, args: (c_char_p(3035693632), c_char_p(3035866432), <CFunctionType object at 0xb4f80d50>) | |
2020-06-26 08:37:59,142 indy.libindy DEBUG _load_cdll: >>> | |
2020-06-26 08:37:59,142 indy.libindy DEBUG _load_cdll: Detected OS name: linux | |
2020-06-26 08:37:59,143 indy.libindy DEBUG _load_cdll: Resolved libindy name is: libindy.so | |
2020-06-26 08:37:59,147 indy.libindy DEBUG _load_cdll: <<< res: <CDLL 'libindy.so', handle 1cb5f00 at 0xb4f12090> | |
2020-06-26 08:37:59,151 indy.libindy DEBUG set_logger: >>> | |
2020-06-26 08:37:59,151 indy.libindy DEBUG do_call_sync: >>> name: indy_set_logger, args: (None, None, <CFunctionType object at 0xb4f80e30>, None) | |
2020-06-26 08:37:59,152 indy.libindy DEBUG do_call_sync: <<< 0 | |
2020-06-26 08:37:59,156 indy.libindy DEBUG set_logger: <<< | |
2020-06-26 08:37:59,157 indy.libindy DEBUG do_call: Function indy_open_wallet returned err: 0 | |
2020-06-26 08:37:59,157 indy.libindy.native.command_executor INFO src/commands/mod.rs:101 | Worker thread started | |
2020-06-26 08:37:59,158 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:37:59,162 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:37:59,162 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:142 | Open command received | |
2020-06-26 08:37:59,163 indy.libindy DEBUG _get_error_details: >>> | |
2020-06-26 08:37:59,164 indy.libindy DEBUG _get_error_details: <<< error_details: {'backtrace': '', 'message': 'Error: Wallet not found\n Caused by: No wallet database exists\n'} | |
2020-06-26 08:37:59,165 indy.libindy DEBUG _indy_callback: >>> command_handle: 0, err , args: (0,) | |
2020-06-26 08:37:59,165 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:37:59,166 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 0, err , args: (0,) | |
2020-06-26 08:37:59,166 indy.libindy WARNING _indy_loop_callback: Function returned error | |
2020-06-26 08:37:59,169 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:37:59,170 indy.wallet DEBUG create_wallet: >>> config: '{"id": "default", "freshness_time": false, "storage_type": null}', credentials: '{"key": "", "key_derivation_method": "ARGON2I_MOD"}' | |
2020-06-26 08:37:59,170 indy.wallet DEBUG create_wallet: Creating callback | |
2020-06-26 08:37:59,171 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:37:59,171 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f80f10> | |
2020-06-26 08:37:59,174 indy.libindy DEBUG do_call: >>> name: indy_create_wallet, args: (c_char_p(3035694776), c_char_p(3035690880), <CFunctionType object at 0xb4f80f10>) | |
2020-06-26 08:37:59,175 indy.libindy DEBUG do_call: Function indy_create_wallet returned err: 0 | |
2020-06-26 08:37:59,175 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:37:59,176 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:37:59,176 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:134 | Create command received | |
2020-06-26 08:37:59,177 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:37:59,177 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:182 | DeriveKey command received | |
2020-06-26 08:38:04,131 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:38:04,131 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:138 | CreateContinue command received | |
2020-06-26 08:38:04,183 indy.libindy DEBUG _indy_callback: >>> command_handle: 1, err , args: () | |
2020-06-26 08:38:04,184 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:04,184 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 1, err , args: () | |
2020-06-26 08:38:04,184 indy.libindy DEBUG _indy_loop_callback: Function returned None | |
2020-06-26 08:38:04,188 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:04,188 indy.wallet DEBUG create_wallet: <<< | |
2020-06-26 08:38:04,188 indy.wallet DEBUG open_wallet: >>> config: '{"id": "default", "freshness_time": false, "storage_type": null}', credentials: '{"key": "", "key_derivation_method": "ARGON2I_MOD"}' | |
2020-06-26 08:38:04,189 indy.libindy DEBUG do_call: >>> name: indy_open_wallet, args: (c_char_p(3035693632), c_char_p(3035866432), <CFunctionType object at 0xb4f80d50>) | |
2020-06-26 08:38:04,189 indy.libindy DEBUG do_call: Function indy_open_wallet returned err: 0 | |
2020-06-26 08:38:04,189 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:38:04,190 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:04,190 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:142 | Open command received | |
2020-06-26 08:38:04,208 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:38:04,209 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:182 | DeriveKey command received | |
2020-06-26 08:38:09,136 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:150 | WalletCommand command received | |
2020-06-26 08:38:09,137 indy.libindy.native.wallet_command_executor DEBUG src/commands/wallet.rs:146 | OpenContinue command received | |
2020-06-26 08:38:09,137 indy.libindy DEBUG _indy_callback: >>> command_handle: 2, err , args: (3,) | |
2020-06-26 08:38:09,138 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,138 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 2, err , args: (3,) | |
2020-06-26 08:38:09,139 indy.libindy DEBUG _indy_loop_callback: Function returned 3 | |
2020-06-26 08:38:09,139 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,139 indy.wallet DEBUG open_wallet: <<< res: 3 | |
2020-06-26 08:38:09,140 aries_cloudagent.wallet.indy INFO Creating master secret... | |
2020-06-26 08:38:09,140 indy.anoncreds DEBUG prover_create_master_secret: >>> wallet_handle: 3, master_secret_name: 'default' | |
2020-06-26 08:38:09,140 indy.anoncreds DEBUG prover_create_master_secret: Creating callback | |
2020-06-26 08:38:09,141 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,141 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f270a0> | |
2020-06-26 08:38:09,144 indy.libindy DEBUG do_call: >>> name: indy_prover_create_master_secret, args: (c_long(3), c_char_p(3036179576), <CFunctionType object at 0xb4f270a0>) | |
2020-06-26 08:38:09,145 indy.libindy DEBUG do_call: Function indy_prover_create_master_secret returned err: 0 | |
2020-06-26 08:38:09,145 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,146 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:126 | AnoncredsCommand command received | |
2020-06-26 08:38:09,146 indy.libindy.native.anoncreds_command_executor DEBUG src/commands/anoncreds/mod.rs:60 | Prover command received | |
2020-06-26 08:38:09,147 indy.libindy.native.prover_command_executor DEBUG src/commands/anoncreds/prover.rs:177 | CreateMasterSecret command received | |
2020-06-26 08:38:09,147 indy.libindy.native.indy.commands.anoncreds.prover DEBUG src/commands/anoncreds/prover.rs:263 | create_master_secret >>> wallet_handle: WalletHandle(3), master_secret_id: Some("default") | |
2020-06-26 08:38:09,164 indy.libindy.native.indy.commands.anoncreds.prover DEBUG src/commands/anoncreds/prover.rs:279 | create_master_secret <<< master_secret_id: "default" | |
2020-06-26 08:38:09,164 indy.libindy DEBUG _indy_callback: >>> command_handle: 3, err , args: (b'default',) | |
2020-06-26 08:38:09,165 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,165 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 3, err , args: (b'default',) | |
2020-06-26 08:38:09,165 indy.libindy DEBUG _indy_loop_callback: Function returned b'default' | |
2020-06-26 08:38:09,169 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,169 indy.anoncreds DEBUG prover_create_master_secret: <<< res: 'default' | |
2020-06-26 08:38:09,170 indy.did DEBUG list_my_dids_with_meta: >>> wallet_handle: 3 | |
2020-06-26 08:38:09,170 indy.did DEBUG list_my_dids_with_meta: Creating callback | |
2020-06-26 08:38:09,170 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,170 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f27180> | |
2020-06-26 08:38:09,171 indy.libindy DEBUG do_call: >>> name: indy_list_my_dids_with_meta, args: (c_long(3), <CFunctionType object at 0xb4f27180>) | |
2020-06-26 08:38:09,171 indy.libindy DEBUG do_call: Function indy_list_my_dids_with_meta returned err: 0 | |
2020-06-26 08:38:09,172 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:146 | DidCommand command received | |
2020-06-26 08:38:09,172 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,173 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:155 | ListMyDidsWithMeta command received | |
2020-06-26 08:38:09,173 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:308 | list_my_dids_with_meta >>> wallet_handle: WalletHandle(3) | |
2020-06-26 08:38:09,174 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:339 | list_my_dids_with_meta <<< res: "[]" | |
2020-06-26 08:38:09,175 indy.libindy DEBUG _indy_callback: >>> command_handle: 4, err , args: (b'[]',) | |
2020-06-26 08:38:09,175 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,176 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 4, err , args: (b'[]',) | |
2020-06-26 08:38:09,176 indy.libindy DEBUG _indy_loop_callback: Function returned b'[]' | |
2020-06-26 08:38:09,176 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,177 indy.did DEBUG list_my_dids_with_meta: <<< res: '[]' | |
2020-06-26 08:38:09,177 aries_cloudagent.config.ledger INFO Fetching genesis transactions from: http://test.bcovrin.vonx.io/genesis | |
2020-06-26 08:38:09,531 indy.pool DEBUG list_pools: >>> | |
2020-06-26 08:38:09,531 indy.pool DEBUG list_pools: Creating callback | |
2020-06-26 08:38:09,532 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,532 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f27500> | |
2020-06-26 08:38:09,532 indy.libindy DEBUG do_call: >>> name: indy_list_pools, args: (<CFunctionType object at 0xb4f27500>,) | |
2020-06-26 08:38:09,533 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:142 | PoolCommand command received | |
2020-06-26 08:38:09,533 indy.libindy DEBUG do_call: Function indy_list_pools returned err: 0 | |
2020-06-26 08:38:09,534 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,534 indy.libindy.native.pool_command_executor DEBUG src/commands/pool.rs:91 | List command received | |
2020-06-26 08:38:09,535 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:177 | list >>> | |
2020-06-26 08:38:09,536 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:184 | list << res: "[]" | |
2020-06-26 08:38:09,537 indy.libindy DEBUG _indy_callback: >>> command_handle: 5, err , args: (b'[]',) | |
2020-06-26 08:38:09,537 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,537 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 5, err , args: (b'[]',) | |
2020-06-26 08:38:09,538 indy.libindy DEBUG _indy_loop_callback: Function returned b'[]' | |
2020-06-26 08:38:09,538 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,539 indy.pool DEBUG list_pools: <<< res: [] | |
2020-06-26 08:38:09,542 aries_cloudagent.ledger.indy DEBUG Creating pool ledger config | |
2020-06-26 08:38:09,542 indy.pool DEBUG create_pool_ledger_config: >>> config_name: 'default', config: '{"genesis_txn": "/tmp/indy_genesis_transactions.txt"}' | |
2020-06-26 08:38:09,542 indy.pool DEBUG create_pool_ledger_config: Creating callback | |
2020-06-26 08:38:09,543 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,543 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f27650> | |
2020-06-26 08:38:09,543 indy.libindy DEBUG do_call: >>> name: indy_create_pool_ledger_config, args: (c_char_p(3036179744), c_char_p(3035691240), <CFunctionType object at 0xb4f27650>) | |
2020-06-26 08:38:09,544 indy.libindy DEBUG do_call: Function indy_create_pool_ledger_config returned err: 0 | |
2020-06-26 08:38:09,545 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:142 | PoolCommand command received | |
2020-06-26 08:38:09,545 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,546 indy.libindy.native.pool_command_executor DEBUG src/commands/pool.rs:63 | Create command received | |
2020-06-26 08:38:09,546 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:139 | create >>> name: "default", config: Some(PoolConfig { genesis_txn: "/tmp/indy_genesis_transactions.txt" }) | |
2020-06-26 08:38:09,548 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:143 | create << res: () | |
2020-06-26 08:38:09,549 indy.libindy DEBUG _indy_callback: >>> command_handle: 6, err , args: () | |
2020-06-26 08:38:09,549 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,549 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 6, err , args: () | |
2020-06-26 08:38:09,550 indy.libindy DEBUG _indy_loop_callback: Function returned None | |
2020-06-26 08:38:09,550 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,550 indy.pool DEBUG create_pool_ledger_config: <<< res: None | |
2020-06-26 08:38:09,551 aries_cloudagent.ledger.indy DEBUG Opening the pool ledger | |
2020-06-26 08:38:09,551 indy.pool DEBUG set_protocol_version: >>> protocol_version: 2 | |
2020-06-26 08:38:09,551 indy.pool DEBUG set_protocol_version: Creating callback | |
2020-06-26 08:38:09,551 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,552 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f276c0> | |
2020-06-26 08:38:09,552 indy.libindy DEBUG do_call: >>> name: indy_set_protocol_version, args: (2, <CFunctionType object at 0xb4f276c0>) | |
2020-06-26 08:38:09,552 indy.libindy DEBUG do_call: Function indy_set_protocol_version returned err: 0 | |
2020-06-26 08:38:09,553 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:142 | PoolCommand command received | |
2020-06-26 08:38:09,553 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,554 indy.libindy.native.pool_command_executor DEBUG src/commands/pool.rs:132 | SetProtocolVersion command received | |
2020-06-26 08:38:09,555 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:225 | set_protocol_version >>> version: 2 | |
2020-06-26 08:38:09,555 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:233 | set_protocol_version <<< | |
2020-06-26 08:38:09,556 indy.libindy DEBUG _indy_callback: >>> command_handle: 7, err , args: () | |
2020-06-26 08:38:09,556 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:09,556 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 7, err , args: () | |
2020-06-26 08:38:09,557 indy.libindy DEBUG _indy_loop_callback: Function returned None | |
2020-06-26 08:38:09,557 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:09,557 indy.pool DEBUG set_protocol_version: <<< res: None | |
2020-06-26 08:38:09,558 indy.pool DEBUG open_pool_ledger: >>> config_name: 'default', config: '{}' | |
2020-06-26 08:38:09,558 indy.pool DEBUG open_pool_ledger: Creating callback | |
2020-06-26 08:38:09,558 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:09,558 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f277a0> | |
2020-06-26 08:38:09,559 indy.libindy DEBUG do_call: >>> name: indy_open_pool_ledger, args: (c_char_p(3036179768), c_char_p(3036179744), <CFunctionType object at 0xb4f277a0>) | |
2020-06-26 08:38:09,559 indy.libindy DEBUG do_call: Function indy_open_pool_ledger returned err: 0 | |
2020-06-26 08:38:09,560 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:142 | PoolCommand command received | |
2020-06-26 08:38:09,560 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:09,561 indy.libindy.native.pool_command_executor DEBUG src/commands/pool.rs:71 | Open command received | |
2020-06-26 08:38:09,561 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:159 | open >>> name: "default", config: Some(PoolOpenConfig { timeout: 20, extended_timeout: 60, conn_limit: 5, conn_active_timeout: 5, preordered_nodes: [], number_read_nodes: 2 }) | |
2020-06-26 08:38:09,565 indy.libindy.native.indy.commands.pool DEBUG src/commands/pool.rs:173 | open <<< | |
2020-06-26 08:38:09,570 indy.libindy.native.indy.services.pool.networker DEBUG src/services/pool/networker.rs:333 | _get_socket: open new socket for node 0 | |
2020-06-26 08:38:09,571 indy.libindy.native.indy.services.pool.networker DEBUG src/services/pool/networker.rs:333 | _get_socket: open new socket for node 1 | |
2020-06-26 08:38:09,572 indy.libindy.native.indy.services.pool.networker DEBUG src/services/pool/networker.rs:333 | _get_socket: open new socket for node 2 | |
2020-06-26 08:38:09,573 indy.libindy.native.indy.services.pool.networker DEBUG src/services/pool/networker.rs:333 | _get_socket: open new socket for node 3 | |
2020-06-26 08:38:10,514 indy.libindy.native.indy.services.pool.pool DEBUG src/services/pool/pool.rs:701 | Error during retrieving nodes: IndyError { inner: | |
Node is not a validator | |
Invalid library state }artizirk/e0ddf64d51b957a9cd10f5046fafd7ce | |
2020-06-26 08:38:10,516 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:142 | PoolCommand command received | |
2020-06-26 08:38:10,516 indy.libindy.native.indy.commands.pool INFO src/commands/pool.rs:75 | OpenAck handle 4, pool_id 4, result Ok(()) | |
2020-06-26 08:38:10,517 indy.libindy DEBUG _indy_callback: >>> command_handle: 8, err , args: (4,) | |
2020-06-26 08:38:10,517 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:10,518 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 8, err , args: (4,) | |
2020-06-26 08:38:10,519 indy.libindy DEBUG _indy_loop_callback: Function returned 4 | |
2020-06-26 08:38:10,520 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:10,521 indy.pool DEBUG open_pool_ledger: <<< res: 4 | |
2020-06-26 08:38:10,522 indy.did DEBUG list_my_dids_with_meta: >>> wallet_handle: 3 | |
2020-06-26 08:38:10,523 indy.libindy DEBUG do_call: >>> name: indy_list_my_dids_with_meta, args: (c_long(3), <CFunctionType object at 0xb4f27180>) | |
2020-06-26 08:38:10,524 indy.libindy DEBUG do_call: Function indy_list_my_dids_with_meta returned err: 0 | |
2020-06-26 08:38:10,524 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:10,526 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:146 | DidCommand command received | |
2020-06-26 08:38:10,526 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:155 | ListMyDidsWithMeta command received | |
2020-06-26 08:38:10,526 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:308 | list_my_dids_with_meta >>> wallet_handle: WalletHandle(3) | |
2020-06-26 08:38:10,527 indy.libindy.native.indy.commands.did DEBUG src/commands/did.rs:339 | list_my_dids_with_meta <<< res: "[]" | |
2020-06-26 08:38:10,528 indy.libindy DEBUG _indy_callback: >>> command_handle: 9, err , args: (b'[]',) | |
2020-06-26 08:38:10,528 indy.libindy DEBUG _indy_callback: <<< | |
2020-06-26 08:38:10,529 indy.libindy DEBUG _indy_loop_callback: >>> command_handle: 9, err , args: (b'[]',) | |
2020-06-26 08:38:10,530 indy.libindy DEBUG _indy_loop_callback: Function returned b'[]' | |
2020-06-26 08:38:10,531 indy.libindy DEBUG _indy_loop_callback <<< | |
2020-06-26 08:38:10,532 indy.did DEBUG list_my_dids_with_meta: <<< res: '[]' | |
2020-06-26 08:38:10,532 indy.ledger DEBUG build_get_acceptance_mechanisms_request: >>> submitter_did: None, timestamp: None, version: None | |
2020-06-26 08:38:10,533 indy.ledger DEBUG build_get_acceptance_mechanisms_request: Creating callback | |
2020-06-26 08:38:10,534 indy.libindy DEBUG create_cb: >>> cb_type: <class 'ctypes.CFUNCTYPE.<locals>.CFunctionType'> | |
2020-06-26 08:38:10,535 indy.libindy DEBUG create_cb: <<< res: <CFunctionType object at 0xb4f27880> | |
2020-06-26 08:38:10,535 indy.libindy DEBUG do_call: >>> name: indy_build_get_acceptance_mechanisms_request, args: (None, c_long(-1), None, <CFunctionType object at 0xb4f27880>) | |
2020-06-26 08:38:10,537 indy.libindy DEBUG do_call: Function indy_build_get_acceptance_mechanisms_request returned err: 0 | |
2020-06-26 08:38:10,537 indy.libindy.native.indy.commands DEBUG src/commands/mod.rs:138 | LedgerCommand command received | |
2020-06-26 08:38:10,538 indy.libindy.native.ledger_command_executor DEBUG src/commands/ledger.rs:512 | BuildGetAcceptanceMechanismsRequest command received | |
2020-06-26 08:38:10,538 indy.libindy DEBUG do_call: <<< <Future pending> | |
2020-06-26 08:38:10,539 indy.libindy.native.indy.commands.ledger DEBUG src/commands/ledger.rs:1197 | build_get_acceptance_mechanisms_request >>> submitter_did: None, timestamp: Some(4294967295), version: Some("\u{f}") | |
2020-06-26 08:38:10,540 indy.libindy.native.indy.services.ledger INFO src/services/ledger/mod.rs:449 | build_get_acceptance_mechanisms_request() => Err(IndyError { inner: | |
timestamp and version cannot be specified together. | |
Invalid structure }) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment