Skip to content

Console Output

16:01:52 Started by user ondrej.mihalyi@gmail.com
16:01:52 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace
16:01:52 [WS-CLEANUP] Deleting project workspace...
16:01:52 [WS-CLEANUP] Done
16:01:52 Cloning the remote Git repository
16:01:52 Cloning repository https://github.com/eclipse/microprofile-config.git
16:01:52  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace # timeout=10
16:01:52 Fetching upstream changes from https://github.com/eclipse/microprofile-config.git
16:01:52  > /usr/local/bin/git --version # timeout=10
16:01:52 Setting http proxy: proxy.eclipse.org:9898
16:01:52  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-config.git +refs/heads/*:refs/remotes/origin/*
16:01:54  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-config.git # timeout=10
16:01:54  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:01:54  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-config.git # timeout=10
16:01:54 Fetching upstream changes from https://github.com/eclipse/microprofile-config.git
16:01:54 Setting http proxy: proxy.eclipse.org:9898
16:01:54  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-config.git +refs/heads/*:refs/remotes/origin/*
16:01:54  > /usr/local/bin/git rev-parse refs/tags/1.0-RC1^{commit} # timeout=10
16:01:54  > /usr/local/bin/git rev-parse refs/remotes/origin/refs/tags/1.0-RC1^{commit} # timeout=10
16:01:54 Checking out Revision ec9810d0a901e4096addf83a64e9bac1dcba4493 (refs/tags/1.0-RC1)
16:01:54  > /usr/local/bin/git config core.sparsecheckout # timeout=10
16:01:54  > /usr/local/bin/git checkout -f ec9810d0a901e4096addf83a64e9bac1dcba4493
16:01:54 First time build. Skipping changelog.
16:01:54 Parsing POMs
16:01:54 Discovered a new module org.eclipse.microprofile.config.parent:microprofile-config-parent MicroProfile Config
16:01:54 Modules changed, recalculating dependency graph
16:01:54 Established TCP socket on 34999
16:01:54 [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 34999
16:01:55 <===[JENKINS REMOTING CAPACITY]===>channel started
16:01:56 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/pom.xml --projects api,spec,tck install
16:01:57 [INFO] Scanning for projects...
16:01:58 Started calculate disk usage of build
16:01:58 Finished Calculation of disk usage of build in 0 seconds
16:01:58 Started calculate disk usage of workspace
16:01:58 Finished Calculation of disk usage of workspace in 0 seconds
16:01:58 [INFO] ------------------------------------------------------------------------
16:01:58 [INFO] Reactor Build Order:
16:01:58 [INFO] 
16:01:58 [INFO] MicroProfile Config API
16:01:58 [INFO] MicroProfile Config TCK
16:01:58 [INFO] MicroProfile Config Specification
16:01:58 [INFO]                                                                         
16:01:58 [INFO] ------------------------------------------------------------------------
16:01:58 [INFO] Building MicroProfile Config API 1.0-RC1
16:01:58 [INFO] ------------------------------------------------------------------------
16:01:58 [INFO] 
16:01:58 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-api ---
16:01:59 [INFO] Enabled default license matchers.
16:01:59 [INFO] Will parse SCM ignores for exclusions...
16:01:59 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/.gitignore
16:01:59 [INFO] Finished adding exclusions from SCM ignore files.
16:01:59 [INFO] 62 implicit excludes (use -debug for more details).
16:01:59 [INFO] Exclude: .travis.yml.*
16:01:59 [INFO] Exclude: bnd.bnd
16:01:59 [INFO] Exclude: *.log
16:01:59 [INFO] Exclude: .checkstyle
16:01:59 [INFO] Exclude: .factorypath
16:01:59 [INFO] Exclude: .editorconfig
16:01:59 [INFO] 14 resources included (use -debug for more details)
16:01:59 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
16:01:59 [INFO] 
16:01:59 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-api ---
16:02:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:00 [INFO] Copying 2 resources
16:02:00 [INFO] 
16:02:00 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-api ---
16:02:00 [INFO] Changes detected - recompiling the module!
16:02:00 [INFO] Compiling 11 source files to /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/classes
16:02:01 [INFO] 
16:02:01 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-api ---
16:02:02 [INFO] Starting audit...
16:02:02 Audit done.
16:02:02 [INFO] 
16:02:02 [INFO] --- bnd-maven-plugin:2.4.1:bnd-process (default) @ microprofile-config-api ---
16:02:02 [INFO] 
16:02:02 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-api ---
16:02:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:02 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/src/test/resources
16:02:02 [INFO] 
16:02:02 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-api ---
16:02:02 [INFO] No sources to compile
16:02:03 [INFO] 
16:02:03 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-api ---
16:02:03 [INFO] No tests to run.
16:02:03 [JENKINS] Recording test results
16:02:03 [INFO] 
16:02:03 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-api ---
16:02:04 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1.jar
16:02:04 [INFO] 
16:02:04 [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ microprofile-config-api ---
16:02:05 [INFO] 
16:02:05 Loading source files for package org.eclipse.microprofile.config...
16:02:05 Loading source files for package org.eclipse.microprofile.config.inject...
16:02:05 Loading source files for package org.eclipse.microprofile.config.spi...
16:02:05 Constructing Javadoc information...
16:02:05 Standard Doclet version 1.8.0_121
16:02:05 Building tree for all the packages and classes...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/Config.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/ConfigProvider.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperty.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigBuilder.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigProviderResolver.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSource.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSourceProvider.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/Converter.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-frame.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-frame.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-summary.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-tree.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-frame.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-summary.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-tree.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-frame.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-summary.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-tree.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/constant-values.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigProvider.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/class-use/Config.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperty.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/Converter.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSourceProvider.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSource.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigProviderResolver.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigBuilder.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/package-use.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/inject/package-use.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/org/eclipse/microprofile/config/spi/package-use.html...
16:02:05 Building index for all the packages and classes...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-tree.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/index-all.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/deprecated-list.html...
16:02:05 Building index for all classes...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-frame.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/allclasses-noframe.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/index.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/overview-summary.html...
16:02:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/apidocs/help-doc.html...
16:02:05 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/api/target/microprofile-config-api-1.0-RC1-javadoc.jar
16:02:05 [INFO] 
16:02:05 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-api ---
16:02:05 [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
16:02:05 [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
16:02:06 [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
16:02:06 Started calculate disk usage of build
16:02:06 Finished Calculation of disk usage of build in 0 seconds
16:02:06 Started calculate disk usage of workspace
16:02:06 Finished Calculation of disk usage of workspace in 0 seconds
16:02:06 [INFO]                                                                         
16:02:06 [INFO] ------------------------------------------------------------------------
16:02:06 [INFO] Building MicroProfile Config TCK 1.0-RC1
16:02:06 [INFO] ------------------------------------------------------------------------
16:02:06 [INFO] 
16:02:06 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-tck ---
16:02:06 [INFO] Enabled default license matchers.
16:02:06 [INFO] Will parse SCM ignores for exclusions...
16:02:06 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/.gitignore
16:02:06 [INFO] Finished adding exclusions from SCM ignore files.
16:02:06 [INFO] 62 implicit excludes (use -debug for more details).
16:02:06 [INFO] Exclude: .travis.yml.*
16:02:06 [INFO] Exclude: bnd.bnd
16:02:06 [INFO] Exclude: *.log
16:02:06 [INFO] Exclude: .checkstyle
16:02:06 [INFO] Exclude: .factorypath
16:02:06 [INFO] Exclude: .editorconfig
16:02:06 [INFO] 28 resources included (use -debug for more details)
16:02:06 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 26 licenses.
16:02:06 [INFO] 
16:02:06 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-tck ---
16:02:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:06 [INFO] Copying 5 resources
16:02:07 [INFO] 
16:02:07 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-tck ---
16:02:07 [INFO] Changes detected - recompiling the module!
16:02:07 [INFO] Compiling 21 source files to /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/classes
16:02:07 [INFO] 
16:02:07 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-tck ---
16:02:08 [INFO] Starting audit...
16:02:08 Audit done.
16:02:08 [INFO] 
16:02:08 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-tck ---
16:02:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:08 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/src/test/resources
16:02:08 [INFO] 
16:02:08 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-tck ---
16:02:08 [INFO] No sources to compile
16:02:08 [INFO] 
16:02:08 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-tck ---
16:02:08 [INFO] No tests to run.
16:02:08 [JENKINS] Recording test results
16:02:08 [INFO] 
16:02:08 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-tck ---
16:02:08 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/tck/target/microprofile-config-tck-1.0-RC1.jar
16:02:08 [INFO] 
16:02:08 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-tck ---
16:02:08 [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
16:02:08 [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
16:02:08 Started calculate disk usage of build
16:02:08 Finished Calculation of disk usage of build in 0 seconds
16:02:08 Started calculate disk usage of workspace
16:02:08 Finished Calculation of disk usage of workspace in 0 seconds
16:02:08 [INFO]                                                                         
16:02:08 [INFO] ------------------------------------------------------------------------
16:02:08 [INFO] Building MicroProfile Config Specification 1.0-RC1
16:02:08 [INFO] ------------------------------------------------------------------------
16:02:08 [INFO] 
16:02:08 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-spec ---
16:02:08 [INFO] Enabled default license matchers.
16:02:08 [INFO] Will parse SCM ignores for exclusions...
16:02:08 [INFO] Finished adding exclusions from SCM ignore files.
16:02:08 [INFO] 61 implicit excludes (use -debug for more details).
16:02:08 [INFO] Exclude: .travis.yml.*
16:02:08 [INFO] Exclude: bnd.bnd
16:02:08 [INFO] Exclude: *.log
16:02:08 [INFO] Exclude: .checkstyle
16:02:08 [INFO] Exclude: .factorypath
16:02:08 [INFO] Exclude: .editorconfig
16:02:08 [INFO] 11 resources included (use -debug for more details)
16:02:08 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
16:02:08 [INFO] 
16:02:08 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-config-spec ---
16:02:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:12 [INFO] ignoreDelta true
16:02:12 [INFO] Copying 0 resource
16:02:22 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-config-spec.asciidoc
16:02:22 [INFO] 
16:02:22 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-config-spec ---
16:02:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:02:22 [INFO] ignoreDelta true
16:02:22 [INFO] Copying 0 resource
16:02:22 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/CONFIG-deploy-prerelease-artifacts/workspace/spec/src/main/asciidoc/microprofile-config-spec.asciidoc
16:02:23 [INFO] 
16:02:23 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-spec ---
16:02:23 [INFO] Starting audit...
16:02:23 Audit done.
16:02:23 [INFO] 
16:02:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-spec ---
16:02:23 [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
16:02:23 Started calculate disk usage of build
16:02:23 Finished Calculation of disk usage of build in 0 seconds
16:02:23 Started calculate disk usage of workspace
16:02:23 Finished Calculation of disk usage of workspace in 0 seconds
16:02:23 [INFO] ------------------------------------------------------------------------
16:02:23 [INFO] Reactor Summary:
16:02:23 [INFO] 
16:02:23 [INFO] MicroProfile Config API ............................ SUCCESS [  7.518 s]
16:02:23 [INFO] MicroProfile Config TCK ............................ SUCCESS [  1.943 s]
16:02:23 [INFO] MicroProfile Config Specification .................. SUCCESS [ 14.674 s]
16:02:23 [INFO] ------------------------------------------------------------------------
16:02:23 [INFO] BUILD SUCCESS
16:02:23 [INFO] ------------------------------------------------------------------------
16:02:23 [INFO] Total time: 25.903 s
16:02:23 [INFO] Finished at: 2017-06-21T16:02:23-04:00
16:02:24 [INFO] Final Memory: 122M/3157M
16:02:24 [INFO] ------------------------------------------------------------------------
16:02:24 [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
16:02:24 [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
16:02:24 [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
16:02:24 [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
16:02:24 [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
16:02:24 [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
16:02:24 channel stopped
16:02:24 No artifacts are recorded for moduleorg.eclipse.microprofile.config.parent:microprofile-config-parent. Is this a Maven project?
16:02:24 Maven RedeployPublisher use remote  maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml
16:02:24 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true)
16:02:24 Deploying the main artifact microprofile-config-api-1.0-RC1.jar
16:02:24 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar
16:02:24 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.pom
16:02:24 ERROR: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.config:microprofile-config-api:jar:1.0-RC1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar. Return code is: 400, ReasonPhrase: Bad Request.
16:02:24 org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.config:microprofile-config-api:jar:1.0-RC1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar. Return code is: 400, ReasonPhrase: Bad Request.
16:02:24 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:143)
16:02:24 	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:193)
16:02:24 	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
16:02:24 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
16:02:24 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
16:02:24 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
16:02:24 	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1067)
16:02:24 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
16:02:24 	at hudson.model.Run.execute(Run.java:1753)
16:02:24 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
16:02:24 	at hudson.model.ResourceController.execute(ResourceController.java:98)
16:02:24 	at hudson.model.Executor.run(Executor.java:405)
16:02:24 Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.config:microprofile-config-api:jar:1.0-RC1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar. Return code is: 400, ReasonPhrase: Bad Request.
16:02:24 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:317)
16:02:24 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:245)
16:02:24 	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:420)
16:02:24 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:139)
16:02:24 	... 11 more
16:02:24 Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.eclipse.microprofile.config:microprofile-config-api:jar:1.0-RC1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar. Return code is: 400, ReasonPhrase: Bad Request.
16:02:24 	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
16:02:24 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
16:02:24 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put(BasicRepositoryConnector.java:274)
16:02:24 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:311)
16:02:24 	... 14 more
16:02:24 Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/config/microprofile-config-api/1.0-RC1/microprofile-config-api-1.0-RC1.jar. Return code is: 400, ReasonPhrase: Bad Request.
16:02:24 	at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:631)
16:02:24 	at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:553)
16:02:24 	at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:535)
16:02:24 	at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:529)
16:02:24 	at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:509)
16:02:24 	at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run(WagonTransporter.java:644)
16:02:24 	at org.eclipse.aether.transport.wagon.WagonTransporter.execute(WagonTransporter.java:427)
16:02:24 	at org.eclipse.aether.transport.wagon.WagonTransporter.put(WagonTransporter.java:410)
16:02:24 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask(BasicRepositoryConnector.java:510)
16:02:24 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
16:02:24 	... 16 more
16:02:24 [INFO] Deployment failed after 96 ms
16:02:24 Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE
16:02:24 Started calculate disk usage of build
16:02:24 Finished Calculation of disk usage of build in 0 seconds
16:02:24 Started calculate disk usage of workspace
16:02:24 Finished Calculation of disk usage of workspace in 0 seconds
16:02:24 Finished: FAILURE