Skip to content

Console Output

10:15:13 GitHub pull request #48 of commit 843a63cf712496761dc891cc9954c938217690ba, no merge conflicts.
10:15:14 Setting status of 843a63cf712496761dc891cc9954c938217690ba to PENDING with url https://hudson.eclipse.org/microprofile/job/reactive-messaging-prs/48/ and message: 'Build started for merge commit.'
10:15:16 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace
10:15:16 [WS-CLEANUP] Deleting project workspace...
10:15:16 [WS-CLEANUP] Deferred wipeout is used...
10:15:16 [WS-CLEANUP] Done
10:15:16 No credentials specified
10:15:16 Cloning the remote Git repository
10:15:16 Cloning repository https://github.com/eclipse/microprofile-reactive-messaging.git
10:15:16  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace # timeout=10
10:15:16 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
10:15:16  > /usr/local/bin/git --version # timeout=10
10:15:16 Setting http proxy: proxy.eclipse.org:9898
10:15:16  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
10:15:18  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
10:15:18  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
10:15:18  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
10:15:18 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
10:15:18 Setting http proxy: proxy.eclipse.org:9898
10:15:18  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-messaging.git +refs/pull/*:refs/remotes/origin/pr/*
10:15:19  > /usr/local/bin/git rev-parse refs/remotes/origin/pr/48/merge^{commit} # timeout=10
10:15:19  > /usr/local/bin/git rev-parse refs/remotes/origin/origin/pr/48/merge^{commit} # timeout=10
10:15:19 Checking out Revision 324eaa16ed9584a4092fa47af27d75e2f39249f4 (refs/remotes/origin/pr/48/merge)
10:15:19  > /usr/local/bin/git config core.sparsecheckout # timeout=10
10:15:19  > /usr/local/bin/git checkout -f 324eaa16ed9584a4092fa47af27d75e2f39249f4
10:15:19 Commit message: "Merge 843a63cf712496761dc891cc9954c938217690ba into 1276b63186f662ac85617b80be0f5ee6e5d121e1"
10:15:19 First time build. Skipping changelog.
10:15:19 Parsing POMs
10:15:21 Modules changed, recalculating dependency graph
10:15:23 Established TCP socket on 59938
10:15:23 [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 59938
10:15:23 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
10:15:24 <===[JENKINS REMOTING CAPACITY]===>channel started
10:15:26 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/pom.xml install
10:15:27 [INFO] Scanning for projects...
10:15:28 [INFO] ------------------------------------------------------------------------
10:15:28 [INFO] Reactor Build Order:
10:15:28 [INFO] 
10:15:28 [INFO] MicroProfile Reactive Messaging                                    [pom]
10:15:28 [INFO] MicroProfile Reactive Messaging API                                [jar]
10:15:28 [INFO] MicroProfile Reactive Messaging - TCK                              [jar]
10:15:28 [INFO] MicroProfile Reactive Messaging Specification                      [pom]
10:15:28 [INFO] 
10:15:28 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent >--
10:15:28 [INFO] Building MicroProfile Reactive Messaging 1.0-SNAPSHOT              [1/4]
10:15:28 [INFO] --------------------------------[ pom ]---------------------------------
10:15:28 [INFO] 
10:15:28 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-parent ---
10:15:29 [INFO] Enabled default license matchers.
10:15:29 [INFO] Will parse SCM ignores for exclusions...
10:15:29 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/.gitignore
10:15:29 [INFO] Finished adding exclusions from SCM ignore files.
10:15:29 [INFO] 77 implicit excludes (use -debug for more details).
10:15:29 [INFO] Exclude: **/*.svg
10:15:29 [INFO] Exclude: **/target
10:15:29 [INFO] Exclude: .travis.yml.*
10:15:29 [INFO] Exclude: bnd.bnd
10:15:29 [INFO] Exclude: *.log
10:15:29 [INFO] Exclude: .checkstyle
10:15:29 [INFO] Exclude: .factorypath
10:15:29 [INFO] Exclude: .editorconfig
10:15:29 [INFO] 9 resources included (use -debug for more details)
10:15:29 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
10:15:30 [INFO] 
10:15:30 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-parent ---
10:15:32 [INFO] Starting audit...
10:15:32 Audit done.
10:15:32 [WARNING] Unable to locate Source XRef to link to - DISABLED
10:15:32 [INFO] 
10:15:32 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-parent ---
10:15:33 [INFO] Updating license headers...
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/README.adoc
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/NOTICE
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/CONTRIBUTING.adoc
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/README.adoc
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/bnd.bnd
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/.gitattributes
10:15:33 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/LICENSE
10:15:33 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
10:15:33 [INFO] 
10:15:33 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-parent ---
10:15:33 [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
10:15:34 Started calculate disk usage of build
10:15:34 Finished Calculation of disk usage of build in 0 seconds
10:15:35 Started calculate disk usage of workspace
10:15:35 Finished Calculation of disk usage of workspace in 0 seconds
10:15:36 [INFO] 
10:15:36 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api >--
10:15:36 [INFO] Building MicroProfile Reactive Messaging API 1.0-SNAPSHOT          [2/4]
10:15:36 [INFO] --------------------------------[ jar ]---------------------------------
10:15:36 [INFO] 
10:15:36 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-api ---
10:15:36 [INFO] Enabled default license matchers.
10:15:36 [INFO] Will parse SCM ignores for exclusions...
10:15:36 [INFO] Finished adding exclusions from SCM ignore files.
10:15:36 [INFO] 61 implicit excludes (use -debug for more details).
10:15:36 [INFO] Exclude: **/*.svg
10:15:36 [INFO] Exclude: **/target
10:15:36 [INFO] Exclude: .travis.yml.*
10:15:36 [INFO] Exclude: bnd.bnd
10:15:36 [INFO] Exclude: *.log
10:15:36 [INFO] Exclude: .checkstyle
10:15:36 [INFO] Exclude: .factorypath
10:15:36 [INFO] Exclude: .editorconfig
10:15:36 [INFO] 11 resources included (use -debug for more details)
10:15:36 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 licenses.
10:15:36 [INFO] 
10:15:36 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-api ---
10:15:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:36 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/src/main/resources
10:15:36 [INFO] 
10:15:36 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-api ---
10:15:37 [INFO] Changes detected - recompiling the module!
10:15:37 [INFO] Compiling 10 source files to /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/classes
10:15:37 [INFO] 
10:15:37 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-api ---
10:15:37 [INFO] 
10:15:37 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-reactive-messaging-api ---
10:15:38 [INFO] 
10:15:38 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-api ---
10:15:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:38 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/src/test/resources
10:15:38 [INFO] 
10:15:38 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-api ---
10:15:38 [INFO] No sources to compile
10:15:38 [INFO] 
10:15:38 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-api ---
10:15:38 [INFO] No tests to run.
10:15:38 [JENKINS] Recording test results
10:15:38 [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
10:15:38 [INFO] 
10:15:38 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-messaging-api ---
10:15:40 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT.jar
10:15:40 [INFO] 
10:15:40 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-reactive-messaging-api ---
10:15:42 [INFO] 
10:15:42 Loading source files for package org.eclipse.microprofile.reactive.messaging...
10:15:42 Loading source files for package org.eclipse.microprofile.reactive.messaging.spi...
10:15:42 Constructing Javadoc information...
10:15:42 Standard Doclet version 1.8.0_192
10:15:42 Building tree for all the packages and classes...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.Strategy.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Incoming.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Message.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Outgoing.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/Connector.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorLiteral.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/IncomingConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-frame.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-frame.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-summary.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-tree.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-frame.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-summary.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-tree.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/constant-values.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/serialized-form.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Outgoing.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Message.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Incoming.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.Strategy.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/OutgoingConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/IncomingConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorLiteral.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorFactory.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/Connector.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-use.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-use.html...
10:15:42 Building index for all the packages and classes...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-tree.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/index-all.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/deprecated-list.html...
10:15:42 Building index for all classes...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/allclasses-frame.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/allclasses-noframe.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/index.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/overview-summary.html...
10:15:42 Generating /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/apidocs/help-doc.html...
10:15:42 [WARNING] Javadoc Warnings
10:15:42 [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
10:15:46 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-javadoc.jar
10:15:46 [INFO] 
10:15:46 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-api >>>
10:15:46 [INFO] 
10:15:46 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-api ---
10:15:46 [INFO] Enabled default license matchers.
10:15:46 [INFO] Will parse SCM ignores for exclusions...
10:15:46 [INFO] Finished adding exclusions from SCM ignore files.
10:15:46 [INFO] 61 implicit excludes (use -debug for more details).
10:15:46 [INFO] Exclude: **/*.svg
10:15:46 [INFO] Exclude: **/target
10:15:46 [INFO] Exclude: .travis.yml.*
10:15:46 [INFO] Exclude: bnd.bnd
10:15:46 [INFO] Exclude: *.log
10:15:46 [INFO] Exclude: .checkstyle
10:15:46 [INFO] Exclude: .factorypath
10:15:46 [INFO] Exclude: .editorconfig
10:15:46 [INFO] 11 resources included (use -debug for more details)
10:15:46 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 licenses.
10:15:46 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
10:15:46 [INFO] 
10:15:46 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-api <<<
10:15:46 [INFO] 
10:15:46 [INFO] 
10:15:46 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-reactive-messaging-api ---
10:15:49 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/target/microprofile-reactive-messaging-api-1.0-SNAPSHOT-sources.jar
10:15:49 [INFO] 
10:15:49 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-api ---
10:15:49 [INFO] Updating license headers...
10:15:49 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/api/bnd.bnd
10:15:49 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
10:15:49 [INFO] 
10:15:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-api ---
10:15:49 [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
10:15:49 [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
10:15:49 [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
10:15:49 [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
10:15:51 Started calculate disk usage of build
10:15:51 Finished Calculation of disk usage of build in 0 seconds
10:15:51 Started calculate disk usage of workspace
10:15:51 Finished Calculation of disk usage of workspace in 0 seconds
10:15:52 [INFO] 
10:15:52 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck >--
10:15:52 [INFO] Building MicroProfile Reactive Messaging - TCK 1.0-SNAPSHOT        [3/4]
10:15:52 [INFO] --------------------------------[ jar ]---------------------------------
10:15:52 [INFO] 
10:15:52 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-tck ---
10:15:52 [INFO] Enabled default license matchers.
10:15:52 [INFO] Will parse SCM ignores for exclusions...
10:15:52 [INFO] Finished adding exclusions from SCM ignore files.
10:15:52 [INFO] 61 implicit excludes (use -debug for more details).
10:15:52 [INFO] Exclude: **/*.svg
10:15:52 [INFO] Exclude: **/target
10:15:52 [INFO] Exclude: .travis.yml.*
10:15:52 [INFO] Exclude: bnd.bnd
10:15:52 [INFO] Exclude: *.log
10:15:52 [INFO] Exclude: .checkstyle
10:15:52 [INFO] Exclude: .factorypath
10:15:52 [INFO] Exclude: .editorconfig
10:15:52 [INFO] 35 resources included (use -debug for more details)
10:15:52 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 35 licenses.
10:15:52 [INFO] 
10:15:52 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-tck ---
10:15:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:52 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/src/main/resources
10:15:52 [INFO] 
10:15:52 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-tck ---
10:15:52 [INFO] Changes detected - recompiling the module!
10:15:52 [INFO] Compiling 33 source files to /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/classes
10:15:54 [INFO] 
10:15:54 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-tck ---
10:15:54 [INFO] 
10:15:54 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-tck ---
10:15:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:15:54 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/src/test/resources
10:15:54 [INFO] 
10:15:54 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-tck ---
10:15:54 [INFO] No sources to compile
10:15:54 [INFO] 
10:15:54 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-tck ---
10:15:54 [INFO] No tests to run.
10:15:54 [JENKINS] Recording test results
10:15:54 [INFO] 
10:15:54 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-reactive-messaging-tck ---
10:15:57 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/target/microprofile-reactive-messaging-tck-1.0-SNAPSHOT.jar
10:15:57 [INFO] 
10:15:57 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-tck ---
10:15:57 [INFO] Updating license headers...
10:15:57 [WARNING] Unknown file extension: /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/tck/README.adoc
10:15:57 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
10:15:57 [INFO] 
10:15:57 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-tck ---
10:15:57 [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
10:15:57 [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
10:15:58 Started calculate disk usage of build
10:15:58 Finished Calculation of disk usage of build in 0 seconds
10:15:59 Started calculate disk usage of workspace
10:15:59 Finished Calculation of disk usage of workspace in 0 seconds
10:16:00 [INFO] 
10:16:00 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec >--
10:16:00 [INFO] Building MicroProfile Reactive Messaging Specification 1.0-SNAPSHOT [4/4]
10:16:00 [INFO] --------------------------------[ pom ]---------------------------------
10:16:00 [INFO] 
10:16:00 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-messaging-spec ---
10:16:00 [INFO] Enabled default license matchers.
10:16:00 [INFO] Will parse SCM ignores for exclusions...
10:16:00 [INFO] Finished adding exclusions from SCM ignore files.
10:16:00 [INFO] 61 implicit excludes (use -debug for more details).
10:16:00 [INFO] Exclude: **/*.svg
10:16:00 [INFO] Exclude: **/target
10:16:00 [INFO] Exclude: .travis.yml.*
10:16:00 [INFO] Exclude: bnd.bnd
10:16:00 [INFO] Exclude: *.log
10:16:00 [INFO] Exclude: .checkstyle
10:16:00 [INFO] Exclude: .factorypath
10:16:00 [INFO] Exclude: .editorconfig
10:16:00 [INFO] 7 resources included (use -debug for more details)
10:16:00 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
10:16:00 [INFO] 
10:16:00 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-reactive-messaging-spec ---
10:16:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:16:03 [INFO] ignoreDelta true
10:16:03 [INFO] Copying 2 resources
10:16:03 [INFO] Copying file images/overall.png
10:16:03 [INFO] Copying file images/reactive-system.png
10:16:21 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
10:16:21 [INFO] 
10:16:21 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-reactive-messaging-spec ---
10:16:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:16:21 [INFO] ignoreDelta true
10:16:21 [INFO] Copying 2 resources
10:16:21 [INFO] Copying file images/overall.png
10:16:21 [INFO] Copying file images/reactive-system.png
10:16:22 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/reactive-messaging-prs/workspace/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
10:16:22 [INFO] 
10:16:22 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-spec ---
10:16:22 [INFO] 
10:16:22 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-spec ---
10:16:22 [INFO] Updating license headers...
10:16:22 [INFO] 
10:16:22 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-spec ---
10:16:22 [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
10:16:23 Started calculate disk usage of build
10:16:23 Finished Calculation of disk usage of build in 0 seconds
10:16:24 Started calculate disk usage of workspace
10:16:24 Finished Calculation of disk usage of workspace in 0 seconds
10:16:24 [INFO] ------------------------------------------------------------------------
10:16:24 [INFO] Reactor Summary for MicroProfile Reactive Messaging 1.0-SNAPSHOT:
10:16:24 [INFO] 
10:16:24 [INFO] MicroProfile Reactive Messaging .................... SUCCESS [  5.745 s]
10:16:24 [INFO] MicroProfile Reactive Messaging API ................ SUCCESS [ 13.097 s]
10:16:24 [INFO] MicroProfile Reactive Messaging - TCK .............. SUCCESS [  5.393 s]
10:16:24 [INFO] MicroProfile Reactive Messaging Specification ...... SUCCESS [ 22.300 s]
10:16:24 [INFO] ------------------------------------------------------------------------
10:16:24 [INFO] BUILD SUCCESS
10:16:24 [INFO] ------------------------------------------------------------------------
10:16:24 [INFO] Total time:  57.493 s
10:16:24 [INFO] Finished at: 2019-06-12T10:16:24-04:00
10:16:24 [INFO] ------------------------------------------------------------------------
10:16:24 Waiting for Jenkins to finish collecting data
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 [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
10:16:24 channel stopped
10:16:26 Started calculate disk usage of build
10:16:26 Finished Calculation of disk usage of build in 0 seconds
10:16:28 Started calculate disk usage of workspace
10:16:28 Finished Calculation of disk usage of workspace in 0 seconds
10:16:28 Setting status of 843a63cf712496761dc891cc9954c938217690ba to SUCCESS with url https://hudson.eclipse.org/microprofile/job/reactive-messaging-prs/48/ and message: 'Build finished. '
10:16:29 Finished: SUCCESS