Skip to content

Console Output

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