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-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 1e19c2d809a822b971f662086c16b28f698322db (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1e19c2d809a822b971f662086c16b28f698322db # timeout=10
Commit message: ":alien: refactor: [KCH-237]#comment 대시보드 인력별 요구사항 (Top 5)- 24.12.25 #close #time 1h +review SR @chanho470"
 > git rev-list --no-walk d64948b250a2c05a70cd23e521d0c0161a9b31dc # timeout=10
[DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core] $ /bin/bash -e /tmp/jenkins12109971941376676489.sh
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Project : => no module-info.java found
--2024-12-25 18:16:44--  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: 3303 (3.2K) [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% 47.8M=0s

2024-12-25 18:16:44 (47.8 MB/s) - ‘/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core/metadata.xml’ saved [3303/3303]


> 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: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<>();
                           ^
/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<>();
                           ^
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
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
/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/AggregationService.java:113: warning - invalid usage of tag >
9 warnings

> 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.0s done
#1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)
#1 DONE 0.1s

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

#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 CACHED

#5 [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
#5 2.230 --2024-12-25 09:36:38--  http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#5 2.230 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#5 2.366 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#5 2.374 HTTP request sent, awaiting response... 200 OK
#5 2.475 Length: 11292595 (11M) [application/java-archive]
#5 2.475 Saving to: ‘elastic-apm-agent-1.47.1.jar’
#5 2.475 
#5 2.475      0K .......... .......... .......... .......... ..........  0%  964K 11s
#5 2.528     50K .......... .......... .......... .......... ..........  0% 1.75M 9s
#5 2.556    100K .......... .......... .......... .......... ..........  1%  893K 10s
#5 2.610    150K .......... .......... .......... .......... ..........  1% 2.03M 9s
#5 2.639    200K .......... .......... .......... .......... ..........  2%  341K 13s
#5 2.784    250K .......... .......... .......... .......... ..........  2% 1.08M 13s
#5 2.831    300K .......... .......... .......... .......... ..........  3% 1.74M 12s
#5 2.855    350K .......... .......... .......... .......... ..........  3% 1.28M 11s
#5 2.891    400K .......... .......... .......... .......... ..........  4%  207K 16s
#5 3.142    450K .......... .......... .......... .......... ..........  4% 2.73M 14s
#5 3.161    500K .......... .......... .......... .......... ..........  4% 1.15M 14s
#5 3.211    550K .......... .......... .......... .......... ..........  5%  187K 17s
#5 3.477    600K .......... .......... .......... .......... ..........  5% 4.30M 16s
#5 3.477    650K .......... .......... .......... .......... ..........  6% 14.7M 15s
#5 3.477    700K .......... .......... .......... .......... ..........  6% 12.2M 14s
#5 3.708    750K .......... .......... .......... .......... ..........  7%  174K 17s
#5 3.766    800K .......... .......... .......... .......... ..........  7% 8.69M 16s
#5 3.772    850K .......... .......... .......... .......... ..........  8% 8.19M 15s
#5 3.779    900K .......... .......... .......... .......... ..........  8%  309K 16s
#5 3.943    950K .......... .......... .......... .......... ..........  9%  538K 16s
#5 4.034   1000K .......... .......... .......... .......... ..........  9%  549K 16s
#5 4.123   1050K .......... .......... .......... .......... ..........  9% 3.89M 15s
#5 4.139   1100K .......... .......... .......... .......... .......... 10% 1.03M 15s
#5 4.188   1150K .......... .......... .......... .......... .......... 10% 1.56M 14s
#5 4.223   1200K .......... .......... .......... .......... .......... 11% 6.10M 14s
#5 4.235   1250K .......... .......... .......... .......... .......... 11% 23.6M 13s
#5 4.235   1300K .......... .......... .......... .......... .......... 12% 4.86M 13s
#5 4.243   1350K .......... .......... .......... .......... .......... 12% 2.27M 12s
#5 4.270   1400K .......... .......... .......... .......... .......... 13% 4.53M 12s
#5 4.270   1450K .......... .......... .......... .......... .......... 13% 13.5M 11s
#5 4.276   1500K .......... .......... .......... .......... .......... 14% 12.6M 11s
#5 4.276   1550K .......... .......... .......... .......... .......... 14% 1017K 11s
#5 4.326   1600K .......... .......... .......... .......... .......... 14% 16.7M 11s
#5 4.328   1650K .......... .......... .......... .......... .......... 15% 5.10M 10s
#5 4.355   1700K .......... .......... .......... .......... .......... 15% 13.6M 10s
#5 4.355   1750K .......... .......... .......... .......... .......... 16% 1.54M 10s
#5 4.394   1800K .......... .......... .......... .......... .......... 16%  909K 10s
#5 4.429   1850K .......... .......... .......... .......... .......... 17% 1.29M 10s
#5 4.470   1900K .......... .......... .......... .......... .......... 17% 2.43M 9s
#5 4.494   1950K .......... .......... .......... .......... .......... 18% 12.7M 9s
#5 4.494   2000K .......... .......... .......... .......... .......... 18% 1.42M 9s
#5 4.532   2050K .......... .......... .......... .......... .......... 19% 2.05M 9s
#5 4.550   2100K .......... .......... .......... .......... .......... 19% 14.1M 9s
#5 4.554   2150K .......... .......... .......... .......... .......... 19% 1.11M 9s
#5 4.604   2200K .......... .......... .......... .......... .......... 20% 4.09M 8s
#5 4.616   2250K .......... .......... .......... .......... .......... 20% 5.55M 8s
#5 4.623   2300K .......... .......... .......... .......... .......... 21% 2.30M 8s
#5 4.646   2350K .......... .......... .......... .......... .......... 21% 1.85M 8s
#5 4.666   2400K .......... .......... .......... .......... .......... 22% 6.39M 8s
#5 4.672   2450K .......... .......... .......... .......... .......... 22% 2.69M 8s
#5 4.693   2500K .......... .......... .......... .......... .......... 23%  665K 8s
#5 4.778   2550K .......... .......... .......... .......... .......... 23%  349K 8s
#5 4.921   2600K .......... .......... .......... .......... .......... 24% 6.79M 8s
#5 4.921   2650K .......... .......... .......... .......... .......... 24% 1.10M 8s
#5 4.961   2700K .......... .......... .......... .......... .......... 24% 12.7M 7s
#5 4.971   2750K .......... .......... .......... .......... .......... 25%  457K 8s
#5 5.084   2800K .......... .......... .......... .......... .......... 25% 11.7M 7s
#5 5.084   2850K .......... .......... .......... .......... .......... 26% 4.68M 7s
#5 5.091   2900K .......... .......... .......... .......... .......... 26% 2.39M 7s
#5 5.115   2950K .......... .......... .......... .......... .......... 27%  387K 7s
#5 5.238   3000K .......... .......... .......... .......... .......... 27%  330K 8s
#5 5.391   3050K .......... .......... .......... .......... .......... 28%  406K 8s
#5 5.519   3100K .......... .......... .......... .......... .......... 28% 1.08M 8s
#5 5.558   3150K .......... .......... .......... .......... .......... 29% 1.02M 8s
#5 5.606   3200K .......... .......... .......... .......... .......... 29% 1.15M 8s
#5 5.655   3250K .......... .......... .......... .......... .......... 29% 1.96M 7s
#5 5.681   3300K .......... .......... .......... .......... .......... 30% 1.10M 7s
#5 5.718   3350K .......... .......... .......... .......... .......... 30% 13.8M 7s
#5 5.727   3400K .......... .......... .......... .......... .......... 31% 5.53M 7s
#5 5.744   3450K .......... .......... .......... .......... .......... 31% 1.63M 7s
#5 5.759   3500K .......... .......... .......... .......... .......... 32% 1.08M 7s
#5 5.808   3550K .......... .......... .......... .......... .......... 32% 5.92M 7s
#5 5.817   3600K .......... .......... .......... .......... .......... 33% 9.75M 7s
#5 5.817   3650K .......... .......... .......... .......... .......... 33% 4.23M 7s
#5 5.834   3700K .......... .......... .......... .......... .......... 34% 3.13M 7s
#5 5.847   3750K .......... .......... .......... .......... .......... 34% 1.53M 6s
#5 5.878   3800K .......... .......... .......... .......... .......... 34% 11.7M 6s
#5 5.882   3850K .......... .......... .......... .......... .......... 35% 4.22M 6s
#5 5.899   3900K .......... .......... .......... .......... .......... 35% 6.14M 6s
#5 5.906   3950K .......... .......... .......... .......... .......... 36% 9.87M 6s
#5 5.916   4000K .......... .......... .......... .......... .......... 36% 3.21M 6s
#5 5.932   4050K .......... .......... .......... .......... .......... 37% 5.56M 6s
#5 5.932   4100K .......... .......... .......... .......... .......... 37% 6.55M 6s
#5 5.936   4150K .......... .......... .......... .......... .......... 38% 3.21M 6s
#5 5.965   4200K .......... .......... .......... .......... .......... 38% 10.3M 6s
#5 5.965   4250K .......... .......... .......... .......... .......... 38% 2.49M 5s
#5 5.981   4300K .......... .......... .......... .......... .......... 39% 3.66M 5s
#5 5.997   4350K .......... .......... .......... .......... .......... 39% 7.15M 5s
#5 6.008   4400K .......... .......... .......... .......... .......... 40% 5.79M 5s
#5 6.011   4450K .......... .......... .......... .......... .......... 40% 6.54M 5s
#5 6.015   4500K .......... .......... .......... .......... .......... 41% 9.31M 5s
#5 6.026   4550K .......... .......... .......... .......... .......... 41% 2.75M 5s
#5 6.037   4600K .......... .......... .......... .......... .......... 42% 1.06M 5s
#5 6.082   4650K .......... .......... .......... .......... .......... 42% 2.09M 5s
#5 6.106   4700K .......... .......... .......... .......... .......... 43% 2.34M 5s
#5 6.126   4750K .......... .......... .......... .......... .......... 43% 3.64M 5s
#5 6.139   4800K .......... .......... .......... .......... .......... 43% 1.72M 5s
#5 6.167   4850K .......... .......... .......... .......... .......... 44% 2.63M 5s
#5 6.186   4900K .......... .......... .......... .......... .......... 44% 6.41M 5s
#5 6.195   4950K .......... .......... .......... .......... .......... 45% 1.60M 5s
#5 6.231   5000K .......... .......... .......... .......... .......... 45% 15.4M 4s
#5 6.231   5050K .......... .......... .......... .......... .......... 46% 5.78M 4s
#5 6.242   5100K .......... .......... .......... .......... .......... 46% 1.07M 4s
#5 6.283   5150K .......... .......... .......... .......... .......... 47%  503K 4s
#5 6.395   5200K .......... .......... .......... .......... .......... 47%  894K 4s
#5 6.447   5250K .......... .......... .......... .......... .......... 48%  361K 4s
#5 6.578   5300K .......... .......... .......... .......... .......... 48%  538K 4s
#5 6.686   5350K .......... .......... .......... .......... .......... 48% 3.15M 4s
#5 6.686   5400K .......... .......... .......... .......... .......... 49% 9.82M 4s
#5 6.689   5450K .......... .......... .......... .......... .......... 49% 12.3M 4s
#5 6.691   5500K .......... .......... .......... .......... .......... 50% 14.1M 4s
#5 6.699   5550K .......... .......... .......... .......... .......... 50% 6.03M 4s
#5 6.710   5600K .......... .......... .......... .......... .......... 51% 9.44M 4s
#5 6.711   5650K .......... .......... .......... .......... .......... 51% 2.45M 4s
#5 6.738   5700K .......... .......... .......... .......... .......... 52% 21.0M 4s
#5 6.738   5750K .......... .......... .......... .......... .......... 52% 10.3M 4s
#5 6.738   5800K .......... .......... .......... .......... .......... 53% 7.00M 4s
#5 6.745   5850K .......... .......... .......... .......... .......... 53% 1.65M 4s
#5 6.778   5900K .......... .......... .......... .......... .......... 53% 13.5M 4s
#5 6.778   5950K .......... .......... .......... .......... .......... 54% 1.39M 4s
#5 6.827   6000K .......... .......... .......... .......... .......... 54% 8.81M 4s
#5 6.827   6050K .......... .......... .......... .......... .......... 55% 5.02M 4s
#5 6.827   6100K .......... .......... .......... .......... .......... 55% 1.62M 3s
#5 6.868   6150K .......... .......... .......... .......... .......... 56% 12.3M 3s
#5 6.868   6200K .......... .......... .......... .......... .......... 56% 1.23M 3s
#5 6.904   6250K .......... .......... .......... .......... .......... 57% 4.31M 3s
#5 6.918   6300K .......... .......... .......... .......... .......... 57% 9.97M 3s
#5 6.918   6350K .......... .......... .......... .......... .......... 58% 5.70M 3s
#5 6.925   6400K .......... .......... .......... .......... .......... 58% 1.63M 3s
#5 6.989   6450K .......... .......... .......... .......... .......... 58% 2.80M 3s
#5 6.989   6500K .......... .......... .......... .......... .......... 59% 8.23M 3s
#5 6.989   6550K .......... .......... .......... .......... .......... 59% 9.37M 3s
#5 6.989   6600K .......... .......... .......... .......... .......... 60% 12.2M 3s
#5 6.989   6650K .......... .......... .......... .......... .......... 60% 1.51M 3s
#5 7.020   6700K .......... .......... .......... .......... .......... 61% 9.79M 3s
#5 7.039   6750K .......... .......... .......... .......... .......... 61% 7.30M 3s
#5 7.039   6800K .......... .......... .......... .......... .......... 62% 15.4M 3s
#5 7.039   6850K .......... .......... .......... .......... .......... 62% 1.26M 3s
#5 7.078   6900K .......... .......... .......... .......... .......... 63% 6.76M 3s
#5 7.085   6950K .......... .......... .......... .......... .......... 63% 22.0M 3s
#5 7.090   7000K .......... .......... .......... .......... .......... 63% 1005K 3s
#5 7.145   7050K .......... .......... .......... .......... .......... 64% 16.4M 3s
#5 7.145   7100K .......... .......... .......... .......... .......... 64% 2.89M 3s
#5 7.163   7150K .......... .......... .......... .......... .......... 65% 4.24M 2s
#5 7.171   7200K .......... .......... .......... .......... .......... 65% 1.19M 2s
#5 7.217   7250K .......... .......... .......... .......... .......... 66% 8.29M 2s
#5 7.217   7300K .......... .......... .......... .......... .......... 66% 1.94M 2s
#5 7.252   7350K .......... .......... .......... .......... .......... 67% 9.66M 2s
#5 7.252   7400K .......... .......... .......... .......... .......... 67%  612K 2s
#5 7.339   7450K .......... .......... .......... .......... .......... 68%  218K 2s
#5 7.579   7500K .......... .......... .......... .......... .......... 68%  270K 2s
#5 7.763   7550K .......... .......... .......... .......... .......... 68%  262K 2s
#5 7.933   7600K .......... .......... .......... .......... .......... 69%  197K 3s
#5 8.190   7650K .......... .......... .......... .......... .......... 69%  350K 3s
#5 8.339   7700K .......... .......... .......... .......... .......... 70% 2.23M 2s
#5 8.347   7750K .......... .......... .......... .......... .......... 70% 5.16M 2s
#5 8.376   7800K .......... .......... .......... .......... .......... 71% 3.81M 2s
#5 8.376   7850K .......... .......... .......... .......... .......... 71% 4.97M 2s
#5 8.379   7900K .......... .......... .......... .......... .......... 72%  820K 2s
#5 8.450   7950K .......... .......... .......... .......... .......... 72%  619K 2s
#5 8.523   8000K .......... .......... .......... .......... .......... 72%  618K 2s
#5 8.605   8050K .......... .......... .......... .......... .......... 73%  988K 2s
#5 8.652   8100K .......... .......... .......... .......... .......... 73%  522K 2s
#5 8.756   8150K .......... .......... .......... .......... .......... 74% 1.91M 2s
#5 8.784   8200K .......... .......... .......... .......... .......... 74% 7.47M 2s
#5 8.784   8250K .......... .......... .......... .......... .......... 75% 5.26M 2s
#5 8.803   8300K .......... .......... .......... .......... .......... 75% 8.63M 2s
#5 8.803   8350K .......... .......... .......... .......... .......... 76% 8.10M 2s
#5 8.803   8400K .......... .......... .......... .......... .......... 76% 2.58M 2s
#5 8.823   8450K .......... .......... .......... .......... .......... 77% 1.78M 2s
#5 8.866   8500K .......... .......... .......... .......... .......... 77% 9.91M 2s
#5 8.883   8550K .......... .......... .......... .......... .......... 77% 1.34M 2s
#5 8.892   8600K .......... .......... .......... .......... .......... 78% 1.97M 2s
#5 8.917   8650K .......... .......... .......... .......... .......... 78% 3.44M 2s
#5 8.930   8700K .......... .......... .......... .......... .......... 79% 5.65M 2s
#5 8.946   8750K .......... .......... .......... .......... .......... 79% 1.98M 2s
#5 8.967   8800K .......... .......... .......... .......... .......... 80% 8.27M 2s
#5 8.967   8850K .......... .......... .......... .......... .......... 80% 18.2M 2s
#5 8.983   8900K .......... .......... .......... .......... .......... 81% 16.0M 2s
#5 8.983   8950K .......... .......... .......... .......... .......... 81% 3.20M 1s
#5 8.993   9000K .......... .......... .......... .......... .......... 82% 3.22M 1s
#5 9.007   9050K .......... .......... .......... .......... .......... 82% 10.1M 1s
#5 9.010   9100K .......... .......... .......... .......... .......... 82% 3.92M 1s
#5 9.027   9150K .......... .......... .......... .......... .......... 83% 4.04M 1s
#5 9.038   9200K .......... .......... .......... .......... .......... 83% 12.0M 1s
#5 9.038   9250K .......... .......... .......... .......... .......... 84% 4.81M 1s
#5 9.055   9300K .......... .......... .......... .......... .......... 84% 9.54M 1s
#5 9.055   9350K .......... .......... .......... .......... .......... 85% 4.48M 1s
#5 9.078   9400K .......... .......... .......... .......... .......... 85% 1.95M 1s
#5 9.087   9450K .......... .......... .......... .......... .......... 86% 6.47M 1s
#5 9.114   9500K .......... .......... .......... .......... .......... 86% 14.1M 1s
#5 9.114   9550K .......... .......... .......... .......... .......... 87%  885K 1s
#5 9.160   9600K .......... .......... .......... .......... .......... 87% 4.88M 1s
#5 9.187   9650K .......... .......... .......... .......... .......... 87% 8.39M 1s
#5 9.187   9700K .......... .......... .......... .......... .......... 88% 3.53M 1s
#5 9.187   9750K .......... .......... .......... .......... .......... 88% 4.91M 1s
#5 9.203   9800K .......... .......... .......... .......... .......... 89% 10.5M 1s
#5 9.203   9850K .......... .......... .......... .......... .......... 89% 1.44M 1s
#5 9.238   9900K .......... .......... .......... .......... .......... 90% 6.07M 1s
#5 9.263   9950K .......... .......... .......... .......... .......... 90% 6.69M 1s
#5 9.263  10000K .......... .......... .......... .......... .......... 91% 10.7M 1s
#5 9.263  10050K .......... .......... .......... .......... .......... 91% 2.64M 1s
#5 9.276  10100K .......... .......... .......... .......... .......... 92% 2.79M 1s
#5 9.291  10150K .......... .......... .......... .......... .......... 92% 2.60M 1s
#5 9.310  10200K .......... .......... .......... .......... .......... 92% 1.76M 1s
#5 9.337  10250K .......... .......... .......... .......... .......... 93% 1.06M 0s
#5 9.388  10300K .......... .......... .......... .......... .......... 93% 2.86M 0s
#5 9.403  10350K .......... .......... .......... .......... .......... 94% 8.96M 0s
#5 9.417  10400K .......... .......... .......... .......... .......... 94% 12.0M 0s
#5 9.417  10450K .......... .......... .......... .......... .......... 95% 6.95M 0s
#5 9.417  10500K .......... .......... .......... .......... .......... 95% 5.15M 0s
#5 9.430  10550K .......... .......... .......... .......... .......... 96% 7.13M 0s
#5 9.434  10600K .......... .......... .......... .......... .......... 96% 1.78M 0s
#5 9.469  10650K .......... .......... .......... .......... .......... 97% 1.52M 0s
#5 9.517  10700K .......... .......... .......... .......... .......... 97%  653K 0s
#5 9.578  10750K .......... .......... .......... .......... .......... 97% 10.1M 0s
#5 9.578  10800K .......... .......... .......... .......... .......... 98% 1.11M 0s
#5 9.623  10850K .......... .......... .......... .......... .......... 98% 8.32M 0s
#5 9.651  10900K .......... .......... .......... .......... .......... 99% 2.95M 0s
#5 9.651  10950K .......... .......... .......... .......... .......... 99% 6.00M 0s
#5 9.651  11000K .......... .......... .......                         100% 20.5M=7.2s
#5 9.651 
#5 9.652 2024-12-25 09:36:46 (1.50 MB/s) - ‘elastic-apm-agent-1.47.1.jar’ saved [11292595/11292595]
#5 9.652 
#5 ...

#6 [internal] load build context
#6 transferring context: 76.04MB 10.0s
#6 ...

#5 [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
#5 DONE 11.9s

#6 [internal] load build context
#6 ...

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

#6 [internal] load build context
#6 transferring context: 115.29MB 14.9s done
#6 DONE 15.0s

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

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

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

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

#11 exporting to image
#11 exporting layers
#11 exporting layers 6.1s done
#11 writing image sha256:07a4bacd8c45d47c7fcdb596d2918d4c417b820e9ca76f7e634314576611d7ef 0.0s done
#11 naming to 313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core:24.13.18 0.0s done
#11 DONE 6.3s

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

> Task :dockerTag24.13.18
> Task :dockerTag

> Task :dockerPush
The push refers to repository [313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core]
d0b9a8f211ab: Preparing
41f9725f7882: Preparing
cefad7213b75: Preparing
7c2b3395bbb7: Preparing
669b3f558e64: Preparing
5a7e7a880634: Preparing
3dccaa93bb0e: Preparing
5c384ea5f752: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
293d5db30c9f: Waiting
5c384ea5f752: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
5a7e7a880634: Waiting
3dccaa93bb0e: Waiting
d0b9a8f211ab: Pushed
cefad7213b75: Pushed
5a7e7a880634: Layer already exists
5c384ea5f752: Layer already exists
3dccaa93bb0e: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
7c2b3395bbb7: Pushed
669b3f558e64: Pushed
41f9725f7882: Pushed
24.13.18: digest: sha256:68125517666bdadcb5613a3378dd3bcb649506abf7c15c0aebd5a67da34ccca3 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 22m 5s
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