
Rosanny Sihombing
1Running with gitlab-runner 14.1.0 (8925d9a0)2 on testing [int] tr5CG-a9 12Fetching changes with git depth set to 50...13Reinitialized existing Git repository in /var/lib/gitlab-runner/builds/tr5CG-a9/0/gitlab/m4lab_tv1/user-account/.git/14Checking out 0a1273fd as testing...15Removing built/16Removing node_modules/17Skipping Git submodules setup 20$ npm install21npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated22npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated23npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 324npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)25added 780 packages, and audited 781 packages in 10s2637 packages are looking for funding27 run `npm fund` for details284 moderate severity vulnerabilities29To address issues that do not require attention, run:30 npm audit fix31To address all issues (including breaking changes), run:32 npm audit fix --force33Run `npm audit` for details.34$ npm run clean35> m4lab-user-account@0.0.1 clean36> tsc -build --clean37$ npm run build38> m4lab-user-account@0.0.1 build39> tsc -build40$ rm -rf ./built/public/default41$ rm -rf ./built/routes/cert42$ rm -rf ./built/views43$ cp -R ./public/default ./built/public44$ cp -R ./routes/cert ./built/routes45$ cp -R ./views ./built46$ cat $configfiledev > ./built/config/config.js47$ cat $cert > ./built/routes/cert/cert.pem48$ cat $certidp > ./built/routes/cert/cert_idp.pem49$ cat $key > ./built/routes/cert/key.pem50$ pm2 delete --silent account || :51$ pm2 start ./built/app.js --name=account52[PM2] Starting /var/lib/gitlab-runner/builds/tr5CG-a9/0/gitlab/m4lab_tv1/user-account/built/app.js in fork_mode (1 instance)53[PM2] Done.54┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐55│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │56├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤57│ 12 │ account │ default │ 0.0.1 │ fork │ 1563940 │ 0s │ 0 │ online │ 0% │ 20.3mb │ gitlab-… │ disabled │58│ 9 │ project │ default │ 0.0.1 │ fork │ 1436351 │ 13D │ 0 │ online │ 0% │ 66.8mb │ gitlab-… │ disabled │59└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘60$ pm2 save61[PM2] Saving current process list...62[PM2] Successfully saved in /var/lib/gitlab-runner/.pm2/dump.pm2 66Job succeeded