
Wolfgang Knopki
1Running with gitlab-runner 13.3.0 (86ad88ea)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 9ec78939 as testing...13Removing node_modules/14Skipping Git submodules setup 17$ cat $configfiledev > ./config/config.js18$ npm install19> core-js@2.6.10 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/core-js20> node postinstall || echo "ignore"21> ejs@2.7.4 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/ejs22> node ./postinstall.js23> nodemon@2.0.1 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon24> node bin/postinstall || exit 025Love nodemon? You can now support the project via the open collective:27npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):28npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})29added 309 packages from 327 contributors and audited 310 packages in 7.535s30found 1 high severity vulnerability31 run `npm audit fix` to fix them, or `npm audit` for details32$ pm2 delete --silent account || :33$ pm2 start ./app.js --name=account34[PM2] Starting /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)35[PM2] Done.36┌─────┬──────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐37│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │38├─────┼──────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤39│ 8 │ account │ default │ 0.0.1 │ fork │ 16533 │ 0s │ 0 │ online │ 0% │ 24.8mb │ gitlab-… │ disabled │40│ 7 │ project │ default │ 0.0.1 │ fork │ 15168 │ 14m │ 0 │ online │ 0% │ 57.3mb │ gitlab-… │ disabled │41└─────┴──────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘42$ pm2 save43[PM2] Saving current process list...44[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm246Job succeeded