Console Output

Started by an SCM change
Running as SYSTEM
Building remotely on remote-node3 (remote-node) in workspace /jenkins_home/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
The recommended git tool is: NONE
using credential 313devops
Cloning the remote Git repository
Cloning repository git@github.com:313DEVGRP/Java-Service-Tree-Framework-Backend-Core.git
 > git init /jenkins_home/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core # timeout=10
Fetching upstream changes from git@github.com:313DEVGRP/Java-Service-Tree-Framework-Backend-Core.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_SSH to set credentials 
 > git fetch --tags --force --progress -- git@github.com:313DEVGRP/Java-Service-Tree-Framework-Backend-Core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:313DEVGRP/Java-Service-Tree-Framework-Backend-Core.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision 1f209f8dae4c5edb4c74c44231dfd88392221ac1 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f209f8dae4c5edb4c74c44231dfd88392221ac1 # timeout=10
Commit message: ":alien: refactor: [KCH-237]#comment 스코프 네트워크 차트 사용 API 리팩토링 - 24.12.23 #close #time 1h +review SR @chanho470"
 > git rev-list --no-walk 5ace7b207dc896555e81f8576543aea3f219118f # timeout=10
[DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core] $ /bin/bash -e /tmp/jenkins2134332418768795452.sh
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Project : => no module-info.java found
--2024-12-23 05:55:58--  http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/Java-Service-Tree-Framework-Backend-Core/maven-metadata.xml
Resolving www.313.co.kr (www.313.co.kr)... 192.168.25.103
Connecting to www.313.co.kr (www.313.co.kr)|192.168.25.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2996 (2.9K) [application/xml]
Saving to: ‘/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/metadata.xml’

     0K ..                                                    100% 56.8M=0s

2024-12-23 05:55:58 (56.8 MB/s) - ‘/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/metadata.xml’ saved [2996/2996]


> Task :clean UP-TO-DATE
> Task :compileJava
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/analysis/topmenu/model/dto/AggregationRequestDTO.java:28: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
    private List<집계_하위_필드> 집계_하위_필드들 = new ArrayList<>();
                           ^
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/request/aggregation/지라이슈_단순_집계_요청.java:18: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
    private List<집계_하위_필드> 집계_하위_필드들 = new ArrayList<>();
                           ^
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/request/aggregation/지라이슈_일반_집계_요청.java:17: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
    private List<집계_하위_필드> 집계_하위_필드들 = new ArrayList<>();
                           ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :processResources
> Task :classes
> Task :bootJar
> Task :dockerfileZip
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE

> Task :htmlDependencyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/build/reports/project/dependencies/index.html

> Task :buildDashboard
> Task :check UP-TO-DATE
> Task :build
> Task :sonarqube
Property 'sonar.password' is deprecated. It will not be supported in the future. Please instead use the 'sonar.login' parameter with a token.
Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
Use of preview features have been detected during analysis. Enable DEBUG mode to see them.

> Task :generatePublishInfo UP-TO-DATE
> Task :generateLicenseReport
> Task :javadoc

> Task :dependencyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/build/reports/project/dependencies.txt

> Task :propertyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/build/reports/project/properties.txt

> Task :taskReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/build/reports/project/tasks.txt

> Task :projectReport
> Task :generatePomFileForMavenPublication
> Task :publishMavenPublicationToMavenRepository
> Task :publish
> Task :dockerClean UP-TO-DATE
> Task :dockerPrepare

> Task :docker
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 675B 0.1s done
#1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)
#1 DONE 0.2s

#2 [internal] load metadata for docker.io/library/openjdk:11-jre
#2 DONE 1.9s

#3 [internal] load .dockerignore
#3 transferring context: 2B 0.0s done
#3 DONE 0.1s

#4 [1/6] FROM docker.io/library/openjdk:11-jre@sha256:356949c3125c4fa8104745e7ea92bd995da4567634e6599b470d2f972d13e0e2
#4 DONE 0.0s

