Running with gitlab-runner 14.8.2 (c6e7e194)
  on shared generic run-untagged u_UX1CxD
section_start:1711455175:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:16 ...
Pulling docker image node:16 ...
Using docker image sha256:1ddc7e4055fdb6f6bf31063b593befda814294f9f904b6ddfc21ab1513bafa8e for node:16 with digest node@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b ...
section_end:1711455178:prepare_executor
section_start:1711455178:prepare_script
Preparing environment
Running on runner-uux1cxd-project-1011-concurrent-3 via ci05.adullact.lan...
section_end:1711455180:prepare_script
section_start:1711455180:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/soluris/madis-cyber/.git/
Checking out 98e36e4a as develop...
Removing .env
Removing .phpunit.result.cache
Removing bootstrap/cache/packages.php
Removing bootstrap/cache/services.php
Removing composer.phar
Removing storage/app/public/documents/
Removing storage/framework/views/adb393373bda0064608f7afb512bfe1e29c0177d.php
Removing storage/framework/views/c37aa26e03b4b79dc2255307801437c0871d56d0.php
Removing storage/logs/laravel.log
Removing vendor/

Skipping Git submodules setup
section_end:1711455182:get_sources
section_start:1711455182:step_script
Executing "step_script" stage of the job script
Using docker image sha256:1ddc7e4055fdb6f6bf31063b593befda814294f9f904b6ddfc21ab1513bafa8e for node:16 with digest node@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b ...
$ npm install && npm run lint
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: bootstrap-switch@3.3.4
npm WARN Found: bootstrap@4.6.2
npm WARN node_modules/admin-lte/node_modules/bootstrap
npm WARN   bootstrap@"^4.6.0" from admin-lte@3.1.0
npm WARN   node_modules/admin-lte
npm WARN     dev admin-lte@"3.1.0" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer bootstrap@"^3.1.1" from bootstrap-switch@3.3.4
npm WARN node_modules/admin-lte/node_modules/bootstrap-switch
npm WARN   bootstrap-switch@"3.3.4" from admin-lte@3.1.0
npm WARN   node_modules/admin-lte
npm WARN 
npm WARN Conflicting peer dependency: bootstrap@3.4.1
npm WARN node_modules/bootstrap
npm WARN   peer bootstrap@"^3.1.1" from bootstrap-switch@3.3.4
npm WARN   node_modules/admin-lte/node_modules/bootstrap-switch
npm WARN     bootstrap-switch@"3.3.4" from admin-lte@3.1.0
npm WARN     node_modules/admin-lte
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 consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated bootstrap-colorpicker@3.4.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
npm WARN deprecated flag-icon-css@3.5.0: The project has been renamed to flag-icons

added 1095 packages, and audited 1096 packages in 20s

168 packages are looking for funding
  run `npm fund` for details

8 vulnerabilities (1 low, 6 moderate, 1 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

> lint
> eslint --fix --ext .js,.vue resources/js


/builds/soluris/madis-cyber/resources/js/components/Evaluations/List.vue
  59:25  warning  `<template>` require directive  vue/no-lone-template

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Results/MeasureLevelDetails.vue
  26:44  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Step2/MeasureLevel.vue
  5:44  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Evaluations/Single/Components/Step4/MeasureLevelDetails.vue
  50:52  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/builds/soluris/madis-cyber/resources/js/components/Measures/Single/LevelBlock.vue
  28:21  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

✖ 5 problems (0 errors, 5 warnings)

section_end:1711455214:step_script
section_start:1711455214:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1711455215:cleanup_file_variables
Job succeeded