Started by an SCM change Building in workspace /var/lib/jenkins/workspace/SEPIA > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /usr/bin/git config remote.origin.url http://sing-group.org/dt/gitlab/pfc/sepia.git # timeout=10 Fetching upstream changes from http://sing-group.org/dt/gitlab/pfc/sepia.git > /usr/bin/git --version # timeout=10 using GIT_ASKPASS to set credentials > /usr/bin/git fetch --tags --progress http://sing-group.org/dt/gitlab/pfc/sepia.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision 359603547abb0c7dc49a52990b4da9449e52419d (refs/remotes/origin/develop) Commit message: "Adds new attributes in Patient for status Deletes in Patient variables numss Adds new variables in Background Changes the view for add background Modifies rules with new variables Modifies test with new variables" > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 359603547abb0c7dc49a52990b4da9449e52419d > /usr/bin/git rev-list 1864266477b14a99b97a407e921a8735d26a21a3 # timeout=10 No emails were triggered. Parsing POMs Established TCP socket on 34217 [SEPIA] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 34217 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/SEPIA/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) [INFO] SEPIA - Domain [INFO] SEPIA - Service [INFO] SEPIA - Web [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA (SEPsis Intelligent Assistant) 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sepia --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sepia --- [INFO] Installing /var/lib/jenkins/workspace/SEPIA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia/0.0.1-SNAPSHOT/sepia-0.0.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sepia-domain --- [INFO] Deleting /var/lib/jenkins/workspace/SEPIA/domain/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /var/lib/jenkins/workspace/SEPIA/domain/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/SEPIA/domain/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-domain --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/SEPIA/domain/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running es.uvigo.ei.sing.sepia.rules.SepiaRulesTest 29 [main] INFO org.drools.compiler.kie.builder.impl.ClasspathKieProject - Found kmodule: file:/var/lib/jenkins/workspace/SEPIA/domain/target/classes/META-INF/kmodule.xml 641 [main] WARN org.drools.compiler.kie.builder.impl.ClasspathKieProject - Unable to find pom.properties in /var/lib/jenkins/workspace/SEPIA/domain/target/classes 657 [main] INFO org.drools.compiler.kie.builder.impl.ClasspathKieProject - Recursed up folders, found and used pom.xml /var/lib/jenkins/workspace/SEPIA/domain/pom.xml 674 [main] INFO org.drools.compiler.kie.builder.impl.KieRepositoryImpl - KieModule was added: FileKieModule[releaseId=es.uvigo.ei.sing:sepia-domain:0.0.1-SNAPSHOT,file=/var/lib/jenkins/workspace/SEPIA/domain/target/classes] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.616 sec - in es.uvigo.ei.sing.sepia.rules.SepiaRulesTest Results : Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sepia-domain --- [INFO] Building jar: /var/lib/jenkins/workspace/SEPIA/domain/target/sepia-domain-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sepia-domain --- [INFO] Installing /var/lib/jenkins/workspace/SEPIA/domain/target/sepia-domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-domain/0.0.1-SNAPSHOT/sepia-domain-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/SEPIA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-domain/0.0.1-SNAPSHOT/sepia-domain-0.0.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sepia-service --- [INFO] Deleting /var/lib/jenkins/workspace/SEPIA/service/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/SEPIA/service/target/classes [WARNING] /var/lib/jenkins/workspace/SEPIA/service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java: Some input files use unchecked or unsafe operations. [WARNING] /var/lib/jenkins/workspace/SEPIA/service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/SEPIA/service/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-service --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-service --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sepia-service --- [INFO] Building jar: /var/lib/jenkins/workspace/SEPIA/service/target/sepia-service-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sepia-service --- [INFO] Installing /var/lib/jenkins/workspace/SEPIA/service/target/sepia-service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-service/0.0.1-SNAPSHOT/sepia-service-0.0.1-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/SEPIA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-service/0.0.1-SNAPSHOT/sepia-service-0.0.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Web 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sepia-web --- [INFO] Deleting /var/lib/jenkins/workspace/SEPIA/web/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-web --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/SEPIA/web/target/classes [WARNING] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AdminPatientsBean.java: /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AdminPatientsBean.java uses or overrides a deprecated API. [WARNING] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AdminPatientsBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/SEPIA/web/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-web --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ sepia-web --- [INFO] Packaging webapp [INFO] Assembling webapp [sepia-web] in [/var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/SEPIA/web/src/main/webapp] [INFO] Webapp assembled in [219 msecs] [INFO] Building war: /var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sepia-web --- [INFO] Installing /var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-web/0.0.1-SNAPSHOT/sepia-web-0.0.1-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/SEPIA/web/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/ei/sing/sepia-web/0.0.1-SNAPSHOT/sepia-web-0.0.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) ............... SUCCESS [ 1.198 s] [INFO] SEPIA - Domain ..................................... SUCCESS [ 21.673 s] [INFO] SEPIA - Service .................................... SUCCESS [ 1.338 s] [INFO] SEPIA - Web ........................................ SUCCESS [ 4.519 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.438 s [INFO] Finished at: 2018-01-09T00:50:51+01:00 [INFO] Final Memory: 34M/403M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/domain/pom.xml to es.uvigo.ei.sing/sepia-domain/0.0.1-SNAPSHOT/sepia-domain-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/domain/target/sepia-domain-0.0.1-SNAPSHOT.jar to es.uvigo.ei.sing/sepia-domain/0.0.1-SNAPSHOT/sepia-domain-0.0.1-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/web/pom.xml to es.uvigo.ei.sing/sepia-web/0.0.1-SNAPSHOT/sepia-web-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT.war to es.uvigo.ei.sing/sepia-web/0.0.1-SNAPSHOT/sepia-web-0.0.1-SNAPSHOT.war [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/pom.xml to es.uvigo.ei.sing/sepia/0.0.1-SNAPSHOT/sepia-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/service/pom.xml to es.uvigo.ei.sing/sepia-service/0.0.1-SNAPSHOT/sepia-service-0.0.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/SEPIA/service/target/sepia-service-0.0.1-SNAPSHOT.jar to es.uvigo.ei.sing/sepia-service/0.0.1-SNAPSHOT/sepia-service-0.0.1-SNAPSHOT.jar channel stopped [SEPIA] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true -Dwildfly.port=10990 wildfly:deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) [INFO] SEPIA - Domain [INFO] SEPIA - Service [INFO] SEPIA - Web [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA (SEPsis Intelligent Assistant) 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) > package @ sepia >>> [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) < package @ sepia <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) @ sepia --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Domain 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) > package @ sepia-domain >>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-domain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sepia-domain --- [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) < package @ sepia-domain <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) @ sepia-domain --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Service 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) > package @ sepia-service >>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-service --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/SEPIA/service/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-service --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sepia-service --- [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) < package @ sepia-service <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) @ sepia-service --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SEPIA - Web 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) > package @ sepia-web >>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sepia-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-web --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sepia-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/SEPIA/web/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sepia-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ sepia-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ sepia-web --- [INFO] Packaging webapp [INFO] Assembling webapp [sepia-web] in [/var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/var/lib/jenkins/workspace/SEPIA/web/src/main/webapp] [INFO] Webapp assembled in [126 msecs] [INFO] Building war: /var/lib/jenkins/workspace/SEPIA/web/target/sepia-0.0.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] <<< wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) < package @ sepia-web <<< [INFO] [INFO] --- wildfly-maven-plugin:1.1.0.Alpha1:deploy (default-cli) @ sepia-web --- Jan 09, 2018 12:51:02 AM org.xnio.Xnio INFO: XNIO version 3.3.0.Final Jan 09, 2018 12:51:03 AM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.3.0.Final Jan 09, 2018 12:51:03 AM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 4.0.7.Final Authenticating against security realm: ManagementRealm [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) ............... SUCCESS [ 2.160 s] [INFO] SEPIA - Domain ..................................... SUCCESS [ 1.489 s] [INFO] SEPIA - Service .................................... SUCCESS [ 0.081 s] [INFO] SEPIA - Web ........................................ SUCCESS [ 9.284 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.411 s [INFO] Finished at: 2018-01-09T00:51:08+01:00 [INFO] Final Memory: 27M/324M [INFO] ------------------------------------------------------------------------ Email was triggered for: Always Sending email for trigger: Always Sending email to: dgpena@uvigo.es Finished: SUCCESS