#4 [1/6] FROM docker.io/library/openjdk:11-jre@sha256:356949c3125c4fa8104745e7ea92bd995da4567634e6599b470d2f972d13e0e2
#4 CACHED

#5 [internal] load build context
#5 transferring context: 58.11MB 4.9s
#5 ...

#6 [2/6] RUN wget http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#6 2.329 --2024-12-22 21:19:31--  http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#6 2.329 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#6 2.371 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#6 2.401 HTTP request sent, awaiting response... 200 OK
#6 2.511 Length: 11292595 (11M) [application/java-archive]
#6 2.511 Saving to: ‘elastic-apm-agent-1.47.1.jar’
#6 2.511 
#6 2.511      0K .......... .......... .......... .......... ..........  0%  411K 27s
#6 2.641     50K .......... .......... .......... .......... ..........  0%  432K 26s
#6 2.755    100K .......... .......... .......... .......... ..........  1%  227K 33s
#6 2.968    150K .......... .......... .......... .......... ..........  1%  254K 35s
#6 3.167    200K .......... .......... .......... .......... ..........  2%  490K 33s
#6 3.267    250K .......... .......... .......... .......... ..........  2%  633K 30s
#6 3.346    300K .......... .......... .......... .......... ..........  3%  609K 28s
#6 3.428    350K .......... .......... .......... .......... ..........  3%  662K 26s
#6 3.504    400K .......... .......... .......... .......... ..........  4%  936K 25s
#6 3.556    450K .......... .......... .......... .......... ..........  4%  982K 23s
#6 3.607    500K .......... .......... .......... .......... ..........  4%  876K 22s
#6 3.671    550K .......... .......... .......... .......... ..........  5% 1.47M 21s
#6 3.704    600K .......... .......... .......... .......... ..........  5% 1.25M 20s
#6 3.740    650K .......... .......... .......... .......... ..........  6% 1.29M 19s
#6 3.776    700K .......... .......... .......... .......... ..........  6% 1.47M 18s
#6 3.808    750K .......... .......... .......... .......... ..........  7%  645K 18s
#6 3.887    800K .......... .......... .......... .......... ..........  7% 1.43M 17s
#6 3.934    850K .......... .......... .......... .......... ..........  8% 2.44M 16s
#6 3.939    900K .......... .......... .......... .......... ..........  8% 1.47M 16s
#6 3.973    950K .......... .......... .......... .......... ..........  9%  484K 16s
#6 4.082   1000K .......... .......... .......... .......... ..........  9%  670K 16s
#6 4.155   1050K .......... .......... .......... .......... ..........  9%  622K 16s
#6 4.241   1100K .......... .......... .......... .......... .......... 10%  231K 17s
#6 4.448   1150K .......... .......... .......... .......... .......... 10%  612K 17s
#6 4.557   1200K .......... .......... .......... .......... .......... 11%  292K 17s
#6 4.703   1250K .......... .......... .......... .......... .......... 11%  590K 17s
#6 4.787   1300K .......... .......... .......... .......... .......... 12% 1.27M 17s
#6 4.828   1350K .......... .......... .......... .......... .......... 12%  411K 17s
#6 4.962   1400K .......... .......... .......... .......... .......... 13%  371K 17s
#6 5.082   1450K .......... .......... .......... .......... .......... 13%  402K 17s
#6 5.204   1500K .......... .......... .......... .......... .......... 14%  382K 17s
#6 5.339   1550K .......... .......... .......... .......... .......... 14% 1.71M 17s
#6 5.364   1600K .......... .......... .......... .......... .......... 14%  816K 17s
#6 5.426   1650K .......... .......... .......... .......... .......... 15% 1.46M 16s
#6 5.459   1700K .......... .......... .......... .......... .......... 15% 1.08M 16s
#6 5.510   1750K .......... .......... .......... .......... .......... 16%  720K 16s
#6 5.578   1800K .......... .......... .......... .......... .......... 16%  588K 16s
#6 5.661   1850K .......... .......... .......... .......... .......... 17% 2.83M 15s
#6 5.677   1900K .......... .......... .......... .......... .......... 17%  399K 15s
#6 5.803   1950K .......... .......... .......... .......... .......... 18%  971K 15s
#6 5.853   2000K .......... .......... .......... .......... .......... 18%  714K 15s
#6 5.924   2050K .......... .......... .......... .......... .......... 19%  590K 15s
#6 6.007   2100K .......... .......... .......... .......... .......... 19% 1.35M 15s
#6 6.045   2150K .......... .......... .......... .......... .......... 19%  406K 15s
#6 6.171   2200K .......... .......... .......... .......... .......... 20%  939K 14s
#6 6.222   2250K .......... .......... .......... .......... .......... 20% 8.55M 14s
#6 6.227   2300K .......... .......... .......... .......... .......... 21%  751K 14s
#6 6.292   2350K .......... .......... .......... .......... .......... 21%  736K 14s
#6 6.364   2400K .......... .......... .......... .......... .......... 22% 2.10M 14s
#6 6.399   2450K .......... .......... .......... .......... .......... 22% 2.97M 13s
#6 6.400   2500K .......... .......... .......... .......... .......... 23% 14.3M 13s
#6 6.411   2550K .......... .......... .......... .......... .......... 23% 2.85M 13s
#6 6.420   2600K .......... .......... .......... .......... .......... 24% 1.81M 12s
#6 6.450   2650K .......... .......... .......... .......... .......... 24% 1.52M 12s
#6 6.480   2700K .......... .......... .......... .......... .......... 24% 3.18M 12s
#6 6.495   2750K .......... .......... .......... .......... .......... 25%  999K 12s
#6 6.546   2800K .......... .......... .......... .......... .......... 25%  597K 12s
#6 6.628   2850K .......... .......... .......... .......... .......... 26% 1.24M 12s
#6 6.670   2900K .......... .......... .......... .......... .......... 26% 34.9M 11s
#6 6.670   2950K .......... .......... .......... .......... .......... 27%  579K 11s
#6 6.759   3000K .......... .......... .......... .......... .......... 27% 1.79M 11s
#6 6.793   3050K .......... .......... .......... .......... .......... 28% 1.04M 11s
#6 6.849   3100K .......... .......... .......... .......... .......... 28%  307K 11s
#6 7.019   3150K .......... .......... .......... .......... .......... 29% 11.0M 11s
#6 7.019   3200K .......... .......... .......... .......... .......... 29%  306K 11s
#6 7.164   3250K .......... .......... .......... .......... .......... 29%  530K 11s
#6 7.260   3300K .......... .......... .......... .......... .......... 30% 1003K 11s
#6 7.307   3350K .......... .......... .......... .......... .......... 30%  547K 11s
#6 7.400   3400K .......... .......... .......... .......... .......... 31% 2.22M 11s
#6 7.420   3450K .......... .......... .......... .......... .......... 31%  590K 11s
#6 7.504   3500K .......... .......... .......... .......... .......... 32%  392K 11s
#6 7.646   3550K .......... .......... .......... .......... .......... 32%  490K 11s
#6 7.735   3600K .......... .......... .......... .......... .......... 33%  434K 11s
#6 7.848   3650K .......... .......... .......... .......... .......... 33% 2.55M 11s
#6 7.876   3700K .......... .......... .......... .......... .......... 34%  295K 11s
#6 8.039   3750K .......... .......... .......... .......... .......... 34%  948K 11s
#6 8.090   3800K .......... .......... .......... .......... .......... 34% 1.07M 10s
#6 8.136   3850K .......... .......... .......... .......... .......... 35% 1.16M 10s
#6 8.232   3900K .......... .......... .......... .......... .......... 35% 2.63M 10s
#6 8.232   3950K .......... .......... .......... .......... .......... 36%  826K 10s
#6 8.283   4000K .......... .......... .......... .......... .......... 36% 1.12M 10s
#6 8.316   4050K .......... .......... .......... .......... .......... 37%  766K 10s
#6 8.370   4100K .......... .......... .......... .......... .......... 37% 1.11M 10s
#6 8.422   4150K .......... .......... .......... .......... .......... 38% 6.01M 10s
#6 8.422   4200K .......... .......... .......... .......... .......... 38% 1.15M 9s
#6 8.465   4250K .......... .......... .......... .......... .......... 38%  785K 9s
#6 8.527   4300K .......... .......... .......... .......... .......... 39% 22.1M 9s
#6 8.527   4350K .......... .......... .......... .......... .......... 39% 1.82M 9s
#6 8.556   4400K .......... .......... .......... .......... .......... 40%  751K 9s
#6 8.626   4450K .......... .......... .......... .......... .......... 40% 1.64M 9s
#6 8.651   4500K .......... .......... .......... .......... .......... 41% 3.36M 9s
#6 8.675   4550K .......... .......... .......... .......... .......... 41% 1.60M 9s
#6 8.702   4600K .......... .......... .......... .......... .......... 42% 2.54M 9s
#6 8.714   4650K .......... .......... .......... .......... .......... 42% 1.55M 8s
#6 8.745   4700K .......... .......... .......... .......... .......... 43% 1.88M 8s
#6 8.794   4750K .......... .......... .......... .......... .......... 43% 1.80M 8s
#6 8.806   4800K .......... .......... .......... .......... .......... 43% 22.9M 8s
#6 8.806   4850K .......... .......... .......... .......... .......... 44% 1.74M 8s
#6 8.827   4900K .......... .......... .......... .......... .......... 44% 4.36M 8s
#6 8.839   4950K .......... .......... .......... .......... .......... 45% 2.92M 8s
#6 8.856   5000K .......... .......... .......... .......... .......... 45% 2.91M 8s
#6 8.879   5050K .........
#6 ...

