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 #571

See <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/571/display/redirect>

Changes:


------------------------------------------
[...truncated 2.63 KB...]
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-sf1vb in workspace <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-lra.git
 > git init <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-lra.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-lra.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/microprofile-lra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-lra.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fab960eede30734ccc00c9d28b59f8adc57f4770 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fab960eede30734ccc00c9d28b59f8adc57f4770
Commit message: "Merge pull request #236 from rdebusscher/issue233"
 > git rev-list --no-walk fab960eede30734ccc00c9d28b59f8adc57f4770 # timeout=10
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.Final.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.4/shrinkwrap-resolver-bom-2.2.4.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom
Established TCP socket on 43252
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[LRA-maven-snapshots] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/slave.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 43252
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/pom.xml> -pl !spec -Peclipse-jarsigner install
[INFO] Scanning for projects...
[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://ci-staging.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://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/pom.xml> to /home/jenkins/.m2/repository/org/eclipse/microprofile/lra/microprofile-lra-parent/1.0-SNAPSHOT/microprofile-lra-parent-1.0-SNAPSHOT.pom
[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] 14 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 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 10 source files to <https://ci-staging.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://ci-staging.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
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-lra-api ---
[INFO] Building jar: <https://ci-staging.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...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/AfterLRA.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Compensate.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Complete.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Forget.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/LRAStatus.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ParticipantStatus.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/Status.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/Leave.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/LRA.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/LRA.Type.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-frame.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-frame.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-summary.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-tree.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-frame.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-summary.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-tree.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-frame.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-summary.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-tree.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/constant-values.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Status.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/ParticipantStatus.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/LRAStatus.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Forget.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Complete.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/Compensate.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/class-use/AfterLRA.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/Leave.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/class-use/LRA.html...>
Generating <https://ci-staging.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://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/package-use.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/package-use.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/lra/annotation/ws/rs/package-use.html...>
Building index for all the packages and classes...
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-tree.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/index-all.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/allclasses-frame.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/allclasses-noframe.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/index.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/overview-summary.html...>
Generating <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/target/apidocs/help-doc.html...>
4 errors
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Long Running Actions 1.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Long Running Actions .................. SUCCESS [ 21.774 s]
[INFO] MicroProfile LRA API ............................... FAILURE [ 20.677 s]
[INFO] MicroProfile LRA TCK ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  44.238 s
[INFO] Finished at: 2019-10-04T06:12:36Z
[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: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[ERROR] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[ERROR] <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/main/java/org/eclipse/microprofile/lra/annotation/Compensate.java>:41: error: no tag name after @
[ERROR] * of the Long Running action by providing values for the {@see LRA.timeLimit} and {@see LRA.timeUnit} attributes.
[ERROR] ^
[ERROR] <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/main/java/org/eclipse/microprofile/lra/annotation/Compensate.java>:41: error: no tag name after @
[ERROR] * of the Long Running action by providing values for the {@see LRA.timeLimit} and {@see LRA.timeUnit} attributes.
[ERROR] ^
[ERROR] <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/main/java/org/eclipse/microprofile/lra/annotation/Complete.java>:43: error: no tag name after @
[ERROR] * of the Long Running action by providing values for the {@see LRA.timeLimit} and {@see LRA.timeUnit} attributes.
[ERROR] ^
[ERROR] <https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/src/main/java/org/eclipse/microprofile/lra/annotation/Complete.java>:43: error: no tag name after @
[ERROR] * of the Long Running action by providing values for the {@see LRA.timeLimit} and {@see LRA.timeUnit} attributes.
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://ci-staging.eclipse.org/microprofile/job/LRA-maven-snapshots/ws/api/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 :microprofile-lra-api
[JENKINS] Archiving <https://ci-staging.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
[JENKINS] Archiving <https://ci-staging.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://ci-staging.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
[JENKINS] Archiving <https://ci-staging.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
No mail will be sent out, as 'LRA-maven-snapshots » MicroProfile Long Running Actions #571' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'LRA-maven-snapshots » MicroProfile LRA Specification #571' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'LRA-maven-snapshots » MicroProfile LRA TCK #571' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: microprofile-dev@xxxxxxxxxxx
channel stopped


Back to the top