Running with gitlab-runner 14.3.0 (b37d3da9)  on gitlab-ci-run0 W39m9p7E section_start:1632349032:prepare_executor Preparing the "docker" executor Using Docker executor with image node:lts ... Pulling docker image node:lts ... Using docker image sha256:db40ea2d00eaaf7b5f5734c203eeb171cec25b885bd985e2d3977765522a5c88 for node:lts with digest node@sha256:4164d987bfceb62b17db4938d535dd31fc50d6ee0b4e00ac7a774f82af408d48 ... section_end:1632349036:prepare_executor section_start:1632349036:prepare_script Preparing environment Running on runner-w39m9p7e-project-219-concurrent-0 via gitlab-ci-run0... section_end:1632349037:prepare_script section_start:1632349037:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/imranh/marvin/.git/ Checking out 456185d4 as v0.4.4... Removing node_modules/ Skipping Git submodules setup section_end:1632349039:get_sources section_start:1632349039:step_script Executing "step_script" stage of the job script Using docker image sha256:db40ea2d00eaaf7b5f5734c203eeb171cec25b885bd985e2d3977765522a5c88 for node:lts with digest node@sha256:4164d987bfceb62b17db4938d535dd31fc50d6ee0b4e00ac7a774f82af408d48 ... $ npm install > nodemon@1.19.4 postinstall /builds/imranh/marvin/node_modules/nodemon > node bin/postinstall || exit 0 Love nodemon? You can now support the project via the open collective: > https://opencollective.com/nodemon/donate npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 337 packages from 201 contributors and audited 341 packages in 35.078s found 8 vulnerabilities (3 low, 2 moderate, 3 high) run `npm audit fix` to fix them, or `npm audit` for details $ npm run test > Marvin@0.4.0 test /builds/imranh/marvin > ./node_modules/eslint/bin/eslint.js index.js commands/*.js events/*.js /builds/imranh/marvin/index.js 28:1 warning This line has a length of 110. Maximum allowed is 80 max-len /builds/imranh/marvin/commands/help.js 16:1 warning This line has a length of 102. Maximum allowed is 80 max-len 24:1 warning This line has a length of 87. Maximum allowed is 80 max-len 30:1 warning This line has a length of 102. Maximum allowed is 80 max-len 38:1 warning This line has a length of 81. Maximum allowed is 80 max-len 39:1 warning This line has a length of 82. Maximum allowed is 80 max-len 40:1 warning This line has a length of 89. Maximum allowed is 80 max-len /builds/imranh/marvin/commands/prune.js 18:1 warning This line has a length of 91. Maximum allowed is 80 max-len /builds/imranh/marvin/commands/verify.js 23:1 warning This line has a length of 881. Maximum allowed is 80 max-len 41:1 warning This line has a length of 83. Maximum allowed is 80 max-len 45:1 warning This line has a length of 92. Maximum allowed is 80 max-len 62:1 warning This line has a length of 101. Maximum allowed is 80 max-len 63:1 warning This line has a length of 112. Maximum allowed is 80 max-len 65:1 warning This line has a length of 115. Maximum allowed is 80 max-len 92:1 warning This line has a length of 88. Maximum allowed is 80 max-len 94:1 warning This line has a length of 115. Maximum allowed is 80 max-len 99:1 warning This line has a length of 89. Maximum allowed is 80 max-len 100:1 warning This line has a length of 84. Maximum allowed is 80 max-len 107:1 warning This line has a length of 97. Maximum allowed is 80 max-len 146:1 warning This line has a length of 112. Maximum allowed is 80 max-len /builds/imranh/marvin/events/message.js 27:1 warning This line has a length of 119. Maximum allowed is 80 max-len 31:1 warning This line has a length of 124. Maximum allowed is 80 max-len 32:1 warning This line has a length of 116. Maximum allowed is 80 max-len 38:1 warning This line has a length of 82. Maximum allowed is 80 max-len 52:1 warning This line has a length of 104. Maximum allowed is 80 max-len 72:1 warning This line has a length of 128. Maximum allowed is 80 max-len /builds/imranh/marvin/events/ready.js 3:1 warning This line has a length of 110. Maximum allowed is 80 max-len 10:1 warning This line has a length of 88. Maximum allowed is 80 max-len 13:1 warning This line has a length of 108. Maximum allowed is 80 max-len ✖ 29 problems (0 errors, 29 warnings) section_end:1632349080:step_script section_start:1632349080:cleanup_file_variables Cleaning up project directory and file based variables section_end:1632349081:cleanup_file_variables Job succeeded