Console Output
[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
60 [main] INFO org.drools.compiler.kie.builder.impl.ClasspathKieProject - Found kmodule: file:/var/lib/jenkins/workspace/SEPIA/domain/target/classes/META-INF/kmodule.xml
575 [main] WARN org.drools.compiler.kie.builder.impl.ClasspathKieProject - Unable to find pom.properties in /var/lib/jenkins/workspace/SEPIA/domain/target/classes
588 [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
600 [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: 4.846 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.079 s]
[INFO] SEPIA - Domain ..................................... SUCCESS [ 15.749 s]
[INFO] SEPIA - Service .................................... SUCCESS [ 0.973 s]
[INFO] SEPIA - Web ........................................ FAILURE [ 1.158 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.555 s
[INFO] Finished at: 2017-06-09T13:39:38+02:00
[INFO] Final Memory: 35M/422M
[INFO] ------------------------------------------------------------------------
[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/EditSymptomBean.java:[91,32] cannot find symbol
[ERROR] symbol: method updateSymptom(es.uvigo.ei.sing.sepia.domain.Symptom)
[ERROR] location: variable patientEjb of type es.uvigo.ei.sing.sepia.service.PatientEJB
[ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/EditSymptomBean.java:[96,32] cannot find symbol
[ERROR] symbol: method removeSymptom(int)
[ERROR] location: variable patientEjb of type es.uvigo.ei.sing.sepia.service.PatientEJB
[ERROR] /var/lib/jenkins/workspace/SEPIA/web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/EditSymptomBean.java:[105,55] cannot find symbol
[ERROR] symbol: method getSympById(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