Console Output

Started by an SCM change
Running as SYSTEM
Building remotely on remote-node3 (java11) in workspace /jenkins_home/workspace/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/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 97a08ae8faa00b8cf38b6f5f1e41d16a04ce2475 (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97a08ae8faa00b8cf38b6f5f1e41d16a04ce2475 # timeout=10
Commit message: "feat: [ARMS-513] #comment 카프카 컨슈머 fallback - 26.04.24"
 > git rev-list --no-walk ba48fa512fb19a2bf4a037664fff58826185caf6 # timeout=10
[STG-CI-Java-Service-Tree-Framework-Backend-Core] $ /bin/bash -e /tmp/jenkins5127051560168650313.sh
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Project : => no module-info.java found
--2026-04-24 23:59:42--  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: 3183 (3.1K) [application/xml]
Saving to: ‘/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/metadata.xml’

     0K ...                                                   100% 39.2M=0s

2026-04-24 23:59:42 (39.2 MB/s) - ‘/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/metadata.xml’ saved [3183/3183]


> Task :clean UP-TO-DATE
> Task :compileJava
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/requirement/reqadd/model/dto/ReqAddDetailDTO.java:41: 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 Double reqAdd_c_req_priority_value = 0.0; // 우선순위 점수
                   ^
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.
1 warning

> Task :processResources
> Task :classes
> Task :bootJarMainClassName
> Task :bootJar
> Task :dockerfileZip
> Task :assemble
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
[2026-04-25 00:25:07:587333] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d, started on Sat Apr 25 00:15:44 KST 2026, parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@91bd1ba
[2026-04-25 00:25:07:587344] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop:365] - Stopping beans in phase 2147483647
[2026-04-25 00:25:07:587347] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.DefaultLifecycleProcessor.lambda$doStop$3:238] - Bean 'documentationPluginsBootstrapper' completed its stop procedure
[2026-04-25 00:25:07:587348] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop:365] - Stopping beans in phase 2147483547
[2026-04-25 00:25:07:587373] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.invokePartitionsRevoked:310] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Revoke previously assigned partitions DEV-REQADD-1, DEV-REQADD-2, DEV-REQADD-0
[2026-04-25 00:25:07:587377] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.springframework.core.log.LogAccessor.info:292] - dev-consumer-group: partitions revoked: [DEV-REQADD-1, DEV-REQADD-2, DEV-REQADD-0]
[2026-04-25 00:25:07:587383] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.AbstractCoordinator.maybeLeaveGroup:1048] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Member consumer-dev-consumer-group-1-15a23c1e-8514-4658-b204-b6981293fd11 sending LeaveGroup request to coordinator 313.co.kr:10000 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
[2026-04-25 00:25:07:587392] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.AbstractCoordinator.resetStateAndGeneration:966] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Resetting generation due to: consumer pro-actively leaving the group
[2026-04-25 00:25:07:587396] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.AbstractCoordinator.requestRejoin:988] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Request joining group due to: consumer pro-actively leaving the group
[2026-04-25 00:25:07:587397] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.KafkaConsumer.unsubscribe:1075] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Unsubscribed all topics or patterns and assigned partitions
[2026-04-25 00:25:07:587401] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] DEBUG [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport.shutdown:218] - Shutting down ExecutorService
[2026-04-25 00:25:07:587426] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.AbstractCoordinator.resetStateAndGeneration:966] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Resetting generation due to: consumer pro-actively leaving the group
[2026-04-25 00:25:07:587436] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.clients.consumer.internals.AbstractCoordinator.requestRejoin:988] - [Consumer clientId=consumer-dev-consumer-group-1, groupId=dev-consumer-group] Request joining group due to: consumer pro-actively leaving the group
[2026-04-25 00:25:07:587473] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:659] - Metrics scheduler closed
[2026-04-25 00:25:07:587475] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:663] - Closing reporter org.apache.kafka.common.metrics.JmxReporter
[2026-04-25 00:25:07:587477] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:669] - Metrics reporters closed
[2026-04-25 00:25:07:587608] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.apache.kafka.common.utils.AppInfoParser.unregisterAppInfo:83] - App info kafka.consumer for consumer-dev-consumer-group-1 unregistered
[2026-04-25 00:25:07:587615] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  [org.springframework.core.log.LogAccessor.info:292] - dev-consumer-group: Consumer stopped
[2026-04-25 00:25:07:587629] [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] DEBUG [org.springframework.context.support.DefaultLifecycleProcessor.lambda$doStop$3:238] - Bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry' completed its stop procedure
[2026-04-25 00:25:08:587852] [SpringApplicationShutdownHook] DEBUG [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport.shutdown:218] - Shutting down ExecutorService 'taskExecutor-arms'
[2026-04-25 00:25:08:587969] [kafka-admin-client-thread | adminclient-1] INFO  [org.apache.kafka.common.utils.AppInfoParser.unregisterAppInfo:83] - App info kafka.admin.client for adminclient-1 unregistered
[2026-04-25 00:25:08:588150] [kafka-admin-client-thread | adminclient-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:659] - Metrics scheduler closed
[2026-04-25 00:25:08:588150] [kafka-admin-client-thread | adminclient-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:663] - Closing reporter org.apache.kafka.common.metrics.JmxReporter
[2026-04-25 00:25:08:588151] [kafka-admin-client-thread | adminclient-1] INFO  [org.apache.kafka.common.metrics.Metrics.close:669] - Metrics reporters closed
[2026-04-25 00:25:08:588188] [SpringApplicationShutdownHook] INFO  [com.zaxxer.hikari.HikariDataSource.close:350] - HikariPool-1 - Shutdown initiated...
[2026-04-25 00:25:08:588206] [SpringApplicationShutdownHook] DEBUG [com.zaxxer.hikari.pool.HikariPool.logPoolState:421] - HikariPool-1 - Before shutdown stats (total=10, active=0, idle=10, waiting=0)
[2026-04-25 00:25:08:588241] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@74150e6a: (connection evicted)
[2026-04-25 00:25:08:588258] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7934c725: (connection evicted)
[2026-04-25 00:25:08:588268] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@9fb13c4: (connection evicted)
[2026-04-25 00:25:08:588279] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5c680ece: (connection evicted)
[2026-04-25 00:25:08:588297] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2f59e2fa: (connection evicted)
[2026-04-25 00:25:08:588308] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@69aeeb52: (connection evicted)
[2026-04-25 00:25:08:588323] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@66147b3f: (connection evicted)
[2026-04-25 00:25:08:588332] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5344ce90: (connection evicted)
[2026-04-25 00:25:08:588345] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1e1ad48a: (connection evicted)
[2026-04-25 00:25:08:588361] [HikariPool-1 connection closer] DEBUG [com.zaxxer.hikari.pool.PoolBase.quietlyCloseConnection:134] - HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@53cf0d38: (connection evicted)
[2026-04-25 00:25:08:588380] [SpringApplicationShutdownHook] DEBUG [com.zaxxer.hikari.pool.HikariPool.logPoolState:421] - HikariPool-1 - After shutdown stats (total=0, active=0, idle=0, waiting=0)
[2026-04-25 00:25:08:588385] [SpringApplicationShutdownHook] INFO  [com.zaxxer.hikari.HikariDataSource.close:352] - HikariPool-1 - Shutdown completed.
[2026-04-25 00:25:08:588467] [SpringApplicationShutdownHook] DEBUG [org.hibernate.internal.SessionFactoryImpl.close:821] - HHH000031: Closing
[2026-04-25 00:25:08:588468] [SpringApplicationShutdownHook] DEBUG [org.hibernate.type.spi.TypeConfiguration$Scope.unsetSessionFactory:345] - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@74c59fa6] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@522b7acb]
[2026-04-25 00:25:08:588529] [SpringApplicationShutdownHook] DEBUG [org.hibernate.service.internal.AbstractServiceRegistryImpl.deRegisterChild:428] - Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:08:588541] [SpringApplicationShutdownHook] DEBUG [org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl.deRegisterChild:295] - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:08:588542] [SpringApplicationShutdownHook] DEBUG [org.hibernate.internal.SessionFactoryImpl.close:821] - HHH000031: Closing
[2026-04-25 00:25:08:588542] [SpringApplicationShutdownHook] DEBUG [org.hibernate.type.spi.TypeConfiguration$Scope.unsetSessionFactory:345] - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7451cba6] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@59fc518f]
[2026-04-25 00:25:08:588543] [SpringApplicationShutdownHook] DEBUG [org.hibernate.service.internal.AbstractServiceRegistryImpl.deRegisterChild:428] - Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:08:588554] [SpringApplicationShutdownHook] DEBUG [org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl.deRegisterChild:295] - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:08:588607] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-ai-client, started on Sat Apr 25 00:19:57 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588639] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-engine, started on Sat Apr 25 00:19:07 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588653] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-engine-dashboard, started on Sat Apr 25 00:17:26 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588664] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-template-loopback, started on Sat Apr 25 00:19:44 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588669] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-global-config, started on Sat Apr 25 00:19:29 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588673] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-middle-proxy, started on Sat Apr 25 00:19:10 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588682] [SpringApplicationShutdownHook] DEBUG [org.springframework.context.support.AbstractApplicationContext.doClose:1051] - Closing FeignContext-loopback, started on Sat Apr 25 00:19:06 KST 2026, parent: org.springframework.web.context.support.GenericWebApplicationContext@44cb4d4d
[2026-04-25 00:25:08:588730] [SpringApplicationShutdownHook] INFO  [org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.destroy:651] - Closing JPA EntityManagerFactory for persistence unit 'default'
[2026-04-25 00:25:08:588745] [SpringApplicationShutdownHook] DEBUG [org.hibernate.internal.SessionFactoryImpl.close:821] - HHH000031: Closing
[2026-04-25 00:25:08:588746] [SpringApplicationShutdownHook] DEBUG [org.hibernate.type.spi.TypeConfiguration$Scope.unsetSessionFactory:345] - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@81e11ee] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@3dcd1910]
[2026-04-25 00:25:09:588768] [SpringApplicationShutdownHook] DEBUG [org.hibernate.service.internal.AbstractServiceRegistryImpl.deRegisterChild:428] - Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:09:588770] [SpringApplicationShutdownHook] DEBUG [org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl.deRegisterChild:295] - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
[2026-04-25 00:25:09:588771] [SpringApplicationShutdownHook] DEBUG [reactor.util.Loggers$Slf4JLogger.debug:259] - Reset onEachOperator: org.springframework.cloud.sleuth.autoconfig.instrument.reactor.TraceReactorAutoConfiguration$TraceReactorConfiguration
[2026-04-25 00:25:09:588772] [SpringApplicationShutdownHook] DEBUG [reactor.util.Loggers$Slf4JLogger.debug:259] - Reset onLastOperator: org.springframework.cloud.sleuth.autoconfig.instrument.reactor.TraceReactorAutoConfiguration$TraceReactorConfiguration

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

