SuccessConsole Output

Established TCP socket on 35251
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/LIGAaaS Team D/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] LIGAaaaS 17/18 Team D
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building LIGAaaaS 17/18 Team D 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamD-ligaaas-pom ---
[INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team D/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1718-teamD-ligaaas-pom ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:10.1.0.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.zip to /var/lib/jenkins/workspace/LIGAaaS Team D/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1718-teamD-ligaaas-pom ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team D/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1718-teamD-ligaaas-pom >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ dgss1718-teamD-ligaaas-pom <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1718-teamD-ligaaas-pom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1718-teamD-ligaaas-pom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dgss1718-teamD-ligaaas-pom ---
[INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team D/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamD/ligaaas/dgss1718-teamD-ligaaas-pom/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] LIGAaaaS 17/18 Team D .............................. SUCCESS [ 10.450 s]
[INFO] Domain ............................................. SUCCESS [ 18.650 s]
[INFO] Tests .............................................. SUCCESS [ 13.680 s]
[INFO] Service ............................................ SUCCESS [01:42 min]
[INFO] REST ............................................... FAILURE [  1.533 s]
[INFO] JSF ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:29 min
[INFO] Finished at: 2018-06-24T22:59:48+02:00
[INFO] Final Memory: 56M/736M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project dgss1718-teamD-ligaaas-rest: Compilation failure
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team D/rest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/RestIntegrationTestSuite.java:[10,5] cannot find symbol
[ERROR] symbol: class CompetitonRestUnitTest
[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 :dgss1718-teamD-ligaaas-rest