Started by timer Running as SYSTEM Building on the built-in node in workspace /var/lib/jenkins/workspace/build-logship-frontend The recommended git tool is: NONE using credential younex1 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/build-logship-frontend/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/younex1/erp-nuxt-frontend.git # timeout=10 Fetching upstream changes from https://github.com/younex1/erp-nuxt-frontend.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials Token Github > git fetch --tags --force --progress -- https://github.com/younex1/erp-nuxt-frontend.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 Checking out Revision 5c580cc74826c69c10644b0a3d03e933149054df (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c580cc74826c69c10644b0a3d03e933149054df # timeout=10 Commit message: "fix ative and total time on commission" > git rev-list --no-walk 9dddda85d6d2b6ba5731be7692b29a3539cb3cbf # timeout=10 [build-logship-frontend] $ /bin/bash /tmp/jenkins2020633307343087762.sh v18.20.5 is already installed. Now using node v18.20.5 (npm v10.8.2) Now using node v18.20.5 (npm v10.8.2) npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '@ericblade/quagga2@1.10.2', npm warn EBADENGINE required: { node: '>= 20.0' }, npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' } npm warn EBADENGINE } npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '@nuxt/image@1.11.0', npm warn EBADENGINE required: { node: '>=18.20.6' }, npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' } npm warn EBADENGINE } npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'unplugin-utils@0.3.1', npm warn EBADENGINE required: { node: '>=20.19.0' }, npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' } npm warn EBADENGINE } npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'better-sqlite3@12.4.1', npm warn EBADENGINE required: { node: '20.x || 22.x || 23.x || 24.x' }, npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' } npm warn EBADENGINE } npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'pdfjs-dist@4.9.124', npm warn EBADENGINE required: { node: '>=20' }, npm warn EBADENGINE current: { node: 'v18.20.5', npm: '10.8.2' } npm warn EBADENGINE } > postinstall > nuxt prepare [info] Nuxt Icon server bundle mode is set to `local` [success] Nuxt Icon discovered local-installed 1 collections: mdi [success] [nuxi] Types generated in .nuxt up to date, audited 1515 packages in 12s 261 packages are looking for funding run `npm fund` for details 13 vulnerabilities (3 low, 3 moderate, 6 high, 1 critical) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. > build > npm run generate:icons && node --max-old-space-size=3072 node_modules/.bin/nuxt build > generate:icons > node scripts/generate-icons.js 📱 Generating PWA icons... ✅ Generated: icon-72x72.png ✅ Generated: icon-96x96.png ✅ Generated: icon-128x128.png ✅ Generated: icon-144x144.png ✅ Generated: icon-152x152.png ✅ Generated: icon-192x192.png ✅ Generated: icon-384x384.png ✅ Generated: icon-512x512.png 🎉 All icons generated successfully! [log] [nuxi] Nuxt 3.17.4 with Nitro 2.11.12 [info] Nuxt Icon server bundle mode is set to `local` [success] Nuxt Icon discovered local-installed 1 collections: mdi [info] [nuxi] Building for Nitro preset: `node-server` Terminated Terminated ./ ./.env ./data/ ./data/.gitkeep ./tsconfig.json ./server/ ./server/api/ ./server/api/manufacturings/ ./server/api/manufacturings/productions/ ./server/api/manufacturings/productions/store.post.ts ./server/api/manufacturings/productions/[id]/ ./server/api/manufacturings/productions/[id]/index.get.ts ./server/api/manufacturings/productions/[id]/index.delete.ts ./server/api/manufacturings/productions/destroy.delete.ts ./server/api/manufacturings/productions/update.put.ts ./server/api/manufacturings/productions/index.get.ts ./server/api/manufacturings/quality-tests/ ./server/api/manufacturings/quality-tests/store.post.ts ./server/api/manufacturings/quality-tests/[id]/ ./server/api/manufacturings/quality-tests/[id]/index.get.ts ./server/api/manufacturings/quality-tests/[id]/index.delete.ts ./server/api/manufacturings/quality-tests/destroy.delete.ts ./server/api/manufacturings/quality-tests/update.put.ts ./server/api/manufacturings/quality-tests/index.get.ts ./server/api/manufacturings/part-types/ ./server/api/manufacturings/part-types/store.post.ts ./server/api/manufacturings/part-types/[id]/ ./server/api/manufacturings/part-types/[id]/index.get.ts ./server/api/manufacturings/part-types/[id]/index.delete.ts ./server/api/manufacturings/part-types/destroy.delete.ts ./server/api/manufacturings/part-types/update.put.ts ./server/api/manufacturings/part-types/index.get.ts ./server/api/manufacturings/product-bom/ ./server/api/manufacturings/product-bom/store.post.ts ./server/api/manufacturings/product-bom/[id]/ ./server/api/manufacturings/product-bom/[id]/index.get.ts ./server/api/manufacturings/product-bom/[id]/index.delete.ts ./server/api/manufacturings/product-bom/destroy.delete.ts ./server/api/manufacturings/product-bom/update.put.ts ./server/api/manufacturings/product-bom/index.get.ts ./server/api/orders/ ./server/api/orders/so.get.ts ./server/api/orders/store.post.ts Build was aborted Aborted by Younes Finished: ABORTED