[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 12 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] Reactor Summary: [INFO] [INFO] SEPIA (SEPsis Intelligent Assistant) ............... SUCCESS [ 1.059 s] [INFO] SEPIA - Domain ..................................... SUCCESS [ 6.319 s] [INFO] SEPIA - Service .................................... SUCCESS [ 1.707 s] [INFO] SEPIA - Web ........................................ FAILURE [ 1.182 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.902 s [INFO] Finished at: 2018-09-21T13:49:28+02:00 [INFO] Final Memory: 32M/277M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sepia-web: Compilation failure [ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/PatientDetailsBean.java:[43,39] cannot find symbol [ERROR] symbol: method getPatientsOfAUser(int) [ERROR] location: variable patientEjb of type es.uvigo.ei.sing.sepia.service.PatientEJB [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 -rf :sepia-web