FailedConsole Output

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 7d13792b5fee5517a050b45d76f6646adc95a89b (origin/develop)
Commit message: "tsk29 Fixes on JavaDoc"
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 7d13792b5fee5517a050b45d76f6646adc95a89b
 > /usr/bin/git rev-list 1df3a46dfc797156e087ca7bc633d129fe871087 # timeout=10
Xvfb starting$ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /var/lib/jenkins/xvfb-67-5463607936802555761.fbdir
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 53131
[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 53131
<===[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 9 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 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/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/test-classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ dgss1718-teamA-ligaaas-domain ---
[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/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-wildfly-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/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ dgss1718-teamA-ligaaas-domain ---
[JENKINS] Recording test results[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:report (post-unit-test) @ dgss1718-teamA-ligaaas-domain ---

[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ dgss1718-teamA-ligaaas-domain >>>
[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"
[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-domain <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Building jar: /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ dgss1718-teamA-ligaaas-domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.competition...
Loading source files for package es.uvigo.esei.dgss.sport...
Loading source files for package es.uvigo.esei.dgss.facility...
Loading source files for package es.uvigo.esei.dgss.user...
Loading source files for package es.uvigo.esei.dgss.match...
Loading source files for package es.uvigo.esei.dgss.team...
Loading source files for package es.uvigo.esei.dgss.fixture...
Constructing Javadoc information...
Standard Doclet version 1.8.0_144
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/CompetitionJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/SportJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/FacilityJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/UserJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/UserPlayerJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/MatchJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/TeamCompetitionJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/TeamCompetitionJPA.TeamCompetitionID.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/TeamJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/FixtureJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/package-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/package-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/package-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/class-use/CompetitionJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/class-use/SportJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/class-use/FacilityJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/class-use/UserJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/class-use/UserPlayerJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/class-use/MatchJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/class-use/TeamJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/class-use/TeamCompetitionJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/class-use/TeamCompetitionJPA.TeamCompetitionID.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/class-use/FixtureJPA.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/competition/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/facility/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/fixture/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/match/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/sport/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/team/package-use.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/es/uvigo/esei/dgss/user/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs/help-doc.html...
1 error
1 warning
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] LIGAaaaS 17/18 Team A .............................. SUCCESS [  9.174 s]
[INFO] Domain ............................................. FAILURE [ 12.865 s]
[INFO] Tests .............................................. SKIPPED
[INFO] Service ............................................ SKIPPED
[INFO] REST ............................................... SKIPPED
[INFO] JSF ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.121 s
[INFO] Finished at: 2017-12-04T21:10:40+01:00
[INFO] Final Memory: 49M/513M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project dgss1718-teamA-ligaaas-domain: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java:161: error: exception not thrown: javax.mail.internet.AddressException
[ERROR] * @throws AddressException
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java:161: warning: no description for @throws
[ERROR] * @throws AddressException
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/apidocs' dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -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/domain/target/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT.jar to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.teamA.ligaaas/dgss1718-teamA-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamA-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar
[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