Running with gitlab-runner 12.3.0 (a8a019e0)  on gitlab-ci-run0 W39m9p7E section_start:1582213204:prepare_executor Using Docker executor with image node:lts ... Pulling docker image node:lts ... Using docker image sha256:0cb3eeeded20381367441610daa1694f2c1fd3e143dbc3725854a08c495d1434 for node:lts ... section_end:1582213206:prepare_executor section_start:1582213206:prepare_script Running on runner-W39m9p7E-project-232-concurrent-0 via gitlab-ci-run0... section_end:1582213208:prepare_script section_start:1582213208:get_sources Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/kalube/marvin/.git/ From https://projects.sucs.org/kalube/marvin * [new ref] refs/pipelines/687 -> refs/pipelines/687 ea9933b..a0760f2 patch-1 -> origin/patch-1 Checking out a0760f22 as patch-1... Removing node_modules/ Skipping Git submodules setup section_end:1582213210:get_sources section_start:1582213210:restore_cache section_end:1582213211:restore_cache section_start:1582213211:download_artifacts section_end:1582213213:download_artifacts section_start:1582213213:build_script $ npm install > nodemon@1.19.4 postinstall /builds/kalube/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.9 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 327 packages from 190 contributors and audited 2454 packages in 17.832s found 0 vulnerabilities $ npm run test > Marvin@0.2.0 test /builds/kalube/marvin > ./node_modules/eslint/bin/eslint.js index.js commands/*.js events/*.js /builds/kalube/marvin/index.js 28:1 warning This line has a length of 110. Maximum allowed is 80 max-len /builds/kalube/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/kalube/marvin/commands/prune.js 18:1 warning This line has a length of 91. Maximum allowed is 80 max-len /builds/kalube/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 61:1 warning This line has a length of 113. Maximum allowed is 80 max-len 87:1 warning This line has a length of 103. Maximum allowed is 80 max-len 91:1 warning This line has a length of 89. Maximum allowed is 80 max-len 92:1 warning This line has a length of 84. Maximum allowed is 80 max-len 99:1 warning This line has a length of 97. Maximum allowed is 80 max-len 135:1 warning This line has a length of 112. Maximum allowed is 80 max-len /builds/kalube/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/kalube/marvin/events/ready.js 3:1 warning This line has a length of 98. Maximum allowed is 80 max-len 10:1 warning This line has a length of 87. Maximum allowed is 80 max-len 13:1 warning This line has a length of 102. Maximum allowed is 80 max-len ✖ 26 problems (0 errors, 26 warnings) section_end:1582213239:build_script section_start:1582213239:after_script section_end:1582213240:after_script section_start:1582213240:archive_cache section_end:1582213242:archive_cache section_start:1582213242:upload_artifacts_on_success section_end:1582213244:upload_artifacts_on_success Job succeeded