[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 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sepia-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 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 50 [main] INFO org.drools.compiler.kie.builder.impl.ClasspathKieProject - Found kmodule: file:/var/lib/jenkins/workspace/SEPIA/domain/target/classes/META-INF/kmodule.xml 549 [main] WARN org.drools.compiler.kie.builder.impl.ClasspathKieProject - Unable to find pom.properties in /var/lib/jenkins/workspace/SEPIA/domain/target/classes 563 [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 579 [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: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.282 sec - in es.uvigo.ei.sing.sepia.rules.SepiaRulesTest Results : Tests run: 27, 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.011 s] [INFO] SEPIA - Domain ..................................... SUCCESS [ 18.592 s] [INFO] SEPIA - Service .................................... FAILURE [ 0.607 s] [INFO] SEPIA - Web ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.434 s [INFO] Finished at: 2017-06-09T13:32:39+02:00 [INFO] Final Memory: 33M/405M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sepia-service: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/workspace/SEPIA/service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java:[362,37] cannot find symbol [ERROR] symbol: method getWeight() [ERROR] location: variable p of type es.uvigo.ei.sing.sepia.domain.Patient [ERROR] /var/lib/jenkins/workspace/SEPIA/service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java:[363,37] cannot find symbol [ERROR] symbol: method getHeight() [ERROR] location: variable p of type es.uvigo.ei.sing.sepia.domain.Patient [ERROR] /var/lib/jenkins/workspace/SEPIA/service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java:[420,41] cannot find symbol [ERROR] symbol: method setFocusControl(es.uvigo.ei.sing.sepia.domain.Respiratory) [ERROR] location: variable toUpdate of type es.uvigo.ei.sing.sepia.domain.Patient [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-service