nzlq

Untitled

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