> Task :buildDashboard
> Task :check
> 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/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/blog/service/BlogServiceImpl.java:130: warning - invalid usage of tag <
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/blog/service/BlogServiceImpl.java:130: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/report/export_service/service/TemplateAnalyzerService.java:705: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/report/export_service/service/TemplateAnalyzerService.java:705: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/report/export_service/service/TemplateAnalyzerService.java:705: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/report/export_service/storage/CompositeTemplateStorage.java:21: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
/nfs/allinone/jenkins/agent/jenkins_home_3/workspace/STG-CI-Java-Service-Tree-Framework-Backend-Core/src/main/java/com/arms/api/util/communicate/external/AggregationService.java:81: warning - invalid usage of tag >
15 warnings

> Task :dependencyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_3/workspace/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/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/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: 132B 0.1s
#1 transferring dockerfile: 700B 0.1s done
#1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)
#1 DONE 0.1s

#2 [internal] load metadata for 313.co.kr:5550/313devgrp/openjdk:11-jre
#2 DONE 0.1s

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

#4 [1/6] FROM 313.co.kr:5550/313devgrp/openjdk:11-jre@sha256:762d8d035c3b1c98d30c5385f394f4d762302ba9ee8e0da8c93344c688d160b2
#4 resolve 313.co.kr:5550/313devgrp/openjdk:11-jre@sha256:762d8d035c3b1c98d30c5385f394f4d762302ba9ee8e0da8c93344c688d160b2 0.0s done
#4 CACHED

#5 [internal] load build context
#5 transferring context: 12.03MB 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.732 --2026-04-24 15:56:26--  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.732 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#6 2.799 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#6 2.802 HTTP request sent, awaiting response... 200 OK
#6 2.854 Length: 11292595 (11M) [application/java-archive]
#6 2.854 Saving to: ‘elastic-apm-agent-1.47.1.jar’
#6 2.854 
#6 2.854      0K .......... .......... .......... .......... ..........  0% 1.34M 8s
#6 2.890     50K .......... .......... .......... .......... ..........  0% 4.49M 5s
#6 2.923    100K .......... .......... .......... .......... ..........  1% 1.30M 6s
#6 2.948    150K .......... .......... .......... .......... ..........  1% 15.4M 5s
#6 2.948    200K .......... .......... .......... .......... ..........  2% 1.28M 5s
#6 2.980    250K .......... .......... .......... .......... ..........  2% 1.30M 6s
#6 3.026    300K .......... .......... .......... .......... ..........  3% 34.8M 5s
#6 3.026    350K .......... .......... .......... .......... ..........  3% 28.6M 4s
#6 3.026    400K .......... .......... .......... .......... ..........  4% 30.8M 4s
#6 3.026    450K .......... .......... .......... .......... ..........  4% 1.00M 5s
#6 3.069    500K .......... .......... .......... .......... ..........  4% 1.52M 5s
#6 3.107    550K .......... .......... .......... .......... ..........  5% 5.45M 4s
#6 3.116    600K .......... .......... .......... .......... ..........  5% 22.6M 4s
#6 3.116    650K .......... .......... .......... .......... ..........  6% 29.2M 4s
#6 3.116    700K .......... .......... .......... .......... ..........  6% 2.28M 4s
#6 3.137    750K .......... .......... .......... .......... ..........  7% 11.5M 4s
#6 3.159    800K .......... .......... .......... .......... ..........  7% 1.13M 4s
#6 3.189    850K .......... .......... .......... .......... ..........  8% 9.57M 4s
#6 3.189    900K .......... .......... .......... .......... ..........  8% 3.01M 4s
#6 3.206    950K .......... .......... .......... .......... ..........  9% 2.31M 4s
#6 3.238   1000K .......... .......... .......... .......... ..........  9% 16.6M 4s
#6 3.238   1050K .......... .......... .......... .......... ..........  9% 2.53M 4s
#6 3.253   1100K .......... .......... .......... .......... .......... 10% 6.16M 3s
#6 3.258   1150K .......... .......... .......... .......... .......... 10% 1.05M 4s
#6 3.311   1200K .......... .......... .......... .......... .......... 11% 1.52M 4s
#6 3.398   1250K .......... .......... .......... .......... .......... 11% 20.2M 4s
#6 3.398   1300K .......... .......... .......... .......... .......... 12% 1.24M 4s
#6 3.398   1350K .......... .......... .......... .......... .......... 12% 1.23M 4s
#6 3.431   1400K .......... .......... .......... .......... .......... 13% 21.1M 4s
#6 3.447   1450K .......... .......... .......... .......... .......... 13%  702K 4s
#6 3.499   1500K .......... .......... .......... .......... .......... 14% 7.65M 4s
#6 3.499   1550K .......... .......... .......... .......... .......... 14% 35.1M 4s
#6 3.499   1600K .......... .......... .......... .......... .......... 14% 1.02M 4s
#6 3.547   1650K .......... .......... .......... .......... .......... 15% 24.6M 4s
#6 3.573   1700K .......... .......... .......... .......... .......... 15% 2.47M 4s
#6 3.586   1750K .......... .......... .......... .......... .......... 16% 4.37M 4s
#6 3.590   1800K .......... .......... .......... .......... .......... 16% 1.94M 4s
#6 3.616   1850K .......... .......... .......... .......... .......... 17% 5.01M 4s
#6 3.616   1900K .......... .......... .......... .......... .......... 17% 2.07M 4s
#6 3.643   1950K .......... .......... .......... .......... .......... 18% 2.79M 4s
#6 3.655   2000K .......... .......... .......... .......... .......... 18% 2.73M 4s
#6 3.680   2050K .......... .......... .......... .......... .......... 19% 14.2M 3s
#6 3.680   2100K .......... .......... .......... .......... .......... 19% 2.96M 3s
#6 3.694   2150K .......... .......... .......... .......... .......... 19% 3.02M 3s
#6 3.729   2200K .......... .......... .......... .......... .......... 20% 2.84M 3s
#6 3.729   2250K .......... .......... .......... .......... .......... 20% 4.00M 3s
#6 3.748   2300K .......... .......... .......... .......... .......... 21% 10.5M 3s
#6 3.748   2350K .......... .......... .......... .......... .......... 21% 2.38M 3s
#6 3.767   2400K .......... .......... .......... .......... .......... 22% 3.04M 3s
#6 3.788   2450K .......... .......... .......... .......... .......... 22% 8.20M 3s
#6 3.788   2500K .......... .......... .......... .......... .......... 23% 2.91M 3s
#6 3.808   2550K .......... .......... .......... .......... .......... 23% 2.78M 3s
#6 3.843   2600K .......... .......... .......... .......... .......... 24% 3.20M 3s
#6 3.843   2650K .......... .......... .......... .......... .......... 24% 2.63M 3s
#6 3.854   2700K .......... .......... .......... .......... .......... 24% 6.16M 3s
#6 3.862   2750K .......... .......... .......... .......... .......... 25% 2.12M 3s
#6 3.887   2800K .......... .......... .......... .......... .......... 25% 1.67M 3s
#6 3.913   2850K .......... .......... .......... .......... .......... 26% 34.0M 3s
#6 3.918   2900K .......... .......... .......... .......... .......... 26%  939K 3s
#6 3.970   2950K .......... .......... .......... .......... .......... 27% 1.50M 3s
#6 4.005   3000K .......... .......... .......... .......... .......... 27% 1.49M 3s
#6 4.038   3050K .......... .......... .......... .......... .......... 28% 20.1M 3s
#6 4.038   3100K .......... .......... .......... .......... .......... 28% 1.36M 3s
#6 4.079   3150K .......... .......... .......... .......... .......... 29% 2.39M 3s
#6 4.096   3200K .......... .......... .......... .......... .......... 29% 25.4M 3s
#6 4.096   3250K .......... .......... .......... .......... .......... 29% 23.6M 3s
#6 4.100   3300K .......... .......... .......... .......... .......... 30% 5.25M 3s
#6 4.113   3350K .......... .......... .......... .......... .......... 30% 3.31M 3s
#6 4.128   3400K .......... .......... .......... .......... .......... 31% 2.98M 3s
#6 4.138   3450K .......... .......... .......... .......... .......... 31% 3.29M 3s
#6 4.157   3500K .......... .......... .......... .......... .......... 32%  825K 3s
#6 4.215   3550K .......... .......... .......... .......... .......... 32% 23.8M 3s
#6 4.215   3600K .......... .......... .......... .......... .......... 33% 1.94M 3s
#6 4.240   3650K .......... .......... .......... .......... .......... 33% 1.72M 3s
#6 4.268   3700K .......... .......... .......... .......... .......... 34% 3.13M 3s
#6 4.291   3750K .......... .......... .......... .......... .......... 34% 1.88M 3s
#6 4.311   3800K .......... .......... .......... .......... .......... 34% 2.01M 3s
#6 4.336   3850K .......... .......... .......... .......... .......... 35% 3.99M 3s
#6 4.403   3900K .......... .......... .......... .......... .......... 35% 1.05M 3s
#6 4.403   3950K .......... .......... .......... .......... .......... 36% 5.55M 3s
#6 4.403   4000K .......... .......... .......... .......... .......... 36% 1.49M 3s
#6 4.448   4050K .......... .......... .......... .......... .......... 37% 2.48M 3s
#6 4.467   4100K .......... .......... .......... .......... .......... 37% 4.07M 3s
#6 4.469   4150K .......... .......... .......... .......... .......... 38% 3.12M 3s
#6 4.499   4200K .......... .......... .......... .......... .......... 38% 1.40M 3s
#6 4.516   4250K .......... .......... .......... .......... .......... 38% 5.80M 3s
#6 4.527   4300K .......... .......... .......... .......... .......... 39% 1.25M 3s
#6 4.563   4350K .......... .......... .......... .......... .......... 39% 18.6M 3s
#6 4.567   4400K .......... .......... .......... .......... .......... 40% 3.09M 3s
#6 4.582   4450K .......... .......... .......... .......... .......... 40%  924K 3s
#6 4.671   4500K .......... .......... .......... .......... .......... 41% 20.3M 3s
#6 4.671   4550K .......... .......... .......... .......... .......... 41% 11.6M 3s
#6 4.671   4600K .......... .......... .......... .......... .......... 42% 9.49M 2s
#6 4.671   4650K .......... .......... .......... .......... .......... 42% 4.81M 2s
#6 4.671   4700K .......... .......... .......... .......... .......... 43% 4.48M 2s
#6 4.671   4750K .......... .......... .......... .......... .......... 43% 1.57M 2s
#6 4.706   4800K .......... .......... .......... .......... .......... 43% 4.02M 2s
#6 4.739   4850K .......... .......... .......... .......... .......... 44% 10.9M 2s
#6 4.739   4900K .......... .......... .......... .......... .......... 44% 3.32M 2s
#6 4.739   4950K .......... .......... .......... .......... .......... 45% 2.88M 2s
#6 4.770   5000K .......... .......... .......... .......... .......... 45% 5.30M 2s
#6 4.770   5050K .......... .......... .......... .......... .......... 46% 6.30M 2s
#6 4.770   5100K .......... .......... .......... .......... .......... 46% 3.75M 2s
#6 4.783   5150K .......... .......... .......... .......... .......... 47% 3.87M 2s
#6 4.801   5200K .......... .......... .......... .......... .......... 47% 3.88M 2s
#6 4.804   5250K .......... .......... .......... .......... .......... 48% 2.41M 2s
#6 4.833   5300K .......... .......... .......... .......... .......... 48% 3.76M 2s
#6 4.850   5350K .......... .......... .......... .......... .......... 48% 3.09M 2s
#6 4.856   5400K .......... .......... .......... .......... .......... 49% 3.42M 2s
#6 4.916   5450K .......... .......... .......... .......... .......... 49% 6.46M 2s
#6 4.916   5500K .......... .......... .......... .......... .......... 50% 3.29M 2s
#6 4.916   5550K .......... .......... .......... .......... .......... 50% 3.02M 2s
#6 4.916   5600K .......... .......... .......... .......... .......... 51% 3.07M 2s
#6 4.926   5650K .......... .......... .......... .......... .......... 51% 2.88M 2s
#6 4.945   5700K .......... .......... .......... .......... .......... 52% 7.47M 2s
#6 5.008   5750K .......... .......... .......... .......... .......... 52% 2.66M 2s
#6 5.008   5800K .......... .......... .......... .......... .......... 53% 3.10M 2s
#6 5.008   5850K .......... .......... .......... .......... .......... 53% 3.06M 2s
#6 5.008   5900K .......... .......... .......... .......... .......... 53% 2.87M 2s
#6 5.037   5950K .......... .......... .......... .......... .......... 54% 4.78M 2s
#6 5.037   6000K .......... .......... .......... .......... .......... 54% 4.01M 2s
#6 5.037   6050K .......... .......... .......... .......... .......... 55% 2.03M 2s
#6 5.062   6100K .......... .......... .......... .......... .......... 55% 2.95M 2s
#6 5.139   6150K .......... .......... .......... .......... .......... 56% 15.1M 2s
#6 5.139   6200K .......... .......... .......... .......... .......... 56% 2.92M 2s
#6 5.139   6250K .......... .......... .......... .......... .......... 57% 2.93M 2s
#6 5.139   6300K .......... .......... .......... .......... .......... 57% 2.25M 2s
#6 5.140   6350K .......... .......... .......... .......... .......... 58% 2.87M 2s
#6 5.157   6400K .......... .......... .......... .......... .......... 58% 11.5M 2s
#6 5.157   6450K .......... .......... .......... .......... .......... 58% 2.46M 2s
#6 5.182   6500K .......... .......... .......... .......... .......... 59% 4.18M 2s
#6 5.187   6550K .......... .......... .......... .......... .......... 59% 4.61M 2s
#6 5.207   6600K .......... .......... .......... .......... .......... 60% 2.22M 2s
#6 5.227   6650K .......... .......... .......... .......... .......... 60% 5.77M 2s
#6 5.227   6700K .......... .......... .......... .......... .......... 61% 2.53M 2s
#6 5.247   6750K .......... .......... .......... .......... .......... 61% 9.45M 1s
#6 5.252   6800K .......... .......... .......... .......... .......... 62% 2.16M 1s
#6 5.281   6850K .......... .......... .......... .......... .......... 62% 2.40M 1s
#6 5.297   6900K .......... .......... .......... .......... .......... 63% 3.22M 1s
#6 5.317   6950K .......... .......... .......... .......... .......... 63% 13.4M 1s
#6 5.317   7000K .......... .......... .......... .......... .......... 63% 2.29M 1s
#6 5.338   7050K .......... .......... .......... .......... .......... 64% 2.59M 1s
#6 5.354   7100K .......... .......... .......... .......... .......... 64% 2.74M 1s
#6 5.375   7150K .......... .......... .......... .......... .......... 65% 2.86M 1s
#6 5.392   7200K .......... .......... .......... .......... .......... 65% 16.4M 1s
#6 5.395   7250K .......... .......... .......... .......... .......... 66% 3.57M 1s
#6 5.412   7300K .......... .......... .......... .......... .......... 66% 3.73M 1s
#6 5.421   7350K .......... .......... .......... .......... .......... 67% 2.34M 1s
#6 5.443   7400K .......... .......... .......... .......... .......... 67% 3.19M 1s
#6 5.454   7450K .......... .......... .......... .......... .......... 68% 3.06M 1s
#6 5.494   7500K .......... .......... .......... .......... .......... 68% 2.78M 1s
#6 5.494   7550K .......... .......... .......... .......... .......... 68% 3.01M 1s
#6 5.524   7600K .......... .......... .......... .......... .......... 69% 4.32M 1s
#6 5.524   7650K .......... .......... .......... .......... .......... 69% 5.64M 1s
#6 5.524   7700K .......... .......... .......... .......... .......... 70% 2.47M 1s
#6 5.555   7750K .......... .......... .......... .......... .......... 70% 3.86M 1s
#6 5.558   7800K .......... .......... .......... .......... .......... 71% 4.32M 1s
#6 5.568   7850K .......... .......... .......... .......... .......... 71% 3.24M 1s
#6 5.589   7900K .......... .......... .......... .......... .......... 72% 6.48M 1s
#6 5.591   7950K .......... .......... .......... .......... .......... 72% 3.56M 1s
#6 5.607   8000K .......... .......... .......... .......... .......... 72% 3.30M 1s
#6 5.620   8050K .......... .......... .......... .......... .......... 73% 2.28M 1s
#6 5.644   8100K .......... .......... .......... .......... .......... 73% 30.0M 1s
#6 5.644   8150K .......... .......... .......... .......... .......... 74% 4.48M 1s
#6 5.657   8200K .......... .......... .......... .......... .......... 74% 2.67M 1s
#6 5.672   8250K .......... .......... .......... .......... .......... 75% 7.27M 1s
#6 5.678   8300K .......... .......... .......... .......... .......... 75% 4.07M 1s
#6 5.691   8350K .......... .......... .......... .......... .......... 76% 3.86M 1s
#6 5.703   8400K .......... .......... .......... .......... .......... 76% 2.81M 1s
#6 5.720   8450K .......... .......... .......... .......... .......... 77% 2.74M 1s
#6 5.741   8500K .......... .......... .......... .......... .......... 77% 4.59M 1s
#6 5.757   8550K .......... .......... .......... .......... .......... 77% 6.71M 1s
#6 5.757   8600K .......... .......... .......... .......... .......... 78% 4.58M 1s
#6 5.768   8650K .......... .......... .......... .......... .......... 78% 2.72M 1s
#6 5.790   8700K .......... .......... .......... .......... .......... 79% 1.74M 1s
#6 5.816   8750K .......... .......... .......... .......... .......... 79% 3.87M 1s
#6 5.831   8800K .......... .......... .......... .......... .......... 80% 13.8M 1s
#6 5.831   8850K .......... .......... .......... .......... .......... 80% 1.37M 1s
#6 5.869   8900K .......... .......... .......... .......... .......... 81% 9.55M 1s
#6 5.872   8950K .......... .......... .......... .......... .......... 81% 20.6M 1s
#6 5.872   9000K .......... .......... .......... .......... .......... 82% 2.20M 1s
#6 5.930   9050K .......... .......... .......... .......... .......... 82% 1017K 1s
#6 5.954   9100K .......... .......... .......... .......... .......... 82% 20.5M 1s
#6 5.954   9150K .......... .......... .......... .......... .......... 83% 2.53M 1s
#6 6.004   9200K .......... .......... .......... .......... .......... 83% 3.22M 1s
#6 6.004   9250K .......... .......... .......... .......... .......... 84% 4.09M 1s
#6 6.004   9300K .......... .......... .......... .......... .......... 84% 6.17M 1s
#6 6.004   9350K .......... .......... .......... .......... .......... 85% 3.86M 1s
#6 6.013   9400K .......... .......... .......... .......... .......... 85% 2.82M 1s
#6 6.037   9450K .......... .......... .......... .......... .......... 86% 5.64M 1s
#6 6.039   9500K .......... .......... .......... .......... .......... 86% 3.51M 0s
#6 6.053   9550K .......... .......... .......... .......... .......... 87% 5.24M 0s
#6 6.073   9600K .......... .......... .......... .......... .......... 87% 2.56M 0s
#6 6.083   9650K .......... .......... .......... .......... .......... 87% 4.44M 0s
#6 6.094   9700K .......... .......... .......... .......... .......... 88% 2.62M 0s
#6 6.115   9750K .......... .......... .......... .......... .......... 88% 21.1M 0s
#6 6.115   9800K .......... .......... .......... .......... .......... 89% 2.29M 0s
#6 6.155   9850K .......... .......... .......... .......... .......... 89% 2.78M 0s
#6 6.155   9900K .......... .......... .......... .......... .......... 90% 22.5M 0s
#6 6.155   9950K .......... .......... .......... .......... .......... 90% 6.24M 0s
#6 6.163  10000K .......... .......... .......... .......... .......... 91% 2.18M 0s
#6 6.186  10050K .......... .......... .......... .......... .......... 91% 3.99M 0s
#6 6.200  10100K .......... .......... .......... .......... .......... 92% 2.33M 0s
#6 6.224  10150K .......... .......... .......... .......... .......... 92% 6.58M 0s
#6 6.227  10200K .......... .......... .......... .......... .......... 92% 2.45M 0s
#6 6.251  10250K .......... .......... .......... .......... .......... 93% 2.24M 0s
#6 6.293  10300K .......... .......... .......... .......... .......... 93%  623K 0s
#6 6.351  10350K .......... .......... .......... .......... .......... 94%  489K 0s
#6 6.485  10400K .......... .......... .......... .......... .......... 94% 1.09M 0s
#6 6.499  10450K .......... .......... .......... .......... .......... 95% 2.68M 0s
#6 6.511  10500K .......... .......... .......... .......... .......... 95% 7.81M 0s
#6 6.523  10550K .......... .......... .......... .......... .......... 96% 3.09M 0s
#6 6.534  10600K .......... .......... .......... .......... .......... 96% 3.26M 0s
#6 6.553  10650K .......... .......... .......... .......... .......... 97% 6.27M 0s
#6 6.581  10700K .......... .......... .......... .......... .......... 97% 5.37M 0s
#6 6.581  10750K .......... .......... .......... .......... .......... 97% 3.06M 0s
#6 6.583  10800K .......... .......... .......... .......... .......... 98% 7.70M 0s
#6 6.588  10850K .......... .......... .......... .......... .......... 98% 2.57M 0s
#6 6.608  10900K .......... .......... .......... .......... .......... 99% 2.08M 0s
#6 6.637  10950K .......... .......... .......... .......... .......... 99% 8.51M 0s
#6 6.637  11000K .......... .......... .......                         100% 3.24M=3.8s
#6 6.685 
#6 6.685 2026-04-24 15:56:30 (2.84 MB/s) - ‘elastic-apm-agent-1.47.1.jar’ saved [11292595/11292595]
#6 6.685 
#6 DONE 7.0s

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

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

