
Varun Srivastava
1Running with gitlab-runner 11.2.0 (11.2.0)2 on testing [int-new] 9V7aKoym3Using Shell executor... 7Removing node_modules/8HEAD is now at 3c72a9c Merge branch '92srva1mst-testing-patch-40401' into 'testing'10 3c72a9c..5647eac testing -> origin/testing11Checking out 5647eac9 as testing...12Skipping Git submodules setup 17$ cat $cert > ./routes/cert/cert.pem18$ cat $certidp > ./routes/cert/cert_idp.pem19$ cat $key > ./routes/cert/key.pem20$ npm install21added 955 packages, and audited 956 packages in 10s227 vulnerabilities (4 low, 1 high, 2 critical)23Some issues need review, and may require choosing24a different dependency.25Run `npm audit` for details.26$ pm2 delete --silent account || :27$ pm2 start ./app.js --name=account28[PM2] Starting /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)29[PM2] Done.30┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐31│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │32├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤33│ 9 │ account │ default │ 0.0.1 │ fork │ 2854008 │ 0s │ 0 │ online │ 0% │ 20.6mb │ gitlab-… │ disabled │34│ 2 │ project │ default │ 0.0.1 │ fork │ 2853356 │ 46m │ 37 │ online │ 0% │ 61.6mb │ gitlab-… │ disabled │35└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘36$ pm2 save37[PM2] Saving current process list...38[PM2] Successfully saved in /var/lib/gitlab-runner/.pm2/dump.pm2