Matthias Betz
1Running with gitlab-runner 17.1.0 (fe451d5a)2 on deploy webserver W7wyyvW-, system ID: s_0a9e7a47b1bb3Resolving secrets 11Fetching changes with git depth set to 50...12Reinitialized existing Git repository in /var/lib/gitlab-runner/builds/W7wyyvW-/0/gitlab/m4lab_tv1/user-account/.git/13Checking out c711e231 as detached HEAD (ref is master)...14Removing node_modules/15Skipping Git submodules setup 18$ npm install19npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.20npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated21npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated22npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported23npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead24npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated25npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 326npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported27npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated28npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead29npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.30npm WARN deprecated glob@7.1.1: Glob versions prior to v9 are no longer supported31npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added32npm 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.)33npm WARN deprecated passport-saml@2.2.0: For versions >= 4, please use scopped package @node-saml/passport-saml34added 722 packages, and audited 723 packages in 4s3550 packages are looking for funding36 run `npm fund` for details3736 vulnerabilities (1 low, 7 moderate, 22 high, 6 critical)38To address issues that do not require attention, run:39 npm audit fix40To address all issues possible (including breaking changes), run:41 npm audit fix --force42Some issues need review, and may require choosing43a different dependency.44Run `npm audit` for details.45$ npm run clean46> m4lab-user-account@0.0.1 clean47> tsc -build --clean48$ npm run build49> m4lab-user-account@0.0.1 build50> tsc -build51$ rm -rf ./built/public/default52$ rm -rf ./built/routes/cert53$ rm -rf ./built/views54$ cp -R ./public/default ./built/public55$ cp -R ./routes/cert ./built/routes56$ cp -R ./views ./built57$ cat $configfileprod > ./built/config/config.js58$ cat $cert > ./built/routes/cert/cert.pem59$ cat $certidp > ./built/routes/cert/cert_idp.pem60$ cat $key > ./built/routes/cert/key.pem61$ pm2 delete --silent account || :62$ pm2 start ./built/app.js --name=account63[PM2] Starting /var/lib/gitlab-runner/builds/W7wyyvW-/0/gitlab/m4lab_tv1/user-account/built/app.js in fork_mode (1 instance)64[PM2] Done.65┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐66│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │67├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤68│ 0 │ account │ default │ 0.0.1 │ fork │ 20874 │ 0s │ 0 │ online │ 0% │ 25.5mb │ gitlab-… │ disabled │69└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘70$ pm2 save71[PM2] Saving current process list...72[PM2] Successfully saved in /var/lib/gitlab-runner/.pm2/dump.pm2 76Job succeeded