Guest User

Untitled

a guest
Sep 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.96 KB | None | 0 0
  1. I have no name!@a6b96c4b8209:/opt/iroha/build$ ./test_bin/irohad_test
  2. Running main() from gtest_main.cc
  3. [==========] Running 5 tests from 1 test case.
  4. [----------] Global test environment set-up.
  5. [----------] 5 tests from IrohadTest
  6. [ RUN ] IrohadTest.RunIrohad
  7. [2018-09-24 17:46:32.429170800][th:5446][info] MAIN start
  8. [2018-09-24 17:46:32.431535100][th:5446][info] MAIN config initialized
  9. [2018-09-24 17:46:32.436010500][th:5446][info] IROHAD created
  10. [2018-09-24 17:46:32.436248100][th:5446][info] StorageImpl:initConnection Start storage creation
  11. [2018-09-24 17:46:32.437566600][th:5446][info] StorageImpl:initConnection block store created
  12. NOTICE: relation "role" already exists, skipping
  13. NOTICE: relation "domain" already exists, skipping
  14. NOTICE: relation "signatory" already exists, skipping
  15. NOTICE: relation "account" already exists, skipping
  16. NOTICE: relation "account_has_signatory" already exists, skipping
  17. NOTICE: relation "peer" already exists, skipping
  18. NOTICE: relation "asset" already exists, skipping
  19. NOTICE: relation "account_has_asset" already exists, skipping
  20. NOTICE: relation "role_has_permissions" already exists, skipping
  21. NOTICE: relation "account_has_roles" already exists, skipping
  22. NOTICE: relation "account_has_grantable_permissions" already exists, skipping
  23. NOTICE: relation "height_by_hash" already exists, skipping
  24. NOTICE: relation "height_by_account_set" already exists, skipping
  25. NOTICE: relation "index_by_creator_height" already exists, skipping
  26. NOTICE: relation "index_by_id_height_asset" already exists, skipping
  27. [2018-09-24 17:46:32.471100800][th:5446][info] IROHAD [Init] => storage
  28. [2018-09-24 17:46:32.476510700][th:5446][info] StorageImpl drop wsv records from db tables
  29. [2018-09-24 17:46:32.483427800][th:5446][info] StorageImpl drop blocks from disk
  30. [2018-09-24 17:46:32.483796200][th:5446][info] StorageImpl create ordering service persistent state
  31. [2018-09-24 17:46:32.483946500][th:5446][info] PostgresOrderingServicePersistentState Drop storage
  32. [2018-09-24 17:46:32.490835500][th:5446][info] StorageImpl create ordering service persistent state
  33. [2018-09-24 17:46:32.490919600][th:5446][info] PostgresOrderingServicePersistentState Drop storage
  34. [2018-09-24 17:46:32.496331200][th:5446][info] MAIN Block is parsed
  35. [2018-09-24 17:46:32.496399600][th:5446][info] StorageImpl create mutable storage
  36. [2018-09-24 17:46:32.496617100][th:5446][info] FlatFile get(0) file not found
  37. [2018-09-24 17:46:32.514275700][th:5446][info] StorageImpl block inserted: true
  38. [2018-09-24 17:46:32.515980700][th:5446][info] MAIN Genesis block inserted, number of transactions: 1
  39. [2018-09-24 17:46:32.517199300][th:5446][info] StorageImpl drop wsv records from db tables
  40. [2018-09-24 17:46:32.525307200][th:5446][info] StorageImpl drop blocks from disk
  41. [2018-09-24 17:46:32.525744600][th:5446][info] StorageImpl create mutable storage
  42. [2018-09-24 17:46:32.525914400][th:5446][info] FlatFile get(0) file not found
  43. [2018-09-24 17:46:32.543160700][th:5446][info] StorageImpl insert blocks finished
  44. [2018-09-24 17:46:32.543431900][th:5446][info] IROHAD [Init] => crypto provider
  45. [2018-09-24 17:46:32.543811700][th:5446][info] IROHAD [Init] => validators
  46. [2018-09-24 17:46:32.545363600][th:5446][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  47. [2018-09-24 17:46:32.549876800][th:5446][info] StorageImpl create ordering service persistent state
  48. [2018-09-24 17:46:32.554030700][th:5446][info] OrderingInit Creating Ordering Gate with initial height 1
  49. [2018-09-24 17:46:32.554100400][th:5446][info] AsyncGrpcClient Subscribe
  50. [2018-09-24 17:46:32.554299700][th:5446][info] IROHAD [Init] => init ordering gate - [true]
  51. [2018-09-24 17:46:32.554779800][th:5446][info] IROHAD [Init] => init simulator
  52. [2018-09-24 17:46:32.554829300][th:5446][info] IROHAD [Init] => init consensus block cache
  53. [2018-09-24 17:46:32.555078500][th:5446][info] IROHAD [Init] => block loader
  54. [2018-09-24 17:46:32.556554000][th:5446][info] IROHAD [Init] => consensus gate
  55. [2018-09-24 17:46:32.556942400][th:5446][info] IROHAD [Init] => synchronizer
  56. [2018-09-24 17:46:32.557204300][th:5446][info] OrderingGate setPcs
  57. [2018-09-24 17:46:32.558222800][th:5446][info] IROHAD [Init] => pcs
  58. [2018-09-24 17:46:32.562366000][th:5446][info] IROHAD [Init] => Tx status bus
  59. [2018-09-24 17:46:32.562633100][th:5446][info] IROHAD [Init] => MST processor
  60. [2018-09-24 17:46:32.562745400][th:5446][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  61. [2018-09-24 17:46:32.562868800][th:5446][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  62. [2018-09-24 17:46:32.562897800][th:5446][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  63. [2018-09-24 17:46:32.563189000][th:5446][info] IROHAD [Init] => pending transactions storage
  64. [2018-09-24 17:46:32.563564200][th:5446][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  65. [2018-09-24 17:46:32.563682100][th:5446][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  66. [2018-09-24 17:46:32.565258200][th:5446][info] IROHAD [Init] => command service
  67. [2018-09-24 17:46:32.565721000][th:5446][info] IROHAD [Init] => query service
  68. [2018-09-24 17:46:32.565776600][th:5446][info] MAIN Running iroha
  69. [2018-09-24 17:46:32.566387600][th:5446][info] IROHAD Torii server bound on port 50051
  70. [2018-09-24 17:46:32.566750500][th:5446][info] IROHAD Internal server bound on port 10001
  71. [2018-09-24 17:46:32.566792200][th:5446][info] IROHAD ===> iroha initialized
  72. [ OK ] IrohadTest.RunIrohad (1063 ms)
  73. [ RUN ] IrohadTest.SendTx
  74. [2018-09-24 17:46:33.502821200][th:5456][info] MAIN start
  75. [2018-09-24 17:46:33.510405500][th:5456][info] MAIN config initialized
  76. [2018-09-24 17:46:33.534334700][th:5456][info] IROHAD created
  77. [2018-09-24 17:46:33.534513400][th:5456][info] StorageImpl:initConnection Start storage creation
  78. [2018-09-24 17:46:33.536107500][th:5456][info] StorageImpl:initConnection block store created
  79. [2018-09-24 17:46:33.657712300][th:5456][info] IROHAD [Init] => storage
  80. [2018-09-24 17:46:33.663101800][th:5456][info] StorageImpl drop wsv records from db tables
  81. [2018-09-24 17:46:33.665299700][th:5456][info] StorageImpl drop blocks from disk
  82. [2018-09-24 17:46:33.665479200][th:5456][info] StorageImpl create ordering service persistent state
  83. [2018-09-24 17:46:33.665911500][th:5456][info] PostgresOrderingServicePersistentState Drop storage
  84. [2018-09-24 17:46:33.671619300][th:5456][info] StorageImpl create ordering service persistent state
  85. [2018-09-24 17:46:33.671689800][th:5456][info] PostgresOrderingServicePersistentState Drop storage
  86. [2018-09-24 17:46:33.676562100][th:5456][info] MAIN Block is parsed
  87. [2018-09-24 17:46:33.676603600][th:5456][info] StorageImpl create mutable storage
  88. [2018-09-24 17:46:33.676667900][th:5456][info] FlatFile get(0) file not found
  89. [2018-09-24 17:46:33.708377000][th:5456][info] StorageImpl block inserted: true
  90. [2018-09-24 17:46:33.711904900][th:5456][info] MAIN Genesis block inserted, number of transactions: 1
  91. [2018-09-24 17:46:33.713844700][th:5456][info] StorageImpl drop wsv records from db tables
  92. [2018-09-24 17:46:33.718404800][th:5456][info] StorageImpl drop blocks from disk
  93. [2018-09-24 17:46:33.739765200][th:5456][info] StorageImpl create mutable storage
  94. [2018-09-24 17:46:33.740908300][th:5456][info] FlatFile get(0) file not found
  95. [2018-09-24 17:46:33.774144300][th:5456][info] StorageImpl insert blocks finished
  96. [2018-09-24 17:46:33.774375900][th:5456][info] IROHAD [Init] => crypto provider
  97. [2018-09-24 17:46:33.775820600][th:5456][info] IROHAD [Init] => validators
  98. [2018-09-24 17:46:33.780986000][th:5456][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  99. [2018-09-24 17:46:33.784480600][th:5456][info] StorageImpl create ordering service persistent state
  100. [2018-09-24 17:46:33.788721600][th:5456][info] OrderingInit Creating Ordering Gate with initial height 1
  101. [2018-09-24 17:46:33.788760200][th:5456][info] AsyncGrpcClient Subscribe
  102. [2018-09-24 17:46:33.788799000][th:5456][info] IROHAD [Init] => init ordering gate - [true]
  103. [2018-09-24 17:46:33.789202100][th:5456][info] IROHAD [Init] => init simulator
  104. [2018-09-24 17:46:33.789232800][th:5456][info] IROHAD [Init] => init consensus block cache
  105. [2018-09-24 17:46:33.789844700][th:5456][info] IROHAD [Init] => block loader
  106. [2018-09-24 17:46:33.791786000][th:5456][info] IROHAD [Init] => consensus gate
  107. [2018-09-24 17:46:33.792287800][th:5456][info] IROHAD [Init] => synchronizer
  108. [2018-09-24 17:46:33.793386500][th:5456][info] OrderingGate setPcs
  109. [2018-09-24 17:46:33.794295800][th:5456][info] IROHAD [Init] => pcs
  110. [2018-09-24 17:46:33.866302600][th:5456][info] IROHAD [Init] => Tx status bus
  111. [2018-09-24 17:46:33.866406600][th:5456][info] IROHAD [Init] => MST processor
  112. [2018-09-24 17:46:33.866419800][th:5456][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  113. [2018-09-24 17:46:33.866448300][th:5456][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  114. [2018-09-24 17:46:33.866538600][th:5456][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  115. [2018-09-24 17:46:33.868548000][th:5456][info] IROHAD [Init] => pending transactions storage
  116. [2018-09-24 17:46:33.869186200][th:5456][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  117. [2018-09-24 17:46:33.869258500][th:5456][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  118. [2018-09-24 17:46:33.870823700][th:5456][info] IROHAD [Init] => command service
  119. [2018-09-24 17:46:33.870990900][th:5456][info] IROHAD [Init] => query service
  120. [2018-09-24 17:46:33.871059700][th:5456][info] MAIN Running iroha
  121. [2018-09-24 17:46:33.872027900][th:5456][info] IROHAD Torii server bound on port 50051
  122. [2018-09-24 17:46:33.872345300][th:5456][info] IROHAD Internal server bound on port 10001
  123. [2018-09-24 17:46:33.872628900][th:5456][info] IROHAD ===> iroha initialized
  124. [2018-09-24 17:46:34.432205700][th:5464][info] TxProcessor handle batch
  125. [2018-09-24 17:46:34.432254000][th:5464][info] TxProcessor propagating batch to PCS
  126. [2018-09-24 17:46:34.432385600][th:5464][info] PCS propagate batch
  127. [2018-09-24 17:46:34.432406800][th:5464][info] OrderingGate propagate batch, account_id: admin@test
  128. [2018-09-24 17:46:34.432422400][th:5464][info] AsyncGrpcClient Propagate transaction batch (on transport)
  129. [2018-09-24 17:46:34.432555900][th:5464][warning] CommandService Found transaction 22e527ebc6a0420c90d8d7cc521b249d14c8b31fb9397dd194ba9514f45f9b2b in cache, ignoring
  130. [2018-09-24 17:46:34.434462100][th:5465][info] AsyncGrpcClient OrderingServiceTransportGrpc::onBatch
  131. [2018-09-24 17:46:34.434975000][th:5465][info] OrderingServiceImpl Queue size is 1
  132. [2018-09-24 17:46:38.782826500][th:5460][info] OrderingServiceImpl Start proposal generation
  133. [2018-09-24 17:46:38.784116500][th:5460][info] StorageImpl create ordering service persistent state
  134. [2018-09-24 17:46:38.784252600][th:5460][info] PostgresOrderingServicePersistentState Save proposal_height in ordering_service_state 3
  135. [2018-09-24 17:46:38.793437200][th:5460][info] AsyncGrpcClient OrderingServiceTransportGrpc::publishProposal
  136. [2018-09-24 17:46:38.796130100][th:5469][info] AsyncGrpcClient receive proposal
  137. [2018-09-24 17:46:38.796705700][th:5469][info] AsyncGrpcClient transactions in proposal: 1
  138. [2018-09-24 17:46:38.796741200][th:5469][info] OrderingGate Received new proposal, height: 2
  139. [2018-09-24 17:46:38.797925800][th:5462][info] OrderingGate Pass the proposal to pipeline height 2
  140. [2018-09-24 17:46:38.797964700][th:5462][info] Simulator process proposal
  141. [2018-09-24 17:46:38.798823600][th:5462][info] SFV transactions in proposal: 1
  142. [2018-09-24 17:46:38.805846800][th:5462][info] SFV transactions in verified proposal: 1
  143. [2018-09-24 17:46:38.806578900][th:5462][info] Simulator process verified proposal
  144. [2018-09-24 17:46:38.807159400][th:5462][info] YacGate vote for block (e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19, Hash: [e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19 ])
  145. [2018-09-24 17:46:38.808105900][th:5462][info] YAC Order for voting: {0.0.0.0:10001}
  146. [2018-09-24 17:46:38.808687300][th:5462][info] YAC Vote for hash (e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19, e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19)
  147. [2018-09-24 17:46:38.809205600][th:5462][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  148. [2018-09-24 17:46:38.809426100][th:5462][info] TxProcessor on stateful validation success: 22e527ebc6a0420c90d8d7cc521b249d14c8b31fb9397dd194ba9514f45f9b2b
  149. [2018-09-24 17:46:38.809565100][th:5465][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59158
  150. [2018-09-24 17:46:38.809847400][th:5462][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  151. [2018-09-24 17:46:38.809899200][th:5462][info] TxProcessor on proposal stateless success: 22e527ebc6a0420c90d8d7cc521b249d14c8b31fb9397dd194ba9514f45f9b2b
  152. [2018-09-24 17:46:38.809926500][th:5465][info] ProposalStorage Vote [e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19, e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19] looks valid
  153. [2018-09-24 17:46:38.809984900][th:5465][info] YacBlockStorage Vote (e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19, e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19) inserted
  154. [2018-09-24 17:46:38.810002200][th:5465][info] YacBlockStorage Votes in storage [1/1]
  155. [2018-09-24 17:46:38.810043600][th:5465][info] YAC Propagate state e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19 to whole network
  156. [2018-09-24 17:46:38.810226300][th:5465][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  157. [2018-09-24 17:46:38.810455400][th:5469][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59158
  158. [2018-09-24 17:46:38.810841600][th:5469][info] YAC Pass outcome for e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19 to pipeline
  159. [2018-09-24 17:46:38.810943800][th:5469][info] YacGate consensus: commit top block: height 2, hash e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19
  160. [2018-09-24 17:46:38.810978700][th:5469][info] synchronizer processing commit
  161. [2018-09-24 17:46:38.811664300][th:5469][info] ChainValidator validate block: height 2, hash e3dfab68fa605ee34d07230eb1d69d30c1fb7fe39267027a2f0cc300bf4f0b19
  162. [2018-09-24 17:46:38.815757900][th:5469][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  163. [2018-09-24 17:46:38.815938800][th:5469][info] TxProcessor on commit committed: 22e527ebc6a0420c90d8d7cc521b249d14c8b31fb9397dd194ba9514f45f9b2b
  164. [ OK ] IrohadTest.SendTx (7074 ms)
  165. [ RUN ] IrohadTest.SendQuery
  166. [2018-09-24 17:46:40.550601400][th:5473][info] MAIN start
  167. [2018-09-24 17:46:40.554031400][th:5473][info] MAIN config initialized
  168. [2018-09-24 17:46:40.559511400][th:5473][info] IROHAD created
  169. [2018-09-24 17:46:40.560061700][th:5473][info] StorageImpl:initConnection Start storage creation
  170. [2018-09-24 17:46:40.560651500][th:5473][info] StorageImpl:initConnection block store created
  171. [2018-09-24 17:46:40.664116900][th:5473][info] IROHAD [Init] => storage
  172. [2018-09-24 17:46:40.673359300][th:5473][info] StorageImpl drop wsv records from db tables
  173. [2018-09-24 17:46:40.675255500][th:5473][info] StorageImpl drop blocks from disk
  174. [2018-09-24 17:46:40.675572400][th:5473][info] StorageImpl create ordering service persistent state
  175. [2018-09-24 17:46:40.675709800][th:5473][info] PostgresOrderingServicePersistentState Drop storage
  176. [2018-09-24 17:46:40.681881000][th:5473][info] StorageImpl create ordering service persistent state
  177. [2018-09-24 17:46:40.681953500][th:5473][info] PostgresOrderingServicePersistentState Drop storage
  178. [2018-09-24 17:46:40.688671400][th:5473][info] MAIN Block is parsed
  179. [2018-09-24 17:46:40.688727900][th:5473][info] StorageImpl create mutable storage
  180. [2018-09-24 17:46:40.689011900][th:5473][info] FlatFile get(0) file not found
  181. [2018-09-24 17:46:40.707623600][th:5473][info] StorageImpl block inserted: true
  182. [2018-09-24 17:46:40.710016600][th:5473][info] MAIN Genesis block inserted, number of transactions: 1
  183. [2018-09-24 17:46:40.712221200][th:5473][info] StorageImpl drop wsv records from db tables
  184. [2018-09-24 17:46:40.717791500][th:5473][info] StorageImpl drop blocks from disk
  185. [2018-09-24 17:46:40.718344300][th:5473][info] StorageImpl create mutable storage
  186. [2018-09-24 17:46:40.718581600][th:5473][info] FlatFile get(0) file not found
  187. [2018-09-24 17:46:40.743404000][th:5473][info] StorageImpl insert blocks finished
  188. [2018-09-24 17:46:40.743763200][th:5473][info] IROHAD [Init] => crypto provider
  189. [2018-09-24 17:46:40.752187400][th:5473][info] IROHAD [Init] => validators
  190. [2018-09-24 17:46:40.754256300][th:5473][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  191. [2018-09-24 17:46:40.758469000][th:5473][info] StorageImpl create ordering service persistent state
  192. [2018-09-24 17:46:40.764200000][th:5473][info] OrderingInit Creating Ordering Gate with initial height 1
  193. [2018-09-24 17:46:40.764244500][th:5473][info] AsyncGrpcClient Subscribe
  194. [2018-09-24 17:46:40.764401800][th:5473][info] IROHAD [Init] => init ordering gate - [true]
  195. [2018-09-24 17:46:40.764590600][th:5473][info] IROHAD [Init] => init simulator
  196. [2018-09-24 17:46:40.764630300][th:5473][info] IROHAD [Init] => init consensus block cache
  197. [2018-09-24 17:46:40.764748900][th:5473][info] IROHAD [Init] => block loader
  198. [2018-09-24 17:46:40.768025200][th:5473][info] IROHAD [Init] => consensus gate
  199. [2018-09-24 17:46:40.768585100][th:5473][info] IROHAD [Init] => synchronizer
  200. [2018-09-24 17:46:40.768899400][th:5473][info] OrderingGate setPcs
  201. [2018-09-24 17:46:40.769717000][th:5473][info] IROHAD [Init] => pcs
  202. [2018-09-24 17:46:40.772741200][th:5473][info] IROHAD [Init] => Tx status bus
  203. [2018-09-24 17:46:40.773175200][th:5473][info] IROHAD [Init] => MST processor
  204. [2018-09-24 17:46:40.773200600][th:5473][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  205. [2018-09-24 17:46:40.773233700][th:5473][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  206. [2018-09-24 17:46:40.773249000][th:5473][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  207. [2018-09-24 17:46:40.774389100][th:5473][info] IROHAD [Init] => pending transactions storage
  208. [2018-09-24 17:46:40.774633900][th:5473][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  209. [2018-09-24 17:46:40.774687800][th:5473][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  210. [2018-09-24 17:46:40.776462900][th:5473][info] IROHAD [Init] => command service
  211. [2018-09-24 17:46:40.776862200][th:5473][info] IROHAD [Init] => query service
  212. [2018-09-24 17:46:40.776912500][th:5473][info] MAIN Running iroha
  213. [2018-09-24 17:46:40.777780300][th:5473][info] IROHAD Torii server bound on port 50051
  214. [2018-09-24 17:46:40.778240900][th:5473][info] IROHAD Internal server bound on port 10001
  215. [2018-09-24 17:46:40.778279400][th:5473][info] IROHAD ===> iroha initialized
  216. [ OK ] IrohadTest.SendQuery (1058 ms)
  217. [ RUN ] IrohadTest.RestartWithOverwriteLedger
  218. [2018-09-24 17:46:41.621167600][th:5486][info] MAIN start
  219. [2018-09-24 17:46:41.626578700][th:5486][info] MAIN config initialized
  220. [2018-09-24 17:46:41.645570200][th:5486][info] IROHAD created
  221. [2018-09-24 17:46:41.645767900][th:5486][info] StorageImpl:initConnection Start storage creation
  222. [2018-09-24 17:46:41.646776600][th:5486][info] StorageImpl:initConnection block store created
  223. [2018-09-24 17:46:41.802420500][th:5486][info] IROHAD [Init] => storage
  224. [2018-09-24 17:46:41.806991400][th:5486][info] StorageImpl drop wsv records from db tables
  225. [2018-09-24 17:46:41.808908600][th:5486][info] StorageImpl drop blocks from disk
  226. [2018-09-24 17:46:41.809086900][th:5486][info] StorageImpl create ordering service persistent state
  227. [2018-09-24 17:46:41.809409400][th:5486][info] PostgresOrderingServicePersistentState Drop storage
  228. [2018-09-24 17:46:41.816004400][th:5486][info] StorageImpl create ordering service persistent state
  229. [2018-09-24 17:46:41.816070500][th:5486][info] PostgresOrderingServicePersistentState Drop storage
  230. [2018-09-24 17:46:41.824321000][th:5486][info] MAIN Block is parsed
  231. [2018-09-24 17:46:41.824395600][th:5486][info] StorageImpl create mutable storage
  232. [2018-09-24 17:46:41.824491800][th:5486][info] FlatFile get(0) file not found
  233. [2018-09-24 17:46:41.844872100][th:5486][info] StorageImpl block inserted: true
  234. [2018-09-24 17:46:41.849384600][th:5486][info] MAIN Genesis block inserted, number of transactions: 1
  235. [2018-09-24 17:46:41.852583700][th:5486][info] StorageImpl drop wsv records from db tables
  236. [2018-09-24 17:46:41.859628700][th:5486][info] StorageImpl drop blocks from disk
  237. [2018-09-24 17:46:41.860266100][th:5486][info] StorageImpl create mutable storage
  238. [2018-09-24 17:46:41.861221700][th:5486][info] FlatFile get(0) file not found
  239. [2018-09-24 17:46:41.884394800][th:5486][info] StorageImpl insert blocks finished
  240. [2018-09-24 17:46:41.884534300][th:5486][info] IROHAD [Init] => crypto provider
  241. [2018-09-24 17:46:41.884679200][th:5486][info] IROHAD [Init] => validators
  242. [2018-09-24 17:46:41.892848200][th:5486][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  243. [2018-09-24 17:46:41.895476300][th:5486][info] StorageImpl create ordering service persistent state
  244. [2018-09-24 17:46:41.899784200][th:5486][info] OrderingInit Creating Ordering Gate with initial height 1
  245. [2018-09-24 17:46:41.899843700][th:5486][info] AsyncGrpcClient Subscribe
  246. [2018-09-24 17:46:41.899915700][th:5486][info] IROHAD [Init] => init ordering gate - [true]
  247. [2018-09-24 17:46:41.900364300][th:5486][info] IROHAD [Init] => init simulator
  248. [2018-09-24 17:46:41.900399900][th:5486][info] IROHAD [Init] => init consensus block cache
  249. [2018-09-24 17:46:41.900510600][th:5486][info] IROHAD [Init] => block loader
  250. [2018-09-24 17:46:41.902502100][th:5486][info] IROHAD [Init] => consensus gate
  251. [2018-09-24 17:46:41.902910400][th:5486][info] IROHAD [Init] => synchronizer
  252. [2018-09-24 17:46:41.903156000][th:5486][info] OrderingGate setPcs
  253. [2018-09-24 17:46:41.906016500][th:5486][info] IROHAD [Init] => pcs
  254. [2018-09-24 17:46:41.907223400][th:5486][info] IROHAD [Init] => Tx status bus
  255. [2018-09-24 17:46:41.907317000][th:5486][info] IROHAD [Init] => MST processor
  256. [2018-09-24 17:46:41.907347100][th:5486][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  257. [2018-09-24 17:46:41.907392100][th:5486][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  258. [2018-09-24 17:46:41.907459500][th:5486][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  259. [2018-09-24 17:46:41.908244400][th:5486][info] IROHAD [Init] => pending transactions storage
  260. [2018-09-24 17:46:41.908444900][th:5486][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  261. [2018-09-24 17:46:41.908957200][th:5486][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  262. [2018-09-24 17:46:41.910175300][th:5486][info] IROHAD [Init] => command service
  263. [2018-09-24 17:46:41.910322400][th:5486][info] IROHAD [Init] => query service
  264. [2018-09-24 17:46:41.910349100][th:5486][info] MAIN Running iroha
  265. [2018-09-24 17:46:41.911056600][th:5486][info] IROHAD Torii server bound on port 50051
  266. [2018-09-24 17:46:41.911512800][th:5486][info] IROHAD Internal server bound on port 10001
  267. [2018-09-24 17:46:41.911556700][th:5486][info] IROHAD ===> iroha initialized
  268. [2018-09-24 17:46:42.556886700][th:5494][info] TxProcessor handle batch
  269. [2018-09-24 17:46:42.556961900][th:5494][info] TxProcessor propagating batch to PCS
  270. [2018-09-24 17:46:42.557173700][th:5494][info] PCS propagate batch
  271. [2018-09-24 17:46:42.557281600][th:5494][info] OrderingGate propagate batch, account_id: admin@test
  272. [2018-09-24 17:46:42.557352200][th:5494][info] AsyncGrpcClient Propagate transaction batch (on transport)
  273. [2018-09-24 17:46:42.557646500][th:5494][warning] CommandService Found transaction 316288d2822f6d2b2b70614d623d95941a9715612a3608303bc2f211ba25bc1d in cache, ignoring
  274. [2018-09-24 17:46:42.558900900][th:5495][info] AsyncGrpcClient OrderingServiceTransportGrpc::onBatch
  275. [2018-09-24 17:46:42.559667700][th:5495][info] OrderingServiceImpl Queue size is 1
  276. [2018-09-24 17:46:46.894799100][th:5490][info] OrderingServiceImpl Start proposal generation
  277. [2018-09-24 17:46:46.895584000][th:5490][info] StorageImpl create ordering service persistent state
  278. [2018-09-24 17:46:46.895648900][th:5490][info] PostgresOrderingServicePersistentState Save proposal_height in ordering_service_state 3
  279. [2018-09-24 17:46:46.902317300][th:5490][info] AsyncGrpcClient OrderingServiceTransportGrpc::publishProposal
  280. [2018-09-24 17:46:46.903171600][th:5499][info] AsyncGrpcClient receive proposal
  281. [2018-09-24 17:46:46.903773500][th:5499][info] AsyncGrpcClient transactions in proposal: 1
  282. [2018-09-24 17:46:46.903802900][th:5499][info] OrderingGate Received new proposal, height: 2
  283. [2018-09-24 17:46:46.903973600][th:5492][info] OrderingGate Pass the proposal to pipeline height 2
  284. [2018-09-24 17:46:46.904009600][th:5492][info] Simulator process proposal
  285. [2018-09-24 17:46:46.904835800][th:5492][info] SFV transactions in proposal: 1
  286. [2018-09-24 17:46:46.911325900][th:5492][info] SFV transactions in verified proposal: 1
  287. [2018-09-24 17:46:46.911943200][th:5492][info] Simulator process verified proposal
  288. [2018-09-24 17:46:46.912523800][th:5492][info] YacGate vote for block (3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2, Hash: [3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2 ])
  289. [2018-09-24 17:46:46.913629300][th:5492][info] YAC Order for voting: {0.0.0.0:10001}
  290. [2018-09-24 17:46:46.914658900][th:5492][info] YAC Vote for hash (3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2, 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2)
  291. [2018-09-24 17:46:46.914927400][th:5492][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  292. [2018-09-24 17:46:46.915062600][th:5492][info] TxProcessor on stateful validation success: 316288d2822f6d2b2b70614d623d95941a9715612a3608303bc2f211ba25bc1d
  293. [2018-09-24 17:46:46.915490100][th:5495][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59208
  294. [2018-09-24 17:46:46.915515900][th:5492][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  295. [2018-09-24 17:46:46.915556600][th:5492][info] TxProcessor on proposal stateless success: 316288d2822f6d2b2b70614d623d95941a9715612a3608303bc2f211ba25bc1d
  296. [2018-09-24 17:46:46.915926500][th:5495][info] ProposalStorage Vote [3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2, 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2] looks valid
  297. [2018-09-24 17:46:46.916012100][th:5495][info] YacBlockStorage Vote (3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2, 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2) inserted
  298. [2018-09-24 17:46:46.916045700][th:5495][info] YacBlockStorage Votes in storage [1/1]
  299. [2018-09-24 17:46:46.916091400][th:5495][info] YAC Propagate state 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2 to whole network
  300. [2018-09-24 17:46:46.916271000][th:5495][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  301. [2018-09-24 17:46:46.916577900][th:5499][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59208
  302. [2018-09-24 17:46:46.916810700][th:5499][info] YAC Pass outcome for 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2 to pipeline
  303. [2018-09-24 17:46:46.916886600][th:5499][info] YacGate consensus: commit top block: height 2, hash 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2
  304. [2018-09-24 17:46:46.916906500][th:5499][info] synchronizer processing commit
  305. [2018-09-24 17:46:46.917683100][th:5499][info] ChainValidator validate block: height 2, hash 3a29627b8ac500c0ce6dd33c544e310b2ce8f6f129ff35c48cff065e99d4b6b2
  306. [2018-09-24 17:46:46.925222900][th:5499][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  307. [2018-09-24 17:46:46.925460000][th:5499][info] TxProcessor on commit committed: 316288d2822f6d2b2b70614d623d95941a9715612a3608303bc2f211ba25bc1d
  308. [2018-09-24 17:46:48.615027700][th:5503][info] MAIN start
  309. [2018-09-24 17:46:48.619242400][th:5503][info] MAIN config initialized
  310. [2018-09-24 17:46:48.629574900][th:5503][info] IROHAD created
  311. [2018-09-24 17:46:48.629714000][th:5503][info] StorageImpl:initConnection Start storage creation
  312. [2018-09-24 17:46:48.629971200][th:5503][info] StorageImpl:initConnection block store created
  313. NOTICE: relation "role" already exists, skipping
  314. NOTICE: relation "domain" already exists, skipping
  315. NOTICE: relation "signatory" already exists, skipping
  316. NOTICE: relation "account" already exists, skipping
  317. NOTICE: relation "account_has_signatory" already exists, skipping
  318. NOTICE: relation "peer" already exists, skipping
  319. NOTICE: relation "asset" already exists, skipping
  320. NOTICE: relation "account_has_asset" already exists, skipping
  321. NOTICE: relation "role_has_permissions" already exists, skipping
  322. NOTICE: relation "account_has_roles" already exists, skipping
  323. NOTICE: relation "account_has_grantable_permissions" already exists, skipping
  324. NOTICE: relation "height_by_hash" already exists, skipping
  325. NOTICE: relation "height_by_account_set" already exists, skipping
  326. NOTICE: relation "index_by_creator_height" already exists, skipping
  327. NOTICE: relation "index_by_id_height_asset" already exists, skipping
  328. [2018-09-24 17:46:48.669818300][th:5503][info] IROHAD [Init] => storage
  329. [2018-09-24 17:46:48.676666000][th:5503][info] StorageImpl drop wsv records from db tables
  330. [2018-09-24 17:46:48.683513800][th:5503][info] StorageImpl drop blocks from disk
  331. [2018-09-24 17:46:48.683798600][th:5503][info] StorageImpl create ordering service persistent state
  332. [2018-09-24 17:46:48.684002200][th:5503][info] PostgresOrderingServicePersistentState Drop storage
  333. [2018-09-24 17:46:48.692038500][th:5503][info] StorageImpl create ordering service persistent state
  334. [2018-09-24 17:46:48.692113900][th:5503][info] PostgresOrderingServicePersistentState Drop storage
  335. [2018-09-24 17:46:48.700810200][th:5503][info] MAIN Block is parsed
  336. [2018-09-24 17:46:48.700853400][th:5503][info] StorageImpl create mutable storage
  337. [2018-09-24 17:46:48.700902100][th:5503][info] FlatFile get(0) file not found
  338. [2018-09-24 17:46:48.719750500][th:5503][info] StorageImpl block inserted: true
  339. [2018-09-24 17:46:48.722807800][th:5503][info] MAIN Genesis block inserted, number of transactions: 1
  340. [2018-09-24 17:46:48.723824900][th:5503][info] StorageImpl drop wsv records from db tables
  341. [2018-09-24 17:46:48.730557600][th:5503][info] StorageImpl drop blocks from disk
  342. [2018-09-24 17:46:48.730754000][th:5503][info] StorageImpl create mutable storage
  343. [2018-09-24 17:46:48.730815100][th:5503][info] FlatFile get(0) file not found
  344. [2018-09-24 17:46:48.751875300][th:5503][info] StorageImpl insert blocks finished
  345. [2018-09-24 17:46:48.752024100][th:5503][info] IROHAD [Init] => crypto provider
  346. [2018-09-24 17:46:48.752169400][th:5503][info] IROHAD [Init] => validators
  347. [2018-09-24 17:46:48.754709300][th:5503][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  348. [2018-09-24 17:46:48.759217000][th:5503][info] StorageImpl create ordering service persistent state
  349. [2018-09-24 17:46:48.770150500][th:5503][info] OrderingInit Creating Ordering Gate with initial height 1
  350. [2018-09-24 17:46:48.770256300][th:5503][info] AsyncGrpcClient Subscribe
  351. [2018-09-24 17:46:48.770320900][th:5503][info] IROHAD [Init] => init ordering gate - [true]
  352. [2018-09-24 17:46:48.770487400][th:5503][info] IROHAD [Init] => init simulator
  353. [2018-09-24 17:46:48.770502800][th:5503][info] IROHAD [Init] => init consensus block cache
  354. [2018-09-24 17:46:48.770590100][th:5503][info] IROHAD [Init] => block loader
  355. [2018-09-24 17:46:48.772685800][th:5503][info] IROHAD [Init] => consensus gate
  356. [2018-09-24 17:46:48.772845700][th:5503][info] IROHAD [Init] => synchronizer
  357. [2018-09-24 17:46:48.772977200][th:5503][info] OrderingGate setPcs
  358. [2018-09-24 17:46:48.774383900][th:5503][info] IROHAD [Init] => pcs
  359. [2018-09-24 17:46:48.777346000][th:5503][info] IROHAD [Init] => Tx status bus
  360. [2018-09-24 17:46:48.777440400][th:5503][info] IROHAD [Init] => MST processor
  361. [2018-09-24 17:46:48.777505000][th:5503][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  362. [2018-09-24 17:46:48.777540100][th:5503][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  363. [2018-09-24 17:46:48.777555000][th:5503][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  364. [2018-09-24 17:46:48.777814600][th:5503][info] IROHAD [Init] => pending transactions storage
  365. [2018-09-24 17:46:48.778224300][th:5503][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  366. [2018-09-24 17:46:48.778278100][th:5503][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  367. [2018-09-24 17:46:48.779638400][th:5503][info] IROHAD [Init] => command service
  368. [2018-09-24 17:46:48.779785300][th:5503][info] IROHAD [Init] => query service
  369. [2018-09-24 17:46:48.779816100][th:5503][info] MAIN Running iroha
  370. [2018-09-24 17:46:48.780350500][th:5503][info] IROHAD Torii server bound on port 50051
  371. [2018-09-24 17:46:48.780863800][th:5503][info] IROHAD Internal server bound on port 10001
  372. [2018-09-24 17:46:48.781210500][th:5503][info] IROHAD ===> iroha initialized
  373. [2018-09-24 17:46:49.547313100][th:5511][info] TxProcessor handle batch
  374. [2018-09-24 17:46:49.547395000][th:5511][info] TxProcessor propagating batch to PCS
  375. [2018-09-24 17:46:49.547606500][th:5511][info] PCS propagate batch
  376. [2018-09-24 17:46:49.547886000][th:5511][info] OrderingGate propagate batch, account_id: admin@test
  377. [2018-09-24 17:46:49.547942700][th:5511][info] AsyncGrpcClient Propagate transaction batch (on transport)
  378. [2018-09-24 17:46:49.548686600][th:5511][warning] CommandService Found transaction da642989e43988f44c183e80b85cb2213703c7daa2af0d1c6cce5194a5e61642 in cache, ignoring
  379. [2018-09-24 17:46:49.549866200][th:5512][info] AsyncGrpcClient OrderingServiceTransportGrpc::onBatch
  380. [2018-09-24 17:46:49.551671000][th:5512][info] OrderingServiceImpl Queue size is 1
  381. [2018-09-24 17:46:53.755448300][th:5507][info] OrderingServiceImpl Start proposal generation
  382. [2018-09-24 17:46:53.756435200][th:5507][info] StorageImpl create ordering service persistent state
  383. [2018-09-24 17:46:53.756530400][th:5507][info] PostgresOrderingServicePersistentState Save proposal_height in ordering_service_state 3
  384. [2018-09-24 17:46:53.760438100][th:5507][info] AsyncGrpcClient OrderingServiceTransportGrpc::publishProposal
  385. [2018-09-24 17:46:53.762589600][th:5516][info] AsyncGrpcClient receive proposal
  386. [2018-09-24 17:46:53.763490000][th:5516][info] AsyncGrpcClient transactions in proposal: 1
  387. [2018-09-24 17:46:53.763665900][th:5516][info] OrderingGate Received new proposal, height: 2
  388. [2018-09-24 17:46:53.773715600][th:5509][info] OrderingGate Pass the proposal to pipeline height 2
  389. [2018-09-24 17:46:53.774048800][th:5509][info] Simulator process proposal
  390. [2018-09-24 17:46:53.775210100][th:5509][info] SFV transactions in proposal: 1
  391. [2018-09-24 17:46:53.780681100][th:5509][info] SFV transactions in verified proposal: 1
  392. [2018-09-24 17:46:53.781067900][th:5509][info] Simulator process verified proposal
  393. [2018-09-24 17:46:53.782555100][th:5509][info] YacGate vote for block (e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4, Hash: [e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4 ])
  394. [2018-09-24 17:46:53.783805300][th:5509][info] YAC Order for voting: {0.0.0.0:10001}
  395. [2018-09-24 17:46:53.784025500][th:5509][info] YAC Vote for hash (e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4, e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4)
  396. [2018-09-24 17:46:53.784410900][th:5509][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  397. [2018-09-24 17:46:53.784559100][th:5509][info] TxProcessor on stateful validation success: da642989e43988f44c183e80b85cb2213703c7daa2af0d1c6cce5194a5e61642
  398. [2018-09-24 17:46:53.785046300][th:5509][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  399. [2018-09-24 17:46:53.785104600][th:5509][info] TxProcessor on proposal stateless success: da642989e43988f44c183e80b85cb2213703c7daa2af0d1c6cce5194a5e61642
  400. [2018-09-24 17:46:53.785145700][th:5512][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59232
  401. [2018-09-24 17:46:53.785560800][th:5512][info] ProposalStorage Vote [e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4, e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4] looks valid
  402. [2018-09-24 17:46:53.785649700][th:5512][info] YacBlockStorage Vote (e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4, e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4) inserted
  403. [2018-09-24 17:46:53.785683400][th:5512][info] YacBlockStorage Votes in storage [1/1]
  404. [2018-09-24 17:46:53.785730000][th:5512][info] YAC Propagate state e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4 to whole network
  405. [2018-09-24 17:46:53.785937100][th:5512][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  406. [2018-09-24 17:46:53.786245700][th:5516][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59232
  407. [2018-09-24 17:46:53.786607700][th:5516][info] YAC Pass outcome for e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4 to pipeline
  408. [2018-09-24 17:46:53.786724500][th:5516][info] YacGate consensus: commit top block: height 2, hash e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4
  409. [2018-09-24 17:46:53.786770400][th:5516][info] synchronizer processing commit
  410. [2018-09-24 17:46:53.787607800][th:5516][info] ChainValidator validate block: height 2, hash e23b5eaaf32d57baff56bfc7d279c31d720ac1a769060d4d8f7abf82e624a2a4
  411. [2018-09-24 17:46:53.790837900][th:5516][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  412. [2018-09-24 17:46:53.791013700][th:5516][info] TxProcessor on commit committed: da642989e43988f44c183e80b85cb2213703c7daa2af0d1c6cce5194a5e61642
  413. [ OK ] IrohadTest.RestartWithOverwriteLedger (14084 ms)
  414. [ RUN ] IrohadTest.RestartWithoutResetting
  415. [2018-09-24 17:46:55.718929300][th:5520][info] MAIN start
  416. [2018-09-24 17:46:55.723262400][th:5520][info] MAIN config initialized
  417. [2018-09-24 17:46:55.735014500][th:5520][info] IROHAD created
  418. [2018-09-24 17:46:55.735322600][th:5520][info] StorageImpl:initConnection Start storage creation
  419. [2018-09-24 17:46:55.737334600][th:5520][info] StorageImpl:initConnection block store created
  420. [2018-09-24 17:46:55.859687900][th:5520][info] IROHAD [Init] => storage
  421. [2018-09-24 17:46:55.866699800][th:5520][info] StorageImpl drop wsv records from db tables
  422. [2018-09-24 17:46:55.869170800][th:5520][info] StorageImpl drop blocks from disk
  423. [2018-09-24 17:46:55.869593100][th:5520][info] StorageImpl create ordering service persistent state
  424. [2018-09-24 17:46:55.871904000][th:5520][info] PostgresOrderingServicePersistentState Drop storage
  425. [2018-09-24 17:46:55.879135400][th:5520][info] StorageImpl create ordering service persistent state
  426. [2018-09-24 17:46:55.879226900][th:5520][info] PostgresOrderingServicePersistentState Drop storage
  427. [2018-09-24 17:46:55.883962000][th:5520][info] MAIN Block is parsed
  428. [2018-09-24 17:46:55.884034100][th:5520][info] StorageImpl create mutable storage
  429. [2018-09-24 17:46:55.884104200][th:5520][info] FlatFile get(0) file not found
  430. [2018-09-24 17:46:55.905869600][th:5520][info] StorageImpl block inserted: true
  431. [2018-09-24 17:46:55.909118000][th:5520][info] MAIN Genesis block inserted, number of transactions: 1
  432. [2018-09-24 17:46:55.911732600][th:5520][info] StorageImpl drop wsv records from db tables
  433. [2018-09-24 17:46:55.916822300][th:5520][info] StorageImpl drop blocks from disk
  434. [2018-09-24 17:46:55.917452700][th:5520][info] StorageImpl create mutable storage
  435. [2018-09-24 17:46:55.917550100][th:5520][info] FlatFile get(0) file not found
  436. [2018-09-24 17:46:55.937317100][th:5520][info] StorageImpl insert blocks finished
  437. [2018-09-24 17:46:55.937450400][th:5520][info] IROHAD [Init] => crypto provider
  438. [2018-09-24 17:46:55.938576200][th:5520][info] IROHAD [Init] => validators
  439. [2018-09-24 17:46:55.940481200][th:5520][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  440. [2018-09-24 17:46:55.944298100][th:5520][info] StorageImpl create ordering service persistent state
  441. [2018-09-24 17:46:55.947851900][th:5520][info] OrderingInit Creating Ordering Gate with initial height 1
  442. [2018-09-24 17:46:55.947900500][th:5520][info] AsyncGrpcClient Subscribe
  443. [2018-09-24 17:46:55.947947200][th:5520][info] IROHAD [Init] => init ordering gate - [true]
  444. [2018-09-24 17:46:55.948736500][th:5520][info] IROHAD [Init] => init simulator
  445. [2018-09-24 17:46:55.948782300][th:5520][info] IROHAD [Init] => init consensus block cache
  446. [2018-09-24 17:46:55.948869000][th:5520][info] IROHAD [Init] => block loader
  447. [2018-09-24 17:46:55.950188200][th:5520][info] IROHAD [Init] => consensus gate
  448. [2018-09-24 17:46:55.950320100][th:5520][info] IROHAD [Init] => synchronizer
  449. [2018-09-24 17:46:55.950427100][th:5520][info] OrderingGate setPcs
  450. [2018-09-24 17:46:55.950760100][th:5520][info] IROHAD [Init] => pcs
  451. [2018-09-24 17:46:55.953751900][th:5520][info] IROHAD [Init] => Tx status bus
  452. [2018-09-24 17:46:55.953959800][th:5520][info] IROHAD [Init] => MST processor
  453. [2018-09-24 17:46:55.953996300][th:5520][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  454. [2018-09-24 17:46:55.954064800][th:5520][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  455. [2018-09-24 17:46:55.954216800][th:5520][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  456. [2018-09-24 17:46:55.954543900][th:5520][info] IROHAD [Init] => pending transactions storage
  457. [2018-09-24 17:46:55.954973800][th:5520][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  458. [2018-09-24 17:46:55.955114600][th:5520][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  459. [2018-09-24 17:46:55.956569200][th:5520][info] IROHAD [Init] => command service
  460. [2018-09-24 17:46:55.956732100][th:5520][info] IROHAD [Init] => query service
  461. [2018-09-24 17:46:55.956879400][th:5520][info] MAIN Running iroha
  462. [2018-09-24 17:46:55.958605700][th:5520][info] IROHAD Torii server bound on port 50051
  463. [2018-09-24 17:46:55.959213000][th:5520][info] IROHAD Internal server bound on port 10001
  464. [2018-09-24 17:46:55.959746100][th:5520][info] IROHAD ===> iroha initialized
  465. [2018-09-24 17:46:56.640399200][th:5528][info] TxProcessor handle batch
  466. [2018-09-24 17:46:56.640451100][th:5528][info] TxProcessor propagating batch to PCS
  467. [2018-09-24 17:46:56.640596500][th:5528][info] PCS propagate batch
  468. [2018-09-24 17:46:56.640629100][th:5528][info] OrderingGate propagate batch, account_id: admin@test
  469. [2018-09-24 17:46:56.640644800][th:5528][info] AsyncGrpcClient Propagate transaction batch (on transport)
  470. [2018-09-24 17:46:56.641192200][th:5528][warning] CommandService Found transaction af10936cfe1fcc5749148636ab970e72b5d16bc0cace9e8b5aded74bc6d6e087 in cache, ignoring
  471. [2018-09-24 17:46:56.642119400][th:5529][info] AsyncGrpcClient OrderingServiceTransportGrpc::onBatch
  472. [2018-09-24 17:46:56.642924900][th:5529][info] OrderingServiceImpl Queue size is 1
  473. [2018-09-24 17:47:00.941378300][th:5524][info] OrderingServiceImpl Start proposal generation
  474. [2018-09-24 17:47:00.942267300][th:5524][info] StorageImpl create ordering service persistent state
  475. [2018-09-24 17:47:00.942339700][th:5524][info] PostgresOrderingServicePersistentState Save proposal_height in ordering_service_state 3
  476. [2018-09-24 17:47:00.948504400][th:5524][info] AsyncGrpcClient OrderingServiceTransportGrpc::publishProposal
  477. [2018-09-24 17:47:00.949612900][th:5533][info] AsyncGrpcClient receive proposal
  478. [2018-09-24 17:47:00.949951800][th:5533][info] AsyncGrpcClient transactions in proposal: 1
  479. [2018-09-24 17:47:00.949980100][th:5533][info] OrderingGate Received new proposal, height: 2
  480. [2018-09-24 17:47:00.950562200][th:5526][info] OrderingGate Pass the proposal to pipeline height 2
  481. [2018-09-24 17:47:00.950614100][th:5526][info] Simulator process proposal
  482. [2018-09-24 17:47:00.952215700][th:5526][info] SFV transactions in proposal: 1
  483. [2018-09-24 17:47:00.959598900][th:5526][info] SFV transactions in verified proposal: 1
  484. [2018-09-24 17:47:00.960331600][th:5526][info] Simulator process verified proposal
  485. [2018-09-24 17:47:00.960782300][th:5526][info] YacGate vote for block (bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd, Hash: [bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd ])
  486. [2018-09-24 17:47:00.967297000][th:5526][info] YAC Order for voting: {0.0.0.0:10001}
  487. [2018-09-24 17:47:00.967552600][th:5526][info] YAC Vote for hash (bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd, bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd)
  488. [2018-09-24 17:47:00.968328500][th:5526][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  489. [2018-09-24 17:47:00.968471600][th:5526][info] TxProcessor on stateful validation success: af10936cfe1fcc5749148636ab970e72b5d16bc0cace9e8b5aded74bc6d6e087
  490. [2018-09-24 17:47:00.968612800][th:5526][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  491. [2018-09-24 17:47:00.968652900][th:5526][info] TxProcessor on proposal stateless success: af10936cfe1fcc5749148636ab970e72b5d16bc0cace9e8b5aded74bc6d6e087
  492. [2018-09-24 17:47:00.969423600][th:5529][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59258
  493. [2018-09-24 17:47:00.969813600][th:5529][info] ProposalStorage Vote [bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd, bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd] looks valid
  494. [2018-09-24 17:47:00.969879700][th:5529][info] YacBlockStorage Vote (bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd, bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd) inserted
  495. [2018-09-24 17:47:00.969898300][th:5529][info] YacBlockStorage Votes in storage [1/1]
  496. [2018-09-24 17:47:00.969947000][th:5529][info] YAC Propagate state bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd to whole network
  497. [2018-09-24 17:47:00.970162400][th:5529][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  498. [2018-09-24 17:47:00.970942200][th:5533][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59258
  499. [2018-09-24 17:47:00.971259400][th:5533][info] YAC Pass outcome for bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd to pipeline
  500. [2018-09-24 17:47:00.971448500][th:5533][info] YacGate consensus: commit top block: height 2, hash bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd
  501. [2018-09-24 17:47:00.971476500][th:5533][info] synchronizer processing commit
  502. [2018-09-24 17:47:00.972363200][th:5533][info] ChainValidator validate block: height 2, hash bc5c7a8c8ee4ae29cfc2fce4103b1a0793bc464510ee4a3723b68a90a32c97cd
  503. [2018-09-24 17:47:00.980374500][th:5533][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  504. [2018-09-24 17:47:00.980624200][th:5533][info] TxProcessor on commit committed: af10936cfe1fcc5749148636ab970e72b5d16bc0cace9e8b5aded74bc6d6e087
  505. [2018-09-24 17:47:02.750163700][th:5536][info] MAIN start
  506. [2018-09-24 17:47:02.757540500][th:5536][info] MAIN config initialized
  507. [2018-09-24 17:47:02.765175900][th:5536][info] IROHAD created
  508. [2018-09-24 17:47:02.765362600][th:5536][info] StorageImpl:initConnection Start storage creation
  509. [2018-09-24 17:47:02.765622700][th:5536][info] StorageImpl:initConnection block store created
  510. NOTICE: relation "role" already exists, skipping
  511. NOTICE: relation "domain" already exists, skipping
  512. NOTICE: relation "signatory" already exists, skipping
  513. NOTICE: relation "account" already exists, skipping
  514. NOTICE: relation "account_has_signatory" already exists, skipping
  515. NOTICE: relation "peer" already exists, skipping
  516. NOTICE: relation "asset" already exists, skipping
  517. NOTICE: relation "account_has_asset" already exists, skipping
  518. NOTICE: relation "role_has_permissions" already exists, skipping
  519. NOTICE: relation "account_has_roles" already exists, skipping
  520. NOTICE: relation "account_has_grantable_permissions" already exists, skipping
  521. NOTICE: relation "height_by_hash" already exists, skipping
  522. NOTICE: relation "height_by_account_set" already exists, skipping
  523. NOTICE: relation "index_by_creator_height" already exists, skipping
  524. NOTICE: relation "index_by_id_height_asset" already exists, skipping
  525. [2018-09-24 17:47:02.838342000][th:5536][info] IROHAD [Init] => storage
  526. [2018-09-24 17:47:02.841025900][th:5536][info] StorageImpl drop wsv records from db tables
  527. [2018-09-24 17:47:02.860307800][th:5536][info] StorageImpl drop blocks from disk
  528. [2018-09-24 17:47:02.863243500][th:5536][info] StorageImpl create mutable storage
  529. [2018-09-24 17:47:02.863386900][th:5536][info] FlatFile get(0) file not found
  530. [2018-09-24 17:47:02.893535500][th:5536][info] StorageImpl insert blocks finished
  531. [2018-09-24 17:47:02.893679800][th:5536][info] IROHAD [Init] => crypto provider
  532. [2018-09-24 17:47:02.895109800][th:5536][info] IROHAD [Init] => validators
  533. [2018-09-24 17:47:02.898902700][th:5536][info] OrderingInit Ordering gate is at 0.0.0.0:10001
  534. [2018-09-24 17:47:02.900910200][th:5536][info] StorageImpl create ordering service persistent state
  535. [2018-09-24 17:47:02.905838300][th:5536][info] OrderingInit Creating Ordering Gate with initial height 2
  536. [2018-09-24 17:47:02.905902500][th:5536][info] AsyncGrpcClient Subscribe
  537. [2018-09-24 17:47:02.905962700][th:5536][info] IROHAD [Init] => init ordering gate - [true]
  538. [2018-09-24 17:47:02.906552900][th:5536][info] IROHAD [Init] => init simulator
  539. [2018-09-24 17:47:02.906606900][th:5536][info] IROHAD [Init] => init consensus block cache
  540. [2018-09-24 17:47:02.906978500][th:5536][info] IROHAD [Init] => block loader
  541. [2018-09-24 17:47:02.908770000][th:5536][info] IROHAD [Init] => consensus gate
  542. [2018-09-24 17:47:02.909237900][th:5536][info] IROHAD [Init] => synchronizer
  543. [2018-09-24 17:47:02.909676400][th:5536][info] OrderingGate setPcs
  544. [2018-09-24 17:47:02.910394700][th:5536][info] IROHAD [Init] => pcs
  545. [2018-09-24 17:47:02.911960500][th:5536][info] IROHAD [Init] => Tx status bus
  546. [2018-09-24 17:47:02.912105800][th:5536][info] IROHAD [Init] => MST processor
  547. [2018-09-24 17:47:02.912268200][th:5536][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  548. [2018-09-24 17:47:02.913303000][th:5536][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  549. [2018-09-24 17:47:02.913521100][th:5536][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  550. [2018-09-24 17:47:02.914116900][th:5536][info] IROHAD [Init] => pending transactions storage
  551. [2018-09-24 17:47:02.914599800][th:5536][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  552. [2018-09-24 17:47:02.914693800][th:5536][warning] MstProcessor Multisig transactions are disabled, so MstProcessor observable won't emit any events
  553. [2018-09-24 17:47:02.916620700][th:5536][info] IROHAD [Init] => command service
  554. [2018-09-24 17:47:02.916803800][th:5536][info] IROHAD [Init] => query service
  555. [2018-09-24 17:47:02.916841600][th:5536][info] MAIN Running iroha
  556. [2018-09-24 17:47:02.917314300][th:5536][info] IROHAD Torii server bound on port 50051
  557. [2018-09-24 17:47:02.917455800][th:5536][info] IROHAD Internal server bound on port 10001
  558. [2018-09-24 17:47:02.917475500][th:5536][info] IROHAD ===> iroha initialized
  559. [2018-09-24 17:47:03.661540100][th:5544][info] TxProcessor handle batch
  560. [2018-09-24 17:47:03.661595300][th:5544][info] TxProcessor propagating batch to PCS
  561. [2018-09-24 17:47:03.661790500][th:5544][info] PCS propagate batch
  562. [2018-09-24 17:47:03.661830600][th:5544][info] OrderingGate propagate batch, account_id: admin@test
  563. [2018-09-24 17:47:03.661850600][th:5544][info] AsyncGrpcClient Propagate transaction batch (on transport)
  564. [2018-09-24 17:47:03.662142100][th:5544][warning] CommandService Found transaction 8cc98194e58e3fc1e48ed030d08245b39981703aa8056ed923682ebc4e0d9a22 in cache, ignoring
  565. [2018-09-24 17:47:03.663454500][th:5545][info] AsyncGrpcClient OrderingServiceTransportGrpc::onBatch
  566. [2018-09-24 17:47:03.664244800][th:5545][info] OrderingServiceImpl Queue size is 1
  567. [2018-09-24 17:47:07.901331700][th:5540][info] OrderingServiceImpl Start proposal generation
  568. [2018-09-24 17:47:07.901991900][th:5540][info] StorageImpl create ordering service persistent state
  569. [2018-09-24 17:47:07.902062200][th:5540][info] PostgresOrderingServicePersistentState Save proposal_height in ordering_service_state 4
  570. [2018-09-24 17:47:07.910411700][th:5540][info] AsyncGrpcClient OrderingServiceTransportGrpc::publishProposal
  571. [2018-09-24 17:47:07.911343600][th:5549][info] AsyncGrpcClient receive proposal
  572. [2018-09-24 17:47:07.913343800][th:5549][info] AsyncGrpcClient transactions in proposal: 1
  573. [2018-09-24 17:47:07.913439700][th:5549][info] OrderingGate Received new proposal, height: 3
  574. [2018-09-24 17:47:07.914063900][th:5542][info] OrderingGate Pass the proposal to pipeline height 3
  575. [2018-09-24 17:47:07.914219800][th:5542][info] Simulator process proposal
  576. [2018-09-24 17:47:07.915053800][th:5542][info] SFV transactions in proposal: 1
  577. [2018-09-24 17:47:07.922732200][th:5542][info] SFV transactions in verified proposal: 1
  578. [2018-09-24 17:47:07.923452400][th:5542][info] Simulator process verified proposal
  579. [2018-09-24 17:47:07.923884600][th:5542][info] YacGate vote for block (8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94, Hash: [8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94 ])
  580. [2018-09-24 17:47:07.926073000][th:5542][info] YAC Order for voting: {0.0.0.0:10001}
  581. [2018-09-24 17:47:07.926385000][th:5542][info] YAC Vote for hash (8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94, 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94)
  582. [2018-09-24 17:47:07.926683400][th:5542][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  583. [2018-09-24 17:47:07.926778400][th:5542][info] TxProcessor on stateful validation success: 8cc98194e58e3fc1e48ed030d08245b39981703aa8056ed923682ebc4e0d9a22
  584. [2018-09-24 17:47:07.927169600][th:5545][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59282
  585. [2018-09-24 17:47:07.927745400][th:5545][info] ProposalStorage Vote [8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94, 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94] looks valid
  586. [2018-09-24 17:47:07.927866700][th:5545][info] YacBlockStorage Vote (8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94, 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94) inserted
  587. [2018-09-24 17:47:07.927896600][th:5545][info] YacBlockStorage Votes in storage [1/1]
  588. [2018-09-24 17:47:07.927961100][th:5545][info] YAC Propagate state 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94 to whole network
  589. [2018-09-24 17:47:07.928309600][th:5545][info] AsyncGrpcClient Send votes bundle[size=1] to 0.0.0.0:10001
  590. [2018-09-24 17:47:07.928911200][th:5549][info] AsyncGrpcClient Receive votes[size=1] from ipv4:127.0.0.1:59282
  591. [2018-09-24 17:47:07.928975200][th:5542][info] IROHAD ~~~~~~~~~| PROPOSAL ^_^ |~~~~~~~~~
  592. [2018-09-24 17:47:07.929024600][th:5542][info] TxProcessor on proposal stateless success: 8cc98194e58e3fc1e48ed030d08245b39981703aa8056ed923682ebc4e0d9a22
  593. [2018-09-24 17:47:07.929875100][th:5549][info] YAC Pass outcome for 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94 to pipeline
  594. [2018-09-24 17:47:07.930142900][th:5549][info] YacGate consensus: commit top block: height 3, hash 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94
  595. [2018-09-24 17:47:07.930185400][th:5549][info] synchronizer processing commit
  596. [2018-09-24 17:47:07.931151700][th:5549][info] ChainValidator validate block: height 3, hash 8875b85c021fd9bd0458662ba4c078a5741a038a6bbc49860ab9240d483a5f94
  597. [2018-09-24 17:47:07.935384900][th:5549][info] IROHAD ~~~~~~~~~| COMMIT =^._.^= |~~~~~~~~~
  598. [2018-09-24 17:47:07.935582300][th:5549][info] TxProcessor on commit committed: 8cc98194e58e3fc1e48ed030d08245b39981703aa8056ed923682ebc4e0d9a22
  599. [ OK ] IrohadTest.RestartWithoutResetting (14083 ms)
  600. [----------] 5 tests from IrohadTest (37362 ms total)
  601.  
  602. [----------] Global test environment tear-down
  603. [==========] 5 tests from 1 test case ran. (37363 ms total)
  604. [ PASSED ] 5 tests.
Add Comment
Please, Sign In to add comment