#5 [internal] load build context
#5 transferring context: 115.28MB 8.9s done
#5 DONE 9.0s

#6 [2/6] RUN wget http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#6 8.879   5050K .......... .......... .......... .......... .......... 46% 4.10M 7s
#6 8.886   5100K .......... .......... .......... .......... .......... 46% 3.15M 7s
#6 8.900   5150K .......... .......... .......... .......... .......... 47% 3.97M 7s
#6 8.913   5200K .......... .......... .......... .......... .......... 47% 3.29M 7s
#6 8.927   5250K .......... .......... .......... .......... .......... 48% 3.08M 7s
#6 8.943   5300K .......... .......... .......... .......... .......... 48% 2.29M 7s
#6 8.968   5350K .......... .......... .......... .......... .......... 48% 10.5M 7s
#6 8.974   5400K .......... .......... .......... .......... .......... 49% 4.66M 7s
#6 8.979   5450K .......... .......... .......... .......... .......... 49% 3.74M 7s
#6 8.996   5500K .......... .......... .......... .......... .......... 50% 2.66M 6s
#6 9.010   5550K .......... .......... .......... .......... .......... 50% 3.03M 6s
#6 9.027   5600K .......... .......... .......... .......... .......... 51% 7.10M 6s
#6 9.035   5650K .......... .......... .......... .......... .......... 51% 4.44M 6s
#6 9.048   5700K .......... .......... .......... .......... .......... 52% 1.82M 6s
#6 9.074   5750K .......... .......... .......... .......... .......... 52% 2.82M 6s
#6 9.092   5800K .......... .......... .......... .......... .......... 53% 19.0M 6s
#6 9.092   5850K .......... .......... .......... .......... .......... 53% 1.89M 6s
#6 9.119   5900K .......... .......... .......... .......... .......... 53% 1.63M 6s
#6 9.147   5950K .......... .......... .......... .......... .......... 54% 4.14M 6s
#6 9.160   6000K .......... .......... .......... .......... .......... 54% 2.34M 5s
#6 9.180   6050K .......... .......... .......... .......... .......... 55% 5.76M 5s
#6 9.189   6100K .......... .......... .......... .......... .......... 55% 2.20M 5s
#6 9.211   6150K .......... .......... .......... .......... .......... 56% 3.01M 5s
#6 9.228   6200K .......... .......... .......... .......... .......... 56% 1.40M 5s
#6 9.262   6250K .......... .......... .......... .......... .......... 57% 6.35M 5s
#6 9.270   6300K .......... .......... .......... .......... .......... 57% 3.81M 5s
#6 9.283   6350K .......... .......... .......... .......... .......... 58% 3.72M 5s
#6 9.295   6400K .......... .......... .......... .......... .......... 58% 3.68M 5s
#6 9.310   6450K .......... .......... .......... .......... .......... 58%  397K 5s
#6 9.437   6500K .......... .......... .......... .......... .......... 59%  319K 5s
#6 9.592   6550K .......... .......... .......... .......... .......... 59%  356K 5s
#6 9.735   6600K .......... .......... .......... .......... .......... 60%  458K 5s
#6 9.840   6650K .......... .......... .......... .......... .......... 60%  404K 5s
#6 9.967   6700K .......... .......... .......... .......... .......... 61%  420K 5s
#6 10.08   6750K .......... .......... .......... .......... .......... 61%  213K 5s
#6 10.32   6800K .......... .......... .......... .......... .......... 62%  415K 5s
#6 10.44   6850K .......... .......... .......... .......... .......... 62% 1.01M 5s
#6 10.49   6900K .......... .......... .......... .......... .......... 63% 1.80M 5s
#6 10.52   6950K .......... .......... .......... .......... .......... 63% 1.93M 5s
#6 10.54   7000K .......... .......... .......... .......... .......... 63%  357K 5s
#6 10.68   7050K .......... .......... .......... .......... .......... 64%  340K 5s
#6 10.83   7100K .......... .......... .......... .......... .......... 64%  642K 5s
#6 10.92   7150K .......... .......... .......... .......... .......... 65% 1.04M 4s
#6 10.95   7200K .......... .......... .......... .......... .......... 65% 1.01M 4s
#6 11.00   7250K .......... .......... .......... .......... .......... 66%  527K 4s
#6 11.10   7300K .......... .......... .......... .......... .......... 66% 1.02M 4s
#6 11.16   7350K .......... .......... .......... .......... .......... 67% 3.07M 4s
#6 11.16   7400K .......... .......... .......... .......... .......... 67% 2.96M 4s
#6 11.18   7450K .......... .......... .......... .......... .......... 68% 1.68M 4s
#6 11.21   7500K .......... .......... .......... .......... .......... 68% 1.51M 4s
#6 11.24   7550K .......... .......... .......... .......... .......... 68% 1.10M 4s
#6 11.28   7600K .......... .......... .......... .......... .......... 69% 18.2M 4s
#6 11.28   7650K .......... .......... .......... .......... .......... 69% 2.36M 4s
#6 11.30   7700K .......... .......... .......... .......... .......... 70% 2.09M 4s
#6 11.33   7750K .......... .......... .......... .......... .......... 70% 2.32M 4s
#6 11.35   7800K .......... .......... .......... .......... .......... 71%  979K 4s
#6 11.40   7850K .......... .......... .......... .......... .......... 71% 2.79M 4s
#6 11.42   7900K .......... .......... .......... .......... .......... 72% 3.47M 3s
#6 11.43   7950K .......... .......... .......... .......... .......... 72% 2.28M 3s
#6 11.45   8000K .......... .......... .......... .......... .......... 72% 1.34M 3s
#6 11.49   8050K .......... .......... .......... .......... .......... 73% 1.73M 3s
#6 11.52   8100K .......... .......... .......... .......... .......... 73% 2.22M 3s
#6 11.54   8150K .......... .......... .......... .......... .......... 74% 2.55M 3s
#6 11.56   8200K .......... .......... .......... .......... .......... 74% 3.35M 3s
#6 11.57   8250K .......... .......... .......... .......... .......... 75% 3.61M 3s
#6 11.59   8300K .......... .......... .......... .......... .......... 75% 2.92M 3s
#6 11.60   8350K .......... .......... .......... .......... .......... 76% 3.73M 3s
#6 11.62   8400K .......... .......... .......... .......... .......... 76% 2.50M 3s
#6 11.64   8450K .......... .......... .......... .......... .......... 77% 9.16M 3s
#6 11.65   8500K .......... .......... .......... .......... .......... 77% 2.47M 3s
#6 11.66   8550K .......... .......... .......... .......... .......... 77% 2.66M 3s
#6 11.68   8600K .......... .......... .......... .......... .......... 78% 1.64M 3s
#6 11.71   8650K .......... .......... .......... .......... .......... 78% 11.3M 2s
#6 11.71   8700K .......... .......... .......... .......... .......... 79% 1.75M 2s
#6 11.74   8750K .......... .......... .......... .......... .......... 79% 2.76M 2s
#6 11.77   8800K .......... .......... .......... .......... .......... 80% 3.68M 2s
#6 11.77   8850K .......... .......... .......... .......... .......... 80% 5.87M 2s
#6 11.78   8900K .......... .......... .......... .......... .......... 81% 3.28M 2s
#6 11.80   8950K .......... .......... .......... .......... .......... 81% 6.80M 2s
#6 11.80   9000K .......... .......... .......... .......... .......... 82% 3.58M 2s
#6 11.82   9050K .......... .......... .......... .......... .......... 82% 2.10M 2s
#6 11.84   9100K .......... .......... .......... .......... .......... 82% 4.55M 2s
#6 11.85   9150K .......... .......... .......... .......... .......... 83% 4.82M 2s
#6 11.86   9200K .......... .......... .......... .......... .......... 83% 4.07M 2s
#6 11.87   9250K .......... .......... .......... .......... .......... 84% 2.46M 2s
#6 11.90   9300K .......... .......... .......... .......... .......... 84% 2.53M 2s
#6 11.91   9350K .......... .......... .......... .......... .......... 85% 2.88M 2s
#6 11.93   9400K .......... .......... .......... .......... .......... 85% 5.75M 2s
#6 11.94   9450K .......... .......... .......... .......... .......... 86% 2.45M 2s
#6 11.96   9500K .......... .......... .......... .......... .......... 86% 3.56M 1s
#6 11.97   9550K .......... .......... .......... .......... .......... 87% 2.54M 1s
#6 11.99   9600K .......... .......... .......... .......... .......... 87% 4.57M 1s
#6 12.00   9650K .......... .......... .......... .......... .......... 87% 3.26M 1s
#6 12.02   9700K .......... .......... .......... .......... .......... 88% 11.1M 1s
#6 12.02   9750K .......... .......... .......... .......... .......... 88% 3.01M 1s
#6 12.04   9800K .......... .......... .......... .......... .......... 89% 2.22M 1s
#6 12.06   9850K .......... .......... .......... .......... .......... 89% 2.73M 1s
#6 12.09   9900K .......... .......... .......... .......... .......... 90% 3.16M 1s
#6 12.09   9950K .......... .......... .......... .......... .......... 90% 3.13M 1s
#6 12.11  10000K .......... .......... .......... .......... .......... 91% 3.17M 1s
#6 12.12  10050K .......... .......... .......... .......... .......... 91% 3.74M 1s
#6 12.14  10100K .......... .......... .......... .......... .......... 92% 2.82M 1s
#6 12.15  10150K .......... .......... .......... .......... .......... 92% 4.13M 1s
#6 12.17  10200K .......... .......... .......... .......... .......... 92% 2.49M 1s
#6 12.19  10250K .......... .......... .......... .......... .......... 93% 4.19M 1s
#6 12.20  10300K .......... .......... .......... .......... .......... 93% 2.33M 1s
#6 12.22  10350K .......... .......... .......... .......... .......... 94%  778K 1s
#6 12.28  10400K .......... .......... .......... .......... .......... 94% 16.6M 1s
#6 12.28  10450K .......... .......... .......... .......... .......... 95% 2.73M 0s
#6 12.31  10500K .......... .......... .......... .......... .......... 95%  944K 0s
#6 12.36  10550K .......... .......... .......... .......... .......... 96% 1.37M 0s
#6 12.39  10600K .......... .......... .......... .......... .......... 96% 1.32M 0s
#6 12.43  10650K .......... .......... .......... .......... .......... 97% 1.21M 0s
#6 12.47  10700K .......... .......... .......... .......... .......... 97% 1.18M 0s
#6 12.52  10750K .......... .......... .......... .......... .......... 97% 1.57M 0s
#6 12.54  10800K .......... .......... .......... .......... .......... 98%  781K 0s
#6 12.61  10850K .......... .......... .......... .......... .......... 98% 13.6M 0s
#6 12.62  10900K .......... .......... .......... .......... .......... 99%  685K 0s
#6 12.68  10950K .......... .......... .......... .......... .......... 99%  704K 0s
#6 12.86  11000K .......... .......... .......                         100%  260K=10s
#6 12.87 
#6 12.87 2024-12-22 21:19:42 (1.04 MB/s) - ‘elastic-apm-agent-1.47.1.jar’ saved [11292595/11292595]
#6 12.87 
#6 DONE 13.4s

