
Wolfgang Knopki
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on landing page gCnQN1L7 10Fetching changes with git depth set to 50...11Reinitialized existing Git repository in /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/.git/12Checking out 5db7787b as master...13Removing node_modules/14Skipping Git submodules setup 17$ npm install18> core-js@2.6.10 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/core-js19> node postinstall || echo "ignore"20> ejs@2.7.4 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/ejs21> node ./postinstall.js22> nodemon@2.0.1 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon23> node bin/postinstall || exit 024Love nodemon? You can now support the project via the open collective:26npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):27npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})28added 288 packages from 319 contributors and audited 289 packages in 7.821s295 packages are looking for funding30 run `npm fund` for details31found 8 vulnerabilities (7 low, 1 high)32 run `npm audit fix` to fix them, or `npm audit` for details33$ pm2 delete --silent account || :34$ pm2 start ./app.js --name=account35[PM2] Starting /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)36[PM2] Done.37┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐38│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │39├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤40│ 4 │ account │ default │ 0.0.1 │ fork │ 25706 │ 0s │ 0 │ online │ 0% │ 18.9mb │ gitlab-… │ disabled │41│ 3 │ project │ default │ 0.0.1 │ fork │ 24469 │ 9m │ 0 │ online │ 0% │ 60.2mb │ gitlab-… │ disabled │42└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘43[PM2][WARN] Current process list running is not in sync with saved list. Type 'pm2 save' to synchronize or enable autosync via 'pm2 set pm2:autodump true'44$ pm2 save45[PM2] Saving current process list...46[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm248Job succeeded