
Wolfgang Knopki
1Running with gitlab-runner 12.10.2 (c5874a4b)2 on landing page gCnQN1L7 10Fetching changes with git depth set to 50...11Reinitialized existing Git repository in /opt/tomcat9/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/.git/12Checking out e0199f9d as master...13Removing node_modules/14Skipping Git submodules setup 21$ npm install22> core-js@2.6.10 postinstall /opt/tomcat9/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/core-js23> node postinstall || echo "ignore"24> ejs@2.7.4 postinstall /opt/tomcat9/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/ejs25> node ./postinstall.js26> nodemon@2.0.1 postinstall /opt/tomcat9/builds/gCnQN1L7/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.755s335 packages are looking for funding34 run `npm fund` for details35found 3 low severity vulnerabilities36 run `npm audit fix` to fix them, or `npm audit` for details37$ pm2 delete --silent account || :38$ pm2 start ./app.js --name=account39[PM2] Starting /opt/tomcat9/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)40[PM2] Done.41┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐42│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │43├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤44│ 0 │ account │ default │ 0.0.1 │ fork │ 12800 │ 0s │ 0 │ online │ 0% │ 27.4mb │ tomcat │ disabled │45└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘46$ pm2 save47[PM2] Saving current process list...48[PM2] Successfully saved in /opt/tomcat/.pm2/dump.pm2 56Job succeeded