Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [0KRunning with gitlab-runner 16.0.1 (79704081)[0;m
- [0K on Builder 1 baaac080, system ID: s_cb29ef96823f[0;m
- section_start:1685912277:resolve_secrets
- [0K[0K[36;1mResolving secrets[0;m[0;m
- section_end:1685912277:resolve_secrets
- [0Ksection_start:1685912277:prepare_executor
- [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m
- [0KUsing Docker executor with image node:latest ...[0;m
- [0KUsing locally found image version due to "if-not-present" pull policy[0;m
- [0KUsing docker image sha256:07f4e626c252cc83cd9c82225058cb4226581b77e44d614d8f8585828c34f496 for node:latest with digest node@sha256:242d81ad2a91353ac3a5ed3598582acb4a9a7761b16c60524b949a1603707848 ...[0;m
- section_end:1685912277:prepare_executor
- [0Ksection_start:1685912277:prepare_script
- [0K[0K[36;1mPreparing environment[0;m[0;m
- Running on runner-baaac080-project-10489-concurrent-0 via eipbuilder1...
- section_end:1685912278:prepare_script
- [0Ksection_start:1685912278:get_sources
- [0K[0K[36;1mGetting source from Git repository[0;m[0;m
- [32;1mFetching changes with git depth set to 20...[0;m
- 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/
- [32;1mChecking out bc74008d as detached HEAD (ref is refs/merge-requests/58/head)...[0;m
- Removing backend/.coverage
- Removing backend/__pycache__/
- Removing backend/app/__pycache__/
- Removing backend/app/persist_docs/__pycache__/
- Removing backend/app/plagiarism_checker/__pycache__/
- Removing backend/app/tests/__pycache__/
- Removing backend/coverage/
- Removing backend/venv/
- [32;1mSkipping Git submodules setup[0;m
- section_end:1685912283:get_sources
- [0Ksection_start:1685912283:step_script
- [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m
- [0KUsing docker image sha256:07f4e626c252cc83cd9c82225058cb4226581b77e44d614d8f8585828c34f496 for node:latest with digest node@sha256:242d81ad2a91353ac3a5ed3598582acb4a9a7761b16c60524b949a1603707848 ...[0;m
- [32;1m$ cd frontend[0;m
- [32;1m$ npm install[0;m
- npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
- npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
- 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
- npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
- npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
- 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.
- 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.
- added 1856 packages, and audited 1857 packages in 2m
- 272 packages are looking for funding
- run `npm fund` for details
- 11 vulnerabilities (1 low, 8 high, 2 critical)
- To address issues that do not require attention, run:
- npm audit fix
- To address all issues possible (including breaking changes), run:
- npm audit fix --force
- Some issues need review, and may require choosing
- a different dependency.
- Run `npm audit` for details.
- [32;1m$ npm run test --passWithNoTests[0;m
- > frontend@0.1.0 test
- > nyc react-scripts test ./src/components/tests --coverage --transformIgnorePatterns "node_modules/(?!axios)/"
- PASS src/components/tests/ErrorPrompt.test.js (55.096 s)
- PASS src/components/tests/mainPageBigImage.test.js (57.298 s)
- PASS src/components/tests/BodyCheckGeneric.test.js (54.8 s)
- PASS src/components/tests/IframeRenderer.test.js (56.985 s)
- PASS src/components/tests/LoadingCircle.test.js (58.9 s)
- PASS src/components/tests/mission.test.js (54.606 s)
- PASS src/components/tests/ProgressLineCustom.test.js (54.714 s)
- PASS src/components/tests/TextBox.test.js (54.703 s)
- PASS src/components/tests/ForwardToPage.test.js (61.226 s)
- PASS src/components/tests/footer.test.js (60.998 s)
- PASS src/components/tests/map.test.js (66.394 s)
- PASS src/components/tests/submitButton.test.js (65.004 s)
- PASS src/components/tests/services.test.js (66.409 s)
- PASS src/components/tests/navbar.test.js (63.915 s)
- PASS src/components/tests/CheckTwoTexts.test.js (65.718 s)
- PASS src/components/tests/Home.test.js (62.902 s)
- PASS src/components/tests/EnterTwoURLs.test.js (65.914 s)
- PASS src/components/tests/CheckUrlDecision.test.js (65.611 s)
- PASS src/components/tests/checkURL.test.js (66.339 s)
- PASS src/components/tests/CheckTwoURLs.test.js (66.259 s)
- PASS src/components/tests/SideBySideRender.test.js (64.859 s)
- PASS src/components/tests/EnterURL.test.js (67.119 s)
- PASS src/components/tests/OneArticleRender.test.js (69.327 s)
- PASS src/components/tests/CheckOneText.test.js (67.637 s)
- PASS src/components/tests/ListURLs.test.js (69.181 s)
- 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.
- -----------------------|---------|----------|---------|---------|-------------------
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
- -----------------------|---------|----------|---------|---------|-------------------
- All files | 95.07 | 95.93 | 89.41 | 96.3 |
- Article.js | 100 | 100 | 100 | 100 |
- BodyCheckGeneric.js | 100 | 100 | 100 | 100 |
- CheckOneText.js | 91.93 | 94.44 | 83.33 | 93.22 | 113-116
- CheckTwoTexts.js | 100 | 100 | 100 | 100 |
- CheckTwoURLs.js | 100 | 100 | 100 | 100 |
- CheckURL.js | 100 | 100 | 100 | 100 |
- CheckUrlDecision.js | 100 | 100 | 100 | 100 |
- EnterTwoURLs.js | 95.74 | 100 | 80 | 100 |
- EnterURL.js | 92.42 | 94.44 | 85.71 | 93.65 | 109-112
- ErrorPrompt.js | 100 | 100 | 100 | 100 |
- ForwardToPage.js | 100 | 100 | 100 | 100 |
- Home.js | 100 | 100 | 100 | 100 |
- IframeRenderer.js | 100 | 100 | 100 | 100 |
- ListURLs.js | 92.59 | 100 | 83.33 | 94.73 | 44
- LoadingCircle.js | 100 | 100 | 100 | 100 |
- OneArticleRender.js | 80 | 50 | 66.66 | 75 | 21
- ProgressLineCustom.js | 100 | 100 | 100 | 100 |
- SideBySideRender.js | 85.71 | 75 | 75 | 83.33 | 42
- TextBox.js | 100 | 91.66 | 100 | 100 | 53
- footer.js | 100 | 100 | 100 | 100 |
- mainPageBigImage.js | 100 | 100 | 100 | 100 |
- map.js | 100 | 100 | 100 | 100 |
- mission.js | 100 | 100 | 100 | 100 |
- navbar.js | 100 | 100 | 100 | 100 |
- services.js | 85.71 | 100 | 66.66 | 85.71 | 28
- submitButton.js | 100 | 100 | 100 | 100 |
- -----------------------|---------|----------|---------|---------|-------------------
- Test Suites: 25 passed, 25 total
- Tests: 69 passed, 69 total
- Snapshots: 1 passed, 1 total
- Time: 93.162 s
- Ran all test suites matching /.\/src\/components\/tests/i.
- ----------|---------|----------|---------|---------|-------------------
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
- ----------|---------|----------|---------|---------|-------------------
- All files | 0 | 0 | 0 | 0 |
- ----------|---------|----------|---------|---------|-------------------
- section_end:1685912476:step_script
- [0Ksection_start:1685912476:cleanup_file_variables
- [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m
- section_end:1685912477:cleanup_file_variables
- [0K[32;1mJob succeeded[0;m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement