Running with gitlab-runner 14.3.0 (b37d3da9)  on gitlab-ci-run0 W39m9p7E section_start:1632345123: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:1632345128:prepare_executor section_start:1632345128:prepare_script Preparing environment Running on runner-w39m9p7e-project-219-concurrent-0 via gitlab-ci-run0... section_end:1632345129:prepare_script section_start:1632345129: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 9d501707 as v0.4.1... Removing node_modules/ Skipping Git submodules setup section_end:1632345132:get_sources section_start:1632345132: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 30.464s 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 73:7 error Unexpected @return tag; function has no return statement valid-jsdoc 92:1 warning This line has a length of 88. Maximum allowed is 80 max-len 93:1 warning This line has a length of 115. Maximum allowed is 80 max-len 97:1 warning This line has a length of 89. Maximum allowed is 80 max-len 98:1 warning This line has a length of 84. Maximum allowed is 80 max-len 105:1 warning This line has a length of 97. Maximum allowed is 80 max-len 117:7 error Closing curly brace does not appear on the same line as the subsequent block brace-style 145: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 ✖ 31 problems (2 errors, 29 warnings) 1 error and 0 warnings potentially fixable with the `--fix` option. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! Marvin@0.4.0 test: `./node_modules/eslint/bin/eslint.js index.js commands/*.js events/*.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Marvin@0.4.0 test script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2021-09-22T21_12_48_004Z-debug.log section_end:1632345168:step_script section_start:1632345168:cleanup_file_variables Cleaning up project directory and file based variables section_end:1632345169:cleanup_file_variables ERROR: Job failed: exit code 1