Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Started by remote host 36.79.251.90
- Running as SYSTEM
- Building in workspace /var/lib/jenkins/workspace/Goota-BE-Contabox-Release
- The recommended git tool is: NONE
- using credential ce9aebe4-208e-4d07-9142-6a61b146e745
- > git rev-parse --is-inside-work-tree # timeout=10
- Fetching changes from the remote Git repository
- > git config remote.origin.url https://gitlab.com/zulvani/goota-be # timeout=10
- Fetching upstream changes from https://gitlab.com/zulvani/goota-be
- > git --version # timeout=10
- > git --version # 'git version 2.25.1'
- using GIT_ASKPASS to set credentials
- > git fetch --tags --force --progress -- https://gitlab.com/zulvani/goota-be +refs/heads/*:refs/remotes/origin/* # timeout=10
- > git rev-parse origin/contabox-release^{commit} # timeout=10
- Checking out Revision aef62f442f19f45d95953e1f7f6e5b382effe4c4 (origin/contabox-release)
- > git config core.sparsecheckout # timeout=10
- > git checkout -f aef62f442f19f45d95953e1f7f6e5b382effe4c4 # timeout=10
- Commit message: "Updated picture dir dan picture base url"
- > git rev-list --no-walk 8fe3ea97a37f706cfdacadec5c1fc9d23c45e4ac # timeout=10
- [Goota-BE-Contabox-Release] $ /bin/sh -xe /tmp/jenkins3852085075591198704.sh
- + echo Your path:
- Your path:
- + pwd
- /var/lib/jenkins/workspace/Goota-BE-Contabox-Release
- + ls
- api-client
- application.properties
- build.sh
- common.sh
- core
- droptable.sql
- envi
- integration-service
- member-service
- merchant-service
- open-api
- partner-service
- payment-service
- product-service
- promotion-service
- Readme.md
- reporting-service
- security-service
- service_template
- trade-service
- ummah-item
- ummah-item-rest
- + echo User:
- User:
- + echo jenkins
- jenkins
- + echo Properties:
- Properties:
- + cat ummah-item-rest/src/main/resources/application.properties
- goota.integration.pos.base-url=http://localhost:8080/api/v1
- goota.pos.security.partner.jwt.builder.key=g0t4-p4rtn3r
- goota.pos.integration.partner.juber.base-url=http://139.180.154.131:8091
- goota.pos.integration.partner.juber.username=jbfoodjbfadmin
- goota.pos.integration.partner.juber.password=46BEFD51C75C3
- goota.pos.integration.partner.juber.grand-type=password
- goota.pos.payment.default.currency=IDR
- goota.pos.payment.default.method=CASH
- goota.pos.product.picture.dir=/var/lib/tomcat9/webapps/products
- goota.pos.product.picture.base-url=https://api1.beanary.tech/products
- logging.level.com.ummah=DEBUG
- spring.jpa.hibernate.ddl-auto=update
- http.port=8080
- security.require-ssl=true
- server.port=8443
- server.ssl.key-store-type=PKCS12
- server.ssl.key-store=classpath:keystore/keystore.p12
- server.ssl.key-store-password=123456
- server.ssl.key-alias=tomcat
- spring.datasource.url=jdbc:postgresql://localhost:5432/ummah_item
- spring.datasource.username=postgres
- spring.datasource.password=A339f16ce4a127fc9fd90ac2aeecfb6f1A
- spring.datasource.driverClassName=org.postgresql.Driver
- spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
- spring.jpa.show-sql=false
- spring.jpa.properties.hibernate.format_sql=true
- spring.main.allow-bean-definition-overriding=true
- # timezone
- spring.jpa.properties.hibernate.jdbc.time_zone=UTC
- logging.level.org.hibernate.type=info
- logging.level.org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl=ERROR
- # for fixing issue: java.lang.StackOverflowError: null
- # when there is LAZY load in entity which should be exposed to REST
- spring.jpa.open-in-view=false
- logging.level.root=INFO
- logging.level.org.springframework.web=INFO
- # redis
- spring.cache.enable=false
- spring.cache.type=redis
- spring.redis.host=localhost
- spring.redis.port=6379
- # communication system
- ummah.app.sender.email.default=no-reply@goota.id
- ummah.app.sender.name.default=Goota
- ummah.app.sendgrid.api.key=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
- ummah.app.base.url=http://localhost:8000/#/
- ummah.app.name=Goota.id
- ummah.app.member.portal.url=http://localhost:8000/#/
- # STG = STAGING
- # PRD = PRODUCTION
- # DEV = DEVELOPMENT
- # TST = TEST
- ummah.app.env=DEV
- spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
- spring.jackson.time-zone=Asia/Jakarta
- + echo ----------------------------------Building------------------------------------
- ----------------------------------Building------------------------------------
- + sudo ./build.sh
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:core:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------------< [0;36mcom.goota.pos:core[0;1m >-------------------------[m
- [[1;34mINFO[m] [1mBuilding goota core 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;33mWARNING[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m] Copying 0 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 141 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] Attaching repackaged archive /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/core/target/core-0.0.1-SNAPSHOT-exec.jar with classifier exec
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mcore[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 7.361 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:17+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:integration-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-----------------< [0;36mcom.goota.pos:integration-service[0;1m >------------------[m
- [[1;34mINFO[m] [1mBuilding goota integration service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 43 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/integration-service/target/integration-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mintegration-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 4.528 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:23+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:member-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--------------------< [0;36mcom.goota.pos:member-service[0;1m >--------------------[m
- [[1;34mINFO[m] [1mBuilding goota member service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 10 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/member-service/target/member-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmember-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 3.304 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:28+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:merchant-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------< [0;36mcom.goota.pos:merchant-service[0;1m >-------------------[m
- [[1;34mINFO[m] [1mBuilding goota merchant service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 101 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/merchant-service/target/merchant-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmerchant-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 5.705 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:35+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:partner-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------< [0;36mcom.goota.pos:partner-service[0;1m >--------------------[m
- [[1;34mINFO[m] [1mBuilding goota partner service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 33 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/partner-service/target/partner-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mpartner-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 3.782 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:40+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:payment-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------< [0;36mcom.goota.pos:payment-service[0;1m >--------------------[m
- [[1;34mINFO[m] [1mBuilding goota payment service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 6 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/payment-service/target/payment-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mpayment-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 3.235 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:44+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:product-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------< [0;36mcom.goota.pos:product-service[0;1m >--------------------[m
- [[1;34mINFO[m] [1mBuilding goota product service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 119 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/classes
- [[1;33mWARNING[m] /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
- [[1;33mWARNING[m] /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
- [[1;33mWARNING[m] /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
- [[1;33mWARNING[m] /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
- [[1;33mWARNING[m] /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
- [[1;33mWARNING[m] /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
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/product-service/target/product-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mproduct-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 6.355 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:52+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:promotion-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m------------------< [0;36mcom.goota.pos:promotion-service[0;1m >-------------------[m
- [[1;34mINFO[m] [1mBuilding goota promotion service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 30 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/promotion-service/target/promotion-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mpromotion-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 4.183 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:45:57+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:security-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------< [0;36mcom.goota.pos:security-service[0;1m >-------------------[m
- [[1;34mINFO[m] [1mBuilding goota security service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 62 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/classes
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/security-service/target/security-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36msecurity-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 4.697 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:46:03+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:trade-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--------------------< [0;36mcom.goota.pos:trade-service[0;1m >---------------------[m
- [[1;34mINFO[m] [1mBuilding goota trade service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 57 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/trade-service/target/trade-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mtrade-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 5.064 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:46:09+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:item-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m---------------------< [0;36mcom.goota.pos:item-service[0;1m >---------------------[m
- [[1;34mINFO[m] [1mBuilding Goota POS 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;33mWARNING[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 93 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item/target/item-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mitem-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 5.219 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:46:16+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:reporting-service:jar:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m------------------< [0;36mcom.goota.pos:reporting-service[0;1m >-------------------[m
- [[1;34mINFO[m] [1mBuilding goota reporting service 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 17 resources
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 24 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] No sources to compile
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.2:jar[m [1m(default-jar)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] Building jar: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/reporting-service/target/reporting-service-0.0.1-SNAPSHOT.jar
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mreporting-service[0;1m ---[m
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] 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
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 3.611 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:46:20+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Scanning for projects...
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] Some problems were encountered while building the effective model for com.goota.pos:api:war:0.0.1-SNAPSHOT
- [[1;33mWARNING[m] '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
- [[1;33mWARNING[m] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] It is highly recommended to fix these problems because they threaten the stability of your build.
- [[1;33mWARNING[m]
- [[1;33mWARNING[m] For this reason, future Maven versions might no longer support building such malformed projects.
- [[1;33mWARNING[m]
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m-------------------------< [0;36mcom.goota.pos:api[0;1m >--------------------------[m
- [[1;34mINFO[m] [1mBuilding Goota POS 0.0.1-SNAPSHOT[m
- [[1;34mINFO[m] [1m--------------------------------[ war ]---------------------------------[m
- [[1;33mWARNING[m] 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
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Deleting /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m] Copying 1 resource
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 28 source files to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/classes
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m] /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.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
- [[1;34mINFO[m] skip non existing resourceDirectory /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/src/test/resources
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Changes detected - recompiling the module!
- [[1;34mINFO[m] Compiling 1 source file to /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/test-classes
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.2:test[m [1m(default-test)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Tests are skipped.
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mmaven-war-plugin:3.2.3:war[m [1m(default-war)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Packaging webapp
- [[1;34mINFO[m] Assembling webapp [api] in [/var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/api]
- [[1;34mINFO[m] Processing war project
- [[1;34mINFO[m] Webapp assembled in [472 msecs]
- [[1;34mINFO[m] Building war: /var/lib/jenkins/workspace/Goota-BE-Contabox-Release/ummah-item-rest/target/api.war
- [[1;34mINFO[m]
- [[1;34mINFO[m] [1m--- [0;32mspring-boot-maven-plugin:2.1.9.RELEASE:repackage[m [1m(repackage)[m @ [36mapi[0;1m ---[m
- [[1;34mINFO[m] Replacing main artifact with repackaged archive
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- [[1;34mINFO[m] Total time: 6.471 s
- [[1;34mINFO[m] Finished at: 2020-09-06T11:46:28+07:00
- [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
- products
- ROOT
- ROOT_TMP
- ROOT.war
- + echo New WAR file:
- New WAR file:
- + stat /var/lib/tomcat9/webapps/ROOT.war
- File: /var/lib/tomcat9/webapps/ROOT.war
- Size: 55237026 Blocks: 107888 IO Block: 4096 regular file
- Device: 802h/2050d Inode: 34346475 Links: 1
- Access: (0640/-rw-r-----) Uid: ( 997/ tomcat) Gid: ( 997/ tomcat)
- Access: 2020-09-06 09:41:59.888738253 +0700
- Modify: 2020-09-06 11:46:28.602245122 +0700
- Change: 2020-09-06 11:46:28.602245122 +0700
- Birth: -
- Finished: SUCCESS
Add Comment
Please, Sign In to add comment