Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.62 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. **********************
  63. * RUNNING UNIT TESTS *
  64. **********************
  65.  
  66. g++ -std=c++14 -pthread -fPIC -pedantic -Wall -Wextra -march=native -O0 -D _DEBUG -ggdb3 -o tests_boost test/executor_test.o test/local_storage_test.o test/main.o test/records/elements/activities/tasks/business_rule/business_rule_task_dmn_test.o test/records/elements/activities/tasks/business_rule/business_rule_task_expression_test.o test/records/elements/activities/tasks/script_task_test.o test/records/elements/activities/tasks/service/service_task_rest_test.o test/records/elements/activities/tasks/user_task_test.o test/records/elements/element_definition_test.o test/records/elements/element_instance_test.o test/records/elements/events/end/end_event_test.o test/records/elements/events/start/start_event_test.o test/records/elements/events/start/start_timer_event_test.o test/records/elements/gateways/exclusive_gateway_test.o test/records/elements/gateways/gateway_test.o test/records/elements/gateways/inclusive_gateway_test.o test/records/elements/gateways/parallel_gateway_test.o test/records/process_definition_test.o test/records/process_instance_test.o test/services/database_test.o test/services/expressions/expression_test.o test/services/expressions/javascript_test.o test/services/identity_test.o test/services/repository_test.o test/services/tasks/engine_test.o test/services/tasks/http_test.o test/utils/config_test.o test/utils/template_test.o test/utils/text_template_resolver_test.o test/utils/variable/variable_test.o test/utils/xml/parser_test.o -L. -lboost_unit_test_framework -lbpmn -llog
  67. cd test && LD_LIBRARY_PATH=".." ../tests_boost --log_level=test_suite --run_test="" && cd ../
  68. DEBU[2017:04:23 20:16:13 UTC] Initializing JavaScript engine
  69. DEBU[2017:04:23 20:16:13 UTC] JavaScript engine is initialized
  70. DEBU[2017:04:23 20:16:13 UTC] JavaScript engine is initialized
  71. Running 72 test cases...
  72. Entering test suite "C++ Unit Tests for libbpmn"
  73. Entering test suite "ExecutorTest"
  74. Entering test case "executor_dmngateways"
  75. DEBU[2017:04:23 20:16:13 UTC] Parsing config file
  76. WARN[2017:04:23 20:16:13 UTC] Database engine is disabled, do not connect to couchbase
  77. WARN[2017:04:23 20:16:13 UTC] Queue engine is not started, doing local evaluation instead
  78. DEBU[2017:04:23 20:16:13 UTC] JavaScript engine is initialized
  79. DEBU[2017:04:23 20:16:13 UTC] Starting database engine thread
  80. DEBU[2017:04:23 20:16:13 UTC] Waiting until database starts
  81. DEBU[2017:04:23 20:16:13 UTC] Starting database engine loop
  82. DEBU[2017:04:23 20:16:13 UTC] Database started
  83. DEBU[2017:04:23 20:16:13 UTC] Starting HTTP engine thread
  84. DEBU[2017:04:23 20:16:13 UTC] Waiting until HTTP engine starts
  85. DEBU[2017:04:23 20:16:13 UTC] HTTP engine started
  86. DEBU[2017:04:23 20:16:13 UTC] Starting Queue engine thread
  87. DEBU[2017:04:23 20:16:13 UTC] Waiting until Queue engine starts
  88. DEBU[2017:04:23 20:16:13 UTC] Queue engine started
  89. DEBU[2017:04:23 20:16:13 UTC] Starting Timer engine thread
  90. DEBU[2017:04:23 20:16:13 UTC] Waiting until Timer engine starts
  91. DEBU[2017:04:23 20:16:13 UTC] Timer engine started
  92. DEBU[2017:04:23 20:16:13 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  93. DEBU[2017:04:23 20:16:13 UTC] Parsing resource type=dmn, ref=LOCAL:../res/test/applicant-risk-rating.dmn, version=
  94. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_1mdbf3i", source is "StartEvent_1", target is "ParallelGateway_1rtwiz4"
  95. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_0x4vssp", source is "Task_0xh52cl", target is "ParallelGateway_1rtwiz4"
  96. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_0opxbd6", source is "ParallelGateway_1rtwiz4", target is "Task_154t5va"
  97. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_03cdl8f", source is "Task_154t5va", target is "BusinessRuleTask_1y31olt"
  98. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_0g3fxay", source is "BusinessRuleTask_1y31olt", target is "ExclusiveGateway_17bpmqj"
  99. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_1fsugk0", source is "ExclusiveGateway_17bpmqj", target is "ExclusiveGateway_08lx9gm"
  100. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_15fjy9g", source is "ExclusiveGateway_08lx9gm", target is "InclusiveGateway_1aoz8mo"
  101. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_1bq469l", source is "InclusiveGateway_1aoz8mo", target is "Task_0aq1qj0"
  102. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_0qfcrkc", source is "ExclusiveGateway_08lx9gm", target is "EndEvent_001xm6b"
  103. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_13yq282", source is "ExclusiveGateway_17bpmqj", target is "EndEvent_1el6mik"
  104. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_12lp8b8", source is "InclusiveGateway_1aoz8mo", target is "Task_03m1gl8"
  105. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_05xh6kp", source is "Task_0aq1qj0", target is "ParallelGateway_15pgihm"
  106. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_0xf64au", source is "ParallelGateway_15pgihm", target is "EndEvent_0pwsn5o"
  107. DEBU[2017:04:23 20:16:13 UTC] parsing "SequenceFlow_1o9t38d", source is "Task_03m1gl8", target is "ParallelGateway_15pgihm"
  108. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from to StartEvent_1
  109. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"startedByFormEvent":"yes"})
  110. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from to Task_0xh52cl
  111. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"emptyTaskActivated":"yes"})
  112. DEBU[2017:04:23 20:16:13 UTC] activated 2 element(s)
  113. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  114. DEBU[2017:04:23 20:16:13 UTC] Starting Executor loop
  115. DEBU[2017:04:23 20:16:13 UTC] Waiting for changes to apply
  116. 2 DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  117. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] preparing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  118. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> StartEvent_1#1
  119. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from StartEvent_1 to ParallelGateway_1rtwiz4
  120. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  121. DEBU[2017:04:23 20:16:13 UTC] ParallelGateway_1rtwiz4 received token from StartEvent_1
  122. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_1rtwiz4#3
  123. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  124. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] activating instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  125. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_1rtwiz4#3
  126. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  127. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] doing work instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  128. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_1rtwiz4#3
  129. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  130. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] completing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0xh52cl#2
  131. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from Task_0xh52cl to ParallelGateway_1rtwiz4#3
  132. DEBU[2017:04:23 20:16:13 UTC] ParallelGateway_1rtwiz4 received token from Task_0xh52cl
  133. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_1rtwiz4#3
  134. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from ParallelGateway_1rtwiz4 to Task_154t5va
  135. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"applicantAge":30,"medicalHistory":"bad"})
  136. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  137. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] preparing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  138. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_1rtwiz4#3
  139. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  140. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] activating instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  141. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  142. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] doing work instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  143. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  144. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] completing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_154t5va#4
  145. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from Task_154t5va to BusinessRuleTask_1y31olt
  146. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  147. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  148. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] preparing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  149. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  150. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] activating instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  151. WARN[2017:04:23 20:16:13 UTC] Doing local DMN evaluation
  152. DEBU[2017:04:23 20:16:13 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5 with data: {"applicantRiskRating":"Medium"} and handling: {"type":"global"}
  153. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"applicantRiskRating":"Medium"})
  154. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  155. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] completing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> BusinessRuleTask_1y31olt#5
  156. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from BusinessRuleTask_1y31olt to ExclusiveGateway_17bpmqj
  157. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  158. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ExclusiveGateway_17bpmqj#6
  159. DEBU[2017:04:23 20:16:13 UTC] Evaluated expression "process.variable.applicantRiskRating == "Medium"", result is "true"
  160. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from ExclusiveGateway_17bpmqj to ExclusiveGateway_08lx9gm
  161. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  162. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ExclusiveGateway_08lx9gm#7
  163. DEBU[2017:04:23 20:16:13 UTC] Evaluated expression "process.variable.applicantRiskRating == "High"", result is "false"
  164. DEBU[2017:04:23 20:16:13 UTC] Evaluated expression "process.variable.applicantRiskRating == "Low"", result is "false"
  165. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from ExclusiveGateway_08lx9gm to InclusiveGateway_1aoz8mo
  166. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  167. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> InclusiveGateway_1aoz8mo#8
  168. DEBU[2017:04:23 20:16:13 UTC] Evaluated expression "process.variable.applicantRiskRating != "High"", result is "true"
  169. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from InclusiveGateway_1aoz8mo to Task_0aq1qj0
  170. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"inclusiveNonHighActivated":"yes"})
  171. DEBU[2017:04:23 20:16:13 UTC] Evaluated expression "process.variable.applicantRiskRating == "Medium"", result is "true"
  172. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from InclusiveGateway_1aoz8mo to Task_03m1gl8
  173. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"inclusiveMediumActivated":"yes"})
  174. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  175. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] preparing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  176. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  177. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] preparing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  178. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  179. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] activating instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  180. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  181. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] activating instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  182. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  183. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] doing work instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  184. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  185. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] doing work instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  186. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  187. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] completing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_03m1gl8#10
  188. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from Task_03m1gl8 to ParallelGateway_15pgihm
  189. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({})
  190. DEBU[2017:04:23 20:16:13 UTC] ParallelGateway_15pgihm received token from Task_03m1gl8
  191. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  192. DEBU[2017:04:23 20:16:13 UTC] [ACTIVITY] completing instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> Task_0aq1qj0#9
  193. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from Task_0aq1qj0 to ParallelGateway_15pgihm#11
  194. DEBU[2017:04:23 20:16:13 UTC] ParallelGateway_15pgihm received token from Task_0aq1qj0
  195. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_15pgihm#11
  196. DEBU[2017:04:23 20:16:13 UTC] [TOKEN] from ParallelGateway_15pgihm to EndEvent_0pwsn5o
  197. DEBU[2017:04:23 20:16:13 UTC] [VARIABLES] Multiple variables in instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 process ({"endEventCorrect":"yes"})
  198. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> EndEvent_0pwsn5o#12
  199. DEBU[2017:04:23 20:16:13 UTC] [STEP] instances:bpmn:7a4a5106-8b50-4f48-b519-70277d94e5c5 -> ParallelGateway_15pgihm#11
  200. 1
  201. DEBU[2017:04:23 20:16:15 UTC] Waiting for database actions to be done
  202. DEBU[2017:04:23 20:16:15 UTC] Stopping database engine thread
  203. DEBU[2017:04:23 20:16:15 UTC] Stopped database engine thread
  204. DEBU[2017:04:23 20:16:15 UTC] Joined database engine thread
  205. DEBU[2017:04:23 20:16:15 UTC] Breaking HTTP engine loop
  206. Leaving test case "executor_dmngateways"; testing time: 2021068mks
  207. Entering test case "executor_usertask"
  208. DEBU[2017:04:23 20:16:15 UTC] Parsing config file
  209. WARN[2017:04:23 20:16:15 UTC] Database engine is disabled, do not connect to couchbase
  210. WARN[2017:04:23 20:16:15 UTC] Queue engine is not started, doing local evaluation instead
  211. DEBU[2017:04:23 20:16:15 UTC] JavaScript engine is initialized
  212. DEBU[2017:04:23 20:16:15 UTC] Starting database engine thread
  213. DEBU[2017:04:23 20:16:15 UTC] Waiting until database starts
  214. DEBU[2017:04:23 20:16:15 UTC] Starting database engine loop
  215. DEBU[2017:04:23 20:16:15 UTC] Database started
  216. DEBU[2017:04:23 20:16:15 UTC] Starting HTTP engine thread
  217. DEBU[2017:04:23 20:16:15 UTC] Waiting until HTTP engine starts
  218. DEBU[2017:04:23 20:16:15 UTC] HTTP engine started
  219. DEBU[2017:04:23 20:16:15 UTC] Starting Queue engine thread
  220. DEBU[2017:04:23 20:16:15 UTC] Waiting until Queue engine starts
  221. DEBU[2017:04:23 20:16:15 UTC] Queue engine started
  222. DEBU[2017:04:23 20:16:15 UTC] Starting Timer engine thread
  223. DEBU[2017:04:23 20:16:15 UTC] Waiting until Timer engine starts
  224. DEBU[2017:04:23 20:16:15 UTC] Timer engine started
  225. DEBU[2017:04:23 20:16:15 UTC] setting "user" env var value ("!!!test")
  226. DEBU[2017:04:23 20:16:15 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  227. DEBU[2017:04:23 20:16:15 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "UserTask_19ced8y"
  228. DEBU[2017:04:23 20:16:15 UTC] parsing "SequenceFlow_1lru1ty", source is "UserTask_19ced8y", target is "Task_1qhpmqw"
  229. DEBU[2017:04:23 20:16:15 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  230. DEBU[2017:04:23 20:16:15 UTC] [TOKEN] from to StartEvent_1
  231. DEBU[2017:04:23 20:16:15 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({"startEventActivated":"yes"})
  232. DEBU[2017:04:23 20:16:15 UTC] activated 1 element(s)
  233. DEBU[2017:04:23 20:16:15 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({})
  234. DEBU[2017:04:23 20:16:15 UTC] Starting Executor loop
  235. DEBU[2017:04:23 20:16:15 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> StartEvent_1#1
  236. DEBU[2017:04:23 20:16:15 UTC] [TOKEN] from StartEvent_1 to UserTask_19ced8y
  237. DEBU[2017:04:23 20:16:15 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({})
  238. DEBU[2017:04:23 20:16:15 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2
  239. DEBU[2017:04:23 20:16:15 UTC] [ACTIVITY] preparing instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2
  240. DEBU[2017:04:23 20:16:15 UTC] Evaluated expression "process.env.user", result is ""!!!test""
  241. DEBU[2017:04:23 20:16:15 UTC] Evaluated expression "[]", result is "[]"
  242. DEBU[2017:04:23 20:16:15 UTC] Evaluated expression "[]", result is "[]"
  243. WARN[2017:04:23 20:16:15 UTC] Mosaic address is not set, should be in unit test only, request body is:
  244. {
  245. "data": {
  246. "activity_id": "UserTask_19ced8y#2",
  247. "assignee": {
  248. "email": "!!!test",
  249. "id": "internal|103b441d-60f6-470c-ac7e-b29b8b14d45d",
  250. "name": "Jack Green"
  251. },
  252. "candidate_groups": [],
  253. "candidate_users": [],
  254. "definition_id": "definitions:bpmn:a5312e4b-c3e2-4dd8-9d76-9e189ca10c21",
  255. "description": "Documentation for user task element.",
  256. "due_date": "",
  257. "element_id": "UserTask_19ced8y",
  258. "name": "User Task element",
  259. "priority": 1,
  260. "process_id": "instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396"
  261. }
  262. }
  263. DEBU[2017:04:23 20:16:15 UTC] [EVENT] Processing event NONE on instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2 with data: "mosaic address is not set in engine config" and handling: {"type":"ignore"}
  264. DEBU[2017:04:23 20:16:16 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2 with data: {"userTaskCompleted":"yes"} and handling: {"type":"global"}
  265. DEBU[2017:04:23 20:16:16 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({"userTaskCompleted":"yes"})
  266. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2
  267. DEBU[2017:04:23 20:16:16 UTC] [ACTIVITY] completing instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> UserTask_19ced8y#2
  268. DEBU[2017:04:23 20:16:16 UTC] [TOKEN] from UserTask_19ced8y to Task_1qhpmqw
  269. DEBU[2017:04:23 20:16:16 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({})
  270. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  271. DEBU[2017:04:23 20:16:16 UTC] [ACTIVITY] preparing instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  272. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  273. DEBU[2017:04:23 20:16:16 UTC] [ACTIVITY] activating instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  274. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  275. DEBU[2017:04:23 20:16:16 UTC] [ACTIVITY] doing work instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  276. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  277. DEBU[2017:04:23 20:16:16 UTC] [ACTIVITY] completing instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> Task_1qhpmqw#3
  278. DEBU[2017:04:23 20:16:16 UTC] [TOKEN] from Task_1qhpmqw to EndEvent_0hc80n5
  279. DEBU[2017:04:23 20:16:16 UTC] [VARIABLES] Multiple variables in instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 process ({"endEventActivated":"yes"})
  280. DEBU[2017:04:23 20:16:16 UTC] [STEP] instances:bpmn:a3d06d13-7e3b-4db7-a2d3-e4434613f396 -> EndEvent_0hc80n5#4
  281. DEBU[2017:04:23 20:16:17 UTC] Waiting for database actions to be done
  282. DEBU[2017:04:23 20:16:17 UTC] Stopping database engine thread
  283. DEBU[2017:04:23 20:16:17 UTC] Stopped database engine thread
  284. DEBU[2017:04:23 20:16:18 UTC] Joined database engine thread
  285. DEBU[2017:04:23 20:16:18 UTC] Breaking HTTP engine loop
  286. Leaving test case "executor_usertask"; testing time: 2003855mks
  287. Entering test case "executor_servicetaskrest_get"
  288. DEBU[2017:04:23 20:16:18 UTC] Parsing config file
  289. WARN[2017:04:23 20:16:18 UTC] Database engine is disabled, do not connect to couchbase
  290. WARN[2017:04:23 20:16:18 UTC] Queue engine is not started, doing local evaluation instead
  291. DEBU[2017:04:23 20:16:18 UTC] JavaScript engine is initialized
  292. DEBU[2017:04:23 20:16:18 UTC] Starting database engine thread
  293. DEBU[2017:04:23 20:16:18 UTC] Waiting until database starts
  294. DEBU[2017:04:23 20:16:18 UTC] Starting database engine loop
  295. DEBU[2017:04:23 20:16:18 UTC] Database started
  296. DEBU[2017:04:23 20:16:18 UTC] Starting HTTP engine thread
  297. DEBU[2017:04:23 20:16:18 UTC] Waiting until HTTP engine starts
  298. DEBU[2017:04:23 20:16:18 UTC] HTTP engine started
  299. DEBU[2017:04:23 20:16:18 UTC] Starting Queue engine thread
  300. DEBU[2017:04:23 20:16:18 UTC] Waiting until Queue engine starts
  301. DEBU[2017:04:23 20:16:18 UTC] Queue engine started
  302. DEBU[2017:04:23 20:16:18 UTC] Starting Timer engine thread
  303. DEBU[2017:04:23 20:16:18 UTC] Waiting until Timer engine starts
  304. DEBU[2017:04:23 20:16:18 UTC] Timer engine started
  305. DEBU[2017:04:23 20:16:18 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  306. DEBU[2017:04:23 20:16:18 UTC] Parsing resource type=rest, ref=LOCAL:../res/test/rest-get.rest, version=latest
  307. DEBU[2017:04:23 20:16:18 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "ServiceTask_19ced8y"
  308. DEBU[2017:04:23 20:16:18 UTC] parsing "SequenceFlow_1lru1ty", source is "ServiceTask_19ced8y", target is "Task_1qhpmqw"
  309. DEBU[2017:04:23 20:16:18 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  310. DEBU[2017:04:23 20:16:18 UTC] [TOKEN] from to StartEvent_1
  311. DEBU[2017:04:23 20:16:18 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({"startEventActivated":"yes"})
  312. DEBU[2017:04:23 20:16:18 UTC] activated 1 element(s)
  313. DEBU[2017:04:23 20:16:18 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({})
  314. DEBU[2017:04:23 20:16:18 UTC] Starting Executor loop
  315. DEBU[2017:04:23 20:16:18 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> StartEvent_1#1
  316. DEBU[2017:04:23 20:16:18 UTC] [TOKEN] from StartEvent_1 to ServiceTask_19ced8y
  317. DEBU[2017:04:23 20:16:18 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({})
  318. DEBU[2017:04:23 20:16:18 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  319. DEBU[2017:04:23 20:16:18 UTC] [ACTIVITY] preparing instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  320. DEBU[2017:04:23 20:16:18 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  321. DEBU[2017:04:23 20:16:18 UTC] [ACTIVITY] activating instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  322. DEBU[2017:04:23 20:16:18 UTC] Doing http request: http://echo.jsontest.com/key/value/one/two?key=&one=
  323. DEBU[2017:04:23 20:16:19 UTC] Doing HTTP GET request, url: http://echo.jsontest.com/key/value/one/two?key=&one=, body:
  324. INFO[2017:04:23 20:16:20 UTC] Got HTTP reply, code 200 (39 bytes)
  325. DEBU[2017:04:23 20:16:20 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2 with data: {"key":"value","one":"two"} and handling: {"type":"global"}
  326. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({"key":"value","one":"two"})
  327. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  328. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] completing instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> ServiceTask_19ced8y#2
  329. DEBU[2017:04:23 20:16:20 UTC] [TOKEN] from ServiceTask_19ced8y to Task_1qhpmqw
  330. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({})
  331. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  332. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] preparing instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  333. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  334. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] activating instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  335. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  336. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] doing work instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  337. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  338. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] completing instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> Task_1qhpmqw#3
  339. DEBU[2017:04:23 20:16:20 UTC] [TOKEN] from Task_1qhpmqw to EndEvent_0hc80n5
  340. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 process ({"endEventActivated":"yes"})
  341. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:31032ec3-1478-4a5b-878b-fa5d4feedc72 -> EndEvent_0hc80n5#4
  342. test/executor_test.cpp(144): fatal error in "executor_servicetaskrest_get": critical check restInstance != nullptr failed
  343. DEBU[2017:04:23 20:16:20 UTC] Waiting for database actions to be done
  344. DEBU[2017:04:23 20:16:20 UTC] Stopping database engine thread
  345. DEBU[2017:04:23 20:16:20 UTC] Stopped database engine thread
  346. DEBU[2017:04:23 20:16:20 UTC] Joined database engine thread
  347. DEBU[2017:04:23 20:16:20 UTC] Breaking HTTP engine loop
  348. Leaving test case "executor_servicetaskrest_get"; testing time: 798772mks
  349. Entering test case "executor_servicetaskrest_post"
  350. DEBU[2017:04:23 20:16:20 UTC] Parsing config file
  351. WARN[2017:04:23 20:16:20 UTC] Database engine is disabled, do not connect to couchbase
  352. WARN[2017:04:23 20:16:20 UTC] Queue engine is not started, doing local evaluation instead
  353. DEBU[2017:04:23 20:16:20 UTC] JavaScript engine is initialized
  354. DEBU[2017:04:23 20:16:20 UTC] Starting database engine thread
  355. DEBU[2017:04:23 20:16:20 UTC] Waiting until database starts
  356. DEBU[2017:04:23 20:16:20 UTC] Starting database engine loop
  357. DEBU[2017:04:23 20:16:20 UTC] Database started
  358. DEBU[2017:04:23 20:16:20 UTC] Starting HTTP engine thread
  359. DEBU[2017:04:23 20:16:20 UTC] Waiting until HTTP engine starts
  360. DEBU[2017:04:23 20:16:20 UTC] HTTP engine started
  361. DEBU[2017:04:23 20:16:20 UTC] Starting Queue engine thread
  362. DEBU[2017:04:23 20:16:20 UTC] Waiting until Queue engine starts
  363. DEBU[2017:04:23 20:16:20 UTC] Queue engine started
  364. DEBU[2017:04:23 20:16:20 UTC] Starting Timer engine thread
  365. DEBU[2017:04:23 20:16:20 UTC] Waiting until Timer engine starts
  366. DEBU[2017:04:23 20:16:20 UTC] Timer engine started
  367. DEBU[2017:04:23 20:16:20 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  368. DEBU[2017:04:23 20:16:20 UTC] Parsing resource type=rest, ref=LOCAL:../res/test/rest-post.rest, version=latest
  369. DEBU[2017:04:23 20:16:20 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "ServiceTask_19ced8y"
  370. DEBU[2017:04:23 20:16:20 UTC] parsing "SequenceFlow_1lru1ty", source is "ServiceTask_19ced8y", target is "Task_1qhpmqw"
  371. DEBU[2017:04:23 20:16:20 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  372. DEBU[2017:04:23 20:16:20 UTC] [TOKEN] from to StartEvent_1
  373. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({"startEventActivated":"yes"})
  374. DEBU[2017:04:23 20:16:20 UTC] activated 1 element(s)
  375. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({})
  376. DEBU[2017:04:23 20:16:20 UTC] Starting Executor loop
  377. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> StartEvent_1#1
  378. DEBU[2017:04:23 20:16:20 UTC] [TOKEN] from StartEvent_1 to ServiceTask_19ced8y
  379. DEBU[2017:04:23 20:16:20 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({})
  380. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  381. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] preparing instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  382. DEBU[2017:04:23 20:16:20 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  383. DEBU[2017:04:23 20:16:20 UTC] [ACTIVITY] activating instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  384. DEBU[2017:04:23 20:16:20 UTC] Doing http request: http://jsonplaceholder.typicode.com/posts
  385. DEBU[2017:04:23 20:16:20 UTC] Doing HTTP POST request, url: http://jsonplaceholder.typicode.com/posts, body: body=bar&id=0&title=foo&userID=1
  386. INFO[2017:04:23 20:16:21 UTC] Got HTTP reply, code 201 (65 bytes)
  387. DEBU[2017:04:23 20:16:21 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2 with data: {"body":"bar","id":101,"title":"foo","userID":1} and handling: {"type":"global"}
  388. DEBU[2017:04:23 20:16:21 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({"body":"bar","id":101,"title":"foo","userID":1})
  389. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  390. DEBU[2017:04:23 20:16:21 UTC] [ACTIVITY] completing instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> ServiceTask_19ced8y#2
  391. DEBU[2017:04:23 20:16:21 UTC] [TOKEN] from ServiceTask_19ced8y to Task_1qhpmqw
  392. DEBU[2017:04:23 20:16:21 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({})
  393. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  394. DEBU[2017:04:23 20:16:21 UTC] [ACTIVITY] preparing instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  395. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  396. DEBU[2017:04:23 20:16:21 UTC] [ACTIVITY] activating instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  397. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  398. DEBU[2017:04:23 20:16:21 UTC] [ACTIVITY] doing work instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  399. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  400. DEBU[2017:04:23 20:16:21 UTC] [ACTIVITY] completing instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> Task_1qhpmqw#3
  401. DEBU[2017:04:23 20:16:21 UTC] [TOKEN] from Task_1qhpmqw to EndEvent_0hc80n5
  402. DEBU[2017:04:23 20:16:21 UTC] [VARIABLES] Multiple variables in instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 process ({"endEventActivated":"yes"})
  403. DEBU[2017:04:23 20:16:21 UTC] [STEP] instances:bpmn:7c3fad81-65b4-498e-8f38-cf1507354660 -> EndEvent_0hc80n5#4
  404. DEBU[2017:04:23 20:16:22 UTC] Waiting for database actions to be done
  405. DEBU[2017:04:23 20:16:22 UTC] Stopping database engine thread
  406. DEBU[2017:04:23 20:16:22 UTC] Stopped database engine thread
  407. DEBU[2017:04:23 20:16:22 UTC] Joined database engine thread
  408. DEBU[2017:04:23 20:16:22 UTC] Breaking HTTP engine loop
  409. Leaving test case "executor_servicetaskrest_post"; testing time: 1574590mks
  410. Entering test case "executor_servicetaskfunction"
  411. DEBU[2017:04:23 20:16:22 UTC] Parsing config file
  412. WARN[2017:04:23 20:16:22 UTC] Database engine is disabled, do not connect to couchbase
  413. WARN[2017:04:23 20:16:22 UTC] Queue engine is not started, doing local evaluation instead
  414. DEBU[2017:04:23 20:16:22 UTC] JavaScript engine is initialized
  415. DEBU[2017:04:23 20:16:22 UTC] Starting database engine thread
  416. DEBU[2017:04:23 20:16:22 UTC] Waiting until database starts
  417. DEBU[2017:04:23 20:16:22 UTC] Starting database engine loop
  418. DEBU[2017:04:23 20:16:22 UTC] Database started
  419. DEBU[2017:04:23 20:16:22 UTC] Starting HTTP engine thread
  420. DEBU[2017:04:23 20:16:22 UTC] Waiting until HTTP engine starts
  421. DEBU[2017:04:23 20:16:22 UTC] HTTP engine started
  422. DEBU[2017:04:23 20:16:22 UTC] Starting Queue engine thread
  423. DEBU[2017:04:23 20:16:22 UTC] Waiting until Queue engine starts
  424. DEBU[2017:04:23 20:16:22 UTC] Queue engine started
  425. DEBU[2017:04:23 20:16:22 UTC] Starting Timer engine thread
  426. DEBU[2017:04:23 20:16:22 UTC] Waiting until Timer engine starts
  427. DEBU[2017:04:23 20:16:22 UTC] Timer engine started
  428. DEBU[2017:04:23 20:16:22 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  429. DEBU[2017:04:23 20:16:22 UTC] Parsing resource type=function, ref=LOCAL:../res/test/hello.js, version=latest
  430. DEBU[2017:04:23 20:16:22 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "ServiceTask_19ced8y"
  431. DEBU[2017:04:23 20:16:22 UTC] parsing "SequenceFlow_1lru1ty", source is "ServiceTask_19ced8y", target is "Task_1qhpmqw"
  432. DEBU[2017:04:23 20:16:22 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  433. DEBU[2017:04:23 20:16:22 UTC] [TOKEN] from to StartEvent_1
  434. DEBU[2017:04:23 20:16:22 UTC] [VARIABLES] Multiple variables in instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b process ({"startEventActivated":"yes"})
  435. DEBU[2017:04:23 20:16:22 UTC] activated 1 element(s)
  436. DEBU[2017:04:23 20:16:22 UTC] [VARIABLES] Multiple variables in instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b process ({})
  437. DEBU[2017:04:23 20:16:22 UTC] Starting Executor loop
  438. DEBU[2017:04:23 20:16:22 UTC] [STEP] instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b -> StartEvent_1#1
  439. DEBU[2017:04:23 20:16:22 UTC] [TOKEN] from StartEvent_1 to ServiceTask_19ced8y
  440. DEBU[2017:04:23 20:16:22 UTC] [VARIABLES] Multiple variables in instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b process ({})
  441. DEBU[2017:04:23 20:16:22 UTC] [STEP] instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b -> ServiceTask_19ced8y#2
  442. DEBU[2017:04:23 20:16:22 UTC] [ACTIVITY] preparing instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b -> ServiceTask_19ced8y#2
  443. DEBU[2017:04:23 20:16:22 UTC] [STEP] instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b -> ServiceTask_19ced8y#2
  444. DEBU[2017:04:23 20:16:22 UTC] [ACTIVITY] activating instances:bpmn:012dd3a7-f528-48d8-a031-b1d2c1a4f90b -> ServiceTask_19ced8y#2
  445. DEBU[2017:04:23 20:16:22 UTC] Doing https request: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22endEventActivated%22%3A%22no%22%2C%22message%22%3A%22%22%2C%22startEventActivated%22%3A%22yes%22%2C%22who%22%3A%22John%22%7D
  446. DEBU[2017:04:23 20:16:23 UTC] Doing HTTP POST request, url: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22endEventActivated%22%3A%22no%22%2C%22message%22%3A%22%22%2C%22startEventActivated%22%3A%22yes%22%2C%22who%22%3A%22John%22%7D, body:
  447. return function(ctx, cb) {
  448. cb(null, {message: "Hello " + JSON.parse(ctx.variable).who});
  449. }
  450.  
  451. test/executor_test.cpp(225): error in "executor_servicetaskfunction": check checkMarker("endEventActivated", processInstance) failed
  452. test/executor_test.cpp(226): error in "executor_servicetaskfunction": check checkMarker("message", processInstance, "Hello John") failed
  453. test/executor_test.cpp(229): fatal error in "executor_servicetaskfunction": critical check functionInstance != nullptr failed
  454. DEBU[2017:04:23 20:16:24 UTC] Waiting for database actions to be done
  455. DEBU[2017:04:23 20:16:24 UTC] Stopping database engine thread
  456. DEBU[2017:04:23 20:16:24 UTC] Stopped database engine thread
  457. DEBU[2017:04:23 20:16:24 UTC] Joined database engine thread
  458. DEBU[2017:04:23 20:16:24 UTC] Breaking HTTP engine loop
  459. *** Error in `../tests_boost': free(): invalid pointer: 0x00000000010b43f0 ***
  460. ======= Backtrace: =========
  461. /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f7f50b177e5]
  462. /lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7f7f50b1fe0a]
  463. /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f7f50b2398c]
  464. /lib/x86_64-linux-gnu/libc.so.6(realloc+0x2a5)[0x7f7f50b23db5]
  465. /usr/local/lib/libevent.so.2.2.0(+0x2f353)[0x7f7f4fb02353]
  466. /usr/local/lib/libevent.so.2.2.0(event_base_loop+0x22e)[0x7f7f4faf65fe]
  467. ../libbpmn.so(_ZN8nextflow4bpmn10HTTPEngine4_runEv+0x41)[0x7f7f51e0a773]
  468. ../libbpmn.so(+0x59cf41)[0x7f7f51e02f41]
  469. ../libbpmn.so(+0x59e3fa)[0x7f7f51e043fa]
  470. ../libbpmn.so(+0x59e350)[0x7f7f51e04350]
  471. ../libbpmn.so(+0x59e2e0)[0x7f7f51e042e0]
  472. /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xbb930)[0x7f7f51358930]
  473. /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7f7f50e706ba]
  474. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f7f50ba682d]
  475. ======= Memory map: ========
  476. 00400000-00559000 r-xp 00000000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  477. 00759000-0075b000 r--p 00159000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  478. 0075b000-0075c000 rw-p 0015b000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  479. 0075c000-0075d000 rw-p 00000000 00:00 0
  480. 00fcd000-010cc000 rw-p 00000000 00:00 0 [heap]
  481. 3689900000-3689a00000 rw-p 00000000 00:00 0
  482. 787f6600000-787f6614000 rw-p 00000000 00:00 0
  483. fca7ffa1000-fca7ffc0000 ---p 00000000 00:00 0
  484. fca7ffc0000-fca7ffe0000 rw-p 00000000 00:00 0
  485. fca7ffe0000-fca7ffe1000 ---p 00000000 00:00 0
  486. 121867c00000-121867ced000 rw-p 00000000 00:00 0
  487. 1ddfd6b00000-1ddfd6c00000 rw-p 00000000 00:00 0
  488. 3007bafca000-3007bb000000 ---p 00000000 00:00 0
  489. 3007bb000000-3007bb005000 rw-p 00000000 00:00 0
  490. 3007bb005000-3007bb006000 ---p 00000000 00:00 0
  491. 3007bb006000-3007bb007000 rwxp 00000000 00:00 0
  492. 3007bb007000-3007bb100000 ---p 00000000 00:00 0
  493. 3007bb100000-3007bb105000 rw-p 00000000 00:00 0
  494. 3007bb105000-3007bb106000 ---p 00000000 00:00 0
  495. 3007bb106000-3007bb107000 rwxp 00000000 00:00 0
  496. 3007bb107000-3007bb200000 ---p 00000000 00:00 0
  497. 3007bb200000-3007bb205000 rw-p 00000000 00:00 0
  498. 3007bb205000-3007bb206000 ---p 00000000 00:00 0
  499. 3007bb206000-3007bb207000 rwxp 00000000 00:00 0
  500. 3007bb207000-3007bb300000 ---p 00000000 00:00 0
  501. 3007bb300000-3007bb305000 rw-p 00000000 00:00 0
  502. 3007bb305000-3007bb306000 ---p 00000000 00:00 0
  503. 3007bb306000-3007bb36e000 rwxp 00000000 00:00 0
  504. 3007bb36e000-3007dafca000 ---p 00000000 00:00 0
  505. 3ae3008a6000-3ae3008e6000 rw-p 00000000 00:00 0
  506. 3ae3008e6000-3ae300ca6000 ---p 00000000 00:00 0
  507. 3b4439e00000-3b4439f00000 rw-p 00000000 00:00 0
  508. 7f7f38000000-7f7f38021000 rw-p 00000000 00:00 0
  509. 7f7f38021000-7f7f3c000000 ---p 00000000 00:00 0
  510. 7f7f3c000000-7f7f3c021000 rw-p 00000000 00:00 0
  511. 7f7f3c021000-7f7f40000000 ---p 00000000 00:00 0
  512. 7f7f40000000-7f7f40021000 rw-p 00000000 00:00 0
  513. 7f7f40021000-7f7f44000000 ---p 00000000 00:00 0
  514. 7f7f44a02000-7f7f44a19000 r-xp 00000000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  515. 7f7f44a19000-7f7f44c19000 ---p 00017000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  516. 7f7f44c19000-7f7f44c1a000 r--p 00017000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  517. 7f7f44c1a000-7f7f44c1b000 rw-p 00018000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  518. 7f7f44c1b000-7f7f44c1d000 rw-p 00000000 00:00 0
  519. 7f7f44c1d000-7f7f44c22000 r-xp 00000000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  520. 7f7f44c22000-7f7f44e22000 ---p 00005000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  521. 7f7f44e22000-7f7f44e23000 r--p 00005000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  522. 7f7f44e23000-7f7f44e24000 rw-p 00006000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  523. 7f7f44e24000-7f7f44e26000 r-xp 00000000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  524. 7f7f44e26000-7f7f45025000 ---p 00002000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  525. 7f7f45025000-7f7f45026000 r--p 00001000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  526. 7f7f45026000-7f7f45027000 rw-p 00002000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  527. 7f7f45027000-7f7f45032000 r-xp 00000000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  528. 7f7f45032000-7f7f45231000 ---p 0000b000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  529. 7f7f45231000-7f7f45232000 r--p 0000a000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  530. 7f7f45232000-7f7f45233000 rw-p 0000b000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  531. 7f7f45233000-7f7f45239000 rw-p 00000000 00:00 0
  532. 7f7f45239000-7f7f4523a000 ---p 00000000 00:00 0
  533. 7f7f4523a000-7f7f45a3a000 rw-p 00000000 00:00 0
  534. 7f7f45a3a000-7f7f45a3b000 ---p 00000000 00:00 0
  535. 7f7f45a3b000-7f7f4623b000 rw-p 00000000 00:00 0
  536. 7f7f4623b000-7f7f4623c000 ---p 00000000 00:00 0
  537. 7f7f4623c000-7f7f46a3c000 rw-p 00000000 00:00 0
  538. 7f7f46a3c000-7f7f46a3d000 ---p 00000000 00:00 0
  539. 7f7f46a3d000-7f7f4723d000 rw-p 00000000 00:00 0
  540. 7f7f4723d000-7f7f4723e000 ---p 00000000 00:00 0
  541. 7f7f4723e000-7f7f47a3e000 rw-p 00000000 00:00 0
  542. 7f7f47a3e000-7f7f47a3f000 ---p 00000000 00:00 0
  543. 7f7f47a3f000-7f7f4823f000 rw-p 00000000 00:00 0
  544. 7f7f4823f000-7f7f48240000 ---p 00000000 00:00 0
  545. 7f7f48240000-7f7f48a40000 rw-p 00000000 00:00 0
  546. 7f7f48a40000-7f7f48a41000 ---p 00000000 00:00 0
  547. 7f7f48a41000-7f7f49241000 rw-p 00000000 00:00 0
  548. 7f7f49241000-7f7f49242000 ---p 00000000 00:00 0
  549. 7f7f49242000-7f7f49a42000 rw-p 00000000 00:00 0
  550. 7f7f49a42000-7f7f49a43000 ---p 00000000 00:00 0
  551. 7f7f49a43000-7f7f4a243000 rw-p 00000000 00:00 0
  552. 7f7f4a243000-7f7f4a244000 ---p 00000000 00:00 0
  553. 7f7f4a244000-7f7f4aa44000 rw-p 00000000 00:00 0
  554. 7f7f4aa44000-7f7f4aa45000 ---p 00000000 00:00 0
  555. 7f7f4aa45000-7f7f4b245000 rw-p 00000000 00:00 0
  556. 7f7f4b245000-7f7f4cafb000 r-xp 00000000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  557. 7f7f4cafb000-7f7f4ccfa000 ---p 018b6000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  558. 7f7f4ccfa000-7f7f4ccfb000 r--p 018b5000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  559. 7f7f4ccfb000-7f7f4ccfc000 rw-p 018b6000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  560. 7f7f4ccfc000-7f7f4cd15000 r-xp 00000000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  561. 7f7f4cd15000-7f7f4cf14000 ---p 00019000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  562. 7f7f4cf14000-7f7f4cf15000 r--p 00018000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  563. 7f7f4cf15000-7f7f4cf16000 rw-p 00019000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  564. 7f7f4cf16000-7f7f4d130000 r-xp 00000000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  565. 7f7f4d130000-7f7f4d32f000 ---p 0021a000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  566. 7f7f4d32f000-7f7f4d34b000 r--p 00219000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  567. 7f7f4d34b000-7f7f4d357000 rw-p 00235000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  568. 7f7f4d357000-7f7f4d35a000 rw-p 00000000 00:00 0
  569. 7f7f4d35a000-7f7f4d3b8000 r-xp 00000000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  570. 7f7f4d3b8000-7f7f4d5b8000 ---p 0005e000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  571. 7f7f4d5b8000-7f7f4d5bc000 r--p 0005e000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  572. 7f7f4d5bc000-7f7f4d5c3000 rw-p 00062000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  573. 7f7f4d5c3000-7f7f4d5f8000 r-xp 00000000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  574. 7f7f4d5f8000-7f7f4d7f8000 ---p 00035000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  575. 7f7f4d7f8000-7f7f4d7f9000 r--p 00035000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  576. 7f7f4d7f9000-7f7f4d7fa000 rw-p 00036000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  577. 7f7f4d7fa000-7f7f4d801000 r-xp 00000000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  578. 7f7f4d801000-7f7f4da00000 ---p 00007000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  579. 7f7f4da00000-7f7f4da01000 r--p 00006000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  580. 7f7f4da01000-7f7f4da02000 rw-p 00007000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  581. 7f7f4da02000-7f7f4da05000 r-xp 00000000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  582. 7f7f4da05000-7f7f4dc04000 ---p 00003000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  583. 7f7f4dc04000-7f7f4dc05000 r--p 00002000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  584. 7f7f4dc05000-7f7f4dc06000 rw-p 00003000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  585. 7f7f4dc06000-7f7f4dd85000 r-xp 00000000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  586. 7f7f4dd85000-7f7f4df85000 ---p 0017f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  587. 7f7f4df85000-7f7f4df95000 r--p 0017f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  588. 7f7f4df95000-7f7f4df96000 rw-p 0018f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  589. 7f7f4df96000-7f7f4df9a000 rw-p 00000000 00:00 0
  590. 7f7f4df9a000-7f7f4e1ec000 r-xp 00000000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  591. 7f7f4e1ec000-7f7f4e3ec000 ---p 00252000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  592. 7f7f4e3ec000-7f7f4e3fb000 r--p 00252000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  593. 7f7f4e3fb000-7f7f4e3fc000 rw-p 00261000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  594. 7f7f4e3fc000-7f7f4e504000 r-xp 00000000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  595. 7f7f4e504000-7f7f4e703000 ---p 00108000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  596. 7f7f4e703000-7f7f4e704000 r--p 00107000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  597. 7f7f4e704000-7f7f4e705000 rw-p 00108000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  598. 7f7f4e705000-7f7f4e7b8000 r-xp 00000000 08:01 3560439 /usr/local/lib/libdmn.so
  599. 7f7f4e7b8000-7f7f4e9b8000 ---p 000b3000 08:01 3560439 /usr/local/lib/libdmn.so
  600. 7f7f4e9b8000-7f7f4e9bb000 r--p 000b3000 08:01 3560439 /usr/local/lib/libdmn.so
  601. 7f7f4e9bb000-7f7f4e9bd000 rw-p 000b6000 08:01 3560439 /usr/local/lib/libdmn.so
  602. 7f7f4e9bd000-7f7f4e9c1000 rw-p 00000000 00:00 0
  603. 7f7f4e9c1000-7f7f4e9c9000 r-xp 00000000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  604. 7f7f4e9c9000-7f7f4ebc8000 ---p 00008000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  605. 7f7f4ebc8000-7f7f4ebc9000 r--p 00007000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  606. 7f7f4ebc9000-7f7f4ebca000 rw-p 00008000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  607. 7f7f4ebca000-7f7f4ec31000 r-xp 00000000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  608. 7f7f4ec31000-7f7f4ee30000 ---p 00067000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  609. 7f7f4ee30000-7f7f4ee32000 r--p 00066000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  610. 7f7f4ee32000-7f7f4ee33000 rw-p 00068000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  611. 7f7f4ee33000-7f7f4ef3b000 r-xp 00000000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  612. 7f7f4ef3b000-7f7f4f13b000 ---p 00108000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  613. 7f7f4f13b000-7f7f4f13c000 r--p 00108000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  614. 7f7f4f13c000-7f7f4f148000 rw-p 00109000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  615. 7f7f4f148000-7f7f4f16d000 r-xp 00000000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  616. 7f7f4f16d000-7f7f4f36c000 ---p 00025000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  617. 7f7f4f36c000-7f7f4f36d000 r--p 00024000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  618. 7f7f4f36d000-7f7f4f36e000 rw-p 00025000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  619. 7f7f4f36e000-7f7f4f4bd000 r-xp 00000000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  620. 7f7f4f4bd000-7f7f4f6bc000 ---p 0014f000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  621. 7f7f4f6bc000-7f7f4f6c2000 r--p 0014e000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  622. 7f7f4f6c2000-7f7f4f6c9000 rw-p 00154000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  623. 7f7f4f6c9000-7f7f4f6cf000 r-xp 00000000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  624. 7f7f4f6cf000-7f7f4f8ce000 ---p 00006000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  625. 7f7f4f8ce000-7f7f4f8cf000 r--p 00005000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  626. 7f7f4f8cf000-7f7f4f8d0000 rw-p 00006000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  627. 7f7f4f8d0000-7f7f4f8d2000 r-xp 00000000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  628. 7f7f4f8d2000-7f7f4fad1000 ---p 00002000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  629. 7f7f4fad1000-7f7f4fad2000 r--p 00001000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  630. 7f7f4fad2000-7f7f4fad3000 rw-p 00002000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  631. 7f7f4fad3000-7f7f4fb28000 r-xp 00000000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  632. 7f7f4fb28000-7f7f4fd27000 ---p 00055000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  633. 7f7f4fd27000-7f7f4fd28000 r--p 00054000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  634. 7f7f4fd28000-7f7f4fd29000 rw-p 00055000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  635. 7f7f4fd29000-7f7f4fd2a000 rw-p 00000000 00:00 0
  636. 7f7f4fd2a000-7f7f50a42000 r-xp 00000000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  637. 7f7f50a42000-7f7f50a8c000 r--p 00d17000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  638. 7f7f50a8c000-7f7f50a92000 rw-p 00d61000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  639. 7f7f50a92000-7f7f50aa0000 rw-p 00000000 00:00 0
  640. 7f7f50aa0000-7f7f50c5f000 r-xp 00000000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  641. 7f7f50c5f000-7f7f50e5f000 ---p 001bf000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  642. 7f7f50e5f000-7f7f50e63000 r--p 001bf000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  643. 7f7f50e63000-7f7f50e65000 rw-p 001c3000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  644. 7f7f50e65000-7f7f50e69000 rw-p 00000000 00:00 0
  645. 7f7f50e69000-7f7f50e81000 r-xp 00000000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  646. 7f7f50e81000-7f7f51080000 ---p 00018000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  647. 7f7f51080000-7f7f51081000 r--p 00017000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  648. 7f7f51081000-7f7f51082000 rw-p 00018000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  649. 7f7f51082000-7f7f51086000 rw-p 00000000 00:00 0
  650. 7f7f51086000-7f7f5109c000 r-xp 00000000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  651. 7f7f5109c000-7f7f5129b000 ---p 00016000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  652. 7f7f5129b000-7f7f5129c000 r--p 00015000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  653. 7f7f5129c000-7f7f5129d000 rw-p 00016000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  654. 7f7f5129d000-7f7f51415000 r-xp 00000000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  655. 7f7f51415000-7f7f51615000 ---p 00178000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  656. 7f7f51615000-7f7f5161f000 r--p 00178000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  657. 7f7f5161f000-7f7f51621000 rw-p 00182000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  658. 7f7f51621000-7f7f51625000 rw-p 00000000 00:00 0
  659. 7f7f51625000-7f7f51663000 r-xp 00000000 08:01 3557987 /usr/local/lib/liblog.so
  660. 7f7f51663000-7f7f51863000 ---p 0003e000 08:01 3557987 /usr/local/lib/liblog.so
  661. 7f7f51863000-7f7f51864000 r--p 0003e000 08:01 3557987 /usr/local/lib/liblog.so
  662. 7f7f51864000-7f7f51866000 rw-p 0003f000 08:01 3557987 /usr/local/lib/liblog.so
  663. 7f7f51866000-7f7f520a6000 r-xp 00000000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  664. 7f7f520a6000-7f7f522a5000 ---p 00840000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  665. 7f7f522a5000-7f7f522b0000 r--p 0083f000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  666. 7f7f522b0000-7f7f522d4000 rw-p 0084a000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  667. 7f7f522d4000-7f7f52379000 r-xp 00000000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  668. 7f7f52379000-7f7f52579000 ---p 000a5000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  669. 7f7f52579000-7f7f5257d000 r--p 000a5000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  670. 7f7f5257d000-7f7f5257e000 rw-p 000a9000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  671. 7f7f5257e000-7f7f5257f000 rw-p 00000000 00:00 0
  672. 7f7f5257f000-7f7f525a5000 r-xp 00000000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  673. 7f7f5275d000-7f7f52773000 rw-p 00000000 00:00 0
  674. 7f7f527a1000-7f7f527a4000 rw-p 00000000 00:00 0
  675. 7f7f527a4000-7f7f527a5000 r--p 00025000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  676. 7f7f527a5000-7f7f527a6000 rw-p 00026000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  677. 7f7f527a6000-7f7f527a7000 rw-p 00000000 00:00 0
  678. 7ffe5ace4000-7ffe5ad06000 rw-p 00000000 00:00 0 [stack]
  679. 7ffe5add2000-7ffe5add4000 r--p 00000000 00:00 0 [vvar]
  680. 7ffe5add4000-7ffe5add6000 r-xp 00000000 00:00 0 [vdso]
  681. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  682. unknown location(0): fatal error in "executor_servicetaskfunction": signal: SIGABRT (application abort requested)
  683. test/executor_test.cpp(229): last checkpoint
  684. Leaving test case "executor_servicetaskfunction"; testing time: 700795mks
  685. Entering test case "executor_businessruletaskfunction"
  686. DEBU[2017:04:23 20:16:28 UTC] Parsing config file
  687. WARN[2017:04:23 20:16:28 UTC] Database engine is disabled, do not connect to couchbase
  688. WARN[2017:04:23 20:16:28 UTC] Queue engine is not started, doing local evaluation instead
  689. DEBU[2017:04:23 20:16:28 UTC] JavaScript engine is initialized
  690. DEBU[2017:04:23 20:16:28 UTC] Starting database engine thread
  691. DEBU[2017:04:23 20:16:28 UTC] Waiting until database starts
  692. DEBU[2017:04:23 20:16:28 UTC] Starting database engine loop
  693. DEBU[2017:04:23 20:16:28 UTC] Database started
  694. DEBU[2017:04:23 20:16:28 UTC] Starting HTTP engine thread
  695. DEBU[2017:04:23 20:16:28 UTC] Waiting until HTTP engine starts
  696. DEBU[2017:04:23 20:16:28 UTC] HTTP engine started
  697. DEBU[2017:04:23 20:16:28 UTC] Starting Queue engine thread
  698. DEBU[2017:04:23 20:16:28 UTC] Waiting until Queue engine starts
  699. DEBU[2017:04:23 20:16:28 UTC] Queue engine started
  700. DEBU[2017:04:23 20:16:28 UTC] Starting Timer engine thread
  701. DEBU[2017:04:23 20:16:28 UTC] Waiting until Timer engine starts
  702. DEBU[2017:04:23 20:16:28 UTC] Timer engine started
  703. DEBU[2017:04:23 20:16:28 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  704. DEBU[2017:04:23 20:16:28 UTC] Parsing resource type=function, ref=LOCAL:../res/test/hello.js, version=latest
  705. DEBU[2017:04:23 20:16:28 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "BusinessRuleTask_19ced8y"
  706. DEBU[2017:04:23 20:16:28 UTC] parsing "SequenceFlow_1lru1ty", source is "BusinessRuleTask_19ced8y", target is "Task_1qhpmqw"
  707. DEBU[2017:04:23 20:16:28 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  708. DEBU[2017:04:23 20:16:28 UTC] [TOKEN] from to StartEvent_1
  709. DEBU[2017:04:23 20:16:28 UTC] [VARIABLES] Multiple variables in instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c process ({"startEventActivated":"yes"})
  710. DEBU[2017:04:23 20:16:28 UTC] activated 1 element(s)
  711. DEBU[2017:04:23 20:16:28 UTC] [VARIABLES] Multiple variables in instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c process ({})
  712. DEBU[2017:04:23 20:16:28 UTC] Starting Executor loop
  713. DEBU[2017:04:23 20:16:28 UTC] [STEP] instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c -> StartEvent_1#1
  714. DEBU[2017:04:23 20:16:28 UTC] [TOKEN] from StartEvent_1 to BusinessRuleTask_19ced8y
  715. DEBU[2017:04:23 20:16:28 UTC] [VARIABLES] Multiple variables in instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c process ({})
  716. DEBU[2017:04:23 20:16:28 UTC] [STEP] instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c -> BusinessRuleTask_19ced8y#2
  717. DEBU[2017:04:23 20:16:28 UTC] [ACTIVITY] preparing instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c -> BusinessRuleTask_19ced8y#2
  718. DEBU[2017:04:23 20:16:28 UTC] [STEP] instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c -> BusinessRuleTask_19ced8y#2
  719. DEBU[2017:04:23 20:16:28 UTC] [ACTIVITY] activating instances:bpmn:8f8f1930-cee7-453c-b3d3-d513edf0240c -> BusinessRuleTask_19ced8y#2
  720. DEBU[2017:04:23 20:16:28 UTC] Doing https request: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22endEventActivated%22%3A%22no%22%2C%22message%22%3A%22%22%2C%22startEventActivated%22%3A%22yes%22%2C%22who%22%3A%22John%22%7D
  721. DEBU[2017:04:23 20:16:29 UTC] Doing HTTP POST request, url: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22endEventActivated%22%3A%22no%22%2C%22message%22%3A%22%22%2C%22startEventActivated%22%3A%22yes%22%2C%22who%22%3A%22John%22%7D, body:
  722. return function(ctx, cb) {
  723. cb(null, {message: "Hello " + JSON.parse(ctx.variable).who});
  724. }
  725.  
  726. DEBU[2017:04:23 20:16:29 UTC] SSL: certificate match for 'webtask.dev.nextflow.tech'
  727. test/executor_test.cpp(267): error in "executor_businessruletaskfunction": check checkMarker("endEventActivated", processInstance) failed
  728. test/executor_test.cpp(268): error in "executor_businessruletaskfunction": check checkMarker("message", processInstance, "Hello John") failed
  729. DEBU[2017:04:23 20:16:30 UTC] Waiting for database actions to be done
  730. DEBU[2017:04:23 20:16:30 UTC] Stopping database engine thread
  731. DEBU[2017:04:23 20:16:30 UTC] Stopped database engine thread
  732. DEBU[2017:04:23 20:16:31 UTC] Joined database engine thread
  733. DEBU[2017:04:23 20:16:31 UTC] Breaking HTTP engine loop
  734. *** Error in `../tests_boost': free(): invalid pointer: 0x00007f7f40000f70 ***
  735. ======= Backtrace: =========
  736. /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f7f50b177e5]
  737. /lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7f7f50b1fe0a]
  738. /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f7f50b2398c]
  739. /lib/x86_64-linux-gnu/libc.so.6(realloc+0x2a5)[0x7f7f50b23db5]
  740. /usr/local/lib/libevent.so.2.2.0(+0x2f353)[0x7f7f4fb02353]
  741. /usr/local/lib/libevent.so.2.2.0(event_base_loop+0x22e)[0x7f7f4faf65fe]
  742. ../libbpmn.so(_ZN8nextflow4bpmn10HTTPEngine4_runEv+0x41)[0x7f7f51e0a773]
  743. ../libbpmn.so(+0x59cf41)[0x7f7f51e02f41]
  744. ../libbpmn.so(+0x59e3fa)[0x7f7f51e043fa]
  745. ../libbpmn.so(+0x59e350)[0x7f7f51e04350]
  746. ../libbpmn.so(+0x59e2e0)[0x7f7f51e042e0]
  747. /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xbb930)[0x7f7f51358930]
  748. /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7f7f50e706ba]
  749. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f7f50ba682d]
  750. ======= Memory map: ========
  751. 00400000-00559000 r-xp 00000000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  752. 00759000-0075b000 r--p 00159000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  753. 0075b000-0075c000 rw-p 0015b000 08:11 167464 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/tests_boost
  754. 0075c000-0075d000 rw-p 00000000 00:00 0
  755. 00fcd000-010cc000 rw-p 00000000 00:00 0 [heap]
  756. 3689900000-3689a00000 rw-p 00000000 00:00 0
  757. 787f6600000-787f6614000 rw-p 00000000 00:00 0
  758. fca7ffa1000-fca7ffc0000 ---p 00000000 00:00 0
  759. fca7ffc0000-fca7ffe0000 rw-p 00000000 00:00 0
  760. fca7ffe0000-fca7ffe1000 ---p 00000000 00:00 0
  761. 121867c00000-121867ced000 rw-p 00000000 00:00 0
  762. 1ddfd6b00000-1ddfd6c00000 rw-p 00000000 00:00 0
  763. 3007bafca000-3007bb000000 ---p 00000000 00:00 0
  764. 3007bb000000-3007bb005000 rw-p 00000000 00:00 0
  765. 3007bb005000-3007bb006000 ---p 00000000 00:00 0
  766. 3007bb006000-3007bb007000 rwxp 00000000 00:00 0
  767. 3007bb007000-3007bb100000 ---p 00000000 00:00 0
  768. 3007bb100000-3007bb105000 rw-p 00000000 00:00 0
  769. 3007bb105000-3007bb106000 ---p 00000000 00:00 0
  770. 3007bb106000-3007bb107000 rwxp 00000000 00:00 0
  771. 3007bb107000-3007bb200000 ---p 00000000 00:00 0
  772. 3007bb200000-3007bb205000 rw-p 00000000 00:00 0
  773. 3007bb205000-3007bb206000 ---p 00000000 00:00 0
  774. 3007bb206000-3007bb207000 rwxp 00000000 00:00 0
  775. 3007bb207000-3007bb300000 ---p 00000000 00:00 0
  776. 3007bb300000-3007bb305000 rw-p 00000000 00:00 0
  777. 3007bb305000-3007bb306000 ---p 00000000 00:00 0
  778. 3007bb306000-3007bb36e000 rwxp 00000000 00:00 0
  779. 3007bb36e000-3007dafca000 ---p 00000000 00:00 0
  780. 3ae3008a6000-3ae3008e6000 rw-p 00000000 00:00 0
  781. 3ae3008e6000-3ae300ca6000 ---p 00000000 00:00 0
  782. 3b4439e00000-3b4439f00000 rw-p 00000000 00:00 0
  783. 7f7f30000000-7f7f30021000 rw-p 00000000 00:00 0
  784. 7f7f30021000-7f7f34000000 ---p 00000000 00:00 0
  785. 7f7f38000000-7f7f38021000 rw-p 00000000 00:00 0
  786. 7f7f38021000-7f7f3c000000 ---p 00000000 00:00 0
  787. 7f7f3c000000-7f7f3c021000 rw-p 00000000 00:00 0
  788. 7f7f3c021000-7f7f40000000 ---p 00000000 00:00 0
  789. 7f7f40000000-7f7f40032000 rw-p 00000000 00:00 0
  790. 7f7f40032000-7f7f44000000 ---p 00000000 00:00 0
  791. 7f7f44201000-7f7f44202000 ---p 00000000 00:00 0
  792. 7f7f44202000-7f7f44a02000 rw-p 00000000 00:00 0
  793. 7f7f44a02000-7f7f44a19000 r-xp 00000000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  794. 7f7f44a19000-7f7f44c19000 ---p 00017000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  795. 7f7f44c19000-7f7f44c1a000 r--p 00017000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  796. 7f7f44c1a000-7f7f44c1b000 rw-p 00018000 08:01 413364 /lib/x86_64-linux-gnu/libresolv-2.23.so
  797. 7f7f44c1b000-7f7f44c1d000 rw-p 00000000 00:00 0
  798. 7f7f44c1d000-7f7f44c22000 r-xp 00000000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  799. 7f7f44c22000-7f7f44e22000 ---p 00005000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  800. 7f7f44e22000-7f7f44e23000 r--p 00005000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  801. 7f7f44e23000-7f7f44e24000 rw-p 00006000 08:01 413367 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
  802. 7f7f44e24000-7f7f44e26000 r-xp 00000000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  803. 7f7f44e26000-7f7f45025000 ---p 00002000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  804. 7f7f45025000-7f7f45026000 r--p 00001000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  805. 7f7f45026000-7f7f45027000 rw-p 00002000 08:01 397644 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
  806. 7f7f45027000-7f7f45032000 r-xp 00000000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  807. 7f7f45032000-7f7f45231000 ---p 0000b000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  808. 7f7f45231000-7f7f45232000 r--p 0000a000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  809. 7f7f45232000-7f7f45233000 rw-p 0000b000 08:01 413355 /lib/x86_64-linux-gnu/libnss_files-2.23.so
  810. 7f7f45233000-7f7f45239000 rw-p 00000000 00:00 0
  811. 7f7f45239000-7f7f4523a000 ---p 00000000 00:00 0
  812. 7f7f4523a000-7f7f45a3a000 rw-p 00000000 00:00 0
  813. 7f7f45a3a000-7f7f45a3b000 ---p 00000000 00:00 0
  814. 7f7f45a3b000-7f7f4623b000 rw-p 00000000 00:00 0
  815. 7f7f4623b000-7f7f4623c000 ---p 00000000 00:00 0
  816. 7f7f4623c000-7f7f46a3c000 rw-p 00000000 00:00 0
  817. 7f7f46a3c000-7f7f46a3d000 ---p 00000000 00:00 0
  818. 7f7f46a3d000-7f7f4723d000 rw-p 00000000 00:00 0
  819. 7f7f4723d000-7f7f4723e000 ---p 00000000 00:00 0
  820. 7f7f4723e000-7f7f47a3e000 rw-p 00000000 00:00 0
  821. 7f7f47a3e000-7f7f47a3f000 ---p 00000000 00:00 0
  822. 7f7f47a3f000-7f7f4823f000 rw-p 00000000 00:00 0
  823. 7f7f4823f000-7f7f48240000 ---p 00000000 00:00 0
  824. 7f7f48240000-7f7f48a40000 rw-p 00000000 00:00 0
  825. 7f7f48a40000-7f7f48a41000 ---p 00000000 00:00 0
  826. 7f7f48a41000-7f7f49241000 rw-p 00000000 00:00 0
  827. 7f7f49241000-7f7f49242000 ---p 00000000 00:00 0
  828. 7f7f49242000-7f7f49a42000 rw-p 00000000 00:00 0
  829. 7f7f49a42000-7f7f49a43000 ---p 00000000 00:00 0
  830. 7f7f49a43000-7f7f4a243000 rw-p 00000000 00:00 0
  831. 7f7f4a243000-7f7f4a244000 ---p 00000000 00:00 0
  832. 7f7f4a244000-7f7f4aa44000 rw-p 00000000 00:00 0
  833. 7f7f4aa44000-7f7f4aa45000 ---p 00000000 00:00 0
  834. 7f7f4aa45000-7f7f4b245000 rw-p 00000000 00:00 0
  835. 7f7f4b245000-7f7f4cafb000 r-xp 00000000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  836. 7f7f4cafb000-7f7f4ccfa000 ---p 018b6000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  837. 7f7f4ccfa000-7f7f4ccfb000 r--p 018b5000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  838. 7f7f4ccfb000-7f7f4ccfc000 rw-p 018b6000 08:01 3554655 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  839. 7f7f4ccfc000-7f7f4cd15000 r-xp 00000000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  840. 7f7f4cd15000-7f7f4cf14000 ---p 00019000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  841. 7f7f4cf14000-7f7f4cf15000 r--p 00018000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  842. 7f7f4cf15000-7f7f4cf16000 rw-p 00019000 08:01 397730 /lib/x86_64-linux-gnu/libz.so.1.2.8
  843. 7f7f4cf16000-7f7f4d130000 r-xp 00000000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  844. 7f7f4d130000-7f7f4d32f000 ---p 0021a000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  845. 7f7f4d32f000-7f7f4d34b000 r--p 00219000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  846. 7f7f4d34b000-7f7f4d357000 rw-p 00235000 08:01 397652 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  847. 7f7f4d357000-7f7f4d35a000 rw-p 00000000 00:00 0
  848. 7f7f4d35a000-7f7f4d3b8000 r-xp 00000000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  849. 7f7f4d3b8000-7f7f4d5b8000 ---p 0005e000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  850. 7f7f4d5b8000-7f7f4d5bc000 r--p 0005e000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  851. 7f7f4d5bc000-7f7f4d5c3000 rw-p 00062000 08:01 417656 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  852. 7f7f4d5c3000-7f7f4d5f8000 r-xp 00000000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  853. 7f7f4d5f8000-7f7f4d7f8000 ---p 00035000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  854. 7f7f4d7f8000-7f7f4d7f9000 r--p 00035000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  855. 7f7f4d7f9000-7f7f4d7fa000 rw-p 00036000 08:01 3537217 /usr/local/lib/libevent_core.so.2.2.0.removed
  856. 7f7f4d7fa000-7f7f4d801000 r-xp 00000000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  857. 7f7f4d801000-7f7f4da00000 ---p 00007000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  858. 7f7f4da00000-7f7f4da01000 r--p 00006000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  859. 7f7f4da01000-7f7f4da02000 rw-p 00007000 08:01 413358 /lib/x86_64-linux-gnu/librt-2.23.so
  860. 7f7f4da02000-7f7f4da05000 r-xp 00000000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  861. 7f7f4da05000-7f7f4dc04000 ---p 00003000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  862. 7f7f4dc04000-7f7f4dc05000 r--p 00002000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  863. 7f7f4dc05000-7f7f4dc06000 rw-p 00003000 08:01 404679 /lib/x86_64-linux-gnu/libdl-2.23.so
  864. 7f7f4dc06000-7f7f4dd85000 r-xp 00000000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  865. 7f7f4dd85000-7f7f4df85000 ---p 0017f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  866. 7f7f4df85000-7f7f4df95000 r--p 0017f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  867. 7f7f4df95000-7f7f4df96000 rw-p 0018f000 08:01 3554651 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  868. 7f7f4df96000-7f7f4df9a000 rw-p 00000000 00:00 0
  869. 7f7f4df9a000-7f7f4e1ec000 r-xp 00000000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  870. 7f7f4e1ec000-7f7f4e3ec000 ---p 00252000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  871. 7f7f4e3ec000-7f7f4e3fb000 r--p 00252000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  872. 7f7f4e3fb000-7f7f4e3fc000 rw-p 00261000 08:01 3554652 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  873. 7f7f4e3fc000-7f7f4e504000 r-xp 00000000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  874. 7f7f4e504000-7f7f4e703000 ---p 00108000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  875. 7f7f4e703000-7f7f4e704000 r--p 00107000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  876. 7f7f4e704000-7f7f4e705000 rw-p 00108000 08:01 412569 /lib/x86_64-linux-gnu/libm-2.23.so
  877. 7f7f4e705000-7f7f4e7b8000 r-xp 00000000 08:01 3560439 /usr/local/lib/libdmn.so
  878. 7f7f4e7b8000-7f7f4e9b8000 ---p 000b3000 08:01 3560439 /usr/local/lib/libdmn.so
  879. 7f7f4e9b8000-7f7f4e9bb000 r--p 000b3000 08:01 3560439 /usr/local/lib/libdmn.so
  880. 7f7f4e9bb000-7f7f4e9bd000 rw-p 000b6000 08:01 3560439 /usr/local/lib/libdmn.so
  881. 7f7f4e9bd000-7f7f4e9c1000 rw-p 00000000 00:00 0
  882. 7f7f4e9c1000-7f7f4e9c9000 r-xp 00000000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  883. 7f7f4e9c9000-7f7f4ebc8000 ---p 00008000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  884. 7f7f4ebc8000-7f7f4ebc9000 r--p 00007000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  885. 7f7f4ebc9000-7f7f4ebca000 rw-p 00008000 08:01 3541975 /usr/local/lib/librestclient-cpp.so.1.1.1
  886. 7f7f4ebca000-7f7f4ec31000 r-xp 00000000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  887. 7f7f4ec31000-7f7f4ee30000 ---p 00067000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  888. 7f7f4ee30000-7f7f4ee32000 r--p 00066000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  889. 7f7f4ee32000-7f7f4ee33000 rw-p 00068000 08:01 3541883 /usr/local/lib/libcurl.so.4.4.0
  890. 7f7f4ee33000-7f7f4ef3b000 r-xp 00000000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  891. 7f7f4ef3b000-7f7f4f13b000 ---p 00108000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  892. 7f7f4f13b000-7f7f4f13c000 r--p 00108000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  893. 7f7f4f13c000-7f7f4f148000 rw-p 00109000 08:01 3554285 /usr/local/lib/libcouchbase.so.2.0.39
  894. 7f7f4f148000-7f7f4f16d000 r-xp 00000000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  895. 7f7f4f16d000-7f7f4f36c000 ---p 00025000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  896. 7f7f4f36c000-7f7f4f36d000 r--p 00024000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  897. 7f7f4f36d000-7f7f4f36e000 rw-p 00025000 08:01 3560237 /usr/local/lib/libmstch.so.1.0.1
  898. 7f7f4f36e000-7f7f4f4bd000 r-xp 00000000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  899. 7f7f4f4bd000-7f7f4f6bc000 ---p 0014f000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  900. 7f7f4f6bc000-7f7f4f6c2000 r--p 0014e000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  901. 7f7f4f6c2000-7f7f4f6c9000 rw-p 00154000 08:01 3560524 /usr/lib/libamqpcpp.so.2.6.2
  902. 7f7f4f6c9000-7f7f4f6cf000 r-xp 00000000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  903. 7f7f4f6cf000-7f7f4f8ce000 ---p 00006000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  904. 7f7f4f8ce000-7f7f4f8cf000 r--p 00005000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  905. 7f7f4f8cf000-7f7f4f8d0000 rw-p 00006000 08:01 3537229 /usr/local/lib/libevent_openssl.so.2.2.0.removed
  906. 7f7f4f8d0000-7f7f4f8d2000 r-xp 00000000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  907. 7f7f4f8d2000-7f7f4fad1000 ---p 00002000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  908. 7f7f4fad1000-7f7f4fad2000 r--p 00001000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  909. 7f7f4fad2000-7f7f4fad3000 rw-p 00002000 08:01 3537235 /usr/local/lib/libevent_pthreads.so.2.2.0.removed
  910. 7f7f4fad3000-7f7f4fb28000 r-xp 00000000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  911. 7f7f4fb28000-7f7f4fd27000 ---p 00055000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  912. 7f7f4fd27000-7f7f4fd28000 r--p 00054000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  913. 7f7f4fd28000-7f7f4fd29000 rw-p 00055000 08:01 3541726 /usr/local/lib/libevent.so.2.2.0
  914. 7f7f4fd29000-7f7f4fd2a000 rw-p 00000000 00:00 0
  915. 7f7f4fd2a000-7f7f50a42000 r-xp 00000000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  916. 7f7f50a42000-7f7f50a8c000 r--p 00d17000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  917. 7f7f50a8c000-7f7f50a92000 rw-p 00d61000 08:01 3560414 /usr/lib/libv8.so.5.2.371
  918. 7f7f50a92000-7f7f50aa0000 rw-p 00000000 00:00 0
  919. 7f7f50aa0000-7f7f50c5f000 r-xp 00000000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  920. 7f7f50c5f000-7f7f50e5f000 ---p 001bf000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  921. 7f7f50e5f000-7f7f50e63000 r--p 001bf000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  922. 7f7f50e63000-7f7f50e65000 rw-p 001c3000 08:01 412643 /lib/x86_64-linux-gnu/libc-2.23.so
  923. 7f7f50e65000-7f7f50e69000 rw-p 00000000 00:00 0
  924. 7f7f50e69000-7f7f50e81000 r-xp 00000000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  925. 7f7f50e81000-7f7f51080000 ---p 00018000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  926. 7f7f51080000-7f7f51081000 r--p 00017000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  927. 7f7f51081000-7f7f51082000 rw-p 00018000 08:01 413362 /lib/x86_64-linux-gnu/libpthread-2.23.so
  928. 7f7f51082000-7f7f51086000 rw-p 00000000 00:00 0
  929. 7f7f51086000-7f7f5109c000 r-xp 00000000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  930. 7f7f5109c000-7f7f5129b000 ---p 00016000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  931. 7f7f5129b000-7f7f5129c000 r--p 00015000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  932. 7f7f5129c000-7f7f5129d000 rw-p 00016000 08:01 416100 /lib/x86_64-linux-gnu/libgcc_s.so.1
  933. 7f7f5129d000-7f7f51415000 r-xp 00000000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  934. 7f7f51415000-7f7f51615000 ---p 00178000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  935. 7f7f51615000-7f7f5161f000 r--p 00178000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  936. 7f7f5161f000-7f7f51621000 rw-p 00182000 08:01 3541129 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  937. 7f7f51621000-7f7f51625000 rw-p 00000000 00:00 0
  938. 7f7f51625000-7f7f51663000 r-xp 00000000 08:01 3557987 /usr/local/lib/liblog.so
  939. 7f7f51663000-7f7f51863000 ---p 0003e000 08:01 3557987 /usr/local/lib/liblog.so
  940. 7f7f51863000-7f7f51864000 r--p 0003e000 08:01 3557987 /usr/local/lib/liblog.so
  941. 7f7f51864000-7f7f51866000 rw-p 0003f000 08:01 3557987 /usr/local/lib/liblog.so
  942. 7f7f51866000-7f7f520a6000 r-xp 00000000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  943. 7f7f520a6000-7f7f522a5000 ---p 00840000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  944. 7f7f522a5000-7f7f522b0000 r--p 0083f000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  945. 7f7f522b0000-7f7f522d4000 rw-p 0084a000 08:11 167453 /media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean/libbpmn.so
  946. 7f7f522d4000-7f7f52379000 r-xp 00000000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  947. 7f7f52379000-7f7f52579000 ---p 000a5000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  948. 7f7f52579000-7f7f5257d000 r--p 000a5000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  949. 7f7f5257d000-7f7f5257e000 rw-p 000a9000 08:01 3557352 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.58.0
  950. 7f7f5257e000-7f7f5257f000 rw-p 00000000 00:00 0
  951. 7f7f5257f000-7f7f525a5000 r-xp 00000000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  952. 7f7f5275d000-7f7f52773000 rw-p 00000000 00:00 0
  953. 7f7f527a0000-7f7f527a1000 rw-p 00000000 00:00 0
  954. 7f7f527a2000-7f7f527a4000 rw-p 00000000 00:00 0
  955. 7f7f527a4000-7f7f527a5000 r--p 00025000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  956. 7f7f527a5000-7f7f527a6000 rw-p 00026000 08:01 412646 /lib/x86_64-linux-gnu/ld-2.23.so
  957. 7f7f527a6000-7f7f527a7000 rw-p 00000000 00:00 0
  958. 7ffe5ace4000-7ffe5ad06000 rw-p 00000000 00:00 0 [stack]
  959. 7ffe5add2000-7ffe5add4000 r--p 00000000 00:00 0 [vvar]
  960. 7ffe5add4000-7ffe5add6000 r-xp 00000000 00:00 0 [vdso]
  961. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  962. unknown location(0): fatal error in "executor_businessruletaskfunction": signal: SIGABRT (application abort requested)
  963. test/executor_test.cpp(271): last checkpoint
  964. Leaving test case "executor_businessruletaskfunction"; testing time: 1996782mks
  965. Leaving test suite "ExecutorTest"
  966. Entering test suite "LocalStorageTest"
  967. Entering test case "localstorage_dmngateways"
  968. WARN[2017:04:23 20:16:35 UTC] Database engine is disabled, do not connect to couchbase
  969. WARN[2017:04:23 20:16:35 UTC] Queue engine is not started, doing local evaluation instead
  970. DEBU[2017:04:23 20:16:35 UTC] JavaScript engine is initialized
  971. DEBU[2017:04:23 20:16:35 UTC] Starting database engine thread
  972. DEBU[2017:04:23 20:16:35 UTC] Waiting until database starts
  973. DEBU[2017:04:23 20:16:35 UTC] Starting database engine loop
  974. DEBU[2017:04:23 20:16:35 UTC] Database started
  975. DEBU[2017:04:23 20:16:35 UTC] Starting HTTP engine thread
  976. DEBU[2017:04:23 20:16:35 UTC] Waiting until HTTP engine starts
  977. DEBU[2017:04:23 20:16:35 UTC] HTTP engine started
  978. DEBU[2017:04:23 20:16:35 UTC] Starting Queue engine thread
  979. DEBU[2017:04:23 20:16:35 UTC] Waiting until Queue engine starts
  980. DEBU[2017:04:23 20:16:35 UTC] Queue engine started
  981. DEBU[2017:04:23 20:16:35 UTC] Starting Timer engine thread
  982. DEBU[2017:04:23 20:16:35 UTC] Waiting until Timer engine starts
  983. DEBU[2017:04:23 20:16:35 UTC] Timer engine started
  984. DEBU[2017:04:23 20:16:35 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  985. DEBU[2017:04:23 20:16:35 UTC] Parsing resource type=dmn, ref=LOCAL:../res/test/applicant-risk-rating.dmn, version=
  986. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_1mdbf3i", source is "StartEvent_1", target is "ParallelGateway_1rtwiz4"
  987. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_0x4vssp", source is "Task_0xh52cl", target is "ParallelGateway_1rtwiz4"
  988. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_0opxbd6", source is "ParallelGateway_1rtwiz4", target is "Task_154t5va"
  989. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_03cdl8f", source is "Task_154t5va", target is "BusinessRuleTask_1y31olt"
  990. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_0g3fxay", source is "BusinessRuleTask_1y31olt", target is "ExclusiveGateway_17bpmqj"
  991. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_1fsugk0", source is "ExclusiveGateway_17bpmqj", target is "ExclusiveGateway_08lx9gm"
  992. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_15fjy9g", source is "ExclusiveGateway_08lx9gm", target is "InclusiveGateway_1aoz8mo"
  993. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_1bq469l", source is "InclusiveGateway_1aoz8mo", target is "Task_0aq1qj0"
  994. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_0qfcrkc", source is "ExclusiveGateway_08lx9gm", target is "EndEvent_001xm6b"
  995. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_13yq282", source is "ExclusiveGateway_17bpmqj", target is "EndEvent_1el6mik"
  996. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_12lp8b8", source is "InclusiveGateway_1aoz8mo", target is "Task_03m1gl8"
  997. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_05xh6kp", source is "Task_0aq1qj0", target is "ParallelGateway_15pgihm"
  998. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_0xf64au", source is "ParallelGateway_15pgihm", target is "EndEvent_0pwsn5o"
  999. DEBU[2017:04:23 20:16:35 UTC] parsing "SequenceFlow_1o9t38d", source is "Task_03m1gl8", target is "ParallelGateway_15pgihm"
  1000. DEBU[2017:04:23 20:16:35 UTC] [TOKEN] from to StartEvent_1
  1001. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:62c077d2-1c29-46af-a2fd-c775f0fcdd1f process ({"startedByFormEvent":"yes"})
  1002. DEBU[2017:04:23 20:16:35 UTC] [TOKEN] from to Task_0xh52cl
  1003. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:62c077d2-1c29-46af-a2fd-c775f0fcdd1f process ({"emptyTaskActivated":"yes"})
  1004. DEBU[2017:04:23 20:16:35 UTC] activated 2 element(s)
  1005. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:62c077d2-1c29-46af-a2fd-c775f0fcdd1f process ({})
  1006. DEBU[2017:04:23 20:16:35 UTC] Waiting for database actions to be done
  1007. DEBU[2017:04:23 20:16:35 UTC] Stopping database engine thread
  1008. DEBU[2017:04:23 20:16:35 UTC] Stopped database engine thread
  1009. DEBU[2017:04:23 20:16:35 UTC] Joined database engine thread
  1010. DEBU[2017:04:23 20:16:35 UTC] Breaking HTTP engine loop
  1011. Leaving test case "localstorage_dmngateways"; testing time: 33386mks
  1012. Leaving test suite "LocalStorageTest"
  1013. Entering test suite "BusinessRuleTaskDMNTest"
  1014. Entering test case "businessruletaskdmn"
  1015. WARN[2017:04:23 20:16:35 UTC] Database engine is disabled, do not connect to couchbase
  1016. WARN[2017:04:23 20:16:35 UTC] Queue engine is not started, doing local evaluation instead
  1017. DEBU[2017:04:23 20:16:35 UTC] JavaScript engine is initialized
  1018. DEBU[2017:04:23 20:16:35 UTC] Starting database engine thread
  1019. DEBU[2017:04:23 20:16:35 UTC] Waiting until database starts
  1020. DEBU[2017:04:23 20:16:35 UTC] Starting database engine loop
  1021. DEBU[2017:04:23 20:16:35 UTC] Database started
  1022. DEBU[2017:04:23 20:16:35 UTC] Starting HTTP engine thread
  1023. DEBU[2017:04:23 20:16:35 UTC] Waiting until HTTP engine starts
  1024. DEBU[2017:04:23 20:16:35 UTC] HTTP engine started
  1025. DEBU[2017:04:23 20:16:35 UTC] Starting Queue engine thread
  1026. DEBU[2017:04:23 20:16:35 UTC] Waiting until Queue engine starts
  1027. DEBU[2017:04:23 20:16:35 UTC] Queue engine started
  1028. DEBU[2017:04:23 20:16:35 UTC] Starting Timer engine thread
  1029. DEBU[2017:04:23 20:16:35 UTC] Waiting until Timer engine starts
  1030. DEBU[2017:04:23 20:16:35 UTC] Timer engine started
  1031. DEBU[2017:04:23 20:16:35 UTC] activated 0 element(s)
  1032. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d process ({})
  1033. DEBU[2017:04:23 20:16:35 UTC] [TOKEN] from to BusinessRuleTask_123
  1034. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d process ({})
  1035. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] preparing instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d -> BusinessRuleTask_123#1
  1036. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] activating instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d -> BusinessRuleTask_123#1
  1037. WARN[2017:04:23 20:16:35 UTC] Doing local DMN evaluation
  1038. DEBU[2017:04:23 20:16:35 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d -> BusinessRuleTask_123#1 with data: {"applicantRiskRating":"Medium"} and handling: {"type":"global"}
  1039. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:383b4df4-0470-4015-98c6-4480c607655d process ({"applicantRiskRating":"Medium"})
  1040. DEBU[2017:04:23 20:16:35 UTC] Waiting for database actions to be done
  1041. DEBU[2017:04:23 20:16:35 UTC] Stopping database engine thread
  1042. DEBU[2017:04:23 20:16:35 UTC] Stopped database engine thread
  1043. DEBU[2017:04:23 20:16:35 UTC] Joined database engine thread
  1044. DEBU[2017:04:23 20:16:35 UTC] Breaking HTTP engine loop
  1045. Leaving test case "businessruletaskdmn"; testing time: 15896mks
  1046. Leaving test suite "BusinessRuleTaskDMNTest"
  1047. Entering test suite "BusinessRuleTaskExpressionTest"
  1048. Entering test case "businessruletaskexpression"
  1049. WARN[2017:04:23 20:16:35 UTC] Database engine is disabled, do not connect to couchbase
  1050. WARN[2017:04:23 20:16:35 UTC] Queue engine is not started, doing local evaluation instead
  1051. DEBU[2017:04:23 20:16:35 UTC] JavaScript engine is initialized
  1052. DEBU[2017:04:23 20:16:35 UTC] Starting database engine thread
  1053. DEBU[2017:04:23 20:16:35 UTC] Waiting until database starts
  1054. DEBU[2017:04:23 20:16:35 UTC] Starting database engine loop
  1055. DEBU[2017:04:23 20:16:35 UTC] Database started
  1056. DEBU[2017:04:23 20:16:35 UTC] Starting HTTP engine thread
  1057. DEBU[2017:04:23 20:16:35 UTC] Waiting until HTTP engine starts
  1058. DEBU[2017:04:23 20:16:35 UTC] HTTP engine started
  1059. DEBU[2017:04:23 20:16:35 UTC] Starting Queue engine thread
  1060. DEBU[2017:04:23 20:16:35 UTC] Waiting until Queue engine starts
  1061. DEBU[2017:04:23 20:16:35 UTC] Queue engine started
  1062. DEBU[2017:04:23 20:16:35 UTC] Starting Timer engine thread
  1063. DEBU[2017:04:23 20:16:35 UTC] Waiting until Timer engine starts
  1064. DEBU[2017:04:23 20:16:35 UTC] Timer engine started
  1065. DEBU[2017:04:23 20:16:35 UTC] activated 0 element(s)
  1066. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 process ({})
  1067. DEBU[2017:04:23 20:16:35 UTC] [TOKEN] from to BusinessRuleTask_123
  1068. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Multiple variables in instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 process ({})
  1069. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] preparing instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 -> BusinessRuleTask_123#1
  1070. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] activating instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 -> BusinessRuleTask_123#1
  1071. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] doing work instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 -> BusinessRuleTask_123#1
  1072. DEBU[2017:04:23 20:16:35 UTC] Evaluated expression "(process.variable.applicantAge < 60) ? 'Good' : 'Bad'", result is ""Good""
  1073. DEBU[2017:04:23 20:16:35 UTC] [VARIABLES] Single variable "applicantRiskRating" of instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 process ("Good")
  1074. DEBU[2017:04:23 20:16:35 UTC] [ACTIVITY] completing instances:bpmn:d03f106e-38db-4601-a482-4908b95ce7b6 -> BusinessRuleTask_123#1
  1075. DEBU[2017:04:23 20:16:35 UTC] Waiting for database actions to be done
  1076. DEBU[2017:04:23 20:16:35 UTC] Stopping database engine thread
  1077. DEBU[2017:04:23 20:16:35 UTC] Stopped database engine thread
  1078. DEBU[2017:04:23 20:16:35 UTC] Joined database engine thread
  1079. DEBU[2017:04:23 20:16:36 UTC] Breaking HTTP engine loop
  1080. Leaving test case "businessruletaskexpression"; testing time: 5255mks
  1081. Leaving test suite "BusinessRuleTaskExpressionTest"
  1082. Entering test suite "ScriptTaskTest"
  1083. Entering test case "scripttask_multiline"
  1084. WARN[2017:04:23 20:16:36 UTC] Database engine is disabled, do not connect to couchbase
  1085. WARN[2017:04:23 20:16:36 UTC] Queue engine is not started, doing local evaluation instead
  1086. DEBU[2017:04:23 20:16:36 UTC] JavaScript engine is initialized
  1087. DEBU[2017:04:23 20:16:36 UTC] Starting database engine thread
  1088. DEBU[2017:04:23 20:16:36 UTC] Waiting until database starts
  1089. DEBU[2017:04:23 20:16:36 UTC] Starting database engine loop
  1090. DEBU[2017:04:23 20:16:36 UTC] Database started
  1091. DEBU[2017:04:23 20:16:36 UTC] Starting HTTP engine thread
  1092. DEBU[2017:04:23 20:16:36 UTC] Waiting until HTTP engine starts
  1093. DEBU[2017:04:23 20:16:36 UTC] HTTP engine started
  1094. DEBU[2017:04:23 20:16:36 UTC] Starting Queue engine thread
  1095. DEBU[2017:04:23 20:16:36 UTC] Waiting until Queue engine starts
  1096. DEBU[2017:04:23 20:16:36 UTC] Queue engine started
  1097. DEBU[2017:04:23 20:16:36 UTC] Starting Timer engine thread
  1098. DEBU[2017:04:23 20:16:36 UTC] Waiting until Timer engine starts
  1099. DEBU[2017:04:23 20:16:36 UTC] Timer engine started
  1100. DEBU[2017:04:23 20:16:36 UTC] activated 0 element(s)
  1101. DEBU[2017:04:23 20:16:36 UTC] [VARIABLES] Multiple variables in instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 process ({})
  1102. DEBU[2017:04:23 20:16:36 UTC] [TOKEN] from to ScriptTask_123
  1103. DEBU[2017:04:23 20:16:36 UTC] [VARIABLES] Multiple variables in instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 process ({})
  1104. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] preparing instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 -> ScriptTask_123#1
  1105. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] activating instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 -> ScriptTask_123#1
  1106. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] doing work instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 -> ScriptTask_123#1
  1107. DEBU[2017:04:23 20:16:36 UTC] setting "count" variable value (124)
  1108. DEBU[2017:04:23 20:16:36 UTC] setting "a" variable value (555)
  1109. DEBU[2017:04:23 20:16:36 UTC] Evaluated expression "process.variable.count++;
  1110. process.variable.a = process.variable.b + process.variable.c;", result is "555"
  1111. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] completing instances:bpmn:d6664770-ae05-45a6-bd01-0e84c718e270 -> ScriptTask_123#1
  1112. DEBU[2017:04:23 20:16:36 UTC] Waiting for database actions to be done
  1113. DEBU[2017:04:23 20:16:36 UTC] Stopping database engine thread
  1114. DEBU[2017:04:23 20:16:36 UTC] Stopped database engine thread
  1115. DEBU[2017:04:23 20:16:36 UTC] Joined database engine thread
  1116. DEBU[2017:04:23 20:16:36 UTC] Breaking HTTP engine loop
  1117. Leaving test case "scripttask_multiline"; testing time: 5616mks
  1118. Entering test case "scripttask_result"
  1119. WARN[2017:04:23 20:16:36 UTC] Database engine is disabled, do not connect to couchbase
  1120. WARN[2017:04:23 20:16:36 UTC] Queue engine is not started, doing local evaluation instead
  1121. DEBU[2017:04:23 20:16:36 UTC] JavaScript engine is initialized
  1122. DEBU[2017:04:23 20:16:36 UTC] Starting database engine thread
  1123. DEBU[2017:04:23 20:16:36 UTC] Waiting until database starts
  1124. DEBU[2017:04:23 20:16:36 UTC] Starting database engine loop
  1125. DEBU[2017:04:23 20:16:36 UTC] Database started
  1126. DEBU[2017:04:23 20:16:36 UTC] Starting HTTP engine thread
  1127. DEBU[2017:04:23 20:16:36 UTC] Waiting until HTTP engine starts
  1128. DEBU[2017:04:23 20:16:36 UTC] HTTP engine started
  1129. DEBU[2017:04:23 20:16:36 UTC] Starting Queue engine thread
  1130. DEBU[2017:04:23 20:16:36 UTC] Waiting until Queue engine starts
  1131. DEBU[2017:04:23 20:16:36 UTC] Queue engine started
  1132. DEBU[2017:04:23 20:16:36 UTC] Starting Timer engine thread
  1133. DEBU[2017:04:23 20:16:36 UTC] Waiting until Timer engine starts
  1134. DEBU[2017:04:23 20:16:36 UTC] Timer engine started
  1135. DEBU[2017:04:23 20:16:36 UTC] activated 0 element(s)
  1136. DEBU[2017:04:23 20:16:36 UTC] [VARIABLES] Multiple variables in instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 process ({})
  1137. DEBU[2017:04:23 20:16:36 UTC] [TOKEN] from to ScriptTask_123
  1138. DEBU[2017:04:23 20:16:36 UTC] [VARIABLES] Multiple variables in instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 process ({})
  1139. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] preparing instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 -> ScriptTask_123#1
  1140. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] activating instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 -> ScriptTask_123#1
  1141. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] doing work instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 -> ScriptTask_123#1
  1142. DEBU[2017:04:23 20:16:36 UTC] Evaluated expression "process.variable.count + 1;", result is "124"
  1143. DEBU[2017:04:23 20:16:36 UTC] [VARIABLES] Single variable "res" of instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 process (124)
  1144. DEBU[2017:04:23 20:16:36 UTC] [ACTIVITY] completing instances:bpmn:ce595f7f-899f-4245-be32-764f3d6593d5 -> ScriptTask_123#1
  1145. DEBU[2017:04:23 20:16:36 UTC] Waiting for database actions to be done
  1146. DEBU[2017:04:23 20:16:36 UTC] Stopping database engine thread
  1147. DEBU[2017:04:23 20:16:36 UTC] Stopped database engine thread
  1148. DEBU[2017:04:23 20:16:36 UTC] Joined database engine thread
  1149. DEBU[2017:04:23 20:16:36 UTC] Breaking HTTP engine loop
  1150. Leaving test case "scripttask_result"; testing time: 5961mks
  1151. Leaving test suite "ScriptTaskTest"
  1152. Entering test suite "ServiceTaskRestTest"
  1153. Entering test case "servicetaskrest_multipartbody"
  1154. Leaving test case "servicetaskrest_multipartbody"; testing time: 415mks
  1155. Entering test case "servicetaskrest_get"
  1156. WARN[2017:04:23 20:16:36 UTC] HTTP engine started with empty executor, should be in unit tests only
  1157. DEBU[2017:04:23 20:16:36 UTC] Starting HTTP engine thread
  1158. DEBU[2017:04:23 20:16:36 UTC] Waiting until HTTP engine starts
  1159. DEBU[2017:04:23 20:16:36 UTC] HTTP engine started
  1160. DEBU[2017:04:23 20:16:36 UTC] Doing http request: http://echo.jsontest.com/key/value/one/two?key=&one=
  1161. DEBU[2017:04:23 20:16:36 UTC] Doing HTTP GET request, url: http://echo.jsontest.com/key/value/one/two?key=&one=, body:
  1162. INFO[2017:04:23 20:16:36 UTC] Got HTTP reply, code 200 (39 bytes)
  1163. DEBU[2017:04:23 20:16:36 UTC] Breaking HTTP engine loop
  1164. Leaving test case "servicetaskrest_get"; testing time: 1367mks
  1165. Entering test case "servicetaskrest_post"
  1166. WARN[2017:04:23 20:16:36 UTC] HTTP engine started with empty executor, should be in unit tests only
  1167. DEBU[2017:04:23 20:16:36 UTC] Starting HTTP engine thread
  1168. DEBU[2017:04:23 20:16:36 UTC] Waiting until HTTP engine starts
  1169. DEBU[2017:04:23 20:16:36 UTC] HTTP engine started
  1170. DEBU[2017:04:23 20:16:36 UTC] Doing http request: http://jsonplaceholder.typicode.com/posts
  1171. DEBU[2017:04:23 20:16:37 UTC] Doing HTTP POST request, url: http://jsonplaceholder.typicode.com/posts, body: body=bar&id=0&title=foo&userID=1
  1172. INFO[2017:04:23 20:16:37 UTC] Got HTTP reply, code 201 (65 bytes)
  1173. DEBU[2017:04:23 20:16:37 UTC] Breaking HTTP engine loop
  1174. Leaving test case "servicetaskrest_post"; testing time: 1437mks
  1175. Leaving test suite "ServiceTaskRestTest"
  1176. Entering test suite "UserTaskTest"
  1177. Leaving test suite "UserTaskTest"
  1178. Entering test suite "ElementDefinitionTest"
  1179. Entering test case "elementdefinition_input_elements"
  1180. Leaving test case "elementdefinition_input_elements"; testing time: 271mks
  1181. Entering test case "elementdefinition_output_elements"
  1182. Leaving test case "elementdefinition_output_elements"; testing time: 146mks
  1183. Leaving test suite "ElementDefinitionTest"
  1184. Entering test suite "ElementInstanceTest"
  1185. Entering test case "elementinstance_tokens"
  1186. WARN[2017:04:23 20:16:37 UTC] Database engine is disabled, do not connect to couchbase
  1187. WARN[2017:04:23 20:16:37 UTC] Queue engine is not started, doing local evaluation instead
  1188. DEBU[2017:04:23 20:16:37 UTC] JavaScript engine is initialized
  1189. DEBU[2017:04:23 20:16:37 UTC] Starting database engine thread
  1190. DEBU[2017:04:23 20:16:37 UTC] Waiting until database starts
  1191. DEBU[2017:04:23 20:16:37 UTC] Starting database engine loop
  1192. DEBU[2017:04:23 20:16:37 UTC] Database started
  1193. DEBU[2017:04:23 20:16:37 UTC] Starting HTTP engine thread
  1194. DEBU[2017:04:23 20:16:37 UTC] Waiting until HTTP engine starts
  1195. DEBU[2017:04:23 20:16:37 UTC] HTTP engine started
  1196. DEBU[2017:04:23 20:16:37 UTC] Starting Queue engine thread
  1197. DEBU[2017:04:23 20:16:37 UTC] Waiting until Queue engine starts
  1198. DEBU[2017:04:23 20:16:37 UTC] Queue engine started
  1199. DEBU[2017:04:23 20:16:37 UTC] Starting Timer engine thread
  1200. DEBU[2017:04:23 20:16:37 UTC] Waiting until Timer engine starts
  1201. DEBU[2017:04:23 20:16:37 UTC] Timer engine started
  1202. DEBU[2017:04:23 20:16:37 UTC] activated 0 element(s)
  1203. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1204. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1205. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1206. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1207. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1208. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1209. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1210. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1211. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1212. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1213. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1214. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1215. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:45404071-48b9-4c2b-be59-0619c2d1dd84 process ({})
  1216. DEBU[2017:04:23 20:16:37 UTC] Waiting for database actions to be done
  1217. DEBU[2017:04:23 20:16:37 UTC] Stopping database engine thread
  1218. DEBU[2017:04:23 20:16:37 UTC] Stopped database engine thread
  1219. DEBU[2017:04:23 20:16:37 UTC] Joined database engine thread
  1220. DEBU[2017:04:23 20:16:37 UTC] Breaking HTTP engine loop
  1221. Leaving test case "elementinstance_tokens"; testing time: 3973mks
  1222. Entering test case "elementinstance_activate_output"
  1223. WARN[2017:04:23 20:16:37 UTC] Database engine is disabled, do not connect to couchbase
  1224. WARN[2017:04:23 20:16:37 UTC] Queue engine is not started, doing local evaluation instead
  1225. DEBU[2017:04:23 20:16:37 UTC] JavaScript engine is initialized
  1226. DEBU[2017:04:23 20:16:37 UTC] Starting database engine thread
  1227. DEBU[2017:04:23 20:16:37 UTC] Waiting until database starts
  1228. DEBU[2017:04:23 20:16:37 UTC] Starting database engine loop
  1229. DEBU[2017:04:23 20:16:37 UTC] Database started
  1230. DEBU[2017:04:23 20:16:37 UTC] Starting HTTP engine thread
  1231. DEBU[2017:04:23 20:16:37 UTC] Waiting until HTTP engine starts
  1232. DEBU[2017:04:23 20:16:37 UTC] HTTP engine started
  1233. DEBU[2017:04:23 20:16:37 UTC] Starting Queue engine thread
  1234. DEBU[2017:04:23 20:16:37 UTC] Waiting until Queue engine starts
  1235. DEBU[2017:04:23 20:16:37 UTC] Queue engine started
  1236. DEBU[2017:04:23 20:16:37 UTC] Starting Timer engine thread
  1237. DEBU[2017:04:23 20:16:37 UTC] Waiting until Timer engine starts
  1238. DEBU[2017:04:23 20:16:37 UTC] Timer engine started
  1239. DEBU[2017:04:23 20:16:37 UTC] activated 0 element(s)
  1240. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:5c218050-7fb1-470e-bd85-c5dae0cf43f1 process ({})
  1241. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1242. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:5c218050-7fb1-470e-bd85-c5dae0cf43f1 process ({})
  1243. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1244. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:5c218050-7fb1-470e-bd85-c5dae0cf43f1 process ({})
  1245. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1246. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:5c218050-7fb1-470e-bd85-c5dae0cf43f1 process ({})
  1247. DEBU[2017:04:23 20:16:37 UTC] Waiting for database actions to be done
  1248. DEBU[2017:04:23 20:16:37 UTC] Stopping database engine thread
  1249. DEBU[2017:04:23 20:16:37 UTC] Stopped database engine thread
  1250. DEBU[2017:04:23 20:16:37 UTC] Joined database engine thread
  1251. DEBU[2017:04:23 20:16:37 UTC] Breaking HTTP engine loop
  1252. Leaving test case "elementinstance_activate_output"; testing time: 4853mks
  1253. Entering test case "elementinstance_activate_outputs"
  1254. WARN[2017:04:23 20:16:37 UTC] Database engine is disabled, do not connect to couchbase
  1255. WARN[2017:04:23 20:16:37 UTC] Queue engine is not started, doing local evaluation instead
  1256. DEBU[2017:04:23 20:16:37 UTC] JavaScript engine is initialized
  1257. DEBU[2017:04:23 20:16:37 UTC] Starting database engine thread
  1258. DEBU[2017:04:23 20:16:37 UTC] Waiting until database starts
  1259. DEBU[2017:04:23 20:16:37 UTC] Starting database engine loop
  1260. DEBU[2017:04:23 20:16:37 UTC] Database started
  1261. DEBU[2017:04:23 20:16:37 UTC] Starting HTTP engine thread
  1262. DEBU[2017:04:23 20:16:37 UTC] Waiting until HTTP engine starts
  1263. DEBU[2017:04:23 20:16:37 UTC] HTTP engine started
  1264. DEBU[2017:04:23 20:16:37 UTC] Starting Queue engine thread
  1265. DEBU[2017:04:23 20:16:37 UTC] Waiting until Queue engine starts
  1266. DEBU[2017:04:23 20:16:37 UTC] Queue engine started
  1267. DEBU[2017:04:23 20:16:37 UTC] Starting Timer engine thread
  1268. DEBU[2017:04:23 20:16:37 UTC] Waiting until Timer engine starts
  1269. DEBU[2017:04:23 20:16:37 UTC] Timer engine started
  1270. DEBU[2017:04:23 20:16:37 UTC] activated 0 element(s)
  1271. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1272. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from to StartEvent_123
  1273. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1274. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1275. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1276. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_125
  1277. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1278. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1279. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1280. DEBU[2017:04:23 20:16:37 UTC] [TOKEN] from StartEvent_123 to EndEvent_125
  1281. DEBU[2017:04:23 20:16:37 UTC] [VARIABLES] Multiple variables in instances:bpmn:7b48ecaa-b494-4ab8-bbc4-1e297234ced9 process ({})
  1282. DEBU[2017:04:23 20:16:37 UTC] Waiting for database actions to be done
  1283. DEBU[2017:04:23 20:16:37 UTC] Stopping database engine thread
  1284. DEBU[2017:04:23 20:16:37 UTC] Stopped database engine thread
  1285. DEBU[2017:04:23 20:16:38 UTC] Joined database engine thread
  1286. DEBU[2017:04:23 20:16:38 UTC] Breaking HTTP engine loop
  1287. Leaving test case "elementinstance_activate_outputs"; testing time: 3920mks
  1288. Leaving test suite "ElementInstanceTest"
  1289. Entering test suite "EndEventTest"
  1290. Entering test case "endevent_virtual_methods"
  1291. WARN[2017:04:23 20:16:38 UTC] Database engine is disabled, do not connect to couchbase
  1292. WARN[2017:04:23 20:16:38 UTC] Queue engine is not started, doing local evaluation instead
  1293. DEBU[2017:04:23 20:16:38 UTC] JavaScript engine is initialized
  1294. DEBU[2017:04:23 20:16:38 UTC] Starting database engine thread
  1295. DEBU[2017:04:23 20:16:38 UTC] Waiting until database starts
  1296. DEBU[2017:04:23 20:16:38 UTC] Starting database engine loop
  1297. DEBU[2017:04:23 20:16:38 UTC] Database started
  1298. DEBU[2017:04:23 20:16:38 UTC] Starting HTTP engine thread
  1299. DEBU[2017:04:23 20:16:38 UTC] Waiting until HTTP engine starts
  1300. DEBU[2017:04:23 20:16:38 UTC] HTTP engine started
  1301. DEBU[2017:04:23 20:16:38 UTC] Starting Queue engine thread
  1302. DEBU[2017:04:23 20:16:38 UTC] Waiting until Queue engine starts
  1303. DEBU[2017:04:23 20:16:38 UTC] Queue engine started
  1304. DEBU[2017:04:23 20:16:38 UTC] Starting Timer engine thread
  1305. DEBU[2017:04:23 20:16:38 UTC] Waiting until Timer engine starts
  1306. DEBU[2017:04:23 20:16:38 UTC] Timer engine started
  1307. DEBU[2017:04:23 20:16:38 UTC] activated 0 element(s)
  1308. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:0d657a1d-4160-419b-9eab-789ea4060722 process ({})
  1309. DEBU[2017:04:23 20:16:38 UTC] Waiting for database actions to be done
  1310. DEBU[2017:04:23 20:16:38 UTC] Stopping database engine thread
  1311. DEBU[2017:04:23 20:16:38 UTC] Stopped database engine thread
  1312. DEBU[2017:04:23 20:16:38 UTC] Joined database engine thread
  1313. DEBU[2017:04:23 20:16:38 UTC] Breaking HTTP engine loop
  1314. Leaving test case "endevent_virtual_methods"; testing time: 4015mks
  1315. Entering test case "endevent_endprocess"
  1316. WARN[2017:04:23 20:16:38 UTC] Database engine is disabled, do not connect to couchbase
  1317. WARN[2017:04:23 20:16:38 UTC] Queue engine is not started, doing local evaluation instead
  1318. DEBU[2017:04:23 20:16:38 UTC] JavaScript engine is initialized
  1319. DEBU[2017:04:23 20:16:38 UTC] Starting database engine thread
  1320. DEBU[2017:04:23 20:16:38 UTC] Waiting until database starts
  1321. DEBU[2017:04:23 20:16:38 UTC] Starting database engine loop
  1322. DEBU[2017:04:23 20:16:38 UTC] Database started
  1323. DEBU[2017:04:23 20:16:38 UTC] Starting HTTP engine thread
  1324. DEBU[2017:04:23 20:16:38 UTC] Waiting until HTTP engine starts
  1325. DEBU[2017:04:23 20:16:38 UTC] HTTP engine started
  1326. DEBU[2017:04:23 20:16:38 UTC] Starting Queue engine thread
  1327. DEBU[2017:04:23 20:16:38 UTC] Waiting until Queue engine starts
  1328. DEBU[2017:04:23 20:16:38 UTC] Queue engine started
  1329. DEBU[2017:04:23 20:16:38 UTC] Starting Timer engine thread
  1330. DEBU[2017:04:23 20:16:38 UTC] Waiting until Timer engine starts
  1331. DEBU[2017:04:23 20:16:38 UTC] Timer engine started
  1332. DEBU[2017:04:23 20:16:38 UTC] activated 0 element(s)
  1333. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:1b2785a0-ae78-4480-9546-9c4f0c797595 process ({})
  1334. DEBU[2017:04:23 20:16:38 UTC] [TOKEN] from to StartEvent_123
  1335. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:1b2785a0-ae78-4480-9546-9c4f0c797595 process ({})
  1336. DEBU[2017:04:23 20:16:38 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1337. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:1b2785a0-ae78-4480-9546-9c4f0c797595 process ({})
  1338. DEBU[2017:04:23 20:16:38 UTC] [TOKEN] from StartEvent_123 to Task_125
  1339. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:1b2785a0-ae78-4480-9546-9c4f0c797595 process ({})
  1340. DEBU[2017:04:23 20:16:38 UTC] Waiting for database actions to be done
  1341. DEBU[2017:04:23 20:16:38 UTC] Stopping database engine thread
  1342. DEBU[2017:04:23 20:16:38 UTC] Stopped database engine thread
  1343. DEBU[2017:04:23 20:16:38 UTC] Joined database engine thread
  1344. DEBU[2017:04:23 20:16:38 UTC] Breaking HTTP engine loop
  1345. Leaving test case "endevent_endprocess"; testing time: 5365mks
  1346. Leaving test suite "EndEventTest"
  1347. Entering test suite "StartEventTest"
  1348. Entering test case "startevent_virtual_methods"
  1349. WARN[2017:04:23 20:16:38 UTC] Database engine is disabled, do not connect to couchbase
  1350. WARN[2017:04:23 20:16:38 UTC] Queue engine is not started, doing local evaluation instead
  1351. DEBU[2017:04:23 20:16:38 UTC] JavaScript engine is initialized
  1352. DEBU[2017:04:23 20:16:38 UTC] Starting database engine thread
  1353. DEBU[2017:04:23 20:16:38 UTC] Waiting until database starts
  1354. DEBU[2017:04:23 20:16:38 UTC] Starting database engine loop
  1355. DEBU[2017:04:23 20:16:38 UTC] Database started
  1356. DEBU[2017:04:23 20:16:38 UTC] Starting HTTP engine thread
  1357. DEBU[2017:04:23 20:16:38 UTC] Waiting until HTTP engine starts
  1358. DEBU[2017:04:23 20:16:38 UTC] HTTP engine started
  1359. DEBU[2017:04:23 20:16:38 UTC] Starting Queue engine thread
  1360. DEBU[2017:04:23 20:16:38 UTC] Waiting until Queue engine starts
  1361. DEBU[2017:04:23 20:16:38 UTC] Queue engine started
  1362. DEBU[2017:04:23 20:16:38 UTC] Starting Timer engine thread
  1363. DEBU[2017:04:23 20:16:38 UTC] Waiting until Timer engine starts
  1364. DEBU[2017:04:23 20:16:38 UTC] Timer engine started
  1365. DEBU[2017:04:23 20:16:38 UTC] activated 0 element(s)
  1366. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:109cf2b5-441f-4214-813f-5cca019df4b8 process ({})
  1367. DEBU[2017:04:23 20:16:38 UTC] Waiting for database actions to be done
  1368. DEBU[2017:04:23 20:16:38 UTC] Stopping database engine thread
  1369. DEBU[2017:04:23 20:16:38 UTC] Stopped database engine thread
  1370. DEBU[2017:04:23 20:16:38 UTC] Joined database engine thread
  1371. DEBU[2017:04:23 20:16:38 UTC] Breaking HTTP engine loop
  1372. Leaving test case "startevent_virtual_methods"; testing time: 5314mks
  1373. Entering test case "startevent_step_single_output"
  1374. WARN[2017:04:23 20:16:38 UTC] Database engine is disabled, do not connect to couchbase
  1375. WARN[2017:04:23 20:16:38 UTC] Queue engine is not started, doing local evaluation instead
  1376. DEBU[2017:04:23 20:16:38 UTC] JavaScript engine is initialized
  1377. DEBU[2017:04:23 20:16:38 UTC] Starting database engine thread
  1378. DEBU[2017:04:23 20:16:38 UTC] Waiting until database starts
  1379. DEBU[2017:04:23 20:16:38 UTC] Starting database engine loop
  1380. DEBU[2017:04:23 20:16:38 UTC] Database started
  1381. DEBU[2017:04:23 20:16:38 UTC] Starting HTTP engine thread
  1382. DEBU[2017:04:23 20:16:38 UTC] Waiting until HTTP engine starts
  1383. DEBU[2017:04:23 20:16:38 UTC] HTTP engine started
  1384. DEBU[2017:04:23 20:16:38 UTC] Starting Queue engine thread
  1385. DEBU[2017:04:23 20:16:38 UTC] Waiting until Queue engine starts
  1386. DEBU[2017:04:23 20:16:38 UTC] Queue engine started
  1387. DEBU[2017:04:23 20:16:38 UTC] Starting Timer engine thread
  1388. DEBU[2017:04:23 20:16:38 UTC] Waiting until Timer engine starts
  1389. DEBU[2017:04:23 20:16:38 UTC] Timer engine started
  1390. DEBU[2017:04:23 20:16:38 UTC] activated 0 element(s)
  1391. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:9991ace4-089d-4b1e-b863-fcd90986d5c4 process ({})
  1392. DEBU[2017:04:23 20:16:38 UTC] [TOKEN] from to StartEvent_123
  1393. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:9991ace4-089d-4b1e-b863-fcd90986d5c4 process ({})
  1394. DEBU[2017:04:23 20:16:38 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1395. DEBU[2017:04:23 20:16:38 UTC] [VARIABLES] Multiple variables in instances:bpmn:9991ace4-089d-4b1e-b863-fcd90986d5c4 process ({})
  1396. DEBU[2017:04:23 20:16:38 UTC] Waiting for database actions to be done
  1397. DEBU[2017:04:23 20:16:38 UTC] Stopping database engine thread
  1398. DEBU[2017:04:23 20:16:38 UTC] Stopped database engine thread
  1399. DEBU[2017:04:23 20:16:39 UTC] Joined database engine thread
  1400. DEBU[2017:04:23 20:16:39 UTC] Breaking HTTP engine loop
  1401. Leaving test case "startevent_step_single_output"; testing time: 4780mks
  1402. Entering test case "startevent_step_multiple_outputs"
  1403. WARN[2017:04:23 20:16:39 UTC] Database engine is disabled, do not connect to couchbase
  1404. WARN[2017:04:23 20:16:39 UTC] Queue engine is not started, doing local evaluation instead
  1405. DEBU[2017:04:23 20:16:39 UTC] JavaScript engine is initialized
  1406. DEBU[2017:04:23 20:16:39 UTC] Starting database engine thread
  1407. DEBU[2017:04:23 20:16:39 UTC] Waiting until database starts
  1408. DEBU[2017:04:23 20:16:39 UTC] Starting database engine loop
  1409. DEBU[2017:04:23 20:16:39 UTC] Database started
  1410. DEBU[2017:04:23 20:16:39 UTC] Starting HTTP engine thread
  1411. DEBU[2017:04:23 20:16:39 UTC] Waiting until HTTP engine starts
  1412. DEBU[2017:04:23 20:16:39 UTC] HTTP engine started
  1413. DEBU[2017:04:23 20:16:39 UTC] Starting Queue engine thread
  1414. DEBU[2017:04:23 20:16:39 UTC] Waiting until Queue engine starts
  1415. DEBU[2017:04:23 20:16:39 UTC] Queue engine started
  1416. DEBU[2017:04:23 20:16:39 UTC] Starting Timer engine thread
  1417. DEBU[2017:04:23 20:16:39 UTC] Waiting until Timer engine starts
  1418. DEBU[2017:04:23 20:16:39 UTC] Timer engine started
  1419. DEBU[2017:04:23 20:16:39 UTC] activated 0 element(s)
  1420. DEBU[2017:04:23 20:16:39 UTC] [VARIABLES] Multiple variables in instances:bpmn:0ca1b059-47f2-4097-82a9-a16d61f0d9a1 process ({})
  1421. DEBU[2017:04:23 20:16:39 UTC] [TOKEN] from to StartEvent_123
  1422. DEBU[2017:04:23 20:16:39 UTC] [VARIABLES] Multiple variables in instances:bpmn:0ca1b059-47f2-4097-82a9-a16d61f0d9a1 process ({})
  1423. DEBU[2017:04:23 20:16:39 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1424. DEBU[2017:04:23 20:16:39 UTC] [VARIABLES] Multiple variables in instances:bpmn:0ca1b059-47f2-4097-82a9-a16d61f0d9a1 process ({})
  1425. DEBU[2017:04:23 20:16:39 UTC] [TOKEN] from StartEvent_123 to EndEvent_125
  1426. DEBU[2017:04:23 20:16:39 UTC] [VARIABLES] Multiple variables in instances:bpmn:0ca1b059-47f2-4097-82a9-a16d61f0d9a1 process ({})
  1427. DEBU[2017:04:23 20:16:39 UTC] Waiting for database actions to be done
  1428. DEBU[2017:04:23 20:16:39 UTC] Stopping database engine thread
  1429. DEBU[2017:04:23 20:16:39 UTC] Stopped database engine thread
  1430. DEBU[2017:04:23 20:16:39 UTC] Joined database engine thread
  1431. DEBU[2017:04:23 20:16:39 UTC] Breaking HTTP engine loop
  1432. Leaving test case "startevent_step_multiple_outputs"; testing time: 4019mks
  1433. Leaving test suite "StartEventTest"
  1434. Entering test suite "StartTimerEventTest"
  1435. Entering test case "starttimerevent_test_iso_convert"
  1436. WARN[2017:04:23 20:16:39 UTC] Database engine is disabled, do not connect to couchbase
  1437. WARN[2017:04:23 20:16:39 UTC] Queue engine is not started, doing local evaluation instead
  1438. DEBU[2017:04:23 20:16:39 UTC] JavaScript engine is initialized
  1439. DEBU[2017:04:23 20:16:39 UTC] Starting database engine thread
  1440. DEBU[2017:04:23 20:16:39 UTC] Waiting until database starts
  1441. DEBU[2017:04:23 20:16:39 UTC] Starting database engine loop
  1442. DEBU[2017:04:23 20:16:39 UTC] Database started
  1443. DEBU[2017:04:23 20:16:39 UTC] Starting HTTP engine thread
  1444. DEBU[2017:04:23 20:16:39 UTC] Waiting until HTTP engine starts
  1445. DEBU[2017:04:23 20:16:39 UTC] HTTP engine started
  1446. DEBU[2017:04:23 20:16:39 UTC] Starting Queue engine thread
  1447. DEBU[2017:04:23 20:16:39 UTC] Waiting until Queue engine starts
  1448. DEBU[2017:04:23 20:16:39 UTC] Queue engine started
  1449. DEBU[2017:04:23 20:16:39 UTC] Starting Timer engine thread
  1450. DEBU[2017:04:23 20:16:39 UTC] Waiting until Timer engine starts
  1451. DEBU[2017:04:23 20:16:39 UTC] Timer engine started
  1452. DEBU[2017:04:23 20:16:39 UTC] Waiting for database actions to be done
  1453. DEBU[2017:04:23 20:16:39 UTC] Stopping database engine thread
  1454. DEBU[2017:04:23 20:16:39 UTC] Stopped database engine thread
  1455. DEBU[2017:04:23 20:16:39 UTC] Joined database engine thread
  1456. DEBU[2017:04:23 20:16:39 UTC] Breaking HTTP engine loop
  1457. Leaving test case "starttimerevent_test_iso_convert"; testing time: 1300mks
  1458. Entering test case "starttimerevent_simple"
  1459. WARN[2017:04:23 20:16:39 UTC] Database engine is disabled, do not connect to couchbase
  1460. WARN[2017:04:23 20:16:39 UTC] Queue engine is not started, doing local evaluation instead
  1461. DEBU[2017:04:23 20:16:39 UTC] JavaScript engine is initialized
  1462. DEBU[2017:04:23 20:16:39 UTC] Starting database engine thread
  1463. DEBU[2017:04:23 20:16:39 UTC] Waiting until database starts
  1464. DEBU[2017:04:23 20:16:39 UTC] Starting database engine loop
  1465. DEBU[2017:04:23 20:16:39 UTC] Database started
  1466. DEBU[2017:04:23 20:16:39 UTC] Starting HTTP engine thread
  1467. DEBU[2017:04:23 20:16:39 UTC] Waiting until HTTP engine starts
  1468. DEBU[2017:04:23 20:16:39 UTC] HTTP engine started
  1469. DEBU[2017:04:23 20:16:39 UTC] Starting Queue engine thread
  1470. DEBU[2017:04:23 20:16:39 UTC] Waiting until Queue engine starts
  1471. DEBU[2017:04:23 20:16:39 UTC] Queue engine started
  1472. DEBU[2017:04:23 20:16:39 UTC] Starting Timer engine thread
  1473. DEBU[2017:04:23 20:16:39 UTC] Waiting until Timer engine starts
  1474. DEBU[2017:04:23 20:16:39 UTC] Timer engine started
  1475. DEBU[2017:04:23 20:16:39 UTC] Waiting for database actions to be done
  1476. DEBU[2017:04:23 20:16:39 UTC] Stopping database engine thread
  1477. DEBU[2017:04:23 20:16:39 UTC] Stopped database engine thread
  1478. DEBU[2017:04:23 20:16:39 UTC] Joined database engine thread
  1479. DEBU[2017:04:23 20:16:39 UTC] Breaking HTTP engine loop
  1480. Leaving test case "starttimerevent_simple"; testing time: 1233mks
  1481. Leaving test suite "StartTimerEventTest"
  1482. Entering test suite "ExclusiveGatewayTest"
  1483. Entering test case "exclusivegateway_virtual_methods"
  1484. WARN[2017:04:23 20:16:39 UTC] Database engine is disabled, do not connect to couchbase
  1485. WARN[2017:04:23 20:16:39 UTC] Queue engine is not started, doing local evaluation instead
  1486. DEBU[2017:04:23 20:16:39 UTC] JavaScript engine is initialized
  1487. DEBU[2017:04:23 20:16:39 UTC] Starting database engine thread
  1488. DEBU[2017:04:23 20:16:39 UTC] Waiting until database starts
  1489. DEBU[2017:04:23 20:16:39 UTC] Starting database engine loop
  1490. DEBU[2017:04:23 20:16:39 UTC] Database started
  1491. DEBU[2017:04:23 20:16:39 UTC] Starting HTTP engine thread
  1492. DEBU[2017:04:23 20:16:39 UTC] Waiting until HTTP engine starts
  1493. DEBU[2017:04:23 20:16:39 UTC] HTTP engine started
  1494. DEBU[2017:04:23 20:16:39 UTC] Starting Queue engine thread
  1495. DEBU[2017:04:23 20:16:39 UTC] Waiting until Queue engine starts
  1496. DEBU[2017:04:23 20:16:39 UTC] Queue engine started
  1497. DEBU[2017:04:23 20:16:39 UTC] Starting Timer engine thread
  1498. DEBU[2017:04:23 20:16:39 UTC] Waiting until Timer engine starts
  1499. DEBU[2017:04:23 20:16:39 UTC] Timer engine started
  1500. DEBU[2017:04:23 20:16:39 UTC] activated 0 element(s)
  1501. DEBU[2017:04:23 20:16:39 UTC] [VARIABLES] Multiple variables in instances:bpmn:250a3baf-0ada-4948-917b-e66fdb50e15a process ({})
  1502. DEBU[2017:04:23 20:16:39 UTC] Waiting for database actions to be done
  1503. DEBU[2017:04:23 20:16:39 UTC] Stopping database engine thread
  1504. DEBU[2017:04:23 20:16:39 UTC] Stopped database engine thread
  1505. DEBU[2017:04:23 20:16:40 UTC] Joined database engine thread
  1506. DEBU[2017:04:23 20:16:40 UTC] Breaking HTTP engine loop
  1507. Leaving test case "exclusivegateway_virtual_methods"; testing time: 3706mks
  1508. Entering test case "exclusivegateway_step_single_output"
  1509. WARN[2017:04:23 20:16:40 UTC] Database engine is disabled, do not connect to couchbase
  1510. WARN[2017:04:23 20:16:40 UTC] Queue engine is not started, doing local evaluation instead
  1511. DEBU[2017:04:23 20:16:40 UTC] JavaScript engine is initialized
  1512. DEBU[2017:04:23 20:16:40 UTC] Starting database engine thread
  1513. DEBU[2017:04:23 20:16:40 UTC] Waiting until database starts
  1514. DEBU[2017:04:23 20:16:40 UTC] Starting database engine loop
  1515. DEBU[2017:04:23 20:16:40 UTC] Database started
  1516. DEBU[2017:04:23 20:16:40 UTC] Starting HTTP engine thread
  1517. DEBU[2017:04:23 20:16:40 UTC] Waiting until HTTP engine starts
  1518. DEBU[2017:04:23 20:16:40 UTC] HTTP engine started
  1519. DEBU[2017:04:23 20:16:40 UTC] Starting Queue engine thread
  1520. DEBU[2017:04:23 20:16:40 UTC] Waiting until Queue engine starts
  1521. DEBU[2017:04:23 20:16:40 UTC] Queue engine started
  1522. DEBU[2017:04:23 20:16:40 UTC] Starting Timer engine thread
  1523. DEBU[2017:04:23 20:16:40 UTC] Waiting until Timer engine starts
  1524. DEBU[2017:04:23 20:16:40 UTC] Timer engine started
  1525. DEBU[2017:04:23 20:16:40 UTC] activated 0 element(s)
  1526. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:3738c6b2-a4c7-48d0-a4c0-21ad0ffb7709 process ({})
  1527. DEBU[2017:04:23 20:16:40 UTC] [TOKEN] from to ExclusiveGateway_123
  1528. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:3738c6b2-a4c7-48d0-a4c0-21ad0ffb7709 process ({})
  1529. DEBU[2017:04:23 20:16:40 UTC] [TOKEN] from ExclusiveGateway_123 to ExclusiveGateway_124
  1530. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:3738c6b2-a4c7-48d0-a4c0-21ad0ffb7709 process ({})
  1531. DEBU[2017:04:23 20:16:40 UTC] Waiting for database actions to be done
  1532. DEBU[2017:04:23 20:16:40 UTC] Stopping database engine thread
  1533. DEBU[2017:04:23 20:16:40 UTC] Stopped database engine thread
  1534. DEBU[2017:04:23 20:16:40 UTC] Joined database engine thread
  1535. DEBU[2017:04:23 20:16:40 UTC] Breaking HTTP engine loop
  1536. Leaving test case "exclusivegateway_step_single_output"; testing time: 4144mks
  1537. Entering test case "exclusivegateway_step_multiple_outputs"
  1538. WARN[2017:04:23 20:16:40 UTC] Database engine is disabled, do not connect to couchbase
  1539. WARN[2017:04:23 20:16:40 UTC] Queue engine is not started, doing local evaluation instead
  1540. DEBU[2017:04:23 20:16:40 UTC] JavaScript engine is initialized
  1541. DEBU[2017:04:23 20:16:40 UTC] Starting database engine thread
  1542. DEBU[2017:04:23 20:16:40 UTC] Waiting until database starts
  1543. DEBU[2017:04:23 20:16:40 UTC] Starting database engine loop
  1544. DEBU[2017:04:23 20:16:40 UTC] Database started
  1545. DEBU[2017:04:23 20:16:40 UTC] Starting HTTP engine thread
  1546. DEBU[2017:04:23 20:16:40 UTC] Waiting until HTTP engine starts
  1547. DEBU[2017:04:23 20:16:40 UTC] HTTP engine started
  1548. DEBU[2017:04:23 20:16:40 UTC] Starting Queue engine thread
  1549. DEBU[2017:04:23 20:16:40 UTC] Waiting until Queue engine starts
  1550. DEBU[2017:04:23 20:16:40 UTC] Queue engine started
  1551. DEBU[2017:04:23 20:16:40 UTC] Starting Timer engine thread
  1552. DEBU[2017:04:23 20:16:40 UTC] Waiting until Timer engine starts
  1553. DEBU[2017:04:23 20:16:40 UTC] Timer engine started
  1554. DEBU[2017:04:23 20:16:40 UTC] activated 0 element(s)
  1555. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:c1bb6bf3-2322-489a-b1f2-dd487cfdf13c process ({})
  1556. DEBU[2017:04:23 20:16:40 UTC] [TOKEN] from to ExclusiveGateway_123
  1557. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:c1bb6bf3-2322-489a-b1f2-dd487cfdf13c process ({})
  1558. DEBU[2017:04:23 20:16:40 UTC] [TOKEN] from ExclusiveGateway_123 to ExclusiveGateway_124
  1559. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:c1bb6bf3-2322-489a-b1f2-dd487cfdf13c process ({})
  1560. DEBU[2017:04:23 20:16:40 UTC] Waiting for database actions to be done
  1561. DEBU[2017:04:23 20:16:40 UTC] Stopping database engine thread
  1562. DEBU[2017:04:23 20:16:40 UTC] Stopped database engine thread
  1563. DEBU[2017:04:23 20:16:40 UTC] Joined database engine thread
  1564. DEBU[2017:04:23 20:16:40 UTC] Breaking HTTP engine loop
  1565. Leaving test case "exclusivegateway_step_multiple_outputs"; testing time: 3758mks
  1566. Leaving test suite "ExclusiveGatewayTest"
  1567. Entering test suite "GatewayTest"
  1568. Entering test case "gateway_add_get_conditions"
  1569. WARN[2017:04:23 20:16:40 UTC] ElementInstance initiated without process (might be okay for tests).
  1570. Leaving test case "gateway_add_get_conditions"; testing time: 310mks
  1571. Entering test case "gateway_default_condition"
  1572. WARN[2017:04:23 20:16:40 UTC] ElementInstance initiated without process (might be okay for tests).
  1573. Leaving test case "gateway_default_condition"; testing time: 186mks
  1574. Leaving test suite "GatewayTest"
  1575. Entering test suite "InclusiveGatewayTest"
  1576. Entering test case "inclusivegateway_virtual_methods"
  1577. WARN[2017:04:23 20:16:40 UTC] Database engine is disabled, do not connect to couchbase
  1578. WARN[2017:04:23 20:16:40 UTC] Queue engine is not started, doing local evaluation instead
  1579. DEBU[2017:04:23 20:16:40 UTC] JavaScript engine is initialized
  1580. DEBU[2017:04:23 20:16:40 UTC] Starting database engine thread
  1581. DEBU[2017:04:23 20:16:40 UTC] Waiting until database starts
  1582. DEBU[2017:04:23 20:16:40 UTC] Starting database engine loop
  1583. DEBU[2017:04:23 20:16:40 UTC] Database started
  1584. DEBU[2017:04:23 20:16:40 UTC] Starting HTTP engine thread
  1585. DEBU[2017:04:23 20:16:40 UTC] Waiting until HTTP engine starts
  1586. DEBU[2017:04:23 20:16:40 UTC] HTTP engine started
  1587. DEBU[2017:04:23 20:16:40 UTC] Starting Queue engine thread
  1588. DEBU[2017:04:23 20:16:40 UTC] Waiting until Queue engine starts
  1589. DEBU[2017:04:23 20:16:40 UTC] Queue engine started
  1590. DEBU[2017:04:23 20:16:40 UTC] Starting Timer engine thread
  1591. DEBU[2017:04:23 20:16:40 UTC] Waiting until Timer engine starts
  1592. DEBU[2017:04:23 20:16:40 UTC] Timer engine started
  1593. DEBU[2017:04:23 20:16:40 UTC] activated 0 element(s)
  1594. DEBU[2017:04:23 20:16:40 UTC] [VARIABLES] Multiple variables in instances:bpmn:52c94ec8-b7e5-4a1e-b790-9b62a26219da process ({})
  1595. DEBU[2017:04:23 20:16:40 UTC] Waiting for database actions to be done
  1596. DEBU[2017:04:23 20:16:40 UTC] Stopping database engine thread
  1597. DEBU[2017:04:23 20:16:40 UTC] Stopped database engine thread
  1598. DEBU[2017:04:23 20:16:40 UTC] Joined database engine thread
  1599. DEBU[2017:04:23 20:16:40 UTC] Breaking HTTP engine loop
  1600. Leaving test case "inclusivegateway_virtual_methods"; testing time: 3401mks
  1601. Entering test case "inclusivegateway_step_single_output"
  1602. WARN[2017:04:23 20:16:40 UTC] Database engine is disabled, do not connect to couchbase
  1603. WARN[2017:04:23 20:16:40 UTC] Queue engine is not started, doing local evaluation instead
  1604. DEBU[2017:04:23 20:16:40 UTC] JavaScript engine is initialized
  1605. DEBU[2017:04:23 20:16:40 UTC] Starting database engine thread
  1606. DEBU[2017:04:23 20:16:40 UTC] Waiting until database starts
  1607. DEBU[2017:04:23 20:16:40 UTC] Starting database engine loop
  1608. DEBU[2017:04:23 20:16:41 UTC] Database started
  1609. DEBU[2017:04:23 20:16:41 UTC] Starting HTTP engine thread
  1610. DEBU[2017:04:23 20:16:41 UTC] Waiting until HTTP engine starts
  1611. DEBU[2017:04:23 20:16:41 UTC] HTTP engine started
  1612. DEBU[2017:04:23 20:16:41 UTC] Starting Queue engine thread
  1613. DEBU[2017:04:23 20:16:41 UTC] Waiting until Queue engine starts
  1614. DEBU[2017:04:23 20:16:41 UTC] Queue engine started
  1615. DEBU[2017:04:23 20:16:41 UTC] Starting Timer engine thread
  1616. DEBU[2017:04:23 20:16:41 UTC] Waiting until Timer engine starts
  1617. DEBU[2017:04:23 20:16:41 UTC] Timer engine started
  1618. DEBU[2017:04:23 20:16:41 UTC] activated 0 element(s)
  1619. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:9381f550-16ee-43e8-8d30-e6fafb989955 process ({})
  1620. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from to InclusiveGateway_123
  1621. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:9381f550-16ee-43e8-8d30-e6fafb989955 process ({})
  1622. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from InclusiveGateway_123 to InclusiveGateway_124
  1623. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:9381f550-16ee-43e8-8d30-e6fafb989955 process ({})
  1624. DEBU[2017:04:23 20:16:41 UTC] Waiting for database actions to be done
  1625. DEBU[2017:04:23 20:16:41 UTC] Stopping database engine thread
  1626. DEBU[2017:04:23 20:16:41 UTC] Stopped database engine thread
  1627. DEBU[2017:04:23 20:16:41 UTC] Joined database engine thread
  1628. DEBU[2017:04:23 20:16:41 UTC] Breaking HTTP engine loop
  1629. Leaving test case "inclusivegateway_step_single_output"; testing time: 3901mks
  1630. Entering test case "inclusivegateway_step_multiple_outputs"
  1631. WARN[2017:04:23 20:16:41 UTC] Database engine is disabled, do not connect to couchbase
  1632. WARN[2017:04:23 20:16:41 UTC] Queue engine is not started, doing local evaluation instead
  1633. DEBU[2017:04:23 20:16:41 UTC] JavaScript engine is initialized
  1634. DEBU[2017:04:23 20:16:41 UTC] Starting database engine thread
  1635. DEBU[2017:04:23 20:16:41 UTC] Waiting until database starts
  1636. DEBU[2017:04:23 20:16:41 UTC] Starting database engine loop
  1637. DEBU[2017:04:23 20:16:41 UTC] Database started
  1638. DEBU[2017:04:23 20:16:41 UTC] Starting HTTP engine thread
  1639. DEBU[2017:04:23 20:16:41 UTC] Waiting until HTTP engine starts
  1640. DEBU[2017:04:23 20:16:41 UTC] HTTP engine started
  1641. DEBU[2017:04:23 20:16:41 UTC] Starting Queue engine thread
  1642. DEBU[2017:04:23 20:16:41 UTC] Waiting until Queue engine starts
  1643. DEBU[2017:04:23 20:16:41 UTC] Queue engine started
  1644. DEBU[2017:04:23 20:16:41 UTC] Starting Timer engine thread
  1645. DEBU[2017:04:23 20:16:41 UTC] Waiting until Timer engine starts
  1646. DEBU[2017:04:23 20:16:41 UTC] Timer engine started
  1647. DEBU[2017:04:23 20:16:41 UTC] activated 0 element(s)
  1648. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:69ca0854-7bd5-46d5-98c4-1a14fdde8eb1 process ({})
  1649. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from to InclusiveGateway_123
  1650. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:69ca0854-7bd5-46d5-98c4-1a14fdde8eb1 process ({})
  1651. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from InclusiveGateway_123 to InclusiveGateway_124
  1652. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:69ca0854-7bd5-46d5-98c4-1a14fdde8eb1 process ({})
  1653. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from InclusiveGateway_123 to InclusiveGateway_125
  1654. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:69ca0854-7bd5-46d5-98c4-1a14fdde8eb1 process ({})
  1655. DEBU[2017:04:23 20:16:41 UTC] Waiting for database actions to be done
  1656. DEBU[2017:04:23 20:16:41 UTC] Stopping database engine thread
  1657. DEBU[2017:04:23 20:16:41 UTC] Stopped database engine thread
  1658. DEBU[2017:04:23 20:16:41 UTC] Joined database engine thread
  1659. DEBU[2017:04:23 20:16:41 UTC] Breaking HTTP engine loop
  1660. Leaving test case "inclusivegateway_step_multiple_outputs"; testing time: 4ms
  1661. Leaving test suite "InclusiveGatewayTest"
  1662. Entering test suite "ParallelGatewayTest"
  1663. Entering test case "parallelgateway_virtual_methods"
  1664. WARN[2017:04:23 20:16:41 UTC] Database engine is disabled, do not connect to couchbase
  1665. WARN[2017:04:23 20:16:41 UTC] Queue engine is not started, doing local evaluation instead
  1666. DEBU[2017:04:23 20:16:41 UTC] JavaScript engine is initialized
  1667. DEBU[2017:04:23 20:16:41 UTC] Starting database engine thread
  1668. DEBU[2017:04:23 20:16:41 UTC] Waiting until database starts
  1669. DEBU[2017:04:23 20:16:41 UTC] Starting database engine loop
  1670. DEBU[2017:04:23 20:16:41 UTC] Database started
  1671. DEBU[2017:04:23 20:16:41 UTC] Starting HTTP engine thread
  1672. DEBU[2017:04:23 20:16:41 UTC] Waiting until HTTP engine starts
  1673. DEBU[2017:04:23 20:16:41 UTC] HTTP engine started
  1674. DEBU[2017:04:23 20:16:41 UTC] Starting Queue engine thread
  1675. DEBU[2017:04:23 20:16:41 UTC] Waiting until Queue engine starts
  1676. DEBU[2017:04:23 20:16:41 UTC] Queue engine started
  1677. DEBU[2017:04:23 20:16:41 UTC] Starting Timer engine thread
  1678. DEBU[2017:04:23 20:16:41 UTC] Waiting until Timer engine starts
  1679. DEBU[2017:04:23 20:16:41 UTC] Timer engine started
  1680. DEBU[2017:04:23 20:16:41 UTC] activated 0 element(s)
  1681. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:d86be813-b2fb-428a-a5fe-de8f5ed28452 process ({})
  1682. DEBU[2017:04:23 20:16:41 UTC] Waiting for database actions to be done
  1683. DEBU[2017:04:23 20:16:41 UTC] Stopping database engine thread
  1684. DEBU[2017:04:23 20:16:41 UTC] Stopped database engine thread
  1685. DEBU[2017:04:23 20:16:41 UTC] Joined database engine thread
  1686. DEBU[2017:04:23 20:16:41 UTC] Breaking HTTP engine loop
  1687. Leaving test case "parallelgateway_virtual_methods"; testing time: 3531mks
  1688. Entering test case "parallelgateway_first_input_only"
  1689. WARN[2017:04:23 20:16:41 UTC] Database engine is disabled, do not connect to couchbase
  1690. WARN[2017:04:23 20:16:41 UTC] Queue engine is not started, doing local evaluation instead
  1691. DEBU[2017:04:23 20:16:41 UTC] JavaScript engine is initialized
  1692. DEBU[2017:04:23 20:16:41 UTC] Starting database engine thread
  1693. DEBU[2017:04:23 20:16:41 UTC] Waiting until database starts
  1694. DEBU[2017:04:23 20:16:41 UTC] Starting database engine loop
  1695. DEBU[2017:04:23 20:16:41 UTC] Database started
  1696. DEBU[2017:04:23 20:16:41 UTC] Starting HTTP engine thread
  1697. DEBU[2017:04:23 20:16:41 UTC] Waiting until HTTP engine starts
  1698. DEBU[2017:04:23 20:16:41 UTC] HTTP engine started
  1699. DEBU[2017:04:23 20:16:41 UTC] Starting Queue engine thread
  1700. DEBU[2017:04:23 20:16:41 UTC] Waiting until Queue engine starts
  1701. DEBU[2017:04:23 20:16:41 UTC] Queue engine started
  1702. DEBU[2017:04:23 20:16:41 UTC] Starting Timer engine thread
  1703. DEBU[2017:04:23 20:16:41 UTC] Waiting until Timer engine starts
  1704. DEBU[2017:04:23 20:16:41 UTC] Timer engine started
  1705. DEBU[2017:04:23 20:16:41 UTC] activated 0 element(s)
  1706. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:2f682b88-fd19-43fb-8c24-a430cca32dbc process ({})
  1707. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from to StartEvent_121
  1708. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:2f682b88-fd19-43fb-8c24-a430cca32dbc process ({})
  1709. DEBU[2017:04:23 20:16:41 UTC] [TOKEN] from StartEvent_121 to ParallelGateway_123
  1710. DEBU[2017:04:23 20:16:41 UTC] [VARIABLES] Multiple variables in instances:bpmn:2f682b88-fd19-43fb-8c24-a430cca32dbc process ({})
  1711. DEBU[2017:04:23 20:16:41 UTC] ParallelGateway_123 received token from StartEvent_121
  1712. DEBU[2017:04:23 20:16:41 UTC] Waiting for database actions to be done
  1713. DEBU[2017:04:23 20:16:41 UTC] Stopping database engine thread
  1714. DEBU[2017:04:23 20:16:41 UTC] Stopped database engine thread
  1715. DEBU[2017:04:23 20:16:41 UTC] Joined database engine thread
  1716. DEBU[2017:04:23 20:16:41 UTC] Breaking HTTP engine loop
  1717. Leaving test case "parallelgateway_first_input_only"; testing time: 4011mks
  1718. Entering test case "parallelgateway_both_inputs"
  1719. WARN[2017:04:23 20:16:41 UTC] Database engine is disabled, do not connect to couchbase
  1720. WARN[2017:04:23 20:16:41 UTC] Queue engine is not started, doing local evaluation instead
  1721. DEBU[2017:04:23 20:16:41 UTC] JavaScript engine is initialized
  1722. DEBU[2017:04:23 20:16:41 UTC] Starting database engine thread
  1723. DEBU[2017:04:23 20:16:41 UTC] Waiting until database starts
  1724. DEBU[2017:04:23 20:16:41 UTC] Starting database engine loop
  1725. DEBU[2017:04:23 20:16:42 UTC] Database started
  1726. DEBU[2017:04:23 20:16:42 UTC] Starting HTTP engine thread
  1727. DEBU[2017:04:23 20:16:42 UTC] Waiting until HTTP engine starts
  1728. DEBU[2017:04:23 20:16:42 UTC] HTTP engine started
  1729. DEBU[2017:04:23 20:16:42 UTC] Starting Queue engine thread
  1730. DEBU[2017:04:23 20:16:42 UTC] Waiting until Queue engine starts
  1731. DEBU[2017:04:23 20:16:42 UTC] Queue engine started
  1732. DEBU[2017:04:23 20:16:42 UTC] Starting Timer engine thread
  1733. DEBU[2017:04:23 20:16:42 UTC] Waiting until Timer engine starts
  1734. DEBU[2017:04:23 20:16:42 UTC] Timer engine started
  1735. DEBU[2017:04:23 20:16:42 UTC] activated 0 element(s)
  1736. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:e8d937d2-8d57-4689-9015-07859bf03f87 process ({})
  1737. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from to StartEvent_121
  1738. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:e8d937d2-8d57-4689-9015-07859bf03f87 process ({})
  1739. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from to StartEvent_122
  1740. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:e8d937d2-8d57-4689-9015-07859bf03f87 process ({})
  1741. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from StartEvent_121 to ParallelGateway_123
  1742. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:e8d937d2-8d57-4689-9015-07859bf03f87 process ({})
  1743. DEBU[2017:04:23 20:16:42 UTC] ParallelGateway_123 received token from StartEvent_121
  1744. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from StartEvent_122 to ParallelGateway_123#3
  1745. DEBU[2017:04:23 20:16:42 UTC] ParallelGateway_123 received token from StartEvent_122
  1746. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from ParallelGateway_123 to EndEvent_124
  1747. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:e8d937d2-8d57-4689-9015-07859bf03f87 process ({})
  1748. DEBU[2017:04:23 20:16:42 UTC] Waiting for database actions to be done
  1749. DEBU[2017:04:23 20:16:42 UTC] Stopping database engine thread
  1750. DEBU[2017:04:23 20:16:42 UTC] Stopped database engine thread
  1751. DEBU[2017:04:23 20:16:42 UTC] Joined database engine thread
  1752. DEBU[2017:04:23 20:16:42 UTC] Breaking HTTP engine loop
  1753. Leaving test case "parallelgateway_both_inputs"; testing time: 4003mks
  1754. Leaving test suite "ParallelGatewayTest"
  1755. Entering test suite "ProcessDefinitionTest"
  1756. Entering test case "processdefinition_simple"
  1757. WARN[2017:04:23 20:16:42 UTC] Database engine is disabled, do not connect to couchbase
  1758. WARN[2017:04:23 20:16:42 UTC] Queue engine is not started, doing local evaluation instead
  1759. DEBU[2017:04:23 20:16:42 UTC] JavaScript engine is initialized
  1760. DEBU[2017:04:23 20:16:42 UTC] Starting database engine thread
  1761. DEBU[2017:04:23 20:16:42 UTC] Waiting until database starts
  1762. DEBU[2017:04:23 20:16:42 UTC] Starting database engine loop
  1763. DEBU[2017:04:23 20:16:42 UTC] Database started
  1764. DEBU[2017:04:23 20:16:42 UTC] Starting HTTP engine thread
  1765. DEBU[2017:04:23 20:16:42 UTC] Waiting until HTTP engine starts
  1766. DEBU[2017:04:23 20:16:42 UTC] HTTP engine started
  1767. DEBU[2017:04:23 20:16:42 UTC] Starting Queue engine thread
  1768. DEBU[2017:04:23 20:16:42 UTC] Waiting until Queue engine starts
  1769. DEBU[2017:04:23 20:16:42 UTC] Queue engine started
  1770. DEBU[2017:04:23 20:16:42 UTC] Starting Timer engine thread
  1771. DEBU[2017:04:23 20:16:42 UTC] Waiting until Timer engine starts
  1772. DEBU[2017:04:23 20:16:42 UTC] Timer engine started
  1773. DEBU[2017:04:23 20:16:42 UTC] Waiting for database actions to be done
  1774. DEBU[2017:04:23 20:16:42 UTC] Stopping database engine thread
  1775. DEBU[2017:04:23 20:16:42 UTC] Stopped database engine thread
  1776. DEBU[2017:04:23 20:16:42 UTC] Joined database engine thread
  1777. DEBU[2017:04:23 20:16:42 UTC] Breaking HTTP engine loop
  1778. Leaving test case "processdefinition_simple"; testing time: 3539mks
  1779. Leaving test suite "ProcessDefinitionTest"
  1780. Entering test suite "ProcessInstanceTest"
  1781. Entering test case "processinstance_simple"
  1782. WARN[2017:04:23 20:16:42 UTC] Database engine is disabled, do not connect to couchbase
  1783. WARN[2017:04:23 20:16:42 UTC] Queue engine is not started, doing local evaluation instead
  1784. DEBU[2017:04:23 20:16:42 UTC] JavaScript engine is initialized
  1785. DEBU[2017:04:23 20:16:42 UTC] Starting database engine thread
  1786. DEBU[2017:04:23 20:16:42 UTC] Waiting until database starts
  1787. DEBU[2017:04:23 20:16:42 UTC] Starting database engine loop
  1788. DEBU[2017:04:23 20:16:42 UTC] Database started
  1789. DEBU[2017:04:23 20:16:42 UTC] Starting HTTP engine thread
  1790. DEBU[2017:04:23 20:16:42 UTC] Waiting until HTTP engine starts
  1791. DEBU[2017:04:23 20:16:42 UTC] HTTP engine started
  1792. DEBU[2017:04:23 20:16:42 UTC] Starting Queue engine thread
  1793. DEBU[2017:04:23 20:16:42 UTC] Waiting until Queue engine starts
  1794. DEBU[2017:04:23 20:16:42 UTC] Queue engine started
  1795. DEBU[2017:04:23 20:16:42 UTC] Starting Timer engine thread
  1796. DEBU[2017:04:23 20:16:42 UTC] Waiting until Timer engine starts
  1797. DEBU[2017:04:23 20:16:42 UTC] Timer engine started
  1798. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from to StartEvent_123
  1799. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:2fa548dc-d7fd-4658-804f-20ae50f25b1f process ({})
  1800. DEBU[2017:04:23 20:16:42 UTC] activated 1 element(s)
  1801. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:2fa548dc-d7fd-4658-804f-20ae50f25b1f process ({})
  1802. DEBU[2017:04:23 20:16:42 UTC] [STEP] instances:bpmn:2fa548dc-d7fd-4658-804f-20ae50f25b1f -> StartEvent_123#1
  1803. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1804. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:2fa548dc-d7fd-4658-804f-20ae50f25b1f process ({})
  1805. DEBU[2017:04:23 20:16:42 UTC] [STEP] instances:bpmn:2fa548dc-d7fd-4658-804f-20ae50f25b1f -> EndEvent_124#2
  1806. DEBU[2017:04:23 20:16:42 UTC] Waiting for database actions to be done
  1807. DEBU[2017:04:23 20:16:42 UTC] Stopping database engine thread
  1808. DEBU[2017:04:23 20:16:42 UTC] Stopped database engine thread
  1809. DEBU[2017:04:23 20:16:42 UTC] Joined database engine thread
  1810. DEBU[2017:04:23 20:16:42 UTC] Breaking HTTP engine loop
  1811. Leaving test case "processinstance_simple"; testing time: 5922mks
  1812. Entering test case "processinstance_variable"
  1813. WARN[2017:04:23 20:16:42 UTC] Database engine is disabled, do not connect to couchbase
  1814. WARN[2017:04:23 20:16:42 UTC] Queue engine is not started, doing local evaluation instead
  1815. DEBU[2017:04:23 20:16:42 UTC] JavaScript engine is initialized
  1816. DEBU[2017:04:23 20:16:42 UTC] Starting database engine thread
  1817. DEBU[2017:04:23 20:16:42 UTC] Waiting until database starts
  1818. DEBU[2017:04:23 20:16:42 UTC] Starting database engine loop
  1819. DEBU[2017:04:23 20:16:42 UTC] Database started
  1820. DEBU[2017:04:23 20:16:42 UTC] Starting HTTP engine thread
  1821. DEBU[2017:04:23 20:16:42 UTC] Waiting until HTTP engine starts
  1822. DEBU[2017:04:23 20:16:42 UTC] HTTP engine started
  1823. DEBU[2017:04:23 20:16:42 UTC] Starting Queue engine thread
  1824. DEBU[2017:04:23 20:16:42 UTC] Waiting until Queue engine starts
  1825. DEBU[2017:04:23 20:16:42 UTC] Queue engine started
  1826. DEBU[2017:04:23 20:16:42 UTC] Starting Timer engine thread
  1827. DEBU[2017:04:23 20:16:42 UTC] Waiting until Timer engine starts
  1828. DEBU[2017:04:23 20:16:42 UTC] Timer engine started
  1829. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from to StartEvent_123
  1830. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:614b137f-b058-4ae0-ac10-2390201aef4d process ({})
  1831. DEBU[2017:04:23 20:16:42 UTC] activated 1 element(s)
  1832. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:614b137f-b058-4ae0-ac10-2390201aef4d process ({})
  1833. DEBU[2017:04:23 20:16:42 UTC] [STEP] instances:bpmn:614b137f-b058-4ae0-ac10-2390201aef4d -> StartEvent_123#1
  1834. DEBU[2017:04:23 20:16:42 UTC] [TOKEN] from StartEvent_123 to EndEvent_124
  1835. DEBU[2017:04:23 20:16:42 UTC] [VARIABLES] Multiple variables in instances:bpmn:614b137f-b058-4ae0-ac10-2390201aef4d process ({"key123":"value654"})
  1836. DEBU[2017:04:23 20:16:42 UTC] [STEP] instances:bpmn:614b137f-b058-4ae0-ac10-2390201aef4d -> EndEvent_124#2
  1837. DEBU[2017:04:23 20:16:42 UTC] Waiting for database actions to be done
  1838. DEBU[2017:04:23 20:16:42 UTC] Stopping database engine thread
  1839. DEBU[2017:04:23 20:16:42 UTC] Stopped database engine thread
  1840. DEBU[2017:04:23 20:16:42 UTC] Joined database engine thread
  1841. DEBU[2017:04:23 20:16:42 UTC] Breaking HTTP engine loop
  1842. Leaving test case "processinstance_variable"; testing time: 7372mks
  1843. Entering test case "processinstance_dmn"
  1844. WARN[2017:04:23 20:16:42 UTC] Database engine is disabled, do not connect to couchbase
  1845. WARN[2017:04:23 20:16:42 UTC] Queue engine is not started, doing local evaluation instead
  1846. DEBU[2017:04:23 20:16:42 UTC] JavaScript engine is initialized
  1847. DEBU[2017:04:23 20:16:42 UTC] Starting database engine thread
  1848. DEBU[2017:04:23 20:16:42 UTC] Waiting until database starts
  1849. DEBU[2017:04:23 20:16:42 UTC] Starting database engine loop
  1850. DEBU[2017:04:23 20:16:43 UTC] Database started
  1851. DEBU[2017:04:23 20:16:43 UTC] Starting HTTP engine thread
  1852. DEBU[2017:04:23 20:16:43 UTC] Waiting until HTTP engine starts
  1853. DEBU[2017:04:23 20:16:43 UTC] HTTP engine started
  1854. DEBU[2017:04:23 20:16:43 UTC] Starting Queue engine thread
  1855. DEBU[2017:04:23 20:16:43 UTC] Waiting until Queue engine starts
  1856. DEBU[2017:04:23 20:16:43 UTC] Queue engine started
  1857. DEBU[2017:04:23 20:16:43 UTC] Starting Timer engine thread
  1858. DEBU[2017:04:23 20:16:43 UTC] Waiting until Timer engine starts
  1859. DEBU[2017:04:23 20:16:43 UTC] Timer engine started
  1860. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from to StartEvent_123
  1861. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf process ({"applicantAge":30,"medicalHistory":"bad"})
  1862. DEBU[2017:04:23 20:16:43 UTC] activated 1 element(s)
  1863. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf process ({})
  1864. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> StartEvent_123#1
  1865. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from StartEvent_123 to BusinessRuleTask_124
  1866. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf process ({})
  1867. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1868. DEBU[2017:04:23 20:16:43 UTC] [ACTIVITY] preparing instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1869. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1870. DEBU[2017:04:23 20:16:43 UTC] [ACTIVITY] activating instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1871. WARN[2017:04:23 20:16:43 UTC] Doing local DMN evaluation
  1872. DEBU[2017:04:23 20:16:43 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2 with data: {"applicantRiskRating":"Medium"} and handling: {"type":"global"}
  1873. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf process ({"applicantRiskRating":"Medium"})
  1874. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1875. DEBU[2017:04:23 20:16:43 UTC] [ACTIVITY] completing instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> BusinessRuleTask_124#2
  1876. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from BusinessRuleTask_124 to EndEvent_125
  1877. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf process ({})
  1878. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:bbb25cbf-1d6d-427a-81cf-2a7a721e36cf -> EndEvent_125#3
  1879. DEBU[2017:04:23 20:16:43 UTC] Waiting for database actions to be done
  1880. DEBU[2017:04:23 20:16:43 UTC] Stopping database engine thread
  1881. DEBU[2017:04:23 20:16:43 UTC] Stopped database engine thread
  1882. DEBU[2017:04:23 20:16:43 UTC] Joined database engine thread
  1883. DEBU[2017:04:23 20:16:43 UTC] Breaking HTTP engine loop
  1884. Leaving test case "processinstance_dmn"; testing time: 19711mks
  1885. Entering test case "processinstance_exclusive_gateway"
  1886. WARN[2017:04:23 20:16:43 UTC] Database engine is disabled, do not connect to couchbase
  1887. WARN[2017:04:23 20:16:43 UTC] Queue engine is not started, doing local evaluation instead
  1888. DEBU[2017:04:23 20:16:43 UTC] JavaScript engine is initialized
  1889. DEBU[2017:04:23 20:16:43 UTC] Starting database engine thread
  1890. DEBU[2017:04:23 20:16:43 UTC] Waiting until database starts
  1891. DEBU[2017:04:23 20:16:43 UTC] Starting database engine loop
  1892. DEBU[2017:04:23 20:16:43 UTC] Database started
  1893. DEBU[2017:04:23 20:16:43 UTC] Starting HTTP engine thread
  1894. DEBU[2017:04:23 20:16:43 UTC] Waiting until HTTP engine starts
  1895. DEBU[2017:04:23 20:16:43 UTC] HTTP engine started
  1896. DEBU[2017:04:23 20:16:43 UTC] Starting Queue engine thread
  1897. DEBU[2017:04:23 20:16:43 UTC] Waiting until Queue engine starts
  1898. DEBU[2017:04:23 20:16:43 UTC] Queue engine started
  1899. DEBU[2017:04:23 20:16:43 UTC] Starting Timer engine thread
  1900. DEBU[2017:04:23 20:16:43 UTC] Waiting until Timer engine starts
  1901. DEBU[2017:04:23 20:16:43 UTC] Timer engine started
  1902. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from to StartEvent_123
  1903. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a process ({"test":30})
  1904. DEBU[2017:04:23 20:16:43 UTC] activated 1 element(s)
  1905. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a process ({})
  1906. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a -> StartEvent_123#1
  1907. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from StartEvent_123 to ExclusiveGateway_124
  1908. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a process ({})
  1909. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a -> ExclusiveGateway_124#2
  1910. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "process.variable.test < 15", result is "false"
  1911. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "process.variable.test >= 15", result is "true"
  1912. DEBU[2017:04:23 20:16:43 UTC] [TOKEN] from ExclusiveGateway_124 to EndEvent_126
  1913. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a process ({"secondEnd":"yes"})
  1914. DEBU[2017:04:23 20:16:43 UTC] [STEP] instances:bpmn:b7062905-18af-4b6e-865d-299d9cc57a2a -> EndEvent_126#3
  1915. DEBU[2017:04:23 20:16:43 UTC] Waiting for database actions to be done
  1916. DEBU[2017:04:23 20:16:43 UTC] Stopping database engine thread
  1917. DEBU[2017:04:23 20:16:43 UTC] Stopped database engine thread
  1918. DEBU[2017:04:23 20:16:43 UTC] Joined database engine thread
  1919. DEBU[2017:04:23 20:16:43 UTC] Breaking HTTP engine loop
  1920. Leaving test case "processinstance_exclusive_gateway"; testing time: 10161mks
  1921. Leaving test suite "ProcessInstanceTest"
  1922. Entering test suite "DatabaseTest"
  1923. Leaving test suite "DatabaseTest"
  1924. Entering test suite "ExpressionTest"
  1925. Entering test case "expression_simple"
  1926. Leaving test case "expression_simple"; testing time: 228mks
  1927. Entering test case "expression_parse"
  1928. Leaving test case "expression_parse"; testing time: 142mks
  1929. Leaving test suite "ExpressionTest"
  1930. Entering test suite "JavaScriptTest"
  1931. Entering test case "javascript_simple"
  1932. WARN[2017:04:23 20:16:43 UTC] Database engine is disabled, do not connect to couchbase
  1933. WARN[2017:04:23 20:16:43 UTC] Queue engine is not started, doing local evaluation instead
  1934. DEBU[2017:04:23 20:16:43 UTC] JavaScript engine is initialized
  1935. DEBU[2017:04:23 20:16:43 UTC] Starting database engine thread
  1936. DEBU[2017:04:23 20:16:43 UTC] Waiting until database starts
  1937. DEBU[2017:04:23 20:16:43 UTC] Starting database engine loop
  1938. DEBU[2017:04:23 20:16:43 UTC] Database started
  1939. DEBU[2017:04:23 20:16:43 UTC] Starting HTTP engine thread
  1940. DEBU[2017:04:23 20:16:43 UTC] Waiting until HTTP engine starts
  1941. DEBU[2017:04:23 20:16:43 UTC] HTTP engine started
  1942. DEBU[2017:04:23 20:16:43 UTC] Starting Queue engine thread
  1943. DEBU[2017:04:23 20:16:43 UTC] Waiting until Queue engine starts
  1944. DEBU[2017:04:23 20:16:43 UTC] Queue engine started
  1945. DEBU[2017:04:23 20:16:43 UTC] Starting Timer engine thread
  1946. DEBU[2017:04:23 20:16:43 UTC] Waiting until Timer engine starts
  1947. DEBU[2017:04:23 20:16:43 UTC] Timer engine started
  1948. DEBU[2017:04:23 20:16:43 UTC] activated 0 element(s)
  1949. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:c8550d0d-3163-4bee-80e0-c814619fb76f process ({})
  1950. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "'Hello' + ', World!'", result is ""Hello, World!""
  1951. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "2 + 3", result is "5"
  1952. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "if (2 + 3 == 5) { 10 } else { 11 }", result is "10"
  1953. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "(2 + 3 == 5) ? 10 : 11", result is "10"
  1954. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "
  1955. function f() {
  1956. if (2 + 3 == 5) {
  1957. return 10;
  1958. } else {
  1959. return 11;
  1960. }
  1961. }
  1962.  
  1963. f()
  1964. ", result is "10"
  1965. DEBU[2017:04:23 20:16:43 UTC] Waiting for database actions to be done
  1966. DEBU[2017:04:23 20:16:43 UTC] Stopping database engine thread
  1967. DEBU[2017:04:23 20:16:43 UTC] Stopped database engine thread
  1968. DEBU[2017:04:23 20:16:43 UTC] Joined database engine thread
  1969. DEBU[2017:04:23 20:16:43 UTC] Breaking HTTP engine loop
  1970. Leaving test case "javascript_simple"; testing time: 10982mks
  1971. Entering test case "javascript_array"
  1972. WARN[2017:04:23 20:16:43 UTC] Database engine is disabled, do not connect to couchbase
  1973. WARN[2017:04:23 20:16:43 UTC] Queue engine is not started, doing local evaluation instead
  1974. DEBU[2017:04:23 20:16:43 UTC] JavaScript engine is initialized
  1975. DEBU[2017:04:23 20:16:43 UTC] Starting database engine thread
  1976. DEBU[2017:04:23 20:16:43 UTC] Waiting until database starts
  1977. DEBU[2017:04:23 20:16:43 UTC] Starting database engine loop
  1978. DEBU[2017:04:23 20:16:43 UTC] Database started
  1979. DEBU[2017:04:23 20:16:43 UTC] Starting HTTP engine thread
  1980. DEBU[2017:04:23 20:16:43 UTC] Waiting until HTTP engine starts
  1981. DEBU[2017:04:23 20:16:43 UTC] HTTP engine started
  1982. DEBU[2017:04:23 20:16:43 UTC] Starting Queue engine thread
  1983. DEBU[2017:04:23 20:16:43 UTC] Waiting until Queue engine starts
  1984. DEBU[2017:04:23 20:16:43 UTC] Queue engine started
  1985. DEBU[2017:04:23 20:16:43 UTC] Starting Timer engine thread
  1986. DEBU[2017:04:23 20:16:43 UTC] Waiting until Timer engine starts
  1987. DEBU[2017:04:23 20:16:43 UTC] Timer engine started
  1988. DEBU[2017:04:23 20:16:43 UTC] activated 0 element(s)
  1989. DEBU[2017:04:23 20:16:43 UTC] [VARIABLES] Multiple variables in instances:bpmn:f87fb3d3-2f43-4ffe-a48f-90ff159eb269 process ({})
  1990. DEBU[2017:04:23 20:16:43 UTC] setting "varjson" variable value ([1,2,3])
  1991. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "process.variable.varjson.length", result is "3"
  1992. DEBU[2017:04:23 20:16:43 UTC] Evaluated expression "process.variable.varjson[1]", result is "2"
  1993. DEBU[2017:04:23 20:16:43 UTC] Waiting for database actions to be done
  1994. DEBU[2017:04:23 20:16:43 UTC] Stopping database engine thread
  1995. DEBU[2017:04:23 20:16:43 UTC] Stopped database engine thread
  1996. DEBU[2017:04:23 20:16:43 UTC] Joined database engine thread
  1997. DEBU[2017:04:23 20:16:44 UTC] Breaking HTTP engine loop
  1998. Leaving test case "javascript_array"; testing time: 8630mks
  1999. Entering test case "javascript_variables"
  2000. WARN[2017:04:23 20:16:44 UTC] Database engine is disabled, do not connect to couchbase
  2001. WARN[2017:04:23 20:16:44 UTC] Queue engine is not started, doing local evaluation instead
  2002. DEBU[2017:04:23 20:16:44 UTC] JavaScript engine is initialized
  2003. DEBU[2017:04:23 20:16:44 UTC] Starting database engine thread
  2004. DEBU[2017:04:23 20:16:44 UTC] Waiting until database starts
  2005. DEBU[2017:04:23 20:16:44 UTC] Starting database engine loop
  2006. DEBU[2017:04:23 20:16:44 UTC] Database started
  2007. DEBU[2017:04:23 20:16:44 UTC] Starting HTTP engine thread
  2008. DEBU[2017:04:23 20:16:44 UTC] Waiting until HTTP engine starts
  2009. DEBU[2017:04:23 20:16:44 UTC] HTTP engine started
  2010. DEBU[2017:04:23 20:16:44 UTC] Starting Queue engine thread
  2011. DEBU[2017:04:23 20:16:44 UTC] Waiting until Queue engine starts
  2012. DEBU[2017:04:23 20:16:44 UTC] Queue engine started
  2013. DEBU[2017:04:23 20:16:44 UTC] Starting Timer engine thread
  2014. DEBU[2017:04:23 20:16:44 UTC] Waiting until Timer engine starts
  2015. DEBU[2017:04:23 20:16:44 UTC] Timer engine started
  2016. DEBU[2017:04:23 20:16:44 UTC] activated 0 element(s)
  2017. DEBU[2017:04:23 20:16:44 UTC] [VARIABLES] Multiple variables in instances:bpmn:887922dc-d07a-4fb1-a433-0aae705b044e process ({})
  2018. DEBU[2017:04:23 20:16:44 UTC] setting "varint1" variable value (2)
  2019. DEBU[2017:04:23 20:16:44 UTC] Evaluated expression "process.variable.varint1", result is "2"
  2020. DEBU[2017:04:23 20:16:44 UTC] setting "varint1" variable value (2)
  2021. DEBU[2017:04:23 20:16:44 UTC] setting "varint2" variable value (3)
  2022. DEBU[2017:04:23 20:16:44 UTC] Evaluated expression "process.variable.varint1 + process.variable.varint2", result is "5"
  2023. DEBU[2017:04:23 20:16:44 UTC] Waiting for database actions to be done
  2024. DEBU[2017:04:23 20:16:44 UTC] Stopping database engine thread
  2025. DEBU[2017:04:23 20:16:44 UTC] Stopped database engine thread
  2026. DEBU[2017:04:23 20:16:44 UTC] Joined database engine thread
  2027. DEBU[2017:04:23 20:16:44 UTC] Breaking HTTP engine loop
  2028. Leaving test case "javascript_variables"; testing time: 8589mks
  2029. Entering test case "javascript_exception"
  2030. WARN[2017:04:23 20:16:44 UTC] Database engine is disabled, do not connect to couchbase
  2031. WARN[2017:04:23 20:16:44 UTC] Queue engine is not started, doing local evaluation instead
  2032. DEBU[2017:04:23 20:16:44 UTC] JavaScript engine is initialized
  2033. DEBU[2017:04:23 20:16:44 UTC] Starting database engine thread
  2034. DEBU[2017:04:23 20:16:44 UTC] Waiting until database starts
  2035. DEBU[2017:04:23 20:16:44 UTC] Starting database engine loop
  2036. DEBU[2017:04:23 20:16:44 UTC] Database started
  2037. DEBU[2017:04:23 20:16:44 UTC] Starting HTTP engine thread
  2038. DEBU[2017:04:23 20:16:44 UTC] Waiting until HTTP engine starts
  2039. DEBU[2017:04:23 20:16:44 UTC] HTTP engine started
  2040. DEBU[2017:04:23 20:16:44 UTC] Starting Queue engine thread
  2041. DEBU[2017:04:23 20:16:44 UTC] Waiting until Queue engine starts
  2042. DEBU[2017:04:23 20:16:44 UTC] Queue engine started
  2043. DEBU[2017:04:23 20:16:44 UTC] Starting Timer engine thread
  2044. DEBU[2017:04:23 20:16:44 UTC] Waiting until Timer engine starts
  2045. DEBU[2017:04:23 20:16:44 UTC] Timer engine started
  2046. DEBU[2017:04:23 20:16:44 UTC] activated 0 element(s)
  2047. DEBU[2017:04:23 20:16:44 UTC] [VARIABLES] Multiple variables in instances:bpmn:f3542964-e2af-43ae-8b69-1f542b0c1c16 process ({})
  2048. DEBU[2017:04:23 20:16:44 UTC] setting "varint1" variable value (2)
  2049. DEBU[2017:04:23 20:16:44 UTC] Waiting for database actions to be done
  2050. DEBU[2017:04:23 20:16:44 UTC] Stopping database engine thread
  2051. DEBU[2017:04:23 20:16:44 UTC] Stopped database engine thread
  2052. DEBU[2017:04:23 20:16:44 UTC] Joined database engine thread
  2053. DEBU[2017:04:23 20:16:44 UTC] Breaking HTTP engine loop
  2054. Leaving test case "javascript_exception"; testing time: 7648mks
  2055. Entering test case "javascript_env"
  2056. WARN[2017:04:23 20:16:44 UTC] Database engine is disabled, do not connect to couchbase
  2057. WARN[2017:04:23 20:16:44 UTC] Queue engine is not started, doing local evaluation instead
  2058. DEBU[2017:04:23 20:16:44 UTC] JavaScript engine is initialized
  2059. DEBU[2017:04:23 20:16:44 UTC] Starting database engine thread
  2060. DEBU[2017:04:23 20:16:44 UTC] Waiting until database starts
  2061. DEBU[2017:04:23 20:16:44 UTC] Starting database engine loop
  2062. DEBU[2017:04:23 20:16:44 UTC] Database started
  2063. DEBU[2017:04:23 20:16:44 UTC] Starting HTTP engine thread
  2064. DEBU[2017:04:23 20:16:44 UTC] Waiting until HTTP engine starts
  2065. DEBU[2017:04:23 20:16:44 UTC] HTTP engine started
  2066. DEBU[2017:04:23 20:16:44 UTC] Starting Queue engine thread
  2067. DEBU[2017:04:23 20:16:44 UTC] Waiting until Queue engine starts
  2068. DEBU[2017:04:23 20:16:44 UTC] Queue engine started
  2069. DEBU[2017:04:23 20:16:44 UTC] Starting Timer engine thread
  2070. DEBU[2017:04:23 20:16:44 UTC] Waiting until Timer engine starts
  2071. DEBU[2017:04:23 20:16:44 UTC] Timer engine started
  2072. DEBU[2017:04:23 20:16:44 UTC] activated 0 element(s)
  2073. DEBU[2017:04:23 20:16:44 UTC] [VARIABLES] Multiple variables in instances:bpmn:b06f472f-1b52-4196-b0ab-216156c767e2 process ({})
  2074. DEBU[2017:04:23 20:16:44 UTC] setting "db" env var value ("localhost:1234")
  2075. DEBU[2017:04:23 20:16:44 UTC] Evaluated expression "process.env.db", result is ""localhost:1234""
  2076. DEBU[2017:04:23 20:16:44 UTC] Waiting for database actions to be done
  2077. DEBU[2017:04:23 20:16:44 UTC] Stopping database engine thread
  2078. DEBU[2017:04:23 20:16:44 UTC] Stopped database engine thread
  2079. DEBU[2017:04:23 20:16:44 UTC] Joined database engine thread
  2080. DEBU[2017:04:23 20:16:44 UTC] Breaking HTTP engine loop
  2081. Leaving test case "javascript_env"; testing time: 6306mks
  2082. Entering test case "javascript_modification_one"
  2083. WARN[2017:04:23 20:16:44 UTC] Database engine is disabled, do not connect to couchbase
  2084. WARN[2017:04:23 20:16:44 UTC] Queue engine is not started, doing local evaluation instead
  2085. DEBU[2017:04:23 20:16:44 UTC] JavaScript engine is initialized
  2086. DEBU[2017:04:23 20:16:44 UTC] Starting database engine thread
  2087. DEBU[2017:04:23 20:16:44 UTC] Waiting until database starts
  2088. DEBU[2017:04:23 20:16:44 UTC] Starting database engine loop
  2089. DEBU[2017:04:23 20:16:44 UTC] Database started
  2090. DEBU[2017:04:23 20:16:44 UTC] Starting HTTP engine thread
  2091. DEBU[2017:04:23 20:16:44 UTC] Waiting until HTTP engine starts
  2092. DEBU[2017:04:23 20:16:44 UTC] HTTP engine started
  2093. DEBU[2017:04:23 20:16:44 UTC] Starting Queue engine thread
  2094. DEBU[2017:04:23 20:16:44 UTC] Waiting until Queue engine starts
  2095. DEBU[2017:04:23 20:16:44 UTC] Queue engine started
  2096. DEBU[2017:04:23 20:16:44 UTC] Starting Timer engine thread
  2097. DEBU[2017:04:23 20:16:44 UTC] Waiting until Timer engine starts
  2098. DEBU[2017:04:23 20:16:44 UTC] Timer engine started
  2099. DEBU[2017:04:23 20:16:44 UTC] activated 0 element(s)
  2100. DEBU[2017:04:23 20:16:44 UTC] [VARIABLES] Multiple variables in instances:bpmn:23d06c01-0e1e-43a7-8186-c92d54dd895c process ({})
  2101. DEBU[2017:04:23 20:16:44 UTC] setting "varint1" variable value (2)
  2102. DEBU[2017:04:23 20:16:44 UTC] setting "varint1" variable value (10)
  2103. DEBU[2017:04:23 20:16:44 UTC] Evaluated expression "process.variable.varint1 = 10", result is "10"
  2104. DEBU[2017:04:23 20:16:44 UTC] Waiting for database actions to be done
  2105. DEBU[2017:04:23 20:16:44 UTC] Stopping database engine thread
  2106. DEBU[2017:04:23 20:16:44 UTC] Stopped database engine thread
  2107. DEBU[2017:04:23 20:16:44 UTC] Joined database engine thread
  2108. DEBU[2017:04:23 20:16:45 UTC] Breaking HTTP engine loop
  2109. Leaving test case "javascript_modification_one"; testing time: 7006mks
  2110. Entering test case "javascript_modification_two"
  2111. WARN[2017:04:23 20:16:45 UTC] Database engine is disabled, do not connect to couchbase
  2112. WARN[2017:04:23 20:16:45 UTC] Queue engine is not started, doing local evaluation instead
  2113. DEBU[2017:04:23 20:16:45 UTC] JavaScript engine is initialized
  2114. DEBU[2017:04:23 20:16:45 UTC] Starting database engine thread
  2115. DEBU[2017:04:23 20:16:45 UTC] Waiting until database starts
  2116. DEBU[2017:04:23 20:16:45 UTC] Starting database engine loop
  2117. DEBU[2017:04:23 20:16:45 UTC] Database started
  2118. DEBU[2017:04:23 20:16:45 UTC] Starting HTTP engine thread
  2119. DEBU[2017:04:23 20:16:45 UTC] Waiting until HTTP engine starts
  2120. DEBU[2017:04:23 20:16:45 UTC] HTTP engine started
  2121. DEBU[2017:04:23 20:16:45 UTC] Starting Queue engine thread
  2122. DEBU[2017:04:23 20:16:45 UTC] Waiting until Queue engine starts
  2123. DEBU[2017:04:23 20:16:45 UTC] Queue engine started
  2124. DEBU[2017:04:23 20:16:45 UTC] Starting Timer engine thread
  2125. DEBU[2017:04:23 20:16:45 UTC] Waiting until Timer engine starts
  2126. DEBU[2017:04:23 20:16:45 UTC] Timer engine started
  2127. DEBU[2017:04:23 20:16:45 UTC] activated 0 element(s)
  2128. DEBU[2017:04:23 20:16:45 UTC] [VARIABLES] Multiple variables in instances:bpmn:dee7c556-8bf0-4b04-aa45-da5860438e36 process ({})
  2129. DEBU[2017:04:23 20:16:45 UTC] setting "varint1" variable value (2)
  2130. DEBU[2017:04:23 20:16:45 UTC] setting "varint1" variable value (3)
  2131. DEBU[2017:04:23 20:16:45 UTC] Evaluated expression "process.variable.varint1++", result is "2"
  2132. DEBU[2017:04:23 20:16:45 UTC] Waiting for database actions to be done
  2133. DEBU[2017:04:23 20:16:45 UTC] Stopping database engine thread
  2134. DEBU[2017:04:23 20:16:45 UTC] Stopped database engine thread
  2135. DEBU[2017:04:23 20:16:45 UTC] Joined database engine thread
  2136. DEBU[2017:04:23 20:16:45 UTC] Breaking HTTP engine loop
  2137. Leaving test case "javascript_modification_two"; testing time: 8754mks
  2138. Leaving test suite "JavaScriptTest"
  2139. Entering test suite "IdentityTest"
  2140. Leaving test suite "IdentityTest"
  2141. Entering test suite "RepositoryTest"
  2142. Leaving test suite "RepositoryTest"
  2143. Entering test suite "EngineTest"
  2144. Entering test case "engine_dmn_local"
  2145. DEBU[2017:04:23 20:16:45 UTC] Parsing config file
  2146. WARN[2017:04:23 20:16:45 UTC] Database engine is disabled, do not connect to couchbase
  2147. WARN[2017:04:23 20:16:45 UTC] Queue engine is not started, doing local evaluation instead
  2148. DEBU[2017:04:23 20:16:45 UTC] JavaScript engine is initialized
  2149. DEBU[2017:04:23 20:16:45 UTC] Starting database engine thread
  2150. DEBU[2017:04:23 20:16:45 UTC] Waiting until database starts
  2151. DEBU[2017:04:23 20:16:45 UTC] Starting database engine loop
  2152. DEBU[2017:04:23 20:16:45 UTC] Database started
  2153. DEBU[2017:04:23 20:16:45 UTC] Starting HTTP engine thread
  2154. DEBU[2017:04:23 20:16:45 UTC] Waiting until HTTP engine starts
  2155. DEBU[2017:04:23 20:16:45 UTC] HTTP engine started
  2156. DEBU[2017:04:23 20:16:45 UTC] Starting Queue engine thread
  2157. DEBU[2017:04:23 20:16:45 UTC] Waiting until Queue engine starts
  2158. DEBU[2017:04:23 20:16:45 UTC] Queue engine started
  2159. DEBU[2017:04:23 20:16:45 UTC] Starting Timer engine thread
  2160. DEBU[2017:04:23 20:16:45 UTC] Waiting until Timer engine starts
  2161. DEBU[2017:04:23 20:16:45 UTC] Timer engine started
  2162. DEBU[2017:04:23 20:16:45 UTC] activated 0 element(s)
  2163. DEBU[2017:04:23 20:16:45 UTC] [VARIABLES] Multiple variables in instances:bpmn:bb57afc9-bfcc-4793-a039-a1ea9fa57989 process ({})
  2164. WARN[2017:04:23 20:16:45 UTC] Doing local DMN evaluation
  2165. DEBU[2017:04:23 20:16:46 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:bb57afc9-bfcc-4793-a039-a1ea9fa57989 -> BusinessRuleTask_123#1 with data: {"applicantRiskRating":"Medium"} and handling: {"type":"global"}
  2166. DEBU[2017:04:23 20:16:46 UTC] [VARIABLES] Multiple variables in instances:bpmn:bb57afc9-bfcc-4793-a039-a1ea9fa57989 process ({"applicantRiskRating":"Medium"})
  2167. DEBU[2017:04:23 20:16:46 UTC] Waiting for database actions to be done
  2168. DEBU[2017:04:23 20:16:46 UTC] Stopping database engine thread
  2169. DEBU[2017:04:23 20:16:46 UTC] Stopped database engine thread
  2170. DEBU[2017:04:23 20:16:46 UTC] Joined database engine thread
  2171. DEBU[2017:04:23 20:16:46 UTC] Breaking HTTP engine loop
  2172. Leaving test case "engine_dmn_local"; testing time: 12386mks
  2173. Entering test case "engine_webtask"
  2174. DEBU[2017:04:23 20:16:46 UTC] Parsing config file
  2175. WARN[2017:04:23 20:16:46 UTC] Database engine is disabled, do not connect to couchbase
  2176. WARN[2017:04:23 20:16:46 UTC] Queue engine is not started, doing local evaluation instead
  2177. DEBU[2017:04:23 20:16:46 UTC] JavaScript engine is initialized
  2178. DEBU[2017:04:23 20:16:46 UTC] Starting database engine thread
  2179. DEBU[2017:04:23 20:16:46 UTC] Waiting until database starts
  2180. DEBU[2017:04:23 20:16:46 UTC] Starting database engine loop
  2181. DEBU[2017:04:23 20:16:46 UTC] Database started
  2182. DEBU[2017:04:23 20:16:46 UTC] Starting HTTP engine thread
  2183. DEBU[2017:04:23 20:16:46 UTC] Waiting until HTTP engine starts
  2184. DEBU[2017:04:23 20:16:46 UTC] HTTP engine started
  2185. DEBU[2017:04:23 20:16:46 UTC] Starting Queue engine thread
  2186. DEBU[2017:04:23 20:16:46 UTC] Waiting until Queue engine starts
  2187. DEBU[2017:04:23 20:16:46 UTC] Queue engine started
  2188. DEBU[2017:04:23 20:16:46 UTC] Starting Timer engine thread
  2189. DEBU[2017:04:23 20:16:46 UTC] Waiting until Timer engine starts
  2190. DEBU[2017:04:23 20:16:46 UTC] Timer engine started
  2191. DEBU[2017:04:23 20:16:46 UTC] activated 0 element(s)
  2192. DEBU[2017:04:23 20:16:46 UTC] [VARIABLES] Multiple variables in instances:bpmn:fe28d2ea-6fed-47cc-a561-989a812c4118 process ({})
  2193. DEBU[2017:04:23 20:16:46 UTC] Doing https request: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22message%22%3A%22%22%2C%22who%22%3A%22John%22%7D
  2194. DEBU[2017:04:23 20:16:46 UTC] Doing HTTP POST request, url: https://webtask.dev.nextflow.tech/run?env=null&variable=%7B%22message%22%3A%22%22%2C%22who%22%3A%22John%22%7D, body:
  2195. return function(ctx, cb) {
  2196. cb(null, {message: "Hello " + JSON.parse(ctx.variable).who});
  2197. }
  2198.  
  2199. DEBU[2017:04:23 20:16:46 UTC] Waiting for changes to apply
  2200. 3 DEBU[2017:04:23 20:16:47 UTC] SSL: certificate match for 'webtask.dev.nextflow.tech'
  2201. 2 1 INFO[2017:04:23 20:16:48 UTC] Got HTTP reply, code 200 (24 bytes)
  2202.  
  2203. DEBU[2017:04:23 20:16:49 UTC] [EVENT] Processing event COMPLETE on instances:bpmn:fe28d2ea-6fed-47cc-a561-989a812c4118 -> BusinessRuleTask_123#1 with data: {"message":"Hello John"} and handling: {"type":"global"}
  2204. DEBU[2017:04:23 20:16:49 UTC] [VARIABLES] Multiple variables in instances:bpmn:fe28d2ea-6fed-47cc-a561-989a812c4118 process ({"message":"Hello John"})
  2205. DEBU[2017:04:23 20:16:49 UTC] Waiting for database actions to be done
  2206. DEBU[2017:04:23 20:16:49 UTC] Stopping database engine thread
  2207. DEBU[2017:04:23 20:16:49 UTC] Stopped database engine thread
  2208. DEBU[2017:04:23 20:16:49 UTC] Joined database engine thread
  2209. DEBU[2017:04:23 20:16:49 UTC] Breaking HTTP engine loop
  2210. Leaving test case "engine_webtask"; testing time: 10497mks
  2211. Leaving test suite "EngineTest"
  2212. Entering test suite "HTTPTest"
  2213. Entering test case "httpengine_urlencode"
  2214. WARN[2017:04:23 20:16:49 UTC] Database engine is disabled, do not connect to couchbase
  2215. WARN[2017:04:23 20:16:49 UTC] Queue engine is not started, doing local evaluation instead
  2216. DEBU[2017:04:23 20:16:49 UTC] JavaScript engine is initialized
  2217. DEBU[2017:04:23 20:16:49 UTC] Starting database engine thread
  2218. DEBU[2017:04:23 20:16:49 UTC] Waiting until database starts
  2219. DEBU[2017:04:23 20:16:49 UTC] Starting database engine loop
  2220. DEBU[2017:04:23 20:16:49 UTC] Database started
  2221. DEBU[2017:04:23 20:16:49 UTC] Starting HTTP engine thread
  2222. DEBU[2017:04:23 20:16:49 UTC] Waiting until HTTP engine starts
  2223. DEBU[2017:04:23 20:16:49 UTC] HTTP engine started
  2224. DEBU[2017:04:23 20:16:49 UTC] Starting Queue engine thread
  2225. DEBU[2017:04:23 20:16:49 UTC] Waiting until Queue engine starts
  2226. DEBU[2017:04:23 20:16:49 UTC] Queue engine started
  2227. DEBU[2017:04:23 20:16:49 UTC] Starting Timer engine thread
  2228. DEBU[2017:04:23 20:16:49 UTC] Waiting until Timer engine starts
  2229. DEBU[2017:04:23 20:16:49 UTC] Timer engine started
  2230. DEBU[2017:04:23 20:16:49 UTC] Waiting for database actions to be done
  2231. DEBU[2017:04:23 20:16:49 UTC] Stopping database engine thread
  2232. DEBU[2017:04:23 20:16:49 UTC] Stopped database engine thread
  2233. DEBU[2017:04:23 20:16:50 UTC] Joined database engine thread
  2234. DEBU[2017:04:23 20:16:50 UTC] Breaking HTTP engine loop
  2235. Leaving test case "httpengine_urlencode"; testing time: 1695mks
  2236. Entering test case "httpengine_get"
  2237. WARN[2017:04:23 20:16:50 UTC] Database engine is disabled, do not connect to couchbase
  2238. WARN[2017:04:23 20:16:50 UTC] Queue engine is not started, doing local evaluation instead
  2239. DEBU[2017:04:23 20:16:50 UTC] JavaScript engine is initialized
  2240. DEBU[2017:04:23 20:16:50 UTC] Starting database engine thread
  2241. DEBU[2017:04:23 20:16:50 UTC] Waiting until database starts
  2242. DEBU[2017:04:23 20:16:50 UTC] Starting database engine loop
  2243. DEBU[2017:04:23 20:16:50 UTC] Database started
  2244. DEBU[2017:04:23 20:16:50 UTC] Starting HTTP engine thread
  2245. DEBU[2017:04:23 20:16:50 UTC] Waiting until HTTP engine starts
  2246. DEBU[2017:04:23 20:16:50 UTC] HTTP engine started
  2247. DEBU[2017:04:23 20:16:50 UTC] Starting Queue engine thread
  2248. DEBU[2017:04:23 20:16:50 UTC] Waiting until Queue engine starts
  2249. DEBU[2017:04:23 20:16:50 UTC] Queue engine started
  2250. DEBU[2017:04:23 20:16:50 UTC] Starting Timer engine thread
  2251. DEBU[2017:04:23 20:16:50 UTC] Waiting until Timer engine starts
  2252. DEBU[2017:04:23 20:16:50 UTC] Timer engine started
  2253. WARN[2017:04:23 20:16:50 UTC] HTTP engine started with empty executor, should be in unit tests only
  2254. DEBU[2017:04:23 20:16:50 UTC] Starting HTTP engine thread
  2255. DEBU[2017:04:23 20:16:50 UTC] Waiting until HTTP engine starts
  2256. DEBU[2017:04:23 20:16:50 UTC] HTTP engine started
  2257. DEBU[2017:04:23 20:16:50 UTC] Doing http request: http://echo.jsontest.com/key/value/one/two
  2258. DEBU[2017:04:23 20:16:50 UTC] Doing HTTP GET request, url: http://echo.jsontest.com/key/value/one/two, body: body=bar&title=foo&userID=1
  2259. INFO[2017:04:23 20:16:50 UTC] Got HTTP reply, code 200 (39 bytes)
  2260. DEBU[2017:04:23 20:16:50 UTC] Breaking HTTP engine loop
  2261. DEBU[2017:04:23 20:16:50 UTC] Waiting for database actions to be done
  2262. DEBU[2017:04:23 20:16:50 UTC] Stopping database engine thread
  2263. DEBU[2017:04:23 20:16:50 UTC] Stopped database engine thread
  2264. DEBU[2017:04:23 20:16:50 UTC] Joined database engine thread
  2265. DEBU[2017:04:23 20:16:50 UTC] Breaking HTTP engine loop
  2266. Leaving test case "httpengine_get"; testing time: 3364mks
  2267. Entering test case "httpengine_post"
  2268. WARN[2017:04:23 20:16:50 UTC] Database engine is disabled, do not connect to couchbase
  2269. WARN[2017:04:23 20:16:50 UTC] Queue engine is not started, doing local evaluation instead
  2270. DEBU[2017:04:23 20:16:50 UTC] JavaScript engine is initialized
  2271. DEBU[2017:04:23 20:16:50 UTC] Starting database engine thread
  2272. DEBU[2017:04:23 20:16:50 UTC] Waiting until database starts
  2273. DEBU[2017:04:23 20:16:50 UTC] Starting database engine loop
  2274. DEBU[2017:04:23 20:16:50 UTC] Database started
  2275. DEBU[2017:04:23 20:16:50 UTC] Starting HTTP engine thread
  2276. DEBU[2017:04:23 20:16:50 UTC] Waiting until HTTP engine starts
  2277. DEBU[2017:04:23 20:16:50 UTC] HTTP engine started
  2278. DEBU[2017:04:23 20:16:50 UTC] Starting Queue engine thread
  2279. DEBU[2017:04:23 20:16:50 UTC] Waiting until Queue engine starts
  2280. DEBU[2017:04:23 20:16:50 UTC] Queue engine started
  2281. DEBU[2017:04:23 20:16:50 UTC] Starting Timer engine thread
  2282. DEBU[2017:04:23 20:16:50 UTC] Waiting until Timer engine starts
  2283. DEBU[2017:04:23 20:16:50 UTC] Timer engine started
  2284. WARN[2017:04:23 20:16:50 UTC] HTTP engine started with empty executor, should be in unit tests only
  2285. DEBU[2017:04:23 20:16:50 UTC] Starting HTTP engine thread
  2286. DEBU[2017:04:23 20:16:50 UTC] Waiting until HTTP engine starts
  2287. DEBU[2017:04:23 20:16:50 UTC] HTTP engine started
  2288. DEBU[2017:04:23 20:16:50 UTC] Doing http request: http://jsonplaceholder.typicode.com/posts
  2289. DEBU[2017:04:23 20:16:50 UTC] Doing HTTP POST request, url: http://jsonplaceholder.typicode.com/posts, body: body=bar&title=foo&userID=1
  2290. INFO[2017:04:23 20:16:51 UTC] Got HTTP reply, code 201 (65 bytes)
  2291. DEBU[2017:04:23 20:16:51 UTC] Breaking HTTP engine loop
  2292. DEBU[2017:04:23 20:16:51 UTC] Waiting for database actions to be done
  2293. DEBU[2017:04:23 20:16:51 UTC] Stopping database engine thread
  2294. DEBU[2017:04:23 20:16:51 UTC] Stopped database engine thread
  2295. DEBU[2017:04:23 20:16:51 UTC] Joined database engine thread
  2296. DEBU[2017:04:23 20:16:51 UTC] Breaking HTTP engine loop
  2297. Leaving test case "httpengine_post"; testing time: 3684mks
  2298. Entering test case "httpengine_https"
  2299. WARN[2017:04:23 20:16:51 UTC] Database engine is disabled, do not connect to couchbase
  2300. WARN[2017:04:23 20:16:51 UTC] Queue engine is not started, doing local evaluation instead
  2301. DEBU[2017:04:23 20:16:51 UTC] JavaScript engine is initialized
  2302. DEBU[2017:04:23 20:16:51 UTC] Starting database engine thread
  2303. DEBU[2017:04:23 20:16:51 UTC] Waiting until database starts
  2304. DEBU[2017:04:23 20:16:51 UTC] Starting database engine loop
  2305. DEBU[2017:04:23 20:16:51 UTC] Database started
  2306. DEBU[2017:04:23 20:16:51 UTC] Starting HTTP engine thread
  2307. DEBU[2017:04:23 20:16:51 UTC] Waiting until HTTP engine starts
  2308. DEBU[2017:04:23 20:16:51 UTC] HTTP engine started
  2309. DEBU[2017:04:23 20:16:51 UTC] Starting Queue engine thread
  2310. DEBU[2017:04:23 20:16:51 UTC] Waiting until Queue engine starts
  2311. DEBU[2017:04:23 20:16:51 UTC] Queue engine started
  2312. DEBU[2017:04:23 20:16:51 UTC] Starting Timer engine thread
  2313. DEBU[2017:04:23 20:16:51 UTC] Waiting until Timer engine starts
  2314. DEBU[2017:04:23 20:16:51 UTC] Timer engine started
  2315. WARN[2017:04:23 20:16:51 UTC] HTTP engine started with empty executor, should be in unit tests only
  2316. DEBU[2017:04:23 20:16:51 UTC] Starting HTTP engine thread
  2317. DEBU[2017:04:23 20:16:51 UTC] Waiting until HTTP engine starts
  2318. DEBU[2017:04:23 20:16:51 UTC] HTTP engine started
  2319. DEBU[2017:04:23 20:16:51 UTC] Doing https request: https://jsonplaceholder.typicode.com/posts/1
  2320. DEBU[2017:04:23 20:16:51 UTC] Doing HTTP GET request, url: https://jsonplaceholder.typicode.com/posts/1, body:
  2321. DEBU[2017:04:23 20:16:51 UTC] SSL: certificate match for 'jsonplaceholder.typicode.com'
  2322. INFO[2017:04:23 20:16:51 UTC] Got HTTP reply, code 200 (292 bytes)
  2323. DEBU[2017:04:23 20:16:51 UTC] Breaking HTTP engine loop
  2324. DEBU[2017:04:23 20:16:51 UTC] Waiting for database actions to be done
  2325. DEBU[2017:04:23 20:16:51 UTC] Stopping database engine thread
  2326. DEBU[2017:04:23 20:16:51 UTC] Stopped database engine thread
  2327. DEBU[2017:04:23 20:16:51 UTC] Joined database engine thread
  2328. DEBU[2017:04:23 20:16:51 UTC] Breaking HTTP engine loop
  2329. Leaving test case "httpengine_https"; testing time: 9727mks
  2330. Leaving test suite "HTTPTest"
  2331. Entering test suite "ConfigTest"
  2332. Entering test case "config_simple"
  2333. DEBU[2017:04:23 20:16:51 UTC] Parsing config file
  2334. test/utils/config_test.cpp(18): error in "config_simple": check config.getQueueAddress() == "127.0.0.1:5672" failed [ != 127.0.0.1:5672]
  2335. Leaving test case "config_simple"; testing time: 818mks
  2336. Leaving test suite "ConfigTest"
  2337. Entering test suite "TemplateTest"
  2338. Entering test case "template_simple"
  2339. Leaving test case "template_simple"; testing time: 308mks
  2340. Leaving test suite "TemplateTest"
  2341. Entering test suite "TextTemplateResolverTest"
  2342. Entering test case "text_template_resolver_main"
  2343. Leaving test case "text_template_resolver_main"; testing time: 8526mks
  2344. Leaving test suite "TextTemplateResolverTest"
  2345. Entering test suite "VariableTest"
  2346. Entering test case "variable_simple"
  2347. Leaving test case "variable_simple"; testing time: 561mks
  2348. Entering test case "variable_wrongtype"
  2349. Leaving test case "variable_wrongtype"; testing time: 262mks
  2350. Entering test case "variable_moving"
  2351. Leaving test case "variable_moving"; testing time: 178mks
  2352. Leaving test suite "VariableTest"
  2353. Entering test suite "ParserTest"
  2354. Entering test case "parser_header_ok"
  2355. WARN[2017:04:23 20:16:51 UTC] Database engine is disabled, do not connect to couchbase
  2356. WARN[2017:04:23 20:16:51 UTC] Queue engine is not started, doing local evaluation instead
  2357. DEBU[2017:04:23 20:16:51 UTC] JavaScript engine is initialized
  2358. DEBU[2017:04:23 20:16:51 UTC] Starting database engine thread
  2359. DEBU[2017:04:23 20:16:51 UTC] Waiting until database starts
  2360. DEBU[2017:04:23 20:16:51 UTC] Starting database engine loop
  2361. DEBU[2017:04:23 20:16:51 UTC] Database started
  2362. DEBU[2017:04:23 20:16:51 UTC] Starting HTTP engine thread
  2363. DEBU[2017:04:23 20:16:51 UTC] Waiting until HTTP engine starts
  2364. DEBU[2017:04:23 20:16:51 UTC] HTTP engine started
  2365. DEBU[2017:04:23 20:16:51 UTC] Starting Queue engine thread
  2366. DEBU[2017:04:23 20:16:51 UTC] Waiting until Queue engine starts
  2367. DEBU[2017:04:23 20:16:51 UTC] Queue engine started
  2368. DEBU[2017:04:23 20:16:51 UTC] Starting Timer engine thread
  2369. DEBU[2017:04:23 20:16:51 UTC] Waiting until Timer engine starts
  2370. DEBU[2017:04:23 20:16:51 UTC] Timer engine started
  2371. DEBU[2017:04:23 20:16:51 UTC] Waiting for database actions to be done
  2372. DEBU[2017:04:23 20:16:51 UTC] Stopping database engine thread
  2373. DEBU[2017:04:23 20:16:51 UTC] Stopped database engine thread
  2374. DEBU[2017:04:23 20:16:51 UTC] Joined database engine thread
  2375. DEBU[2017:04:23 20:16:52 UTC] Breaking HTTP engine loop
  2376. Leaving test case "parser_header_ok"; testing time: 1326mks
  2377. Entering test case "parser_header_fail"
  2378. WARN[2017:04:23 20:16:52 UTC] Database engine is disabled, do not connect to couchbase
  2379. WARN[2017:04:23 20:16:52 UTC] Queue engine is not started, doing local evaluation instead
  2380. DEBU[2017:04:23 20:16:52 UTC] JavaScript engine is initialized
  2381. DEBU[2017:04:23 20:16:52 UTC] Starting database engine thread
  2382. DEBU[2017:04:23 20:16:52 UTC] Waiting until database starts
  2383. DEBU[2017:04:23 20:16:52 UTC] Starting database engine loop
  2384. DEBU[2017:04:23 20:16:52 UTC] Database started
  2385. DEBU[2017:04:23 20:16:52 UTC] Starting HTTP engine thread
  2386. DEBU[2017:04:23 20:16:52 UTC] Waiting until HTTP engine starts
  2387. DEBU[2017:04:23 20:16:52 UTC] HTTP engine started
  2388. DEBU[2017:04:23 20:16:52 UTC] Starting Queue engine thread
  2389. DEBU[2017:04:23 20:16:52 UTC] Waiting until Queue engine starts
  2390. DEBU[2017:04:23 20:16:52 UTC] Queue engine started
  2391. DEBU[2017:04:23 20:16:52 UTC] Starting Timer engine thread
  2392. DEBU[2017:04:23 20:16:52 UTC] Waiting until Timer engine starts
  2393. DEBU[2017:04:23 20:16:52 UTC] Timer engine started
  2394. DEBU[2017:04:23 20:16:52 UTC] Waiting for database actions to be done
  2395. DEBU[2017:04:23 20:16:52 UTC] Stopping database engine thread
  2396. DEBU[2017:04:23 20:16:52 UTC] Stopped database engine thread
  2397. DEBU[2017:04:23 20:16:52 UTC] Joined database engine thread
  2398. DEBU[2017:04:23 20:16:52 UTC] Breaking HTTP engine loop
  2399. Leaving test case "parser_header_fail"; testing time: 1242mks
  2400. Entering test case "parser_inputsoutputs_simple"
  2401. WARN[2017:04:23 20:16:52 UTC] Database engine is disabled, do not connect to couchbase
  2402. WARN[2017:04:23 20:16:52 UTC] Queue engine is not started, doing local evaluation instead
  2403. DEBU[2017:04:23 20:16:52 UTC] JavaScript engine is initialized
  2404. DEBU[2017:04:23 20:16:52 UTC] Starting database engine thread
  2405. DEBU[2017:04:23 20:16:52 UTC] Waiting until database starts
  2406. DEBU[2017:04:23 20:16:52 UTC] Starting database engine loop
  2407. DEBU[2017:04:23 20:16:52 UTC] Database started
  2408. DEBU[2017:04:23 20:16:52 UTC] Starting HTTP engine thread
  2409. DEBU[2017:04:23 20:16:52 UTC] Waiting until HTTP engine starts
  2410. DEBU[2017:04:23 20:16:52 UTC] HTTP engine started
  2411. DEBU[2017:04:23 20:16:52 UTC] Starting Queue engine thread
  2412. DEBU[2017:04:23 20:16:52 UTC] Waiting until Queue engine starts
  2413. DEBU[2017:04:23 20:16:52 UTC] Queue engine started
  2414. DEBU[2017:04:23 20:16:52 UTC] Starting Timer engine thread
  2415. DEBU[2017:04:23 20:16:52 UTC] Waiting until Timer engine starts
  2416. DEBU[2017:04:23 20:16:52 UTC] Timer engine started
  2417. DEBU[2017:04:23 20:16:52 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  2418. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_09meila", source is "StartEvent_1", target is "InclusiveGateway_1gm714c"
  2419. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_0q950kc", source is "InclusiveGateway_1gm714c", target is "Task_0t9fi1m"
  2420. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_1c6dsqz", source is "InclusiveGateway_1gm714c", target is "Task_1wvk2p8"
  2421. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_1cdd53f", source is "Task_1wvk2p8", target is "Task_0cipg6d"
  2422. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_01ugwlv", source is "Task_0t9fi1m", target is "Task_0cipg6d"
  2423. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_1bvqnad", source is "Task_0cipg6d", target is "EndEvent_0y0ecu7"
  2424. DEBU[2017:04:23 20:16:52 UTC] Waiting for database actions to be done
  2425. DEBU[2017:04:23 20:16:52 UTC] Stopping database engine thread
  2426. DEBU[2017:04:23 20:16:52 UTC] Stopped database engine thread
  2427. DEBU[2017:04:23 20:16:52 UTC] Joined database engine thread
  2428. DEBU[2017:04:23 20:16:52 UTC] Breaking HTTP engine loop
  2429. Leaving test case "parser_inputsoutputs_simple"; testing time: 11639mks
  2430. Entering test case "parser_stage_view_0"
  2431. WARN[2017:04:23 20:16:52 UTC] Database engine is disabled, do not connect to couchbase
  2432. WARN[2017:04:23 20:16:52 UTC] Queue engine is not started, doing local evaluation instead
  2433. DEBU[2017:04:23 20:16:52 UTC] JavaScript engine is initialized
  2434. DEBU[2017:04:23 20:16:52 UTC] Starting database engine thread
  2435. DEBU[2017:04:23 20:16:52 UTC] Waiting until database starts
  2436. DEBU[2017:04:23 20:16:52 UTC] Starting database engine loop
  2437. DEBU[2017:04:23 20:16:52 UTC] Database started
  2438. DEBU[2017:04:23 20:16:52 UTC] Starting HTTP engine thread
  2439. DEBU[2017:04:23 20:16:52 UTC] Waiting until HTTP engine starts
  2440. DEBU[2017:04:23 20:16:52 UTC] HTTP engine started
  2441. DEBU[2017:04:23 20:16:52 UTC] Starting Queue engine thread
  2442. DEBU[2017:04:23 20:16:52 UTC] Waiting until Queue engine starts
  2443. DEBU[2017:04:23 20:16:52 UTC] Queue engine started
  2444. DEBU[2017:04:23 20:16:52 UTC] Starting Timer engine thread
  2445. DEBU[2017:04:23 20:16:52 UTC] Waiting until Timer engine starts
  2446. DEBU[2017:04:23 20:16:52 UTC] Timer engine started
  2447. DEBU[2017:04:23 20:16:52 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  2448. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_09meila", source is "StartEvent_1", target is "Task_0t9fi1m"
  2449. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_1bvqnad", source is "Task_0t9fi1m", target is "EndEvent_0y0ecu7"
  2450. DEBU[2017:04:23 20:16:52 UTC] Waiting for database actions to be done
  2451. DEBU[2017:04:23 20:16:52 UTC] Stopping database engine thread
  2452. DEBU[2017:04:23 20:16:52 UTC] Stopped database engine thread
  2453. DEBU[2017:04:23 20:16:52 UTC] Joined database engine thread
  2454. DEBU[2017:04:23 20:16:52 UTC] Breaking HTTP engine loop
  2455. Leaving test case "parser_stage_view_0"; testing time: 8617mks
  2456. Entering test case "parser_stage_view_1"
  2457. WARN[2017:04:23 20:16:52 UTC] Database engine is disabled, do not connect to couchbase
  2458. WARN[2017:04:23 20:16:52 UTC] Queue engine is not started, doing local evaluation instead
  2459. DEBU[2017:04:23 20:16:52 UTC] JavaScript engine is initialized
  2460. DEBU[2017:04:23 20:16:52 UTC] Starting database engine thread
  2461. DEBU[2017:04:23 20:16:52 UTC] Waiting until database starts
  2462. DEBU[2017:04:23 20:16:52 UTC] Starting database engine loop
  2463. DEBU[2017:04:23 20:16:52 UTC] Database started
  2464. DEBU[2017:04:23 20:16:52 UTC] Starting HTTP engine thread
  2465. DEBU[2017:04:23 20:16:52 UTC] Waiting until HTTP engine starts
  2466. DEBU[2017:04:23 20:16:52 UTC] HTTP engine started
  2467. DEBU[2017:04:23 20:16:52 UTC] Starting Queue engine thread
  2468. DEBU[2017:04:23 20:16:52 UTC] Waiting until Queue engine starts
  2469. DEBU[2017:04:23 20:16:52 UTC] Queue engine started
  2470. DEBU[2017:04:23 20:16:52 UTC] Starting Timer engine thread
  2471. DEBU[2017:04:23 20:16:52 UTC] Waiting until Timer engine starts
  2472. DEBU[2017:04:23 20:16:52 UTC] Timer engine started
  2473. DEBU[2017:04:23 20:16:52 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  2474. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_09meila", source is "StartEvent_1", target is "Task_0t9fi1m"
  2475. DEBU[2017:04:23 20:16:52 UTC] parsing "SequenceFlow_1bvqnad", source is "Task_0t9fi1m", target is "EndEvent_0y0ecu7"
  2476. DEBU[2017:04:23 20:16:52 UTC] Waiting for database actions to be done
  2477. DEBU[2017:04:23 20:16:52 UTC] Stopping database engine thread
  2478. DEBU[2017:04:23 20:16:52 UTC] Stopped database engine thread
  2479. DEBU[2017:04:23 20:16:52 UTC] Joined database engine thread
  2480. DEBU[2017:04:23 20:16:53 UTC] Breaking HTTP engine loop
  2481. Leaving test case "parser_stage_view_1"; testing time: 8397mks
  2482. Entering test case "parser_stage_view_2"
  2483. WARN[2017:04:23 20:16:53 UTC] Database engine is disabled, do not connect to couchbase
  2484. WARN[2017:04:23 20:16:53 UTC] Queue engine is not started, doing local evaluation instead
  2485. DEBU[2017:04:23 20:16:53 UTC] JavaScript engine is initialized
  2486. DEBU[2017:04:23 20:16:53 UTC] Starting database engine thread
  2487. DEBU[2017:04:23 20:16:53 UTC] Waiting until database starts
  2488. DEBU[2017:04:23 20:16:53 UTC] Starting database engine loop
  2489. DEBU[2017:04:23 20:16:53 UTC] Database started
  2490. DEBU[2017:04:23 20:16:53 UTC] Starting HTTP engine thread
  2491. DEBU[2017:04:23 20:16:53 UTC] Waiting until HTTP engine starts
  2492. DEBU[2017:04:23 20:16:53 UTC] HTTP engine started
  2493. DEBU[2017:04:23 20:16:53 UTC] Starting Queue engine thread
  2494. DEBU[2017:04:23 20:16:53 UTC] Waiting until Queue engine starts
  2495. DEBU[2017:04:23 20:16:53 UTC] Queue engine started
  2496. DEBU[2017:04:23 20:16:53 UTC] Starting Timer engine thread
  2497. DEBU[2017:04:23 20:16:53 UTC] Waiting until Timer engine starts
  2498. DEBU[2017:04:23 20:16:53 UTC] Timer engine started
  2499. DEBU[2017:04:23 20:16:53 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  2500. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_09meila", source is "StartEvent_1", target is "Task_0t9fi1m"
  2501. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_1bvqnad", source is "Task_0t9fi1m", target is "EndEvent_0y0ecu7"
  2502. DEBU[2017:04:23 20:16:53 UTC] Waiting for database actions to be done
  2503. DEBU[2017:04:23 20:16:53 UTC] Stopping database engine thread
  2504. DEBU[2017:04:23 20:16:53 UTC] Stopped database engine thread
  2505. DEBU[2017:04:23 20:16:53 UTC] Joined database engine thread
  2506. DEBU[2017:04:23 20:16:53 UTC] Breaking HTTP engine loop
  2507. Leaving test case "parser_stage_view_2"; testing time: 9261mks
  2508. Entering test case "parser_variable_simple"
  2509. WARN[2017:04:23 20:16:53 UTC] Database engine is disabled, do not connect to couchbase
  2510. WARN[2017:04:23 20:16:53 UTC] Queue engine is not started, doing local evaluation instead
  2511. DEBU[2017:04:23 20:16:53 UTC] JavaScript engine is initialized
  2512. DEBU[2017:04:23 20:16:53 UTC] Starting database engine thread
  2513. DEBU[2017:04:23 20:16:53 UTC] Waiting until database starts
  2514. DEBU[2017:04:23 20:16:53 UTC] Starting database engine loop
  2515. DEBU[2017:04:23 20:16:53 UTC] Database started
  2516. DEBU[2017:04:23 20:16:53 UTC] Starting HTTP engine thread
  2517. DEBU[2017:04:23 20:16:53 UTC] Waiting until HTTP engine starts
  2518. DEBU[2017:04:23 20:16:53 UTC] HTTP engine started
  2519. DEBU[2017:04:23 20:16:53 UTC] Starting Queue engine thread
  2520. DEBU[2017:04:23 20:16:53 UTC] Waiting until Queue engine starts
  2521. DEBU[2017:04:23 20:16:53 UTC] Queue engine started
  2522. DEBU[2017:04:23 20:16:53 UTC] Starting Timer engine thread
  2523. DEBU[2017:04:23 20:16:53 UTC] Waiting until Timer engine starts
  2524. DEBU[2017:04:23 20:16:53 UTC] Timer engine started
  2525. DEBU[2017:04:23 20:16:53 UTC] Parsing resource type=form, ref=LOCAL:../res/test/example.form, version=
  2526. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_1k6wky3", source is "StartEvent_1", target is "Task_19ced8y"
  2527. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_1lru1ty", source is "Task_19ced8y", target is "Task_1qhpmqw"
  2528. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_1c1jsnn", source is "Task_1qhpmqw", target is "EndEvent_0hc80n5"
  2529. DEBU[2017:04:23 20:16:53 UTC] Waiting for database actions to be done
  2530. DEBU[2017:04:23 20:16:53 UTC] Stopping database engine thread
  2531. DEBU[2017:04:23 20:16:53 UTC] Stopped database engine thread
  2532. DEBU[2017:04:23 20:16:53 UTC] Joined database engine thread
  2533. DEBU[2017:04:23 20:16:53 UTC] Breaking HTTP engine loop
  2534. Leaving test case "parser_variable_simple"; testing time: 12089mks
  2535. Entering test case "parser_bpmn2tag"
  2536. WARN[2017:04:23 20:16:53 UTC] Database engine is disabled, do not connect to couchbase
  2537. WARN[2017:04:23 20:16:53 UTC] Queue engine is not started, doing local evaluation instead
  2538. DEBU[2017:04:23 20:16:53 UTC] JavaScript engine is initialized
  2539. DEBU[2017:04:23 20:16:53 UTC] Starting database engine thread
  2540. DEBU[2017:04:23 20:16:53 UTC] Waiting until database starts
  2541. DEBU[2017:04:23 20:16:53 UTC] Starting database engine loop
  2542. DEBU[2017:04:23 20:16:53 UTC] Database started
  2543. DEBU[2017:04:23 20:16:53 UTC] Starting HTTP engine thread
  2544. DEBU[2017:04:23 20:16:53 UTC] Waiting until HTTP engine starts
  2545. DEBU[2017:04:23 20:16:53 UTC] HTTP engine started
  2546. DEBU[2017:04:23 20:16:53 UTC] Starting Queue engine thread
  2547. DEBU[2017:04:23 20:16:53 UTC] Waiting until Queue engine starts
  2548. DEBU[2017:04:23 20:16:53 UTC] Queue engine started
  2549. DEBU[2017:04:23 20:16:53 UTC] Starting Timer engine thread
  2550. DEBU[2017:04:23 20:16:53 UTC] Waiting until Timer engine starts
  2551. DEBU[2017:04:23 20:16:53 UTC] Timer engine started
  2552. DEBU[2017:04:23 20:16:53 UTC] Waiting for database actions to be done
  2553. DEBU[2017:04:23 20:16:53 UTC] Stopping database engine thread
  2554. DEBU[2017:04:23 20:16:53 UTC] Stopped database engine thread
  2555. DEBU[2017:04:23 20:16:53 UTC] Joined database engine thread
  2556. DEBU[2017:04:23 20:16:53 UTC] Breaking HTTP engine loop
  2557. Leaving test case "parser_bpmn2tag"; testing time: 5524mks
  2558. Entering test case "parser_bpmn2tag_another"
  2559. WARN[2017:04:23 20:16:53 UTC] Database engine is disabled, do not connect to couchbase
  2560. WARN[2017:04:23 20:16:53 UTC] Queue engine is not started, doing local evaluation instead
  2561. DEBU[2017:04:23 20:16:53 UTC] JavaScript engine is initialized
  2562. DEBU[2017:04:23 20:16:53 UTC] Starting database engine thread
  2563. DEBU[2017:04:23 20:16:53 UTC] Waiting until database starts
  2564. DEBU[2017:04:23 20:16:53 UTC] Starting database engine loop
  2565. DEBU[2017:04:23 20:16:53 UTC] Database started
  2566. DEBU[2017:04:23 20:16:53 UTC] Starting HTTP engine thread
  2567. DEBU[2017:04:23 20:16:53 UTC] Waiting until HTTP engine starts
  2568. DEBU[2017:04:23 20:16:53 UTC] HTTP engine started
  2569. DEBU[2017:04:23 20:16:53 UTC] Starting Queue engine thread
  2570. DEBU[2017:04:23 20:16:53 UTC] Waiting until Queue engine starts
  2571. DEBU[2017:04:23 20:16:53 UTC] Queue engine started
  2572. DEBU[2017:04:23 20:16:53 UTC] Starting Timer engine thread
  2573. DEBU[2017:04:23 20:16:53 UTC] Waiting until Timer engine starts
  2574. DEBU[2017:04:23 20:16:53 UTC] Timer engine started
  2575. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_0hctuhw", source is "StartEvent_0fpq5av", target is "Task_1uiqy0r"
  2576. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_0ddc753", source is "Task_1uiqy0r", target is "EndEvent_15h6fun"
  2577. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_0renamy", source is "Task_15njoiw", target is "EndEvent_15h6fun"
  2578. DEBU[2017:04:23 20:16:53 UTC] parsing "SequenceFlow_0zwgh3a", source is "StartEvent_0fpq5av", target is "Task_15njoiw"
  2579. DEBU[2017:04:23 20:16:53 UTC] Waiting for database actions to be done
  2580. DEBU[2017:04:23 20:16:53 UTC] Stopping database engine thread
  2581. DEBU[2017:04:23 20:16:53 UTC] Stopped database engine thread
  2582. DEBU[2017:04:23 20:16:53 UTC] Joined database engine thread
  2583. DEBU[2017:04:23 20:16:54 UTC] Breaking HTTP engine loop
  2584. Leaving test case "parser_bpmn2tag_another"; testing time: 8985mks
  2585. Leaving test suite "ParserTest"
  2586. Leaving test suite "C++ Unit Tests for libbpmn"
  2587.  
  2588. *** 9 failures detected in test suite "C++ Unit Tests for libbpmn"
  2589. Makefile:64: recipe for target 'unittest' failed
  2590. make: *** [unittest] Error 201
  2591. rasiel@rasiel:/media/rasiel/CC082CCF082CBA7A1/Projects/diginext/libbpmn-clean$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement