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 7b441db76b3554f8f329be91ec9744afaec8716d (refs/remotes/origin/develop) Commit message: "Changes in view" > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 7b441db76b3554f8f329be91ec9744afaec8716d > /usr/bin/git rev-list 42f759e49387db72eacc3d29d54bb4e237246338 # timeout=10 No emails were triggered. Parsing POMs Established TCP socket on 49865 [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 49865 <===[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 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 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 ------------------------------------------------------- Results : Tests run: 0, 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 8 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 31 source files to /var/lib/jenkins/workspace/SEPIA/web/target/classes [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddPatientBean.java: Some input files use or override a deprecated API. [WARNING] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddPatientBean.java: Recompile with -Xlint:deprecation for details. [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[9,37] cannot find symbol symbol: class Antibiotic location: package es.uvigo.ei.sing.sepia.domain [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[20,57] cannot find symbol symbol: class AntibioticMappingBean location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[22,9] cannot find symbol symbol: class AntibioticMappingBean location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[22,56] cannot find symbol symbol: class AntibioticMappingBean location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[28,30] cannot find symbol symbol: class Antibiotic location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[29,18] cannot find symbol symbol: class Antibiotic location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) ............... SUCCESS [ 0.670 s] [INFO] SEPIA - Domain ..................................... SUCCESS [ 3.610 s] [INFO] SEPIA - Service .................................... SUCCESS [ 0.977 s] [INFO] SEPIA - Web ........................................ FAILURE [ 0.800 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.786 s [INFO] Finished at: 2019-03-25T17:57:19+01:00 [INFO] Final Memory: 31M/278M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sepia-web: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[9,37] cannot find symbol [ERROR] symbol: class Antibiotic [ERROR] location: package es.uvigo.ei.sing.sepia.domain [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[20,57] cannot find symbol [ERROR] symbol: class AntibioticMappingBean [ERROR] location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[22,9] cannot find symbol [ERROR] symbol: class AntibioticMappingBean [ERROR] location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[22,56] cannot find symbol [ERROR] symbol: class AntibioticMappingBean [ERROR] location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[28,30] cannot find symbol [ERROR] symbol: class Antibiotic [ERROR] location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AntibioticConverter.java:[29,18] cannot find symbol [ERROR] symbol: class Antibiotic [ERROR] location: class es.uvigo.ei.sing.sepia.web.jsf.AntibioticConverter [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sepia-web [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/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 Sending e-mails to: dgpena@uvigo.es nancyocampoquintero@gmail.com channel stopped Sending e-mails to: dgpena@uvigo.es nancyocampoquintero@gmail.com Email was triggered for: Always Sending email for trigger: Always Sending email to: dgpena@uvigo.es Finished: FAILURE