Guest User

Untitled

a guest
Dec 23rd, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. Running with gitlab-runner 12.4.1 (05161b14)
  2. on alpine-runner Ksg4_X_o
  3. Using Docker executor with image cypress/browsers:node12.6.0-chrome75 ...
  4. Pulling docker image cypress/browsers:node12.6.0-chrome75 ...
  5. Using docker image sha256:a029268ee2c81c7428734f3969e91edf5d20c581272dbbef33ea6139d3d78f21 for cypress/browsers:node12.6.0-chrome75 ...
  6. Running on runner-Ksg4_X_o-project-2-concurrent-1 via 1130f1645952...
  7. Fetching changes with git depth set to 50...
  8. Reinitialized existing Git repository in /builds/qa/ui-tests/.git/
  9. From https://gitlab.12go.asia/qa/ui-tests
  10. * [new ref] refs/pipelines/96 -> refs/pipelines/96
  11. a3f47b9..20c52b8 master -> origin/master
  12. Checking out 20c52b8c as master...
  13. Removing .npm/
  14. Removing cache/
  15. Removing cypress/reports/
  16. Removing node_modules/
  17. Removing package-lock.json
  18.  
  19. Skipping Git submodules setup
  20. Checking cache for master...
  21. No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.
  22. Successfully extracted cache
  23. $ npm install && npm ci
  24. npm WARN 12go@ No description
  25. npm WARN 12go@ No repository field.
  26. npm WARN 12go@ No license field.
  27.  
  28. audited 1016 packages in 2.128s
  29. found 0 vulnerabilities
  30.  
  31. npm WARN prepare removing existing node_modules/ before installation
  32.  
  33. > [email protected] postinstall /builds/qa/ui-tests/node_modules/core-js
  34. > node -e "try{require('./postinstall')}catch(e){}"
  35.  
  36.  
  37. > [email protected] postinstall /builds/qa/ui-tests/node_modules/cypress
  38. > node index.js --exec install
  39.  
  40. Note: Overriding Cypress cache directory to: /builds/qa/ui-tests/cache/Cypress
  41.  
  42. Previous installs of Cypress may not be found.
  43.  
  44.  
  45. Cypress 3.8.0 is installed in /builds/qa/ui-tests/cache/Cypress/3.8.0
  46.  
  47. added 407 packages in 4.746s
  48. $ $(npm bin)/cypress verify
  49. [15:08:04] Verifying Cypress can run /builds/qa/ui-tests/cache/Cypress/3.8.0/Cypress [started]
  50. [15:08:06] Verifying Cypress can run /builds/qa/ui-tests/cache/Cypress/3.8.0/Cypress [completed]
  51. $ npm run cy.run:rigel
  52.  
  53. > 12go@ cy.run:rigel /builds/qa/ui-tests
  54. > cross-env CYPRESS_configFile=rigel npm run cy.run
  55.  
  56.  
  57. > 12go@ cy.run /builds/qa/ui-tests
  58. > cypress run --headed --browser chrome --spec "cypress/integration/front/run/**/*"
  59.  
  60. Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
  61.  
  62. ====================================================================================================
  63.  
  64. (Run Starting)
  65.  
  66. ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  67. │ Cypress: 3.8.0 │
  68. │ Browser: Chrome 75 │
  69. │ Specs: 15 found (front/run/op_site/op_login.js, front/run/operators/01_train_Thai_Railway │
  70. │ s.js_, front/run/operators/02_train_Violette_Express.js, front/run/operators/03_bu │
  71. │ s_Bangkok_Busline.js, front/run/operators/04_avia_Nok_Air.js, front/run/operators/ │
  72. │ 05_avia_Tha...) │
  73. │ Searched: cypress/integration/front/run/**/* │
  74. └────────────────────────────────────────────────────────────────────────────────────────────────┘
  75.  
  76.  
  77. ────────────────────────────────────────────────────────────────────────────────────────────────────
  78.  
  79. Running: front/run/op_site/op_login.js (1 of 15)
  80. "mocha-junit-reporters" reporter not found
  81. Reporter does not found! mocha-junit-reporters
  82.  
  83.  
  84. Check Login/logout the operator site
  85. ✓ Visits the op site (941ms)
  86. The automation client disconnected. Cannot continue running tests.
  87. Pulling docker image gitlab/gitlab-runner-helper:x86_64-05161b14 ...
  88. ERROR: Job failed: execution took longer than 1h0m0s seconds
Advertisement
Add Comment
Please, Sign In to add comment