Guest User

Untitled

a guest
Oct 23rd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.97 KB | None | 0 0
  1. node ./scripts/functional_test_runner.js
  2. info Config loaded
  3. info Starting local chromedriver at port 9515
  4. info Remote initialized
  5. info Starting tests
  6.  
  7. └-: console app
  8. └-> "before all" hook
  9. └-> "before all" hook
  10. └-: console app
  11. └-> "before all" hook
  12. └-> "before all" hook
  13. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/console app console app _before all_ hook.png"
  14. │ info Current URL is: about:blank
  15. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/console app console app _before all_ hook.html
  16. └- ✖ fail: "console app console app "before all" hook"
  17. │ tryForTime timeout: Error: tryForTime timeout: Error: connect ECONNREFUSED 127.0.0.1:5620
  18. │ at Object._errnoException (util.js:992:11)
  19. │ at _exceptionWithHostPort (util.js:1014:20)
  20. │ at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
  21. │ at attempt (/home/sreynolds/kibana/kibana/test/common/services/retry.js:19:17)
  22. │ at tryCatcher (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/util.js:26:23)
  23. │ at Promise._settlePromiseFromHandler (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:503:31)
  24. │ at Promise._settlePromiseAt (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:577:18)
  25. │ at Promise._settlePromises (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:693:14)
  26. │ at Async._drainQueue (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:123:16)
  27. │ at Async._drainQueues (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:133:10)
  28. │ at Immediate.Async.drainQueues (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:15:14)
  29. │ at runCallback (timers.js:810:20)
  30. │ at tryOnImmediate (timers.js:768:5)
  31. │ at processImmediate [as _immediateCallback] (timers.js:745:5)
  32. │ Error: tryForTime timeout: Error: tryForTime timeout: Error: connect ECONNREFUSED 127.0.0.1:5620
  33. │ at Object._errnoException (util.js:992:11)
  34. │ at _exceptionWithHostPort (util.js:1014:20)
  35. │ at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
  36. │ at attempt (test/common/services/retry.js:19:17)
  37. │ at tryCatcher (node_modules/bluebird/js/main/util.js:26:23)
  38. │ at Promise._settlePromiseFromHandler (node_modules/bluebird/js/main/promise.js:503:31)
  39. │ at Promise._settlePromiseAt (node_modules/bluebird/js/main/promise.js:577:18)
  40. │ at Promise._settlePromises (node_modules/bluebird/js/main/promise.js:693:14)
  41. │ at Async._drainQueue (node_modules/bluebird/js/main/async.js:123:16)
  42. │ at Async._drainQueues (node_modules/bluebird/js/main/async.js:133:10)
  43. │ at Immediate.Async.drainQueues (node_modules/bluebird/js/main/async.js:15:14)
  44. │ at attempt (test/common/services/retry.js:19:17)
  45. │ at tryCatcher (node_modules/bluebird/js/main/util.js:26:23)
  46. │ at Promise._settlePromiseFromHandler (node_modules/bluebird/js/main/promise.js:503:31)
  47. │ at Promise._settlePromiseAt (node_modules/bluebird/js/main/promise.js:577:18)
  48. │ at Promise._settlePromises (node_modules/bluebird/js/main/promise.js:693:14)
  49. │ at Async._drainQueue (node_modules/bluebird/js/main/async.js:123:16)
  50. │ at Async._drainQueues (node_modules/bluebird/js/main/async.js:133:10)
  51. │ at Immediate.Async.drainQueues (node_modules/bluebird/js/main/async.js:15:14)
  52. └-> "after all" hook
  53. └-> "after all" hook
  54. └-: Getting Started
  55. └-> "before all" hook
  56. └-> "before all" hook
  57. └-: Shakespeare
  58. └-> "before all" hook
  59. └-> "before all" hook
  60. │ info [empty_kibana] Loading "mappings.json"
  61. │ info [empty_kibana] Loading "data.json.gz"
  62. Elasticsearch ERROR: 2018-10-23T20:20:08Z
  63. Error: Request error, retrying
  64. PUT http://localhost:9220/.kibana => connect ECONNREFUSED 127.0.0.1:9220
  65. at Log.error (/home/sreynolds/kibana/kibana/node_modules/elasticsearch/src/lib/log.js:225:56)
  66. at checkRespForFailure (/home/sreynolds/kibana/kibana/node_modules/elasticsearch/src/lib/transport.js:258:18)
  67. at HttpConnector.<anonymous> (/home/sreynolds/kibana/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:157:7)
  68. at ClientRequest.bound (/home/sreynolds/kibana/kibana/node_modules/elasticsearch/node_modules/lodash/dist/lodash.js:729:21)
  69. at emitOne (events.js:116:13)
  70. at ClientRequest.emit (events.js:211:7)
  71. at Socket.socketErrorListener (_http_client.js:387:9)
  72. at emitOne (events.js:116:13)
  73. at Socket.emit (events.js:211:7)
  74. at emitErrorNT (internal/streams/destroy.js:64:8)
  75. at _combinedTickCallback (internal/process/next_tick.js:138:11)
  76. at process._tickCallback (internal/process/next_tick.js:180:9)
  77.  
  78. Elasticsearch WARNING: 2018-10-23T20:20:08Z
  79. Unable to revive connection: http://localhost:9220/
  80.  
  81. Elasticsearch WARNING: 2018-10-23T20:20:08Z
  82. No living connections
  83.  
  84. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/Getting Started Shakespeare _before all_ hook.png"
  85. │ info Current URL is: about:blank
  86. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/Getting Started Shakespeare _before all_ hook.html
  87. └- ✖ fail: "Getting Started Shakespeare "before all" hook"
  88. │ Error: No Living connections
  89. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  90. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  91. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  92. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  93. └-> "after all" hook
  94. └-> "after all" hook
  95. └-: context app
  96. └-> "before all" hook
  97. └-> "before all" hook
  98. │ info [logstash_functional] Loading "mappings.json"
  99. │ info [logstash_functional] Loading "data.json.gz"
  100. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  101. Unable to revive connection: http://localhost:9220/
  102.  
  103. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  104. No living connections
  105.  
  106. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/context app _before all_ hook.png"
  107. │ info Current URL is: about:blank
  108. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/context app _before all_ hook.html
  109. └- ✖ fail: "context app "before all" hook"
  110. │ Error: No Living connections
  111. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  112. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  113. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  114. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  115. └-> "after all" hook: unloadMakelogs
  116. │ info [logstash_functional] Unloading indices from "mappings.json"
  117. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  118. Unable to revive connection: http://localhost:9220/
  119.  
  120. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  121. No living connections
  122.  
  123. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/context app _after all_ hook_ unloadMakelogs.png"
  124. │ info Current URL is: about:blank
  125. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/context app _after all_ hook_ unloadMakelogs.html
  126. └- ✖ fail: "context app "after all" hook: unloadMakelogs"
  127. │ Error: No Living connections
  128. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  129. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  130. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  131. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  132. └-: dashboard app
  133. └-> "before all" hook
  134. └-> "before all" hook
  135. └-: bwc shared urls
  136. └-> "before all" hook
  137. └-> "before all" hook
  138. │ info [dashboard] Loading "mappings.json"
  139. │ info [logstash_functional] Loading "mappings.json"
  140. │ info [dashboard] Loading "data.json.gz"
  141. │ info [logstash_functional] Loading "data.json.gz"
  142. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  143. Unable to revive connection: http://localhost:9220/
  144.  
  145. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  146. No living connections
  147.  
  148. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/dashboard app bwc shared urls _before all_ hook.png"
  149. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  150. Unable to revive connection: http://localhost:9220/
  151.  
  152. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  153. No living connections
  154.  
  155. │ info Current URL is: about:blank
  156. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/dashboard app bwc shared urls _before all_ hook.html
  157. └- ✖ fail: "dashboard app bwc shared urls "before all" hook"
  158. │ Error: No Living connections
  159. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  160. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  161. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  162. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  163. └-> "after all" hook
  164. └-: dashboard queries
  165. └-> "before all" hook
  166. └-> "before all" hook
  167. │ info [dashboard] Loading "mappings.json"
  168. │ info [logstash_functional] Loading "mappings.json"
  169. │ info [dashboard] Loading "data.json.gz"
  170. │ info [logstash_functional] Loading "data.json.gz"
  171. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  172. Unable to revive connection: http://localhost:9220/
  173.  
  174. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  175. No living connections
  176.  
  177. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/dashboard app dashboard queries _before all_ hook.png"
  178. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  179. Unable to revive connection: http://localhost:9220/
  180.  
  181. Elasticsearch WARNING: 2018-10-23T20:20:09Z
  182. No living connections
  183.  
  184. │ info Current URL is: about:blank
  185. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/dashboard app dashboard queries _before all_ hook.html
  186. └- ✖ fail: "dashboard app dashboard queries "before all" hook"
  187. │ Error: No Living connections
  188. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  189. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  190. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  191. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  192. └-> "after all" hook
  193. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/dashboard app dashboard queries _after all_ hook.png"
  194. │ info Current URL is: about:blank
  195. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/dashboard app dashboard queries _after all_ hook.html
  196. └- ✖ fail: "dashboard app dashboard queries "after all" hook"
  197. │ tryForTime timeout: [POST http://localhost:9515/session/3850ac6a27c16daef683ce3f87c5e80b/element / {"using":"css selector","value":"a[href*='visualize']"}] no such element: Unable to locate element: {"method":"css selector","selector":"a[href*='visualize']"}
  198. │ (Session info: chrome=69.0.3497.100)
  199. │ (Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 3.10.0-862.9.1.el7.x86_64 x86_64)
  200. │ at Server._post (/home/sreynolds/kibana/kibana/test/functional/services/remote/verbose_remote_logging.js:15:21)
  201. │ at runRequest (/home/sreynolds/kibana/kibana/node_modules/leadfoot/Session.js:92:40)
  202. │ at /home/sreynolds/kibana/kibana/node_modules/leadfoot/Session.js:113:39
  203. │ at new Promise (/home/sreynolds/kibana/kibana/node_modules/dojo/_debug/Promise.ts:411:4)
  204. │ at Session._post (/home/sreynolds/kibana/kibana/node_modules/leadfoot/Session.js:67:10)
  205. │ at Session.find (/home/sreynolds/kibana/kibana/node_modules/leadfoot/Session.js:1304:15)
  206. │ at Command.<anonymous> (/home/sreynolds/kibana/kibana/node_modules/leadfoot/Command.js:42:36)
  207. │ at /home/sreynolds/kibana/kibana/node_modules/dojo/_debug/Promise.ts:393:16
  208. │ at run (/home/sreynolds/kibana/kibana/node_modules/dojo/_debug/Promise.ts:237:8)
  209. │ at /home/sreynolds/kibana/kibana/node_modules/dojo/_debug/nextTick.ts:44:4
  210. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  211. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  212. │ at Proxy.<anonymous> (/home/sreynolds/kibana/kibana/node_modules/leadfoot/Command.js:23:10)
  213. │ at Proxy.prototype.(anonymous function) (/home/sreynolds/kibana/kibana/node_modules/leadfoot/lib/strategies.js:29:16)
  214. │ at retry.try (/home/sreynolds/kibana/kibana/test/functional/page_objects/header_page.js:16:48)
  215. │ at tryCatcher (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/util.js:26:23)
  216. │ at Function.Promise.attempt.Promise.try (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/method.js:31:24)
  217. │ at attempt (/home/sreynolds/kibana/kibana/test/common/services/retry.js:22:16)
  218. │ at tryCatcher (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/util.js:26:23)
  219. │ at Promise._settlePromiseFromHandler (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:503:31)
  220. │ at Promise._settlePromiseAt (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:577:18)
  221. │ at Promise._settlePromises (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/promise.js:693:14)
  222. │ at Async._drainQueue (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:123:16)
  223. │ at Async._drainQueues (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:133:10)
  224. │ at Immediate.Async.drainQueues [as _onImmediate] (/home/sreynolds/kibana/kibana/node_modules/bluebird/js/main/async.js:15:14)
  225. │ at runCallback (timers.js:810:20)
  226. │ at tryOnImmediate (timers.js:768:5)
  227. │ at processImmediate [as _immediateCallback] (timers.js:745:5)
  228. │ Error: tryForTime timeout: [POST http://localhost:9515/session/3850ac6a27c16daef683ce3f87c5e80b/element / {"using":"css selector","value":"a[href*='visualize']"}] no such element: Unable to locate element: {"method":"css selector","selector":"a[href*='visualize']"}
  229. │ (Session info: chrome=69.0.3497.100)
  230. │ (Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 3.10.0-862.9.1.el7.x86_64 x86_64)
  231. │ at Server._post (test/functional/services/remote/verbose_remote_logging.js:15:21)
  232. │ at runRequest (node_modules/leadfoot/Session.js:92:40)
  233. │ at node_modules/leadfoot/Session.js:113:39
  234. │ at new Promise (node_modules/dojo/_debug/Promise.ts:411:4)
  235. │ at Session._post (node_modules/leadfoot/Session.js:67:10)
  236. │ at Session.find (node_modules/leadfoot/Session.js:1304:15)
  237. │ at Command.<anonymous> (node_modules/leadfoot/Command.js:42:36)
  238. │ at node_modules/dojo/_debug/Promise.ts:393:16
  239. │ at run (node_modules/dojo/_debug/Promise.ts:237:8)
  240. │ at node_modules/dojo/_debug/nextTick.ts:44:4
  241. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  242. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  243. │ at Proxy.<anonymous> (node_modules/leadfoot/Command.js:23:10)
  244. │ at Proxy.prototype.(anonymous function) (node_modules/leadfoot/lib/strategies.js:29:16)
  245. │ at retry.try (test/functional/page_objects/header_page.js:16:48)
  246. │ at tryCatcher (node_modules/bluebird/js/main/util.js:26:23)
  247. │ at Function.Promise.attempt.Promise.try (node_modules/bluebird/js/main/method.js:31:24)
  248. │ at attempt (test/common/services/retry.js:22:16)
  249. │ at tryCatcher (node_modules/bluebird/js/main/util.js:26:23)
  250. │ at Promise._settlePromiseFromHandler (node_modules/bluebird/js/main/promise.js:503:31)
  251. │ at Promise._settlePromiseAt (node_modules/bluebird/js/main/promise.js:577:18)
  252. │ at Promise._settlePromises (node_modules/bluebird/js/main/promise.js:693:14)
  253. │ at Async._drainQueue (node_modules/bluebird/js/main/async.js:123:16)
  254. │ at Async._drainQueues (node_modules/bluebird/js/main/async.js:133:10)
  255. │ at Immediate.Async.drainQueues [as _onImmediate] (node_modules/bluebird/js/main/async.js:15:14)
  256. │ at attempt (test/common/services/retry.js:19:17)
  257. │ at tryCatcher (node_modules/bluebird/js/main/util.js:26:23)
  258. │ at Promise._settlePromiseFromHandler (node_modules/bluebird/js/main/promise.js:503:31)
  259. │ at Promise._settlePromiseAt (node_modules/bluebird/js/main/promise.js:577:18)
  260. │ at Promise._settlePromises (node_modules/bluebird/js/main/promise.js:693:14)
  261. │ at Async._drainQueue (node_modules/bluebird/js/main/async.js:123:16)
  262. │ at Async._drainQueues (node_modules/bluebird/js/main/async.js:133:10)
  263. │ at Immediate.Async.drainQueues (node_modules/bluebird/js/main/async.js:15:14)
  264. └-: dashboard snapshots
  265. └-> "before all" hook
  266. └-> "before all" hook
  267. │ info [dashboard] Loading "mappings.json"
  268. │ info [logstash_functional] Loading "mappings.json"
  269. │ info [dashboard] Loading "data.json.gz"
  270. │ info [logstash_functional] Loading "data.json.gz"
  271. Elasticsearch WARNING: 2018-10-23T20:20:50Z
  272. Unable to revive connection: http://localhost:9220/
  273.  
  274. Elasticsearch WARNING: 2018-10-23T20:20:50Z
  275. No living connections
  276.  
  277. │ info Taking screenshot "/home/sreynolds/kibana/kibana/test/functional/screenshots/failure/dashboard app dashboard snapshots _before all_ hook.png"
  278. Elasticsearch WARNING: 2018-10-23T20:20:50Z
  279. Unable to revive connection: http://localhost:9220/
  280.  
  281. Elasticsearch WARNING: 2018-10-23T20:20:50Z
  282. No living connections
  283.  
  284. │ info Current URL is: about:blank
  285. │ info Saving page source to: /home/sreynolds/kibana/kibana/test/functional/failure_debug/html/dashboard app dashboard snapshots _before all_ hook.html
  286. └- ✖ fail: "dashboard app dashboard snapshots "before all" hook"
  287. │ Error: No Living connections
  288. │ at sendReqWithConnection (node_modules/elasticsearch/src/lib/transport.js:225:15)
  289. │ at next (node_modules/elasticsearch/src/lib/connection_pool.js:213:7)
  290. │ at _combinedTickCallback (internal/process/next_tick.js:131:7)
  291. │ at process._tickCallback (internal/process/next_tick.js:180:9)
  292. └-> "after all" hook
Advertisement
Add Comment
Please, Sign In to add comment