Started by an SCM change Building in workspace /var/lib/jenkins/workspace/LIGAaaS Team A > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /usr/bin/git config remote.origin.url http://sing-group.org/dt/gitlab/dgss-1718-teamA/ligaaas.git # timeout=10 Fetching upstream changes from http://sing-group.org/dt/gitlab/dgss-1718-teamA/ligaaas.git > /usr/bin/git --version # timeout=10 using GIT_ASKPASS to set credentials > /usr/bin/git fetch --tags --progress http://sing-group.org/dt/gitlab/dgss-1718-teamA/ligaaas.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision f34d7dd84c8dd9ce50a156e5ae32f0c6ff7db06a (origin/develop) Commit message: "Added the entity UserPlayerJPA" > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f f34d7dd84c8dd9ce50a156e5ae32f0c6ff7db06a > /usr/bin/git rev-list 0ef13da0430d12c8b4d088fb27a912fc60feff30 # timeout=10 Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-31-4142402783758011371.fbdir Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 41558 [LIGAaaS Team A] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/usr/share/maven3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven3/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 41558 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/LIGAaaS Team A/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] LIGAaaaS 17/18 Team A [INFO] Domain [INFO] Tests [INFO] Service [INFO] REST [INFO] JSF [INFO] EAR [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building LIGAaaaS 17/18 Team A 0.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamA-ligaaas-pom --- [INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team A/target [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1718-teamA-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 A/target with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-resources) @ dgss1718-teamA-ligaaas-pom --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1718-teamA-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-teamA-ligaaas-pom <<< [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1718-teamA-ligaaas-pom --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1718-teamA-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-teamA-ligaaas-pom --- [INFO] Installing /var/lib/jenkins/workspace/LIGAaaS Team A/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/teamA/ligaaas/dgss1718-teamA-ligaaas-pom/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-pom-0.1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamA-ligaaas-domain --- [INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamA-ligaaas-domain --- [INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team A/target/classes" [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1718-teamA-ligaaas-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1718-teamA-ligaaas-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java:[73,21] cannot find symbol symbol: class UserPlayerJPA location: class es.uvigo.esei.dgss.user.UserJPA [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] LIGAaaaS 17/18 Team A .............................. SUCCESS [ 9.077 s] [INFO] Domain ............................................. FAILURE [ 2.112 s] [INFO] Tests .............................................. SKIPPED [INFO] Service ............................................ SKIPPED [INFO] REST ............................................... SKIPPED [INFO] JSF ................................................ SKIPPED [INFO] EAR ................................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.857 s [INFO] Finished at: 2017-11-19T16:15:28+01:00 [INFO] Final Memory: 39M/325M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project dgss1718-teamA-ligaaas-domain: Compilation failure [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java:[73,21] cannot find symbol [ERROR] symbol: class UserPlayerJPA [ERROR] location: class es.uvigo.esei.dgss.user.UserJPA [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 :dgss1718-teamA-ligaaas-domain [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/jsf/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-jsf/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-jsf-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-pom/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-pom-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/tests/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-tests/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-tests-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/ear/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-ear/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-ear-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/domain/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/rest/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-rest-0.1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/service/pom.xml to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-service-0.1.0-SNAPSHOT.pom channel stopped Xvfb stopping [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/site/jacoco to /var/lib/jenkins/jobs/LIGAaaS Team A/htmlreports/Domain_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LIGAaaS Team A/service/target/site/jacoco to /var/lib/jenkins/jobs/LIGAaaS Team A/htmlreports/Service_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LIGAaaS Team A/jsf/target/site/jacoco to /var/lib/jenkins/jobs/LIGAaaS Team A/htmlreports/JSF_JaCoCo_Report [htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LIGAaaS Team A/rest/target/site/jacoco to /var/lib/jenkins/jobs/LIGAaaS Team A/htmlreports/REST_JaCoCo_Report Sending e-mails to: mrjato@esei.uvigo.es frpena@esei.uvigo.es dgpena@esei.uvigo.es santiagoiglesiascofan@gmail.com jagomez2@esei.uvigo.es agbarbosa@esei.uvigo.es mlnieves@esei.uvigo.es prfernandez2@esei.uvigo.es srfernandez@esei.uvigo.es hrsalgado@esei.uvigo.es Finished: FAILURE