Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: LRA-maven-snapshots #298

See <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/298/display/redirect?page=changes>

Changes:

[mmusgrov] issue11 include jaxrs in the package hierarchy

------------------------------------------
[...truncated 632 B...]
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-lra.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-lra.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-lra.git
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-lra.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 8028e02a4eb1daeb0fc17939429cb6d01616dfaa (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 8028e02a4eb1daeb0fc17939429cb6d01616dfaa
Commit message: "Merge pull request #104 from mmusgrov/issue11"
 > /usr/local/bin/git rev-list --no-walk 8093246b1131e7b007d655358a6461d6b458de44 # timeout=10
Parsing POMs
Established TCP socket on 34936
[workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.27.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 34936
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/pom.xml> -pl !spec -Peclipse-jarsigner install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.lra:microprofile-lra-api:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.microprofile.lra:microprofile-lra-api:[unknown-version], <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/pom.xml,> line 67, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.microprofile.lra:microprofile-lra-api:[unknown-version], <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/pom.xml,> line 55, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.lra:microprofile-lra-tck:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.microprofile.lra:microprofile-lra-tck:[unknown-version], <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/tck/pom.xml,> line 120, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.microprofile.lra:microprofile-lra-tck:[unknown-version], <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/tck/pom.xml,> line 108, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
Started calculate disk usage of build
Finished Calculation of disk usage of build in  1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Long Running Actions                                  [pom]
[INFO] MicroProfile LRA API                                               [jar]
[INFO] MicroProfile LRA TCK                                               [jar]
[INFO] 
[INFO] --------< org.eclipse.microprofile.lra:microprofile-lra-parent >--------
[INFO] Building MicroProfile Long Running Actions 1.0-SNAPSHOT            [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-lra-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 70 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.adoc
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ microprofile-lra-parent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-lra-parent ---
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/pom.xml> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/lra/microprofile-lra-parent/1.0-SNAPSHOT/microprofile-lra-parent-1.0-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in  1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ---------< org.eclipse.microprofile.lra:microprofile-lra-api >----------
[INFO] Building MicroProfile LRA API 1.0-SNAPSHOT                         [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-lra-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.adoc
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 23 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-lra-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-lra-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ microprofile-lra-api ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-lra-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-lra-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-lra-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-lra-api ---
[INFO] No tests to run.
[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-lra-api ---
[INFO] Building jar: <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/microprofile-lra-api-1.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-lra-api ---
[INFO] 
Loading source files for package org.eclipse.microprofile.lra.annotation...
Loading source files for package org.eclipse.microprofile.lra.annotation.ws.rs...
Loading source files for package org.eclipse.microprofile.lra.client...
Loading source files for package org.eclipse.microprofile.lra...
Loading source files for package org.eclipse.microprofile.lra.participant...
Constructing Javadoc information...
Standard Doclet version 1.8.0_192
Building tree for all the packages and classes...
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Compensate.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Complete.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Forget.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/LRAStatus.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ParticipantStatus.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Status.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/Leave.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/LRA.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/LRA.Type.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/NestedLRA.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/GenericLRAException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/IllegalLRAStateException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/InvalidLRAIdException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/LRAClient.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/UnknowableException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/JoinLRAException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/LRAManagement.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/LRAParticipant.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/TerminationException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/constant-values.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/serialized-form.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Status.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/ParticipantStatus.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/LRAStatus.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Forget.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Complete.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Compensate.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/NestedLRA.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/Leave.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/LRA.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/LRA.Type.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/class-use/UnknowableException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/class-use/LRAClient.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/class-use/InvalidLRAIdException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/class-use/IllegalLRAStateException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/class-use/GenericLRAException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/class-use/TerminationException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/class-use/LRAParticipant.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/class-use/LRAManagement.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/class-use/JoinLRAException.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/client/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/participant/package-use.html...>
Building index for all the packages and classes...
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/index-all.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/allclasses-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/allclasses-noframe.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/index.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/help-doc.html...>
1 error
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile Long Running Actions 1.0-SNAPSHOT ..... SUCCESS [  4.318 s]
[INFO] MicroProfile LRA API ............................... FAILURE [  8.278 s]
[INFO] MicroProfile LRA TCK 1.0-SNAPSHOT .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:01 min
[INFO] Finished at: 2019-03-04T05:57:25-05:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project microprofile-lra-api: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[ERROR] <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/main/java/org/eclipse/microprofile/lra/annotation/ParticipantStatus.java>:45: error: reference not found
[ERROR] * Note that a particant can leave this state model via the {@link Leave}
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /opt/public/common/java/oracle/jdk1.8.0_192_x64/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs'> dir.
[ERROR] -> [Help 1]
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.lra/microprofile-lra-tck/1.0-SNAPSHOT/microprofile-lra-tck-1.0-SNAPSHOT.pom
[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
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.lra/microprofile-lra-api/1.0-SNAPSHOT/microprofile-lra-api-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/microprofile-lra-api-1.0-SNAPSHOT.jar> to org.eclipse.microprofile.lra/microprofile-lra-api/1.0-SNAPSHOT/microprofile-lra-api-1.0-SNAPSHOT.jar
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :microprofile-lra-api
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.lra/microprofile-lra-parent/1.0-SNAPSHOT/microprofile-lra-parent-1.0-SNAPSHOT.pom
Sending e-mails to: microprofile-dev@xxxxxxxxxxx
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top