Skip to content

Console Output

04:30:44 Started by user ondrej.mihalyi@gmail.com
04:30:44 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace
04:30:44 [WS-CLEANUP] Deleting project workspace...
04:30:44 [WS-CLEANUP] Done
04:30:44 Cloning the remote Git repository
04:30:44 Cloning repository https://github.com/eclipse/microprofile-config.git
04:30:44  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace # timeout=10
04:30:44 Fetching upstream changes from https://github.com/eclipse/microprofile-config.git
04:30:44  > /usr/local/bin/git --version # timeout=10
04:30:44 Setting http proxy: proxy.eclipse.org:9898
04:30:44  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-config.git +refs/heads/*:refs/remotes/origin/*
04:30:46  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-config.git # timeout=10
04:30:46  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:30:46  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-config.git # timeout=10
04:30:46 Fetching upstream changes from https://github.com/eclipse/microprofile-config.git
04:30:46 Setting http proxy: proxy.eclipse.org:9898
04:30:46  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-config.git +refs/heads/*:refs/remotes/origin/*
04:30:46  > /usr/local/bin/git rev-parse refs/tags/1.0-RC1^{commit} # timeout=10
04:30:46  > /usr/local/bin/git rev-parse refs/remotes/origin/refs/tags/1.0-RC1^{commit} # timeout=10
04:30:46 Checking out Revision ec9810d0a901e4096addf83a64e9bac1dcba4493 (refs/tags/1.0-RC1)
04:30:46  > /usr/local/bin/git config core.sparsecheckout # timeout=10
04:30:46  > /usr/local/bin/git checkout -f ec9810d0a901e4096addf83a64e9bac1dcba4493
04:30:46  > /usr/local/bin/git rev-list ec9810d0a901e4096addf83a64e9bac1dcba4493 # timeout=10
04:30:46 Parsing POMs
04:30:47 Modules changed, recalculating dependency graph
04:30:47 Established TCP socket on 36966
04:30:47 [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.8.1.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.8.1.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 36966
04:30:47 <===[JENKINS REMOTING CAPACITY]===>channel started
04:30:49 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/pom.xml --projects api,spec,tck install
04:30:50 [INFO] Scanning for projects...
04:30:50 Started calculate disk usage of build
04:30:50 Finished Calculation of disk usage of build in 0 seconds
04:30:50 Started calculate disk usage of workspace
04:30:50 Finished Calculation of disk usage of workspace in 0 seconds
04:30:50 [INFO] ------------------------------------------------------------------------
04:30:50 [INFO] Reactor Build Order:
04:30:50 [INFO] 
04:30:50 [INFO] MicroProfile Config API
04:30:50 [INFO] MicroProfile Config TCK
04:30:50 [INFO] MicroProfile Config Specification
04:30:50 [INFO]                                                                         
04:30:50 [INFO] ------------------------------------------------------------------------
04:30:50 [INFO] Building MicroProfile Config API 1.0-RC1
04:30:50 [INFO] ------------------------------------------------------------------------
04:30:51 [INFO] 
04:30:51 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-api ---
04:30:52 [INFO] Enabled default license matchers.
04:30:52 [INFO] Will parse SCM ignores for exclusions...
04:30:52 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/.gitignore
04:30:52 [INFO] Finished adding exclusions from SCM ignore files.
04:30:52 [INFO] 62 implicit excludes (use -debug for more details).
04:30:52 [INFO] Exclude: .travis.yml.*
04:30:52 [INFO] Exclude: bnd.bnd
04:30:52 [INFO] Exclude: *.log
04:30:52 [INFO] Exclude: .checkstyle
04:30:52 [INFO] Exclude: .factorypath
04:30:52 [INFO] Exclude: .editorconfig
04:30:52 [INFO] 14 resources included (use -debug for more details)
04:30:52 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
04:30:52 [INFO] 
04:30:52 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-api ---
04:30:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:30:52 [INFO] Copying 2 resources
04:30:52 [INFO] 
04:30:52 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-api ---
04:30:53 [INFO] Changes detected - recompiling the module!
04:30:53 [INFO] Compiling 11 source files to /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/classes
04:30:53 [INFO] 
04:30:53 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-api ---
04:30:54 [INFO] Starting audit...
04:30:54 Audit done.
04:30:54 [INFO] 
04:30:54 [INFO] --- bnd-maven-plugin:2.4.1:bnd-process (default) @ microprofile-config-api ---
04:30:55 [INFO] 
04:30:55 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-api ---
04:30:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:30:55 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/src/test/resources
04:30:55 [INFO] 
04:30:55 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-api ---
04:30:55 [INFO] No sources to compile
04:30:55 [INFO] 
04:30:55 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-api ---
04:30:55 [INFO] No tests to run.
04:30:55 [JENKINS] Recording test results
04:30:55 [INFO] 
04:30:55 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-api ---
04:31:00 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1.jar
04:31:01 [INFO] 
04:31:01 [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ microprofile-config-api ---
04:31:03 [INFO] 
04:31:03 Loading source files for package org.eclipse.microprofile.config...
04:31:03 Loading source files for package org.eclipse.microprofile.config.inject...
04:31:03 Loading source files for package org.eclipse.microprofile.config.spi...
04:31:03 Constructing Javadoc information...
04:31:03 Standard Doclet version 1.8.0_121
04:31:03 Building tree for all the packages and classes...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/Config.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/ConfigProvider.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperty.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigBuilder.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigProviderResolver.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSource.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSourceProvider.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/Converter.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-frame.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-frame.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-summary.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-tree.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-frame.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-summary.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-tree.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-frame.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-summary.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-tree.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/constant-values.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigProvider.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/class-use/Config.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperty.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/Converter.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSourceProvider.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSource.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigProviderResolver.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigBuilder.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-use.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-use.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-use.html...
04:31:03 Building index for all the packages and classes...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-tree.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/index-all.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/deprecated-list.html...
04:31:03 Building index for all classes...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-frame.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-noframe.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/index.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-summary.html...
04:31:03 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/help-doc.html...
04:31:04 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1-javadoc.jar
04:31:04 [INFO] 
04:31:04 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-api ---
04:31:04 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar
04:31:04 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.pom
04:31:04 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1-javadoc.jar
04:31:04 Started calculate disk usage of build
04:31:04 Finished Calculation of disk usage of build in 0 seconds
04:31:04 Started calculate disk usage of workspace
04:31:04 Finished Calculation of disk usage of workspace in 0 seconds
04:31:04 [INFO]                                                                         
04:31:04 [INFO] ------------------------------------------------------------------------
04:31:04 [INFO] Building MicroProfile Config TCK 1.0-RC1
04:31:04 [INFO] ------------------------------------------------------------------------
04:31:05 [INFO] 
04:31:05 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-tck ---
04:31:05 [INFO] Enabled default license matchers.
04:31:05 [INFO] Will parse SCM ignores for exclusions...
04:31:05 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/.gitignore
04:31:05 [INFO] Finished adding exclusions from SCM ignore files.
04:31:05 [INFO] 62 implicit excludes (use -debug for more details).
04:31:05 [INFO] Exclude: .travis.yml.*
04:31:05 [INFO] Exclude: bnd.bnd
04:31:05 [INFO] Exclude: *.log
04:31:05 [INFO] Exclude: .checkstyle
04:31:05 [INFO] Exclude: .factorypath
04:31:05 [INFO] Exclude: .editorconfig
04:31:05 [INFO] 28 resources included (use -debug for more details)
04:31:05 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 26 licenses.
04:31:05 [INFO] 
04:31:05 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-tck ---
04:31:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:31:05 [INFO] Copying 5 resources
04:31:05 [INFO] 
04:31:05 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-tck ---
04:31:05 [INFO] Changes detected - recompiling the module!
04:31:05 [INFO] Compiling 21 source files to /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/classes
04:31:05 [INFO] 
04:31:05 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-tck ---
04:31:06 [INFO] Starting audit...
04:31:06 Audit done.
04:31:06 [INFO] 
04:31:06 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-tck ---
04:31:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:31:06 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/src/test/resources
04:31:06 [INFO] 
04:31:06 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-tck ---
04:31:06 [INFO] No sources to compile
04:31:06 [INFO] 
04:31:06 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-tck ---
04:31:06 [INFO] No tests to run.
04:31:06 [JENKINS] Recording test results
04:31:06 [INFO] 
04:31:06 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-tck ---
04:31:09 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/microprofile-config-tck-1.0-RC1.jar
04:31:09 [INFO] 
04:31:09 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-tck ---
04:31:09 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/microprofile-config-tck-1.0-RC1.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.jar
04:31:09 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.pom
04:31:10 Started calculate disk usage of build
04:31:10 Finished Calculation of disk usage of build in 0 seconds
04:31:10 Started calculate disk usage of workspace
04:31:10 Finished Calculation of disk usage of workspace in 0 seconds
04:31:10 [INFO]                                                                         
04:31:10 [INFO] ------------------------------------------------------------------------
04:31:10 [INFO] Building MicroProfile Config Specification 1.0-RC1
04:31:10 [INFO] ------------------------------------------------------------------------
04:31:10 [INFO] 
04:31:10 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-spec ---
04:31:10 [INFO] Enabled default license matchers.
04:31:10 [INFO] Will parse SCM ignores for exclusions...
04:31:10 [INFO] Finished adding exclusions from SCM ignore files.
04:31:10 [INFO] 61 implicit excludes (use -debug for more details).
04:31:10 [INFO] Exclude: .travis.yml.*
04:31:10 [INFO] Exclude: bnd.bnd
04:31:10 [INFO] Exclude: *.log
04:31:10 [INFO] Exclude: .checkstyle
04:31:10 [INFO] Exclude: .factorypath
04:31:10 [INFO] Exclude: .editorconfig
04:31:10 [INFO] 11 resources included (use -debug for more details)
04:31:10 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
04:31:10 [INFO] 
04:31:10 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-config-spec ---
04:31:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:31:13 [INFO] ignoreDelta true
04:31:13 [INFO] Copying 0 resource
04:31:24 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-config-spec.asciidoc
04:31:24 [INFO] 
04:31:24 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-config-spec ---
04:31:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:31:24 [INFO] ignoreDelta true
04:31:24 [INFO] Copying 0 resource
04:31:24 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-config-spec.asciidoc
04:31:24 [INFO] 
04:31:24 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-spec ---
04:31:24 [INFO] Starting audit...
04:31:24 Audit done.
04:31:24 [INFO] 
04:31:25 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-spec ---
04:31:25 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/1.0-RC1/microprofile-config-spec-1.0-RC1.pom
04:31:25 Started calculate disk usage of build
04:31:25 Finished Calculation of disk usage of build in 0 seconds
04:31:25 Started calculate disk usage of workspace
04:31:25 Finished Calculation of disk usage of workspace in 0 seconds
04:31:25 [INFO] ------------------------------------------------------------------------
04:31:25 [INFO] Reactor Summary:
04:31:25 [INFO] 
04:31:25 [INFO] MicroProfile Config API ............................ SUCCESS [ 13.429 s]
04:31:25 [INFO] MicroProfile Config TCK ............................ SUCCESS [  5.112 s]
04:31:25 [INFO] MicroProfile Config Specification .................. SUCCESS [ 14.918 s]
04:31:25 [INFO] ------------------------------------------------------------------------
04:31:25 [INFO] BUILD SUCCESS
04:31:25 [INFO] ------------------------------------------------------------------------
04:31:25 [INFO] Total time: 35.153 s
04:31:25 [INFO] Finished at: 2017-06-22T04:31:25-04:00
04:31:25 [INFO] Final Memory: 132M/3140M
04:31:25 [INFO] ------------------------------------------------------------------------
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/pom.xml to org.eclipse.microprofile.config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.pom
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/microprofile-config-tck-1.0-RC1.jar to org.eclipse.microprofile.config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.jar
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/pom.xml to org.eclipse.microprofile.config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.pom
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1.jar to org.eclipse.microprofile.config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1-javadoc.jar to org.eclipse.microprofile.config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1-javadoc.jar
04:31:25 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/pom.xml to org.eclipse.microprofile.config/microprofile-config-spec/1.0-RC1/microprofile-config-spec-1.0-RC1.pom
04:31:25 channel stopped
04:31:25 No artifacts are recorded for moduleorg.eclipse.microprofile.config.parent:microprofile-config-parent. Is this a Maven project?
04:31:25 Maven RedeployPublisher use remote  maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml
04:31:25 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true)
04:31:25 Deploying the main artifact microprofile-config-api-1.0-RC1.jar
04:31:25 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar (14 KB at 63.3 KB/sec)
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.pom
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.pom (4 KB at 46.3 KB/sec)
04:31:26 Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/maven-metadata.xml
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/maven-metadata.xml
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/maven-metadata.xml (338 B at 4.6 KB/sec)
04:31:26 Deploying the main artifact microprofile-config-api-1.0-RC1-javadoc.jar
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1-javadoc.jar
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1-javadoc.jar (82 KB at 827.2 KB/sec)
04:31:26 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true)
04:31:26 Deploying the main artifact microprofile-config-spec-1.0-RC1.pom
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-spec/1.0-RC1/microprofile-config-spec-1.0-RC1.pom
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-spec/1.0-RC1/microprofile-config-spec-1.0-RC1.pom (4 KB at 47.1 KB/sec)
04:31:26 Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-spec/maven-metadata.xml
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-spec/maven-metadata.xml
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-spec/maven-metadata.xml (339 B at 5.0 KB/sec)
04:31:26 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true)
04:31:26 Deploying the main artifact microprofile-config-tck-1.0-RC1.jar
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.jar
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.jar (42 KB at 551.3 KB/sec)
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.pom
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/1.0-RC1/microprofile-config-tck-1.0-RC1.pom (4 KB at 41.5 KB/sec)
04:31:26 Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/maven-metadata.xml
04:31:26 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/maven-metadata.xml
04:31:26 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/config/microprofile-config-tck/maven-metadata.xml (338 B at 3.7 KB/sec)
04:31:26 [INFO] Deployment done in 0.97 sec
04:31:26 Started calculate disk usage of build
04:31:26 Finished Calculation of disk usage of build in 0 seconds
04:31:26 Started calculate disk usage of workspace
04:31:27 Finished Calculation of disk usage of workspace in 0 seconds
04:31:27 Finished: SUCCESS