
Wolfgang Knopki
1Running with gitlab-runner 12.10.2 (c5874a4b)2 on testing [int] FsX7bedf 10Fetching changes with git depth set to 50...11Reinitialized existing Git repository in /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/.git/12Checking out 6451d414 as testing...13Removing node_modules/14Skipping Git submodules setup 21$ npm install22> core-js@2.6.10 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/core-js23> node postinstall || echo "ignore"24> ejs@2.7.4 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/ejs25> node ./postinstall.js26> nodemon@2.0.1 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon27> node bin/postinstall || exit 028Love nodemon? You can now support the project via the open collective:30npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):31npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})32added 288 packages from 319 contributors and audited 289 packages in 6.549s33found 3 low severity vulnerabilities34 run `npm audit fix` to fix them, or `npm audit` for details35$ pm2 delete --silent account || :36$ pm2 start ./app.js --name=account37[PM2] Starting /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)38[PM2] Done.39┌─────┬──────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐40│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │41├─────┼──────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤42│ 0 │ account │ default │ 0.0.1 │ fork │ 5401 │ 0s │ 0 │ online │ 0% │ 22.9mb │ gitlab-… │ disabled │43└─────┴──────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘44$ pm2 save45[PM2] Saving current process list...46[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm2 54Job succeeded