Console Output

Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
Building remotely on remote-node3 (remote-node) in workspace /jenkins_home/workspace/DEV-CICD-Java-Service-Tree-Framework-Frontend-Web
The recommended git tool is: NONE
using credential 313devops
 > git rev-parse --resolve-git-dir /jenkins_home/workspace/DEV-CICD-Java-Service-Tree-Framework-Frontend-Web/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:313DEVGRP/Java-Service-Tree-Framework-Frontend-Web.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from git@github.com:313DEVGRP/Java-Service-Tree-Framework-Frontend-Web.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_SSH to set credentials 
 > git fetch --no-tags --force --progress --depth=1 -- git@github.com:313DEVGRP/Java-Service-Tree-Framework-Frontend-Web.git +refs/heads/*:refs/remotes/origin/* # timeout=180
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision e58b6eeee7744328b3ac9750818c95f389c6706a (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e58b6eeee7744328b3ac9750818c95f389c6706a # timeout=60
Commit message: "feat: [YHS-302] #comment (Web) 자원분석 Sankey 리팩토링 중간커밋 - 24.12.19 #close #time 1h +review SR @HSYang-hub"
 > git rev-list --no-walk 8a77954f0324c40a81b1145cdef530d2e118ebdb # timeout=10
[DEV-CICD-Java-Service-Tree-Framework-Frontend-Web] $ /bin/bash -e /tmp/jenkins1939712210485910544.sh
yarn install v1.22.22
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
success Already up-to-date.
Done in 4.21s.
yarn run v1.22.22
$ vite build
vite v5.4.2 building for production...
transforming...
src/components/shadcn/ui/progress.jsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
src/components/shadcn/ui/accordion.jsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
src/components/shadcn/ui/sheet.jsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
src/components/shadcn/ui/dropdown-menu.jsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
✓ 1831 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                                                                     0.73 kB │ gzip:   0.40 kB
dist/document/dist/assets/bgnoise_lg_dark-BtfsI23p.png                              6.32 kB
dist/document/dist/assets/313_logo-CpfQnwxo.png                                    28.70 kB
dist/document/dist/assets/fontawesome-webfont-DZZNeuAi.eot                         38.21 kB
dist/document/dist/assets/fontawesome-webfont-CSn1GHZU.woff                        44.43 kB
dist/document/dist/assets/nanum-gothic-v11-latin_korean-regular-Byhr4goa.svg       70.60 kB │ gzip:  26.53 kB
dist/document/dist/assets/fontawesome-webfont-B-jkhYfk.woff2                       77.16 kB
dist/document/dist/assets/fontawesome-webfont-DgQ5z64Z.ttf                         80.65 kB
dist/document/dist/assets/fontawesome-webfont-DINy9hJ8.svg                        202.15 kB │ gzip:  56.03 kB
dist/document/dist/assets/313_logo-i4oDKPN1.ico                                   236.61 kB
dist/document/dist/assets/nanum-gothic-v11-latin_korean-regular-CjpDQlWP.woff2    430.32 kB
dist/document/dist/assets/nanum-gothic-v11-latin_korean-regular-CC1AvjQ1.eot      453.79 kB
dist/document/dist/assets/nanum-gothic-v11-latin_korean-regular-62iCZPEU.woff     621.77 kB
dist/document/dist/assets/nanum-gothic-v11-latin_korean-regular-CF7kcVhN.ttf    1,378.26 kB
dist/document/dist/assets/index-D7hdpxaY.css                                       86.98 kB │ gzip:  18.62 kB
dist/document/dist/assets/index-DQ7ZKB1X.js                                       743.44 kB │ gzip: 231.78 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 1m 49s
Done in 113.88s.
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > bootstrap@5.3.3" has unmet peer dependency "@popperjs/core@^2.11.8".
warning "@tanstack/eslint-plugin-query > @typescript-eslint/utils > @typescript-eslint/typescript-estree > ts-api-utils@1.3.0" has unmet peer dependency "typescript@>=4.2.0".
warning " > eslint-config-airbnb@19.0.4" has incorrect peer dependency "eslint@^7.32.0 || ^8.2.0".
warning "eslint-config-airbnb > eslint-config-airbnb-base@15.0.0" has incorrect peer dependency "eslint@^7.32.0 || ^8.2.0".
warning " > eslint-plugin-import@2.30.0" has incorrect peer dependency "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8".
warning " > eslint-plugin-react-hooks@4.6.2" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0".
[4/4] Rebuilding all packages...
success Saved lockfile.
Done in 812.99s.
yarn run v1.22.22
$ vite build
vite v5.4.3 building for production...
transforming...
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> src/styles/_images.scss
4  │     display: inline-block;
   │     ^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> node_modules/bootstrap/scss/mixins/_transition.scss
21 │ ┌       @media (prefers-reduced-motion: reduce) {
22 │ │         transition: none;
23 │ │       }
   │ └─── nested rule
   ╵
    src/styles/_images.scss 4:3       @import
    src/styles/application.scss 16:9  root stylesheet

DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> src/styles/_images.scss
5  │     border: none;
   │     ^^^^^^^^^^^^ declaration
   ╵
   ┌──> node_modules/bootstrap/scss/mixins/_transition.scss
21 │ ┌       @media (prefers-reduced-motion: reduce) {
22 │ │         transition: none;
23 │ │       }
   │ └─── nested rule
   ╵
    src/styles/_images.scss 5:3       @import
    src/styles/application.scss 16:9  root stylesheet

DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> src/styles/_sidebar.scss
41 │               padding: 4px 10px 4px 35px;
   │               ^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
   ╵
   ┌──> node_modules/bootstrap/scss/mixins/_transition.scss
21 │ ┌       @media (prefers-reduced-motion: reduce) {
22 │ │         transition: none;
23 │ │       }
   │ └─── nested rule
   ╵
    src/styles/_sidebar.scss 41:13    @import
    src/styles/application.scss 32:9  root stylesheet

DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

   ┌──> src/styles/_header.scss
13 │         width: 200px;
   │         ^^^^^^^^^^^^ declaration
   ╵
   ┌──> node_modules/bootstrap/scss/mixins/_transition.scss
21 │ ┌       @media (prefers-reduced-motion: reduce) {
22 │ │         transition: none;
23 │ │       }
   │ └─── nested rule
   ╵
    src/styles/_header.scss 13:7      @import
    src/styles/application.scss 33:9  root stylesheet


./NanumGothic/nanum-gothic-v11-latin_korean-regular.woff2 referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-regular.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-700.woff2 referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-700.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-800.woff2 referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-800.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-regular.woff referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-regular.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-700.woff referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-700.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-800.woff referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-800.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-regular.eot?#iefix referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-regular.eot? didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-700.eot?#iefix referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-700.eot? didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-800.eot?#iefix referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-800.eot? didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-regular.ttf referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-regular.ttf didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-700.ttf referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-700.ttf didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-800.ttf referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-800.ttf didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-regular.svg#NanumGothic referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-regular.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-700.svg#NanumGothic referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-700.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

./NanumGothic/nanum-gothic-v11-latin_korean-800.svg#NanumGothic referenced in ./NanumGothic/nanum-gothic-v11-latin_korean-800.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime
✓ 1133 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                                                              3.18 kB │ gzip:     1.05 kB
dist/backoffice/dist/assets/bgnoise_lg-FMbC08St.png                          5.43 kB
dist/backoffice/dist/assets/logo-BLRPU1_I.png                                5.88 kB
dist/backoffice/dist/assets/bgnoise_lg_dark-BtfsI23p.png                     6.32 kB
dist/backoffice/dist/assets/backoffice-DuKaeEDo.png                          6.81 kB
dist/backoffice/dist/assets/glyphicons-halflings-regular-DzqM6ju8.woff2     18.03 kB
dist/backoffice/dist/assets/glyphicons-halflings-regular-BUJKDMgK.eot       20.13 kB
dist/backoffice/dist/assets/glyphicons-halflings-regular-BKjkU69z.woff      23.42 kB
dist/backoffice/dist/assets/glyphicons-halflings-regular-DrwTMapi.ttf       45.40 kB
dist/backoffice/dist/assets/fontawesome-webfont-B-jkhYfk.woff2              77.16 kB
dist/backoffice/dist/assets/fontawesome-webfont-CDK5bt4p.woff               98.02 kB
dist/backoffice/dist/assets/glyphicons-halflings-regular-CSehLiBc.svg      108.74 kB │ gzip:    26.49 kB
dist/backoffice/dist/assets/fontawesome-webfont-CQDK8MU3.ttf               165.55 kB
dist/backoffice/dist/assets/fontawesome-webfont-G5YE5S7X.eot               165.74 kB
dist/backoffice/dist/assets/fontawesome-webfont-D13rzr4g.svg               444.38 kB │ gzip:   134.19 kB
dist/backoffice/dist/assets/index-DLXZcxxy.css                             354.25 kB │ gzip:    59.05 kB
dist/backoffice/dist/assets/index-DJXbaN0V.js                            3,120.72 kB │ gzip: 1,159.88 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 2m 46s
Done in 173.51s.
Finished: SUCCESS