
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/13 * [new ref] refs/pipelines/919 -> refs/pipelines/91914 4f19332..8ff318e testing -> origin/testing15Checking out 8ff318ed as testing...16Removing node_modules/17Skipping Git submodules setup 24$ npm install25> core-js@2.6.10 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/core-js26> node postinstall || echo "ignore"27> ejs@2.7.4 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/ejs28> node ./postinstall.js29> nodemon@2.0.1 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon30> node bin/postinstall || exit 031Love nodemon? You can now support the project via the open collective:33npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):34npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})35added 288 packages from 319 contributors and audited 289 packages in 6.69s36found 7 low severity vulnerabilities37 run `npm audit fix` to fix them, or `npm audit` for details38$ pm2 delete --silent account || :39$ pm2 start ./app.js --name=account40[PM2] Starting /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)41[PM2] Done.42┌─────┬──────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐43│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │44├─────┼──────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤45│ 3 │ account │ default │ 0.0.1 │ fork │ 8939 │ 0s │ 0 │ online │ 0% │ 18.1mb │ gitlab-… │ disabled │46│ 2 │ project │ default │ 0.0.1 │ fork │ 3861 │ 43m │ 0 │ online │ 0% │ 59.5mb │ gitlab-… │ disabled │47└─────┴──────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘48$ pm2 save49[PM2] Saving current process list...50[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm2 58Job succeeded