Skip to content

Console Output

11:20:08 GitHub pull request #58 of commit f614d2c6f62300aa4e8c11f6085da2af1a61e1ed, no merge conflicts.
11:20:09 Setting status of f614d2c6f62300aa4e8c11f6085da2af1a61e1ed to PENDING with url https://hudson.eclipse.org/microprofile/job/reactive-messaging-prs/61/ and message: 'Build started for merge commit.'
11:20:09 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace
11:20:09 [WS-CLEANUP] Deleting project workspace...
11:20:09 [WS-CLEANUP] Deferred wipeout is used...
11:20:09 [WS-CLEANUP] Done
11:20:09 No credentials specified
11:20:09 Cloning the remote Git repository
11:20:09 Cloning repository https://github.com/eclipse/microprofile-reactive-messaging.git
11:20:09  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace # timeout=10
11:20:09 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
11:20:09  > /usr/local/bin/git --version # timeout=10
11:20:09 Setting http proxy: proxy.eclipse.org:9898
11:20:09  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
11:20:10  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
11:20:10  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:20:10  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
11:20:10 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
11:20:10 Setting http proxy: proxy.eclipse.org:9898
11:20:10  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-messaging.git +refs/pull/*:refs/remotes/origin/pr/*
11:20:11  > /usr/local/bin/git rev-parse refs/remotes/origin/pr/58/merge^{commit} # timeout=10
11:20:11  > /usr/local/bin/git rev-parse refs/remotes/origin/origin/pr/58/merge^{commit} # timeout=10
11:20:11 Checking out Revision c56595d3cbfaa8671b65dd1581ac8d92522c693f (refs/remotes/origin/pr/58/merge)
11:20:11  > /usr/local/bin/git config core.sparsecheckout # timeout=10
11:20:11  > /usr/local/bin/git checkout -f c56595d3cbfaa8671b65dd1581ac8d92522c693f
11:20:11 Commit message: "Merge f614d2c6f62300aa4e8c11f6085da2af1a61e1ed into 7d95203e35877141878b38c6a4002fdcdc3d13af"
11:20:11 First time build. Skipping changelog.
11:20:11 Parsing POMs
11:20:12 Modules changed, recalculating dependency graph
11:20:14 Established TCP socket on 36251
11:20:14 [workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.27.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 36251
11:20:14 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
11:20:15 <===[JENKINS REMOTING CAPACITY]===>channel started
11:20:16 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml install
11:20:18 [INFO] Scanning for projects...
11:20:18 [INFO] ------------------------------------------------------------------------
11:20:18 [INFO] Reactor Build Order:
11:20:18 [INFO] 
11:20:18 [INFO] MicroProfile Reactive Messaging                                    [pom]
11:20:18 [INFO] MicroProfile Reactive Messaging API                                [jar]
11:20:18 [INFO] MicroProfile Reactive Messaging - TCK                              [jar]
11:20:18 [INFO] MicroProfile Reactive Messaging Specification                      [pom]
11:20:18 [INFO] 
11:20:18 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent >--
11:20:18 [INFO] Building MicroProfile Reactive Messaging 1.0-SNAPSHOT              [1/4]
11:20:18 [INFO] --------------------------------[ pom ]---------------------------------
11:20:18 [INFO] 
11:20:18 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-parent ---
11:20:20 [INFO] Enabled default license matchers.
11:20:20 [INFO] Will parse SCM ignores for exclusions...
11:20:20 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/.gitignore
11:20:20 [INFO] Finished adding exclusions from SCM ignore files.
11:20:20 [INFO] 77 implicit excludes (use -debug for more details).
11:20:20 [INFO] Exclude: **/*.svg
11:20:20 [INFO] Exclude: **/target
11:20:20 [INFO] Exclude: .travis.yml.*
11:20:20 [INFO] Exclude: bnd.bnd
11:20:20 [INFO] Exclude: *.log
11:20:20 [INFO] Exclude: .checkstyle
11:20:20 [INFO] Exclude: .factorypath
11:20:20 [INFO] Exclude: .editorconfig
11:20:20 [INFO] Exclude: **/META-INF/services/*
11:20:20 [INFO] 9 resources included (use -debug for more details)
11:20:20 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
11:20:21 [INFO] 
11:20:21 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-parent ---
11:20:23 [INFO] Starting audit...
11:20:23 Audit done.
11:20:23 [WARNING] Unable to locate Source XRef to link to - DISABLED
11:20:23 [INFO] 
11:20:23 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-parent ---
11:20:23 [INFO] Updating license headers...
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/bnd.bnd
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/README.adoc
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/.gitattributes
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/README.adoc
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/NOTICE
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/CONTRIBUTING.adoc
11:20:24 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/LICENSE
11:20:24 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
11:20:24 [INFO] 
11:20:24 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-parent ---
11:20:24 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/1.0-SNAPSHOT/microprofile-reactive-messaging-parent-1.0-SNAPSHOT.pom
11:20:25 Started calculate disk usage of build
11:20:25 Finished Calculation of disk usage of build in 0 seconds
11:20:25 Started calculate disk usage of workspace
11:20:25 Finished Calculation of disk usage of workspace in 0 seconds
11:20:25 [INFO] 
11:20:25 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api >--
11:20:25 [INFO] Building MicroProfile Reactive Messaging API 1.0-SNAPSHOT          [2/4]
11:20:25 [INFO] --------------------------------[ jar ]---------------------------------
11:20:26 [INFO] 
11:20:26 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-api ---
11:20:26 [INFO] Enabled default license matchers.
11:20:26 [INFO] Will parse SCM ignores for exclusions...
11:20:26 [INFO] Finished adding exclusions from SCM ignore files.
11:20:26 [INFO] 61 implicit excludes (use -debug for more details).
11:20:26 [INFO] Exclude: **/*.svg
11:20:26 [INFO] Exclude: **/target
11:20:26 [INFO] Exclude: .travis.yml.*
11:20:26 [INFO] Exclude: bnd.bnd
11:20:26 [INFO] Exclude: *.log
11:20:26 [INFO] Exclude: .checkstyle
11:20:26 [INFO] Exclude: .factorypath
11:20:26 [INFO] Exclude: .editorconfig
11:20:26 [INFO] Exclude: **/META-INF/services/*
11:20:26 [INFO] 12 resources included (use -debug for more details)
11:20:26 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
11:20:26 [INFO] 
11:20:26 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-api ---
11:20:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:20:26 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/src/main/resources
11:20:26 [INFO] 
11:20:26 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-api ---
11:20:26 [INFO] Changes detected - recompiling the module!
11:20:26 [INFO] Compiling 11 source files to /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/classes
11:20:27 [INFO] 
11:20:27 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-api ---
11:20:27 [INFO] 
11:20:27 [INFO] --- bnd-maven-plugin:4.2.0:bnd-process (default) @ microprofile-reactive-messaging-api ---
11:20:27 [WARNING] Cannot consider developer in line '73' of file '/home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
11:20:27 [WARNING] Cannot consider developer in line '79' of file '/home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
11:20:28 [INFO] 
11:20:28 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-api ---
11:20:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:20:28 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/src/test/resources
11:20:28 [INFO] 
11:20:28 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-api ---
11:20:28 [INFO] No sources to compile
11:20:28 [INFO] 
11:20:28 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-api ---
11:20:28 [INFO] No tests to run.
11:20:28 [JENKINS] Recording test results
11:20:28 [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
11:20:28 [INFO] 
11:20:28 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-messaging-api ---
11:20:30 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar
11:20:30 [INFO] 
11:20:30 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-messaging-api ---
11:20:33 [INFO] 
11:20:33 Loading source files for package org.eclipse.microprofile.reactive.messaging...
11:20:33 Loading source files for package org.eclipse.microprofile.reactive.messaging.spi...
11:20:33 Constructing Javadoc information...
11:20:33 Standard Doclet version 1.8.0_192
11:20:33 Building tree for all the packages and classes...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.Strategy.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Incoming.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Message.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Outgoing.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/Connector.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorLiteral.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/IncomingConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-frame.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-frame.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-summary.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-tree.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-frame.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-summary.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-tree.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/constant-values.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/serialized-form.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Outgoing.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Message.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Incoming.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.Strategy.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/OutgoingConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/IncomingConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorLiteral.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorFactory.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/Connector.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-use.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-use.html...
11:20:33 Building index for all the packages and classes...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-tree.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/index-all.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/deprecated-list.html...
11:20:33 Building index for all classes...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/allclasses-frame.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/allclasses-noframe.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/index.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-summary.html...
11:20:33 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/help-doc.html...
11:20:33 [WARNING] Javadoc Warnings
11:20:33 [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
11:20:36 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar
11:20:37 [INFO] 
11:20:37 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-api >>>
11:20:37 [INFO] 
11:20:37 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-api ---
11:20:37 [INFO] Enabled default license matchers.
11:20:37 [INFO] Will parse SCM ignores for exclusions...
11:20:37 [INFO] Finished adding exclusions from SCM ignore files.
11:20:37 [INFO] 61 implicit excludes (use -debug for more details).
11:20:37 [INFO] Exclude: **/*.svg
11:20:37 [INFO] Exclude: **/target
11:20:37 [INFO] Exclude: .travis.yml.*
11:20:37 [INFO] Exclude: bnd.bnd
11:20:37 [INFO] Exclude: *.log
11:20:37 [INFO] Exclude: .checkstyle
11:20:37 [INFO] Exclude: .factorypath
11:20:37 [INFO] Exclude: .editorconfig
11:20:37 [INFO] Exclude: **/META-INF/services/*
11:20:37 [INFO] 12 resources included (use -debug for more details)
11:20:37 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
11:20:37 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
11:20:37 [INFO] 
11:20:37 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-api <<<
11:20:37 [INFO] 
11:20:37 [INFO] 
11:20:37 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-messaging-api ---
11:20:39 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar
11:20:39 [INFO] 
11:20:39 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-api ---
11:20:39 [INFO] Updating license headers...
11:20:39 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/bnd.bnd
11:20:39 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
11:20:39 [INFO] 
11:20:39 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-api ---
11:20:39 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar
11:20:39 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT.pom
11:20:39 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar
11:20:39 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar
11:20:41 Started calculate disk usage of build
11:20:41 Finished Calculation of disk usage of build in 0 seconds
11:20:41 Started calculate disk usage of workspace
11:20:41 Finished Calculation of disk usage of workspace in 0 seconds
11:20:41 [INFO] 
11:20:41 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck >--
11:20:41 [INFO] Building MicroProfile Reactive Messaging - TCK 1.0-SNAPSHOT        [3/4]
11:20:41 [INFO] --------------------------------[ jar ]---------------------------------
11:20:41 [INFO] 
11:20:41 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-tck ---
11:20:41 [INFO] Enabled default license matchers.
11:20:41 [INFO] Will parse SCM ignores for exclusions...
11:20:41 [INFO] Finished adding exclusions from SCM ignore files.
11:20:41 [INFO] 61 implicit excludes (use -debug for more details).
11:20:41 [INFO] Exclude: **/*.svg
11:20:41 [INFO] Exclude: **/target
11:20:41 [INFO] Exclude: .travis.yml.*
11:20:41 [INFO] Exclude: bnd.bnd
11:20:41 [INFO] Exclude: *.log
11:20:41 [INFO] Exclude: .checkstyle
11:20:41 [INFO] Exclude: .factorypath
11:20:41 [INFO] Exclude: .editorconfig
11:20:41 [INFO] Exclude: **/META-INF/services/*
11:20:41 [INFO] 39 resources included (use -debug for more details)
11:20:41 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 39 licenses.
11:20:41 [INFO] 
11:20:41 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-tck ---
11:20:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:20:41 [INFO] Copying 1 resource
11:20:41 [INFO] 
11:20:41 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-tck ---
11:20:41 [INFO] Changes detected - recompiling the module!
11:20:41 [INFO] Compiling 36 source files to /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/classes
11:20:43 [INFO] 
11:20:43 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-tck ---
11:20:43 [INFO] 
11:20:43 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-tck ---
11:20:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:20:43 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/src/test/resources
11:20:43 [INFO] 
11:20:43 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-tck ---
11:20:43 [INFO] No sources to compile
11:20:43 [INFO] 
11:20:43 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-tck ---
11:20:43 [INFO] No tests to run.
11:20:43 [JENKINS] Recording test results
11:20:43 [INFO] 
11:20:43 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-messaging-tck ---
11:20:46 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar
11:20:47 [INFO] 
11:20:47 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-tck ---
11:20:47 [INFO] Updating license headers...
11:20:47 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/README.adoc
11:20:47 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
11:20:47 [INFO] 
11:20:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-tck ---
11:20:47 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/1.0-SNAPSHOT/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar
11:20:47 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/1.0-SNAPSHOT/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.pom
11:20:48 Started calculate disk usage of build
11:20:48 Finished Calculation of disk usage of build in 0 seconds
11:20:48 Started calculate disk usage of workspace
11:20:48 Finished Calculation of disk usage of workspace in 0 seconds
11:20:48 [INFO] 
11:20:48 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec >--
11:20:48 [INFO] Building MicroProfile Reactive Messaging Specification 1.0-SNAPSHOT [4/4]
11:20:48 [INFO] --------------------------------[ pom ]---------------------------------
11:20:48 [INFO] 
11:20:48 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-spec ---
11:20:48 [INFO] Enabled default license matchers.
11:20:48 [INFO] Will parse SCM ignores for exclusions...
11:20:48 [INFO] Finished adding exclusions from SCM ignore files.
11:20:48 [INFO] 61 implicit excludes (use -debug for more details).
11:20:48 [INFO] Exclude: **/*.svg
11:20:48 [INFO] Exclude: **/target
11:20:48 [INFO] Exclude: .travis.yml.*
11:20:48 [INFO] Exclude: bnd.bnd
11:20:48 [INFO] Exclude: *.log
11:20:48 [INFO] Exclude: .checkstyle
11:20:48 [INFO] Exclude: .factorypath
11:20:48 [INFO] Exclude: .editorconfig
11:20:48 [INFO] Exclude: **/META-INF/services/*
11:20:48 [INFO] 7 resources included (use -debug for more details)
11:20:48 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
11:20:48 [INFO] 
11:20:48 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-reactive-messaging-spec ---
11:20:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:20:52 [INFO] ignoreDelta true
11:20:52 [INFO] Copying 2 resources
11:20:52 [INFO] Copying file images/overall.png
11:20:52 [INFO] Copying file images/reactive-system.png
11:21:11 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
11:21:11 [INFO] 
11:21:11 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-reactive-messaging-spec ---
11:21:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:21:11 [INFO] ignoreDelta true
11:21:11 [INFO] Copying 2 resources
11:21:11 [INFO] Copying file images/overall.png
11:21:11 [INFO] Copying file images/reactive-system.png
11:21:12 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
11:21:12 [INFO] 
11:21:12 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-spec ---
11:21:12 [INFO] 
11:21:12 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-spec ---
11:21:12 [INFO] Updating license headers...
11:21:12 [INFO] 
11:21:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-spec ---
11:21:12 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/1.0-SNAPSHOT/microprofile-reactive-messaging-spec-1.0-SNAPSHOT.pom
11:21:13 Started calculate disk usage of build
11:21:13 Finished Calculation of disk usage of build in 0 seconds
11:21:13 Started calculate disk usage of workspace
11:21:13 Finished Calculation of disk usage of workspace in 0 seconds
11:21:14 [INFO] ------------------------------------------------------------------------
11:21:14 [INFO] Reactor Summary for MicroProfile Reactive Messaging 1.0-SNAPSHOT:
11:21:14 [INFO] 
11:21:14 [INFO] MicroProfile Reactive Messaging .................... SUCCESS [  5.762 s]
11:21:14 [INFO] MicroProfile Reactive Messaging API ................ SUCCESS [ 13.951 s]
11:21:14 [INFO] MicroProfile Reactive Messaging - TCK .............. SUCCESS [  5.469 s]
11:21:14 [INFO] MicroProfile Reactive Messaging Specification ...... SUCCESS [ 23.552 s]
11:21:14 [INFO] ------------------------------------------------------------------------
11:21:14 [INFO] BUILD SUCCESS
11:21:14 [INFO] ------------------------------------------------------------------------
11:21:14 [INFO] Total time:  56.573 s
11:21:14 [INFO] Finished at: 2019-07-01T11:21:14-04:00
11:21:14 [INFO] ------------------------------------------------------------------------
11:21:14 Waiting for Jenkins to finish collecting data
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-tck/1.0-SNAPSHOT/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.pom
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-tck/1.0-SNAPSHOT/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-spec/1.0-SNAPSHOT/microprofile-reactive-messaging-spec-1.0-SNAPSHOT.pom
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-parent/1.0-SNAPSHOT/microprofile-reactive-messaging-parent-1.0-SNAPSHOT.pom
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT.pom
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar
11:21:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.0-SNAPSHOT/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar
11:21:14 channel stopped
11:21:15 Started calculate disk usage of build
11:21:15 Finished Calculation of disk usage of build in 0 seconds
11:21:16 Started calculate disk usage of workspace
11:21:16 Finished Calculation of disk usage of workspace in 0 seconds
11:21:17 Setting status of f614d2c6f62300aa4e8c11f6085da2af1a61e1ed to SUCCESS with url https://hudson.eclipse.org/microprofile/job/reactive-messaging-prs/61/ and message: 'Build finished. '
11:21:17 Finished: SUCCESS