Advertisement
Mhermank

chrome

Sep 16th, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running org.openmrs.contrib.qaframework.RunTest
  5. Running locally...
  6. log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
  7. log4j:WARN Please initialize the log4j system properly.
  8. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  9. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 21704
  10. Only local connections are allowed.
  11. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  12. ChromeDriver was started successfully.
  13. Sep 16, 2021 2:22:09 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  14. INFO: Detected dialect: W3C
  15. Running locally...
  16. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 31839
  17. Only local connections are allowed.
  18. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  19. ChromeDriver was started successfully.
  20. Sep 16, 2021 2:29:21 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  21. INFO: Detected dialect: W3C
  22. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 494.589 sec <<< FAILURE!
  23. Clinical Visit(Clinical Visit Management) Time elapsed: 492.547 sec <<< ERROR!
  24. org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
  25. Build info: version: '4.0.0-alpha-6', revision: '5f43a29cfc'
  26. System info: host: 'mherman22', ip: '192.168.43.144', os.name: 'Linux', os.arch: 'amd64', os.version: '5.11.0-34-generic', java.version: '1.8.0_292'
  27. Driver info: driver.version: RemoteWebDriver
  28. Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 93.0.4577.82, chrome: {chromedriverVersion: 93.0.4577.63 (ff5c0da2ec0ad..., userDataDir: /tmp/.com.google.Chrome.ki6eiB}, goog:chromeOptions: {debuggerAddress: localhost:38521}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
  29. Session ID: 8ae863feedc02de02bb3ea9854562bc8
  30. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:603)
  31. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:333)
  32. at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:381)
  33. at org.openqa.selenium.By$ById.findElement(By.java:194)
  34. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:325)
  35. at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
  36. at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
  37. at org.openqa.selenium.support.ui.FluentWait.lambda$checkConditionInLoop$2(FluentWait.java:233)
  38. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
  39. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596)
  40. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  41. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  42. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
  43. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
  44. at ✽.a user clicks on Allergies link from Patient dashboard page(file:///home/mherman22/forks/openmrs-contrib-qaframework/src/test/resources/features/refapp-2.x/14-clinicalVisit/clinicalVisit.feature:19)
  45. Caused by: java.lang.RuntimeException: NettyHttpHandler request execution error
  46. at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:72)
  47. at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
  48. at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
  49. at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:47)
  50. at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
  51. at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
  52. at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:55)
  53. at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:157)
  54. at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
  55. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:582)
  56. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:333)
  57. at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:381)
  58. at org.openqa.selenium.By$ById.findElement(By.java:194)
  59. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:325)
  60. at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
  61. at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
  62. at org.openqa.selenium.support.ui.FluentWait.lambda$checkConditionInLoop$2(FluentWait.java:233)
  63. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
  64. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596)
  65. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  66. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  67. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
  68. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
  69. Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Request timeout to localhost/127.0.0.1:21704 after 60000 ms
  70. at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
  71. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
  72. at org.asynchttpclient.netty.NettyResponseFuture.get(NettyResponseFuture.java:201)
  73. at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:57)
  74. ... 22 more
  75. Caused by: java.util.concurrent.TimeoutException: Request timeout to localhost/127.0.0.1:21704 after 60000 ms
  76. at org.asynchttpclient.netty.timeout.TimeoutTimerTask.expire(TimeoutTimerTask.java:43)
  77. at org.asynchttpclient.netty.timeout.RequestTimeoutTimerTask.run(RequestTimeoutTimerTask.java:50)
  78. at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:672)
  79. at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:747)
  80. at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:472)
  81. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  82. at java.lang.Thread.run(Thread.java:748)
  83.  
  84.  
  85. Results :
  86.  
  87. Tests in error:
  88. Clinical Visit(Clinical Visit Management): Error communicating with the remote browser. It may have died.(..)
  89.  
  90. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
  91.  
  92. [INFO] ------------------------------------------------------------------------
  93. [INFO] BUILD FAILURE
  94. [INFO] ------------------------------------------------------------------------
  95. [INFO] Total time: 08:21 min
  96. [INFO] Finished at: 2021-09-16T14:29:26+03:00
  97. [INFO] ------------------------------------------------------------------------
  98. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project qaframework: There are test failures.
  99. [ERROR]
  100. [ERROR] Please refer to /home/mherman22/forks/openmrs-contrib-qaframework/target/surefire-reports for the individual test results.
  101. [ERROR] -> [Help 1]
  102. [ERROR]
  103. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  104. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  105. [ERROR]
  106. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  107. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  108. npm ERR! code ELIFECYCLE
  109. npm ERR! errno 1
  110. npm ERR! openmrs-contrib-qaframework@0.1.0 refapp2ClinicalVisit: `mvn test -Dcucumber.filter.tags='@selenium and @clinicalVisit'`
  111. npm ERR! Exit status 1
  112. npm ERR!
  113. npm ERR! Failed at the openmrs-contrib-qaframework@0.1.0 refapp2ClinicalVisit script.
  114. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  115. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  116.  
  117. npm ERR! A complete log of this run can be found in:
  118. npm ERR! /home/mherman22/.npm/_logs/2021-09-16T11_29_27_098Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement