yoesoff

build 1

Sep 5th, 2020
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 69.41 KB | None | 0 0
  1. Started by remote host 36.79.251.90
  2. Running as SYSTEM
  3. Building in workspace /var/lib/jenkins/workspace/Goota-BE-Contabox-Release
  4. The recommended git tool is: NONE
  5. using credential ce9aebe4-208e-4d07-9142-6a61b146e745
  6.  > git rev-parse --is-inside-work-tree # timeout=10
  7. Fetching changes from the remote Git repository
  8.  > git config remote.origin.url https://gitlab.com/zulvani/goota-be # timeout=10
  9. Fetching upstream changes from https://gitlab.com/zulvani/goota-be
  10.  > git --version # timeout=10
  11.  > git --version # 'git version 2.25.1'
  12. using GIT_ASKPASS to set credentials
  13.  > git fetch --tags --force --progress -- https://gitlab.com/zulvani/goota-be +refs/heads/*:refs/remotes/origin/* # timeout=10
  14.  > git rev-parse origin/contabox-release^{commit} # timeout=10
  15. Checking out Revision aef62f442f19f45d95953e1f7f6e5b382effe4c4 (origin/contabox-release)
  16.  > git config core.sparsecheckout # timeout=10
  17.  > git checkout -f aef62f442f19f45d95953e1f7f6e5b382effe4c4 # timeout=10
  18. Commit message: "Updated picture dir dan picture base url"
  19.  > git rev-list --no-walk 8fe3ea97a37f706cfdacadec5c1fc9d23c45e4ac # timeout=10
  20. [Goota-BE-Contabox-Release] $ /bin/sh -xe /tmp/jenkins3852085075591198704.sh
  21. + echo Your path:
  22. Your path:
  23. + pwd
  24. /var/lib/jenkins/workspace/Goota-BE-Contabox-Release
  25. + ls
  26. api-client
  27. application.properties
  28. build.sh
  29. common.sh
  30. core
  31. droptable.sql
  32. envi
  33. integration-service
  34. member-service
  35. merchant-service
  36. open-api
  37. partner-service
  38. payment-service
  39. product-service
  40. promotion-service
  41. Readme.md
  42. reporting-service
  43. security-service
  44. service_template
  45. trade-service
  46. ummah-item
  47. ummah-item-rest
  48. + echo User:
  49. User:
  50. + echo jenkins
  51. jenkins
  52. + echo Properties:
  53. Properties:
  54. + cat ummah-item-rest/src/main/resources/application.properties
  55. goota.integration.pos.base-url=http://localhost:8080/api/v1
  56. goota.pos.security.partner.jwt.builder.key=g0t4-p4rtn3r
  57. goota.pos.integration.partner.juber.base-url=http://139.180.154.131:8091
  58. goota.pos.integration.partner.juber.username=jbfoodjbfadmin
  59. goota.pos.integration.partner.juber.password=46BEFD51C75C3
  60. goota.pos.integration.partner.juber.grand-type=password
  61.  
  62. goota.pos.payment.default.currency=IDR
  63. goota.pos.payment.default.method=CASH
  64.  
  65. goota.pos.product.picture.dir=/var/lib/tomcat9/webapps/products
  66. goota.pos.product.picture.base-url=https://api1.beanary.tech/products
  67.  
  68. logging.level.com.ummah=DEBUG
  69.  
  70. spring.jpa.hibernate.ddl-auto=update
  71.  
  72. http.port=8080
  73.  
  74. security.require-ssl=true
  75.  
  76. server.port=8443
  77. server.ssl.key-store-type=PKCS12
  78. server.ssl.key-store=classpath:keystore/keystore.p12
  79. server.ssl.key-store-password=123456
  80. server.ssl.key-alias=tomcat
  81.  
  82. spring.datasource.url=jdbc:postgresql://localhost:5432/ummah_item
  83. spring.datasource.username=postgres
  84. spring.datasource.password=A339f16ce4a127fc9fd90ac2aeecfb6f1A
  85. spring.datasource.driverClassName=org.postgresql.Driver
  86.  
  87. spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
  88. spring.jpa.show-sql=false
  89. spring.jpa.properties.hibernate.format_sql=true
  90.  
  91. spring.main.allow-bean-definition-overriding=true
  92.  
  93. # timezone
  94. spring.jpa.properties.hibernate.jdbc.time_zone=UTC
  95.  
  96. logging.level.org.hibernate.type=info
  97. logging.level.org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl=ERROR
  98.  
  99.  
  100. # for fixing issue: java.lang.StackOverflowError: null
  101. # when there is LAZY load in entity which should be exposed to REST
  102. spring.jpa.open-in-view=false
  103.  
  104. logging.level.root=INFO
  105. logging.level.org.springframework.web=INFO
  106.  
  107. # redis
  108. spring.cache.enable=false
  109. spring.cache.type=redis
  110. spring.redis.host=localhost
  111. spring.redis.port=6379
  112.  
  113. # communication system
  114. ummah.app.sender.email.default=no-reply@goota.id
  115. ummah.app.sender.name.default=Goota
  116. ummah.app.sendgrid.api.key=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
  117. ummah.app.base.url=http://localhost:8000/#/
  118. ummah.app.name=Goota.id
  119. ummah.app.member.portal.url=http://localhost:8000/#/
  120.  
  121. # STG = STAGING
  122. # PRD = PRODUCTION
  123. # DEV = DEVELOPMENT
  124. # TST = TEST
  125. ummah.app.env=DEV
  126.  
  127. spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
  128. spring.jackson.time-zone=Asia/Jakarta
  129. + echo ----------------------------------Building------------------------------------
  130. ----------------------------------Building------------------------------------
  131. + sudo ./build.sh
  132. [INFO] Scanning for projects...
  133. [WARNING]
  134. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:core:jar:0.0.1-SNAPSHOT
  135. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-web:jar -> duplicate declaration of version (?) @ line 33, column 15
  136. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-data-jpa:jar -> duplicate declaration of version (?) @ line 50, column 15
  137. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 125, column 12
  138. [WARNING]
  139. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  140. [WARNING]
  141. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  142. [WARNING]
  143. [INFO]
  144. [INFO] -------------------------< com.goota.pos:core >-------------------------
  145. [INFO] Building goota core 0.0.1-SNAPSHOT
  146. [INFO] --------------------------------[ jar ]---------------------------------
  147. [WARNING] The artifact org.hibernate:hibernate-validator:jar:6.0.11.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.0.11.Final
  148. [INFO]
  149. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ core ---
  150. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] Copying 1 resource
  155. [INFO] Copying 0 resource
  156. [INFO]
  157. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core ---
  158. [INFO] Changes detected - recompiling the module!
  159. [INFO] Compiling 141 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/classes
  160. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/src/main/java/com/goota/pos/core/model/dto/IngredientPurchasingDetailDto.java: Some input files use or override a deprecated API.
  161. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/src/main/java/com/goota/pos/core/model/dto/IngredientPurchasingDetailDto.java: Recompile with -Xlint:deprecation for details.
  162. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/src/main/java/com/goota/pos/core/model/entity/IngredientPurchasingHead.java: Some input files use unchecked or unsafe operations.
  163. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/src/main/java/com/goota/pos/core/model/entity/IngredientPurchasingHead.java: Recompile with -Xlint:unchecked for details.
  164. [INFO]
  165. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ core ---
  166. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  167. [INFO] Copying 1 resource
  168. [INFO]
  169. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ core ---
  170. [INFO] No sources to compile
  171. [INFO]
  172. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ core ---
  173. [INFO] Tests are skipped.
  174. [INFO]
  175. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ core ---
  176. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT.jar
  177. [INFO]
  178. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ core ---
  179. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT-exec.jar with classifier exec
  180. [INFO]
  181. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ core ---
  182. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/core/0.0.1-SNAPSHOT/core-0.0.1-SNAPSHOT.jar
  183. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/pom.xml to /root/.m2/repository/com/goota/pos/core/0.0.1-SNAPSHOT/core-0.0.1-SNAPSHOT.pom
  184. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/core/0.0.1-SNAPSHOT/core-0.0.1-SNAPSHOT-exec.jar
  185. [INFO] ------------------------------------------------------------------------
  186. [INFO] BUILD SUCCESS
  187. [INFO] ------------------------------------------------------------------------
  188. [INFO] Total time:  7.361 s
  189. [INFO] Finished at: 2020-09-06T11:45:17+07:00
  190. [INFO] ------------------------------------------------------------------------
  191. [INFO] Scanning for projects...
  192. [WARNING]
  193. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:integration-service:jar:0.0.1-SNAPSHOT
  194. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 73, column 12
  195. [WARNING]
  196. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  197. [WARNING]
  198. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  199. [WARNING]
  200. [INFO]
  201. [INFO] -----------------< com.goota.pos:integration-service >------------------
  202. [INFO] Building goota integration service 0.0.1-SNAPSHOT
  203. [INFO] --------------------------------[ jar ]---------------------------------
  204. [INFO]
  205. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ integration-service ---
  206. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target
  207. [INFO]
  208. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ integration-service ---
  209. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  210. [INFO] Copying 1 resource
  211. [INFO]
  212. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ integration-service ---
  213. [INFO] Changes detected - recompiling the module!
  214. [INFO] Compiling 43 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/classes
  215. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/src/main/java/com/goota/pos/integration/juber/service/JuberBaseService.java: Some input files use unchecked or unsafe operations.
  216. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/src/main/java/com/goota/pos/integration/juber/service/JuberBaseService.java: Recompile with -Xlint:unchecked for details.
  217. [INFO]
  218. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ integration-service ---
  219. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  220. [INFO] Copying 1 resource
  221. [INFO]
  222. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ integration-service ---
  223. [INFO] No sources to compile
  224. [INFO]
  225. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ integration-service ---
  226. [INFO] Tests are skipped.
  227. [INFO]
  228. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ integration-service ---
  229. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/integration-service-0.0.1-SNAPSHOT.jar
  230. [INFO]
  231. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ integration-service ---
  232. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/integration-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  233. [INFO]
  234. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-service ---
  235. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/integration-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/integration-service/0.0.1-SNAPSHOT/integration-service-0.0.1-SNAPSHOT.jar
  236. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/pom.xml to /root/.m2/repository/com/goota/pos/integration-service/0.0.1-SNAPSHOT/integration-service-0.0.1-SNAPSHOT.pom
  237. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/integration-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/integration-service/0.0.1-SNAPSHOT/integration-service-0.0.1-SNAPSHOT-exec.jar
  238. [INFO] ------------------------------------------------------------------------
  239. [INFO] BUILD SUCCESS
  240. [INFO] ------------------------------------------------------------------------
  241. [INFO] Total time:  4.528 s
  242. [INFO] Finished at: 2020-09-06T11:45:23+07:00
  243. [INFO] ------------------------------------------------------------------------
  244. [INFO] Scanning for projects...
  245. [WARNING]
  246. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:member-service:jar:0.0.1-SNAPSHOT
  247. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 73, column 12
  248. [WARNING]
  249. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  250. [WARNING]
  251. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  252. [WARNING]
  253. [INFO]
  254. [INFO] --------------------< com.goota.pos:member-service >--------------------
  255. [INFO] Building goota member service 0.0.1-SNAPSHOT
  256. [INFO] --------------------------------[ jar ]---------------------------------
  257. [INFO]
  258. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ member-service ---
  259. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target
  260. [INFO]
  261. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ member-service ---
  262. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  263. [INFO] Copying 1 resource
  264. [INFO]
  265. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ member-service ---
  266. [INFO] Changes detected - recompiling the module!
  267. [INFO] Compiling 10 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/classes
  268. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/src/main/java/com/goota/pos/member/model/dto/MemberPointTrxDto.java: Some input files use or override a deprecated API.
  269. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/src/main/java/com/goota/pos/member/model/dto/MemberPointTrxDto.java: Recompile with -Xlint:deprecation for details.
  270. [INFO]
  271. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ member-service ---
  272. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  273. [INFO] Copying 1 resource
  274. [INFO]
  275. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ member-service ---
  276. [INFO] No sources to compile
  277. [INFO]
  278. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ member-service ---
  279. [INFO] Tests are skipped.
  280. [INFO]
  281. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ member-service ---
  282. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/member-service-0.0.1-SNAPSHOT.jar
  283. [INFO]
  284. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ member-service ---
  285. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/member-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  286. [INFO]
  287. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ member-service ---
  288. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/member-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/member-service/0.0.1-SNAPSHOT/member-service-0.0.1-SNAPSHOT.jar
  289. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/pom.xml to /root/.m2/repository/com/goota/pos/member-service/0.0.1-SNAPSHOT/member-service-0.0.1-SNAPSHOT.pom
  290. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/member-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/member-service/0.0.1-SNAPSHOT/member-service-0.0.1-SNAPSHOT-exec.jar
  291. [INFO] ------------------------------------------------------------------------
  292. [INFO] BUILD SUCCESS
  293. [INFO] ------------------------------------------------------------------------
  294. [INFO] Total time:  3.304 s
  295. [INFO] Finished at: 2020-09-06T11:45:28+07:00
  296. [INFO] ------------------------------------------------------------------------
  297. [INFO] Scanning for projects...
  298. [WARNING]
  299. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:merchant-service:jar:0.0.1-SNAPSHOT
  300. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 79, column 12
  301. [WARNING]
  302. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  303. [WARNING]
  304. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  305. [WARNING]
  306. [INFO]
  307. [INFO] -------------------< com.goota.pos:merchant-service >-------------------
  308. [INFO] Building goota merchant service 0.0.1-SNAPSHOT
  309. [INFO] --------------------------------[ jar ]---------------------------------
  310. [INFO]
  311. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ merchant-service ---
  312. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target
  313. [INFO]
  314. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ merchant-service ---
  315. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  316. [INFO] Copying 1 resource
  317. [INFO]
  318. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ merchant-service ---
  319. [INFO] Changes detected - recompiling the module!
  320. [INFO] Compiling 101 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/classes
  321. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/src/main/java/com/goota/pos/merchant/model/dto/StoreDto.java: Some input files use or override a deprecated API.
  322. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/src/main/java/com/goota/pos/merchant/model/dto/StoreDto.java: Recompile with -Xlint:deprecation for details.
  323. [INFO]
  324. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ merchant-service ---
  325. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  326. [INFO] Copying 1 resource
  327. [INFO]
  328. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ merchant-service ---
  329. [INFO] No sources to compile
  330. [INFO]
  331. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ merchant-service ---
  332. [INFO] Tests are skipped.
  333. [INFO]
  334. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ merchant-service ---
  335. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/merchant-service-0.0.1-SNAPSHOT.jar
  336. [INFO]
  337. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ merchant-service ---
  338. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/merchant-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  339. [INFO]
  340. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ merchant-service ---
  341. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/merchant-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/merchant-service/0.0.1-SNAPSHOT/merchant-service-0.0.1-SNAPSHOT.jar
  342. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/pom.xml to /root/.m2/repository/com/goota/pos/merchant-service/0.0.1-SNAPSHOT/merchant-service-0.0.1-SNAPSHOT.pom
  343. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/merchant-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/merchant-service/0.0.1-SNAPSHOT/merchant-service-0.0.1-SNAPSHOT-exec.jar
  344. [INFO] ------------------------------------------------------------------------
  345. [INFO] BUILD SUCCESS
  346. [INFO] ------------------------------------------------------------------------
  347. [INFO] Total time:  5.705 s
  348. [INFO] Finished at: 2020-09-06T11:45:35+07:00
  349. [INFO] ------------------------------------------------------------------------
  350. [INFO] Scanning for projects...
  351. [WARNING]
  352. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:partner-service:jar:0.0.1-SNAPSHOT
  353. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 73, column 12
  354. [WARNING]
  355. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  356. [WARNING]
  357. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  358. [WARNING]
  359. [INFO]
  360. [INFO] -------------------< com.goota.pos:partner-service >--------------------
  361. [INFO] Building goota partner service 0.0.1-SNAPSHOT
  362. [INFO] --------------------------------[ jar ]---------------------------------
  363. [INFO]
  364. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ partner-service ---
  365. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target
  366. [INFO]
  367. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ partner-service ---
  368. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  369. [INFO] Copying 1 resource
  370. [INFO]
  371. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ partner-service ---
  372. [INFO] Changes detected - recompiling the module!
  373. [INFO] Compiling 33 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/classes
  374. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/src/main/java/com/goota/pos/partner/service/GetPartnerApiKeyService.java: Some input files use or override a deprecated API.
  375. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/src/main/java/com/goota/pos/partner/service/GetPartnerApiKeyService.java: Recompile with -Xlint:deprecation for details.
  376. [INFO]
  377. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ partner-service ---
  378. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  379. [INFO] Copying 1 resource
  380. [INFO]
  381. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ partner-service ---
  382. [INFO] No sources to compile
  383. [INFO]
  384. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ partner-service ---
  385. [INFO] Tests are skipped.
  386. [INFO]
  387. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ partner-service ---
  388. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/partner-service-0.0.1-SNAPSHOT.jar
  389. [INFO]
  390. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ partner-service ---
  391. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/partner-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  392. [INFO]
  393. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ partner-service ---
  394. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/partner-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/partner-service/0.0.1-SNAPSHOT/partner-service-0.0.1-SNAPSHOT.jar
  395. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/pom.xml to /root/.m2/repository/com/goota/pos/partner-service/0.0.1-SNAPSHOT/partner-service-0.0.1-SNAPSHOT.pom
  396. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/partner-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/partner-service/0.0.1-SNAPSHOT/partner-service-0.0.1-SNAPSHOT-exec.jar
  397. [INFO] ------------------------------------------------------------------------
  398. [INFO] BUILD SUCCESS
  399. [INFO] ------------------------------------------------------------------------
  400. [INFO] Total time:  3.782 s
  401. [INFO] Finished at: 2020-09-06T11:45:40+07:00
  402. [INFO] ------------------------------------------------------------------------
  403. [INFO] Scanning for projects...
  404. [WARNING]
  405. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:payment-service:jar:0.0.1-SNAPSHOT
  406. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 73, column 12
  407. [WARNING]
  408. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  409. [WARNING]
  410. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  411. [WARNING]
  412. [INFO]
  413. [INFO] -------------------< com.goota.pos:payment-service >--------------------
  414. [INFO] Building goota payment service 0.0.1-SNAPSHOT
  415. [INFO] --------------------------------[ jar ]---------------------------------
  416. [INFO]
  417. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ payment-service ---
  418. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target
  419. [INFO]
  420. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ payment-service ---
  421. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  422. [INFO] Copying 1 resource
  423. [INFO]
  424. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ payment-service ---
  425. [INFO] Changes detected - recompiling the module!
  426. [INFO] Compiling 6 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/classes
  427. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/src/main/java/com/goota/pos/promotion/model/dto/PaymentDto.java: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/src/main/java/com/goota/pos/promotion/model/dto/PaymentDto.java uses or overrides a deprecated API.
  428. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/src/main/java/com/goota/pos/promotion/model/dto/PaymentDto.java: Recompile with -Xlint:deprecation for details.
  429. [INFO]
  430. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ payment-service ---
  431. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  432. [INFO] Copying 1 resource
  433. [INFO]
  434. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ payment-service ---
  435. [INFO] No sources to compile
  436. [INFO]
  437. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ payment-service ---
  438. [INFO] Tests are skipped.
  439. [INFO]
  440. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ payment-service ---
  441. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/payment-service-0.0.1-SNAPSHOT.jar
  442. [INFO]
  443. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ payment-service ---
  444. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/payment-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  445. [INFO]
  446. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ payment-service ---
  447. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/payment-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/payment-service/0.0.1-SNAPSHOT/payment-service-0.0.1-SNAPSHOT.jar
  448. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/pom.xml to /root/.m2/repository/com/goota/pos/payment-service/0.0.1-SNAPSHOT/payment-service-0.0.1-SNAPSHOT.pom
  449. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/payment-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/payment-service/0.0.1-SNAPSHOT/payment-service-0.0.1-SNAPSHOT-exec.jar
  450. [INFO] ------------------------------------------------------------------------
  451. [INFO] BUILD SUCCESS
  452. [INFO] ------------------------------------------------------------------------
  453. [INFO] Total time:  3.235 s
  454. [INFO] Finished at: 2020-09-06T11:45:44+07:00
  455. [INFO] ------------------------------------------------------------------------
  456. [INFO] Scanning for projects...
  457. [WARNING]
  458. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:product-service:jar:0.0.1-SNAPSHOT
  459. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.goota.pos:integration-service:jar -> duplicate declaration of version 0.0.1-SNAPSHOT @ line 64, column 15
  460. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 85, column 12
  461. [WARNING]
  462. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  463. [WARNING]
  464. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  465. [WARNING]
  466. [INFO]
  467. [INFO] -------------------< com.goota.pos:product-service >--------------------
  468. [INFO] Building goota product service 0.0.1-SNAPSHOT
  469. [INFO] --------------------------------[ jar ]---------------------------------
  470. [INFO]
  471. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ product-service ---
  472. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target
  473. [INFO]
  474. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ product-service ---
  475. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  476. [INFO] Copying 1 resource
  477. [INFO]
  478. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ product-service ---
  479. [INFO] Changes detected - recompiling the module!
  480. [INFO] Compiling 119 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/classes
  481. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[20,55] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  482. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[20,55] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  483. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[20,55] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  484. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[20,55] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  485. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[20,55] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  486. [WARNING] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/service/SaveItemService.java:[72,59] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is internal proprietary API and may be removed in a future release
  487. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/repository/ItemStockRepository.java: Some input files use or override a deprecated API.
  488. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/src/main/java/com/goota/pos/product/repository/ItemStockRepository.java: Recompile with -Xlint:deprecation for details.
  489. [INFO]
  490. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ product-service ---
  491. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  492. [INFO] Copying 1 resource
  493. [INFO]
  494. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ product-service ---
  495. [INFO] No sources to compile
  496. [INFO]
  497. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ product-service ---
  498. [INFO] Tests are skipped.
  499. [INFO]
  500. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ product-service ---
  501. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/product-service-0.0.1-SNAPSHOT.jar
  502. [INFO]
  503. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ product-service ---
  504. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/product-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  505. [INFO]
  506. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ product-service ---
  507. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/product-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/product-service/0.0.1-SNAPSHOT/product-service-0.0.1-SNAPSHOT.jar
  508. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/pom.xml to /root/.m2/repository/com/goota/pos/product-service/0.0.1-SNAPSHOT/product-service-0.0.1-SNAPSHOT.pom
  509. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/product-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/product-service/0.0.1-SNAPSHOT/product-service-0.0.1-SNAPSHOT-exec.jar
  510. [INFO] ------------------------------------------------------------------------
  511. [INFO] BUILD SUCCESS
  512. [INFO] ------------------------------------------------------------------------
  513. [INFO] Total time:  6.355 s
  514. [INFO] Finished at: 2020-09-06T11:45:52+07:00
  515. [INFO] ------------------------------------------------------------------------
  516. [INFO] Scanning for projects...
  517. [WARNING]
  518. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:promotion-service:jar:0.0.1-SNAPSHOT
  519. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 79, column 12
  520. [WARNING]
  521. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  522. [WARNING]
  523. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  524. [WARNING]
  525. [INFO]
  526. [INFO] ------------------< com.goota.pos:promotion-service >-------------------
  527. [INFO] Building goota promotion service 0.0.1-SNAPSHOT
  528. [INFO] --------------------------------[ jar ]---------------------------------
  529. [INFO]
  530. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ promotion-service ---
  531. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target
  532. [INFO]
  533. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ promotion-service ---
  534. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  535. [INFO] Copying 1 resource
  536. [INFO]
  537. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ promotion-service ---
  538. [INFO] Changes detected - recompiling the module!
  539. [INFO] Compiling 30 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/classes
  540. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/src/main/java/com/goota/pos/promotion/model/dto/PromotionDto.java: Some input files use or override a deprecated API.
  541. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/src/main/java/com/goota/pos/promotion/model/dto/PromotionDto.java: Recompile with -Xlint:deprecation for details.
  542. [INFO]
  543. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ promotion-service ---
  544. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  545. [INFO] Copying 1 resource
  546. [INFO]
  547. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ promotion-service ---
  548. [INFO] No sources to compile
  549. [INFO]
  550. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ promotion-service ---
  551. [INFO] Tests are skipped.
  552. [INFO]
  553. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ promotion-service ---
  554. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/promotion-service-0.0.1-SNAPSHOT.jar
  555. [INFO]
  556. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ promotion-service ---
  557. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/promotion-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  558. [INFO]
  559. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ promotion-service ---
  560. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/promotion-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/promotion-service/0.0.1-SNAPSHOT/promotion-service-0.0.1-SNAPSHOT.jar
  561. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/pom.xml to /root/.m2/repository/com/goota/pos/promotion-service/0.0.1-SNAPSHOT/promotion-service-0.0.1-SNAPSHOT.pom
  562. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/promotion-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/promotion-service/0.0.1-SNAPSHOT/promotion-service-0.0.1-SNAPSHOT-exec.jar
  563. [INFO] ------------------------------------------------------------------------
  564. [INFO] BUILD SUCCESS
  565. [INFO] ------------------------------------------------------------------------
  566. [INFO] Total time:  4.183 s
  567. [INFO] Finished at: 2020-09-06T11:45:57+07:00
  568. [INFO] ------------------------------------------------------------------------
  569. [INFO] Scanning for projects...
  570. [WARNING]
  571. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:security-service:jar:0.0.1-SNAPSHOT
  572. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 79, column 12
  573. [WARNING]
  574. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  575. [WARNING]
  576. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  577. [WARNING]
  578. [INFO]
  579. [INFO] -------------------< com.goota.pos:security-service >-------------------
  580. [INFO] Building goota security service 0.0.1-SNAPSHOT
  581. [INFO] --------------------------------[ jar ]---------------------------------
  582. [INFO]
  583. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ security-service ---
  584. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target
  585. [INFO]
  586. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ security-service ---
  587. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  588. [INFO] Copying 1 resource
  589. [INFO]
  590. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ security-service ---
  591. [INFO] Changes detected - recompiling the module!
  592. [INFO] Compiling 62 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/classes
  593. [INFO]
  594. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ security-service ---
  595. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  596. [INFO] Copying 1 resource
  597. [INFO]
  598. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ security-service ---
  599. [INFO] No sources to compile
  600. [INFO]
  601. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ security-service ---
  602. [INFO] Tests are skipped.
  603. [INFO]
  604. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ security-service ---
  605. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/security-service-0.0.1-SNAPSHOT.jar
  606. [INFO]
  607. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ security-service ---
  608. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/security-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  609. [INFO]
  610. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ security-service ---
  611. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/security-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/security-service/0.0.1-SNAPSHOT/security-service-0.0.1-SNAPSHOT.jar
  612. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/pom.xml to /root/.m2/repository/com/goota/pos/security-service/0.0.1-SNAPSHOT/security-service-0.0.1-SNAPSHOT.pom
  613. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/security-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/security-service/0.0.1-SNAPSHOT/security-service-0.0.1-SNAPSHOT-exec.jar
  614. [INFO] ------------------------------------------------------------------------
  615. [INFO] BUILD SUCCESS
  616. [INFO] ------------------------------------------------------------------------
  617. [INFO] Total time:  4.697 s
  618. [INFO] Finished at: 2020-09-06T11:46:03+07:00
  619. [INFO] ------------------------------------------------------------------------
  620. [INFO] Scanning for projects...
  621. [WARNING]
  622. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:trade-service:jar:0.0.1-SNAPSHOT
  623. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 87, column 12
  624. [WARNING]
  625. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  626. [WARNING]
  627. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  628. [WARNING]
  629. [INFO]
  630. [INFO] --------------------< com.goota.pos:trade-service >---------------------
  631. [INFO] Building goota trade service 0.0.1-SNAPSHOT
  632. [INFO] --------------------------------[ jar ]---------------------------------
  633. [INFO]
  634. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ trade-service ---
  635. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target
  636. [INFO]
  637. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ trade-service ---
  638. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  639. [INFO] Copying 1 resource
  640. [INFO]
  641. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ trade-service ---
  642. [INFO] Changes detected - recompiling the module!
  643. [INFO] Compiling 57 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/classes
  644. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/src/main/java/com/goota/pos/trade/model/vo/GetSellingItemResponseVo.java: Some input files use or override a deprecated API.
  645. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/src/main/java/com/goota/pos/trade/model/vo/GetSellingItemResponseVo.java: Recompile with -Xlint:deprecation for details.
  646. [INFO]
  647. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ trade-service ---
  648. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  649. [INFO] Copying 1 resource
  650. [INFO]
  651. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ trade-service ---
  652. [INFO] No sources to compile
  653. [INFO]
  654. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ trade-service ---
  655. [INFO] Tests are skipped.
  656. [INFO]
  657. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ trade-service ---
  658. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/trade-service-0.0.1-SNAPSHOT.jar
  659. [INFO]
  660. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ trade-service ---
  661. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/trade-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  662. [INFO]
  663. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ trade-service ---
  664. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/trade-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/trade-service/0.0.1-SNAPSHOT/trade-service-0.0.1-SNAPSHOT.jar
  665. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/pom.xml to /root/.m2/repository/com/goota/pos/trade-service/0.0.1-SNAPSHOT/trade-service-0.0.1-SNAPSHOT.pom
  666. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/trade-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/trade-service/0.0.1-SNAPSHOT/trade-service-0.0.1-SNAPSHOT-exec.jar
  667. [INFO] ------------------------------------------------------------------------
  668. [INFO] BUILD SUCCESS
  669. [INFO] ------------------------------------------------------------------------
  670. [INFO] Total time:  5.064 s
  671. [INFO] Finished at: 2020-09-06T11:46:09+07:00
  672. [INFO] ------------------------------------------------------------------------
  673. [INFO] Scanning for projects...
  674. [WARNING]
  675. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:item-service:jar:0.0.1-SNAPSHOT
  676. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 191, column 12
  677. [WARNING]
  678. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  679. [WARNING]
  680. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  681. [WARNING]
  682. [INFO]
  683. [INFO] ---------------------< com.goota.pos:item-service >---------------------
  684. [INFO] Building Goota POS 0.0.1-SNAPSHOT
  685. [INFO] --------------------------------[ jar ]---------------------------------
  686. [WARNING] The artifact org.hibernate:hibernate-validator:jar:6.0.11.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.0.11.Final
  687. [INFO]
  688. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ item-service ---
  689. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target
  690. [INFO]
  691. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ item-service ---
  692. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  693. [INFO] Copying 1 resource
  694. [INFO]
  695. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ item-service ---
  696. [INFO] Changes detected - recompiling the module!
  697. [INFO] Compiling 93 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/classes
  698. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/src/main/java/com/goota/pos/item/ingredient/services/GetIngredientReachMinimumStockService.java: Some input files use or override a deprecated API.
  699. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/src/main/java/com/goota/pos/item/ingredient/services/GetIngredientReachMinimumStockService.java: Recompile with -Xlint:deprecation for details.
  700. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/src/main/java/com/goota/pos/item/services/impl/StockServiceImpl.java: Some input files use unchecked or unsafe operations.
  701. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/src/main/java/com/goota/pos/item/services/impl/StockServiceImpl.java: Recompile with -Xlint:unchecked for details.
  702. [INFO]
  703. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ item-service ---
  704. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  705. [INFO] Copying 1 resource
  706. [INFO]
  707. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ item-service ---
  708. [INFO] No sources to compile
  709. [INFO]
  710. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ item-service ---
  711. [INFO] Tests are skipped.
  712. [INFO]
  713. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ item-service ---
  714. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/item-service-0.0.1-SNAPSHOT.jar
  715. [INFO]
  716. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ item-service ---
  717. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/item-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  718. [INFO]
  719. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ item-service ---
  720. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/item-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/item-service/0.0.1-SNAPSHOT/item-service-0.0.1-SNAPSHOT.jar
  721. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/pom.xml to /root/.m2/repository/com/goota/pos/item-service/0.0.1-SNAPSHOT/item-service-0.0.1-SNAPSHOT.pom
  722. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/item-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/item-service/0.0.1-SNAPSHOT/item-service-0.0.1-SNAPSHOT-exec.jar
  723. [INFO] ------------------------------------------------------------------------
  724. [INFO] BUILD SUCCESS
  725. [INFO] ------------------------------------------------------------------------
  726. [INFO] Total time:  5.219 s
  727. [INFO] Finished at: 2020-09-06T11:46:16+07:00
  728. [INFO] ------------------------------------------------------------------------
  729. [INFO] Scanning for projects...
  730. [WARNING]
  731. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:reporting-service:jar:0.0.1-SNAPSHOT
  732. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 73, column 12
  733. [WARNING]
  734. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  735. [WARNING]
  736. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  737. [WARNING]
  738. [INFO]
  739. [INFO] ------------------< com.goota.pos:reporting-service >-------------------
  740. [INFO] Building goota reporting service 0.0.1-SNAPSHOT
  741. [INFO] --------------------------------[ jar ]---------------------------------
  742. [INFO]
  743. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ reporting-service ---
  744. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target
  745. [INFO]
  746. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ reporting-service ---
  747. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  748. [INFO] Copying 17 resources
  749. [INFO]
  750. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ reporting-service ---
  751. [INFO] Changes detected - recompiling the module!
  752. [INFO] Compiling 24 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/classes
  753. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/src/main/java/com/goota/pos/reporting/table/TableGrossSale.java: Some input files use unchecked or unsafe operations.
  754. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/src/main/java/com/goota/pos/reporting/table/TableGrossSale.java: Recompile with -Xlint:unchecked for details.
  755. [INFO]
  756. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ reporting-service ---
  757. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  758. [INFO] Copying 1 resource
  759. [INFO]
  760. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ reporting-service ---
  761. [INFO] No sources to compile
  762. [INFO]
  763. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ reporting-service ---
  764. [INFO] Tests are skipped.
  765. [INFO]
  766. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ reporting-service ---
  767. [INFO] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/reporting-service-0.0.1-SNAPSHOT.jar
  768. [INFO]
  769. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ reporting-service ---
  770. [INFO] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/reporting-service-0.0.1-SNAPSHOT-exec.jar with classifier exec
  771. [INFO]
  772. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ reporting-service ---
  773. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/reporting-service-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/goota/pos/reporting-service/0.0.1-SNAPSHOT/reporting-service-0.0.1-SNAPSHOT.jar
  774. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/pom.xml to /root/.m2/repository/com/goota/pos/reporting-service/0.0.1-SNAPSHOT/reporting-service-0.0.1-SNAPSHOT.pom
  775. [INFO] Installing /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/reporting-service-0.0.1-SNAPSHOT-exec.jar to /root/.m2/repository/com/goota/pos/reporting-service/0.0.1-SNAPSHOT/reporting-service-0.0.1-SNAPSHOT-exec.jar
  776. [INFO] ------------------------------------------------------------------------
  777. [INFO] BUILD SUCCESS
  778. [INFO] ------------------------------------------------------------------------
  779. [INFO] Total time:  3.611 s
  780. [INFO] Finished at: 2020-09-06T11:46:20+07:00
  781. [INFO] ------------------------------------------------------------------------
  782. [INFO] Scanning for projects...
  783. [WARNING]
  784. [WARNING] Some problems were encountered while building the effective model for com.goota.pos:api:war:0.0.1-SNAPSHOT
  785. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-tomcat:jar -> duplicate declaration of version (?) @ line 172, column 15
  786. [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
  787. [WARNING]
  788. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  789. [WARNING]
  790. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  791. [WARNING]
  792. [INFO]
  793. [INFO] -------------------------< com.goota.pos:api >--------------------------
  794. [INFO] Building Goota POS 0.0.1-SNAPSHOT
  795. [INFO] --------------------------------[ war ]---------------------------------
  796. [WARNING] The artifact org.hibernate:hibernate-validator:jar:6.0.11.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.0.11.Final
  797. [INFO]
  798. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ api ---
  799. [INFO] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target
  800. [INFO]
  801. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ api ---
  802. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  803. [INFO] Copying 1 resource
  804. [INFO] Copying 1 resource
  805. [INFO]
  806. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ api ---
  807. [INFO] Changes detected - recompiling the module!
  808. [INFO] Compiling 28 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/classes
  809. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/main/java/com/goota/pos/api/controllers/IngredientController.java: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/main/java/com/goota/pos/api/controllers/IngredientController.java uses or overrides a deprecated API.
  810. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/main/java/com/goota/pos/api/controllers/IngredientController.java: Recompile with -Xlint:deprecation for details.
  811. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/main/java/com/goota/pos/api/controllers/CategoryController.java: Some input files use unchecked or unsafe operations.
  812. [INFO] /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/main/java/com/goota/pos/api/controllers/CategoryController.java: Recompile with -Xlint:unchecked for details.
  813. [INFO]
  814. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ api ---
  815. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  816. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/test/resources
  817. [INFO]
  818. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ api ---
  819. [INFO] Changes detected - recompiling the module!
  820. [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/test-classes
  821. [INFO]
  822. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ api ---
  823. [INFO] Tests are skipped.
  824. [INFO]
  825. [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ api ---
  826. [INFO] Packaging webapp
  827. [INFO] Assembling webapp [api] in [/var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/api]
  828. [INFO] Processing war project
  829. [INFO] Webapp assembled in [472 msecs]
  830. [INFO] Building war: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/api.war
  831. [INFO]
  832. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ api ---
  833. [INFO] Replacing main artifact with repackaged archive
  834. [INFO] ------------------------------------------------------------------------
  835. [INFO] BUILD SUCCESS
  836. [INFO] ------------------------------------------------------------------------
  837. [INFO] Total time:  6.471 s
  838. [INFO] Finished at: 2020-09-06T11:46:28+07:00
  839. [INFO] ------------------------------------------------------------------------
  840. products
  841. ROOT
  842. ROOT_TMP
  843. ROOT.war
  844. + echo New WAR file:
  845. New WAR file:
  846. + stat /var/lib/tomcat9/webapps/ROOT.war
  847.   File: /var/lib/tomcat9/webapps/ROOT.war
  848.   Size: 55237026    Blocks: 107888     IO Block: 4096   regular file
  849. Device: 802h/2050d  Inode: 34346475    Links: 1
  850. Access: (0640/-rw-r-----)  Uid: (  997/  tomcat)   Gid: (  997/  tomcat)
  851. Access: 2020-09-06 09:41:59.888738253 +0700
  852. Modify: 2020-09-06 11:46:28.602245122 +0700
  853. Change: 2020-09-06 11:46:28.602245122 +0700
  854.  Birth: -
  855. Finished: SUCCESS
Add Comment
Please, Sign In to add comment