Skip to content
Aborted

Console Output

Started by GitHub push by younex1
Running as SYSTEM
Building remotely on Application-Node (app-agent) in workspace /root/test/workspace/Deploy Shopware 6
The recommended git tool is: NONE
using credential younex1
 > git rev-parse --resolve-git-dir /root/test/workspace/Deploy Shopware 6/.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.2'
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 8c564daa106ac299348fa024018e7d66ac7add31 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c564daa106ac299348fa024018e7d66ac7add31 # timeout=10
Commit message: "Specify Nuxt-Version"
 > git rev-list --no-walk 7ede509de0a379ad239429675852f9a75fefffa6 # timeout=10
[Deploy Shopware 6] $ /bin/sh -xe /tmp/jenkins11178737913048188978.sh
+ pwd
/root/test/workspace/Deploy Shopware 6
+ rm -rf /opt/erp-nuxt-frontend-temp/README.md /opt/erp-nuxt-frontend-temp/app /opt/erp-nuxt-frontend-temp/app.config.ts /opt/erp-nuxt-frontend-temp/app.vue /opt/erp-nuxt-frontend-temp/assets /opt/erp-nuxt-frontend-temp/components /opt/erp-nuxt-frontend-temp/composables /opt/erp-nuxt-frontend-temp/ecosystem.config.cjs /opt/erp-nuxt-frontend-temp/i18n.config.ts /opt/erp-nuxt-frontend-temp/layouts /opt/erp-nuxt-frontend-temp/middleware /opt/erp-nuxt-frontend-temp/node_modules
+ cp -r /root/test/workspace/erp-frontend-pipeline/README.md /root/test/workspace/erp-frontend-pipeline/app /root/test/workspace/erp-frontend-pipeline/app.config.ts /root/test/workspace/erp-frontend-pipeline/app.vue /root/test/workspace/erp-frontend-pipeline/assets /root/test/workspace/erp-frontend-pipeline/components /root/test/workspace/erp-frontend-pipeline/composables /root/test/workspace/erp-frontend-pipeline/ecosystem.config.cjs /root/test/workspace/erp-frontend-pipeline/i18n.config.ts /root/test/workspace/erp-frontend-pipeline/layouts /root/test/workspace/erp-frontend-pipeline/middleware /root/test/workspace/erp-frontend-pipeline/node_modules /root/test/workspace/erp-frontend-pipeline/nuxt.config.ts /root/test/workspace/erp-frontend-pipeline/package-lock.json /root/test/workspace/erp-frontend-pipeline/package.json /root/test/workspace/erp-frontend-pipeline/pages /root/test/workspace/erp-frontend-pipeline/public /root/test/workspace/erp-frontend-pipeline/server /root/test/workspace/erp-frontend-pipeline/tsconfig.json /root/test/workspace/erp-frontend-pipeline/vercel.json /opt/erp-nuxt-frontend-temp/
+ cp /root/test/workspace/erp-frontend-pipeline/.env-dev /opt/erp-nuxt-frontend-temp/.env
+ git rev-parse --short HEAD
+ git_hash=8c564da
+ date +'%d.%m.%Y %H:%M'
+ current_datetime='22.06.2024 23:19'
+ file_path=/opt/erp-nuxt-frontend-temp/.env
+ sed -i s/<GIT_HASH>/8c564da/g /opt/erp-nuxt-frontend-temp/.env
+ sed -i s/<CURRENT_DATETIME>/'22.06.2024 23:19'/g /opt/erp-nuxt-frontend-temp/.env
+ cd /opt/erp-nuxt-frontend-temp/
+ pwd
/opt/erp-nuxt-frontend-temp
+ npm install

> postinstall
> nuxt prepare

[info] [nuxt:tailwindcss] Using default Tailwind CSS file
[success] Types generated in .nuxt

added 5 packages, changed 2 packages, and audited 1162 packages in 9s

198 packages are looking for funding
  run `npm fund` for details

4 high severity vulnerabilities

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
+ npm run build

> build
> nuxt build

[log] Nuxt 3.11.2 with Nitro 2.9.6
[info] [nuxt:tailwindcss] Using default Tailwind CSS file
[info] Building client...
[info] vite v5.2.11 building for production...
[info] transforming...
[warn] 
/assets/logo-white.png referenced in /opt/erp-nuxt-frontend-temp/pages/signin.vue?vue&type=style&index=0&scoped=89880a0d&lang.css didn't resolve at build time, it will remain unchanged to be resolved at runtime
[warn] 
images/altText_add.svg referenced in /opt/erp-nuxt-frontend-temp/node_modules/@tato30/vue-pdf/dist/style.css didn't resolve at build time, it will remain unchanged to be resolved at runtime
[warn] 
images/altText_done.svg referenced in /opt/erp-nuxt-frontend-temp/node_modules/@tato30/vue-pdf/dist/style.css didn't resolve at build time, it will remain unchanged to be resolved at runtime
Build was aborted
Aborted by Younes
Finished: ABORTED