[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] 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