#5 [internal] load build context
#5 transferring context: 25.99MB 10.0s
#5 transferring context: 51.52MB 15.1s
#5 transferring context: 85.80MB 20.2s
#5 transferring context: 102.75MB 25.2s
#5 transferring context: 128.70MB 30.2s
#5 transferring context: 164.92MB 35.3s
#5 transferring context: 189.64MB 39.2s done
#5 DONE 39.2s

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

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

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

#11 exporting to image
#11 exporting layers
#11 exporting layers 9.1s done
#11 writing image sha256:327450873c29bbda675a6dd8c6ea0f239228135538a9eb3da5600a829941a4a0
#11 writing image sha256:327450873c29bbda675a6dd8c6ea0f239228135538a9eb3da5600a829941a4a0 0.0s done
#11 naming to 313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core:26.4.20 0.0s done
#11 DONE 9.2s

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

> Task :dockerTag26.4.20
> Task :dockerTag

> Task :dockerPush
The push refers to repository [313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core]
17eb64d59ef4: Preparing
3dc8b477499b: Preparing
8e9247f40199: Preparing
204fed31af79: Preparing
dc1c2c79ec7e: Preparing
5a7e7a880634: Preparing
3dccaa93bb0e: Preparing
5c384ea5f752: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
293d5db30c9f: Waiting
3dccaa93bb0e: Waiting
5c384ea5f752: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
5a7e7a880634: Waiting
8e9247f40199: Pushed
17eb64d59ef4: Pushed
5a7e7a880634: Layer already exists
3dccaa93bb0e: Layer already exists
5c384ea5f752: Layer already exists
03127cdb479b: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
204fed31af79: Pushed
dc1c2c79ec7e: Pushed
3dc8b477499b: Pushed
26.4.20: digest: sha256:15e64a11176fe727fc89afbcaf162c9328a5620d22edd6f133b3183e28c41f40 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 1h 0m 38s
23 actionable tasks: 21 executed, 2 up-to-date
Triggering a new build of LIVE-CD-Java-Service-Tree-Framework-Backend-Core
Triggering a new build of STG-CD-Java-Service-Tree-Framework-Backend-Core
Finished: SUCCESS