#7 [3/6] RUN mv elastic-apm-agent-1.47.1.jar ./elastic-apm-agent.jar
#7 DONE 1.7s

#8 [4/6] COPY docker-entrypoint.sh docker-entrypoint.sh
#8 DONE 0.2s

#9 [5/6] COPY Java-Service-Tree-Framework-Backend-Core-24.13.9.jar javaServiceTreeFramework.jar
#9 DONE 1.3s

#10 [6/6] RUN chmod +x /docker-entrypoint.sh
#10 DONE 1.7s

#11 exporting to image
#11 exporting layers
#11 exporting layers 4.1s done
#11 writing image sha256:3e537e60cd27f3a3263b73a3552570f8894e44dc75e58f99b17867cff6105ac5 0.0s done
#11 naming to 313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core:24.13.9 0.0s done
#11 DONE 4.2s

 1 warning found (use docker --debug to expand):
 - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)

> Task :dockerTag24.13.9
> Task :dockerTag

> Task :dockerPush
The push refers to repository [313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core]
b9241bdffcb8: Preparing
e89d6b21b101: Preparing
abbeca585f73: Preparing
dac9c30c622a: Preparing
69b32286ac77: Preparing
5a7e7a880634: Preparing
3dccaa93bb0e: Preparing
5c384ea5f752: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
5a7e7a880634: Waiting
3dccaa93bb0e: Waiting
5c384ea5f752: Waiting
293d5db30c9f: Waiting
9c742cd6c7a5: Waiting
03127cdb479b: Waiting
abbeca585f73: Pushed
5a7e7a880634: Layer already exists
3dccaa93bb0e: Layer already exists
5c384ea5f752: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
b9241bdffcb8: Pushed
dac9c30c622a: Pushed
69b32286ac77: Pushed
e89d6b21b101: Pushed
24.13.9: digest: sha256:20c84c5b84d151d8c39baaa9f24fa3484a7580e2a7bd3648bdbf604edb4ee902 size: 2631

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 25m 31s
20 actionable tasks: 18 executed, 2 up-to-date
Triggering a new build of DEV-CD-Java-Service-Tree-Framework-Backend-Core
STG-CD-Java-Service-Tree-Framework-Backend-Core is disabled. Triggering skipped
Finished: SUCCESS