Started by user emijiang6@googlemail.com Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Done Cloning the remote Git repository Cloning repository https://github.com/eclipse/microprofile-fault-tolerance.git > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace # timeout=10 Fetching upstream changes from https://github.com/eclipse/microprofile-fault-tolerance.git > /usr/local/bin/git --version # timeout=10 Setting http proxy: proxy.eclipse.org:9898 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-fault-tolerance.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-fault-tolerance.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-fault-tolerance.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/microprofile-fault-tolerance.git Setting http proxy: proxy.eclipse.org:9898 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-fault-tolerance.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git rev-parse refs/tags/1.0-RC3^{commit} # timeout=10 > /usr/local/bin/git rev-parse refs/remotes/origin/refs/tags/1.0-RC3^{commit} # timeout=10 Checking out Revision 2927dcfc73bf45571a93404c38c188445900080b (refs/tags/1.0-RC3) Commit message: "[maven-release-plugin] prepare release 1.0-RC3" > /usr/local/bin/git config core.sparsecheckout # timeout=10 > /usr/local/bin/git checkout -f 2927dcfc73bf45571a93404c38c188445900080b First time build. Skipping changelog. Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 57603 [workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.11.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven33Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.7.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.11.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 57603 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/pom.xml --projects .,api,spec,tck install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] microprofile-fault-tolerance-parent [INFO] microProfile-fault-tolerance-api [INFO] microprofile-fault-tolerance-tck [INFO] microprofile-fault-tolerance-spec [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building microprofile-fault-tolerance-parent 1.0-RC3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-fault-tolerance-parent --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes (use -debug for more details). [INFO] Exclude: .travis.yml.* [INFO] Exclude: bnd.bnd [INFO] Exclude: *.log [INFO] Exclude: .checkstyle [INFO] Exclude: .factorypath [INFO] Exclude: .editorconfig [INFO] 7 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses. [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-fault-tolerance-parent --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-fault-tolerance-parent --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/1.0-RC3/microprofile-fault-tolerance-parent-1.0-RC3.pom 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] ------------------------------------------------------------------------ [INFO] Building microProfile-fault-tolerance-api 1.0-RC3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-fault-tolerance-api --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes (use -debug for more details). [INFO] Exclude: .travis.yml.* [INFO] Exclude: bnd.bnd [INFO] Exclude: *.log [INFO] Exclude: .checkstyle [INFO] Exclude: .factorypath [INFO] Exclude: .editorconfig [INFO] 19 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 16 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-fault-tolerance-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-fault-tolerance-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/classes [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-fault-tolerance-api --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-fault-tolerance-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-fault-tolerance-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-fault-tolerance-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-fault-tolerance-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-fault-tolerance-api --- [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ microprofile-fault-tolerance-api --- [INFO] Loading source files for package org.eclipse.microprofile.faulttolerance... Loading source files for package org.eclipse.microprofile.faulttolerance.exceptions... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Asynchronous.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Bulkhead.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/CircuitBreaker.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/ExecutionContext.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Fallback.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Fallback.DEFAULT.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/FallbackHandler.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Retry.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/Timeout.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/BulkheadException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/CircuitBreakerOpenException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/FaultToleranceDefinitionException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/FaultToleranceException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/TimeoutException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-frame.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/package-frame.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/package-summary.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/package-tree.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/package-frame.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/package-summary.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/package-tree.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/constant-values.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/serialized-form.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Timeout.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Retry.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/FallbackHandler.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Fallback.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Fallback.DEFAULT.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/ExecutionContext.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/CircuitBreaker.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Bulkhead.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/class-use/Asynchronous.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/class-use/TimeoutException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/class-use/FaultToleranceException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/class-use/FaultToleranceDefinitionException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/class-use/CircuitBreakerOpenException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/class-use/BulkheadException.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/package-use.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/faulttolerance/exceptions/package-use.html... Building index for all the packages and classes... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-tree.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/index-all.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-frame.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-noframe.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/index.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-summary.html... Generating /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-fault-tolerance-api --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.jar [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.pom [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar 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] ------------------------------------------------------------------------ [INFO] Building microprofile-fault-tolerance-tck 1.0-RC3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-fault-tolerance-tck --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes (use -debug for more details). [INFO] Exclude: .travis.yml.* [INFO] Exclude: bnd.bnd [INFO] Exclude: *.log [INFO] Exclude: .checkstyle [INFO] Exclude: .factorypath [INFO] Exclude: .editorconfig [INFO] 118 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 115 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-fault-tolerance-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-fault-tolerance-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 113 source files to /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/target/classes [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/bulkhead/BulkheadFutureTest.java: /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/bulkhead/BulkheadFutureTest.java uses unchecked or unsafe operations. [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/bulkhead/BulkheadFutureTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-fault-tolerance-tck --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-fault-tolerance-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-fault-tolerance-tck --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-fault-tolerance-tck --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-fault-tolerance-tck --- [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/target/microprofile-fault-tolerance-tck-1.0-RC3.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-fault-tolerance-tck --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/target/microprofile-fault-tolerance-tck-1.0-RC3.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.jar [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.pom 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] ------------------------------------------------------------------------ [INFO] Building microprofile-fault-tolerance-spec 1.0-RC3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-fault-tolerance-spec --- [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: .travis.yml.* [INFO] Exclude: bnd.bnd [INFO] Exclude: *.log [INFO] Exclude: .checkstyle [INFO] Exclude: .factorypath [INFO] Exclude: .editorconfig [INFO] 22 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 19 licenses. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-fault-tolerance-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 0 resource [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-fault-tolerance-spec.asciidoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-fault-tolerance-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 0 resource [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-fault-tolerance-spec.asciidoc [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-fault-tolerance-spec --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-fault-tolerance-spec --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/1.0-RC3/microprofile-fault-tolerance-spec-1.0-RC3.pom 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-fault-tolerance-parent ................ SUCCESS [ 3.073 s] [INFO] microProfile-fault-tolerance-api ................... SUCCESS [ 6.503 s] [INFO] microprofile-fault-tolerance-tck ................... SUCCESS [ 9.788 s] [INFO] microprofile-fault-tolerance-spec .................. SUCCESS [ 16.653 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 37.991 s [INFO] Finished at: 2017-09-12T11:25:09-04:00 [INFO] Final Memory: 129M/3242M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/pom.xml to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3.jar to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.jar [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/api/target/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/pom.xml to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/tck/target/microprofile-fault-tolerance-tck-1.0-RC3.jar to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.jar [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/pom.xml to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent/1.0-RC3/microprofile-fault-tolerance-parent-1.0-RC3.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/FaultTolerance-deploy-prerelease-artifacts/workspace/spec/pom.xml to org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-spec/1.0-RC3/microprofile-fault-tolerance-spec-1.0-RC3.pom channel stopped Archiving artifacts Maven RedeployPublisher use remote maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-fault-tolerance-api-1.0-RC3.jar Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.jar Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.jar (18 KB at 160.9 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3.pom (4 KB at 42.0 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/maven-metadata.xml (356 B at 4.7 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/maven-metadata.xml (389 B at 4.6 KB/sec) Deploying the main artifact microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-api/1.0-RC3/microprofile-fault-tolerance-api-1.0-RC3-javadoc.jar (95 KB at 1137.6 KB/sec) [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-fault-tolerance-parent-1.0-RC3.pom Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/1.0-RC3/microprofile-fault-tolerance-parent-1.0-RC3.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/1.0-RC3/microprofile-fault-tolerance-parent-1.0-RC3.pom (13 KB at 163.0 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/maven-metadata.xml (359 B at 6.4 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-parent/maven-metadata.xml (392 B at 4.5 KB/sec) [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-fault-tolerance-spec-1.0-RC3.pom Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/1.0-RC3/microprofile-fault-tolerance-spec-1.0-RC3.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/1.0-RC3/microprofile-fault-tolerance-spec-1.0-RC3.pom (4 KB at 48.6 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/maven-metadata.xml (357 B at 5.0 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-spec/maven-metadata.xml (390 B at 4.6 KB/sec) [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-fault-tolerance-tck-1.0-RC3.jar Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.jar Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.jar (147 KB at 1476.9 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/1.0-RC3/microprofile-fault-tolerance-tck-1.0-RC3.pom (4 KB at 46.5 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/maven-metadata.xml (356 B at 6.2 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/fault-tolerance/microprofile-fault-tolerance-tck/maven-metadata.xml (389 B at 4.3 KB/sec) [INFO] Deployment done in 1.3 sec 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 Finished: SUCCESS