Advertisement
VladNitu

log_ci/cd_pipeline_frontend_04.06

Jun 4th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.06 KB | None | 0 0
  1. Running with gitlab-runner 16.0.1 (79704081)
  2.  on Builder 1 baaac080, system ID: s_cb29ef96823f
  3. section_start:1685912277:resolve_secrets
  4. Resolving secrets
  5. section_end:1685912277:resolve_secrets
  6. section_start:1685912277:prepare_executor
  7. Preparing the "docker" executor
  8. Using Docker executor with image node:latest ...
  9. Using locally found image version due to "if-not-present" pull policy
  10. Using docker image sha256:07f4e626c252cc83cd9c82225058cb4226581b77e44d614d8f8585828c34f496 for node:latest with digest node@sha256:242d81ad2a91353ac3a5ed3598582acb4a9a7761b16c60524b949a1603707848 ...
  11. section_end:1685912277:prepare_executor
  12. section_start:1685912277:prepare_script
  13. Preparing environment
  14. Running on runner-baaac080-project-10489-concurrent-0 via eipbuilder1...
  15. section_end:1685912278:prepare_script
  16. section_start:1685912278:get_sources
  17. Getting source from Git repository
  18. Fetching changes with git depth set to 20...
  19. Reinitialized existing Git repository in /builds/cse2000-software-project/2022-2023-q4/cluster-08/8c-news-article-overlap-detection-platform/news-article-overlap-detection-platform/.git/
  20. Checking out bc74008d as detached HEAD (ref is refs/merge-requests/58/head)...
  21. Removing backend/.coverage
  22. Removing backend/__pycache__/
  23. Removing backend/app/__pycache__/
  24. Removing backend/app/persist_docs/__pycache__/
  25. Removing backend/app/plagiarism_checker/__pycache__/
  26. Removing backend/app/tests/__pycache__/
  27. Removing backend/coverage/
  28. Removing backend/venv/
  29.  
  30. Skipping Git submodules setup
  31. section_end:1685912283:get_sources
  32. section_start:1685912283:step_script
  33. Executing "step_script" stage of the job script
  34. Using docker image sha256:07f4e626c252cc83cd9c82225058cb4226581b77e44d614d8f8585828c34f496 for node:latest with digest node@sha256:242d81ad2a91353ac3a5ed3598582acb4a9a7761b16c60524b949a1603707848 ...
  35. $ cd frontend
  36. $ npm install
  37. npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
  38. npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
  39. npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
  40. npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
  41. npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
  42. npm WARN deprecated core-js@0.6.1: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
  43. npm WARN deprecated wrench@1.3.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
  44.  
  45. added 1856 packages, and audited 1857 packages in 2m
  46.  
  47. 272 packages are looking for funding
  48. run `npm fund` for details
  49.  
  50. 11 vulnerabilities (1 low, 8 high, 2 critical)
  51.  
  52. To address issues that do not require attention, run:
  53. npm audit fix
  54.  
  55. To address all issues possible (including breaking changes), run:
  56. npm audit fix --force
  57.  
  58. Some issues need review, and may require choosing
  59. a different dependency.
  60.  
  61. Run `npm audit` for details.
  62. $ npm run test --passWithNoTests
  63.  
  64. > frontend@0.1.0 test
  65. > nyc react-scripts test ./src/components/tests --coverage --transformIgnorePatterns "node_modules/(?!axios)/"
  66.  
  67. PASS src/components/tests/ErrorPrompt.test.js (55.096 s)
  68. PASS src/components/tests/mainPageBigImage.test.js (57.298 s)
  69. PASS src/components/tests/BodyCheckGeneric.test.js (54.8 s)
  70. PASS src/components/tests/IframeRenderer.test.js (56.985 s)
  71. PASS src/components/tests/LoadingCircle.test.js (58.9 s)
  72. PASS src/components/tests/mission.test.js (54.606 s)
  73. PASS src/components/tests/ProgressLineCustom.test.js (54.714 s)
  74. PASS src/components/tests/TextBox.test.js (54.703 s)
  75. PASS src/components/tests/ForwardToPage.test.js (61.226 s)
  76. PASS src/components/tests/footer.test.js (60.998 s)
  77. PASS src/components/tests/map.test.js (66.394 s)
  78. PASS src/components/tests/submitButton.test.js (65.004 s)
  79. PASS src/components/tests/services.test.js (66.409 s)
  80. PASS src/components/tests/navbar.test.js (63.915 s)
  81. PASS src/components/tests/CheckTwoTexts.test.js (65.718 s)
  82. PASS src/components/tests/Home.test.js (62.902 s)
  83. PASS src/components/tests/EnterTwoURLs.test.js (65.914 s)
  84. PASS src/components/tests/CheckUrlDecision.test.js (65.611 s)
  85. PASS src/components/tests/checkURL.test.js (66.339 s)
  86. PASS src/components/tests/CheckTwoURLs.test.js (66.259 s)
  87. PASS src/components/tests/SideBySideRender.test.js (64.859 s)
  88. PASS src/components/tests/EnterURL.test.js (67.119 s)
  89. PASS src/components/tests/OneArticleRender.test.js (69.327 s)
  90. PASS src/components/tests/CheckOneText.test.js (67.637 s)
  91. PASS src/components/tests/ListURLs.test.js (69.181 s)
  92. A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
  93. -----------------------|---------|----------|---------|---------|-------------------
  94. File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
  95. -----------------------|---------|----------|---------|---------|-------------------
  96. All files | 95.07 | 95.93 | 89.41 | 96.3 |
  97. Article.js | 100 | 100 | 100 | 100 |
  98. BodyCheckGeneric.js | 100 | 100 | 100 | 100 |
  99. CheckOneText.js | 91.93 | 94.44 | 83.33 | 93.22 | 113-116
  100. CheckTwoTexts.js | 100 | 100 | 100 | 100 |
  101. CheckTwoURLs.js | 100 | 100 | 100 | 100 |
  102. CheckURL.js | 100 | 100 | 100 | 100 |
  103. CheckUrlDecision.js | 100 | 100 | 100 | 100 |
  104. EnterTwoURLs.js | 95.74 | 100 | 80 | 100 |
  105. EnterURL.js | 92.42 | 94.44 | 85.71 | 93.65 | 109-112
  106. ErrorPrompt.js | 100 | 100 | 100 | 100 |
  107. ForwardToPage.js | 100 | 100 | 100 | 100 |
  108. Home.js | 100 | 100 | 100 | 100 |
  109. IframeRenderer.js | 100 | 100 | 100 | 100 |
  110. ListURLs.js | 92.59 | 100 | 83.33 | 94.73 | 44
  111. LoadingCircle.js | 100 | 100 | 100 | 100 |
  112. OneArticleRender.js | 80 | 50 | 66.66 | 75 | 21
  113. ProgressLineCustom.js | 100 | 100 | 100 | 100 |
  114. SideBySideRender.js | 85.71 | 75 | 75 | 83.33 | 42
  115. TextBox.js | 100 | 91.66 | 100 | 100 | 53
  116. footer.js | 100 | 100 | 100 | 100 |
  117. mainPageBigImage.js | 100 | 100 | 100 | 100 |
  118. map.js | 100 | 100 | 100 | 100 |
  119. mission.js | 100 | 100 | 100 | 100 |
  120. navbar.js | 100 | 100 | 100 | 100 |
  121. services.js | 85.71 | 100 | 66.66 | 85.71 | 28
  122. submitButton.js | 100 | 100 | 100 | 100 |
  123. -----------------------|---------|----------|---------|---------|-------------------
  124.  
  125. Test Suites: 25 passed, 25 total
  126. Tests: 69 passed, 69 total
  127. Snapshots: 1 passed, 1 total
  128. Time: 93.162 s
  129. Ran all test suites matching /.\/src\/components\/tests/i.
  130. ----------|---------|----------|---------|---------|-------------------
  131. File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
  132. ----------|---------|----------|---------|---------|-------------------
  133. All files | 0 | 0 | 0 | 0 |
  134. ----------|---------|----------|---------|---------|-------------------
  135. section_end:1685912476:step_script
  136. section_start:1685912476:cleanup_file_variables
  137. Cleaning up project directory and file based variables
  138. section_end:1685912477:cleanup_file_variables
  139. Job succeeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement