Skip to content

Console Output

07:05:32 GitHub pull request #87 of commit a09b6766b6d3dbd8d4a31ca7648b56179d196d5e, no merge conflicts.
07:05:32 Running as SYSTEM
07:05:32 Setting status of a09b6766b6d3dbd8d4a31ca7648b56179d196d5e to PENDING with url https://ci.eclipse.org/microprofile/job/reactive-messaging-prs/81/ and message: 'Build started for merge commit.'
07:05:33 Agent default-agent-bwmsx is provisioned from template Kubernetes Pod Template
07:05:33 ---
07:05:33 apiVersion: "v1"
07:05:33 kind: "Pod"
07:05:33 metadata:
07:05:33   annotations: {}
07:05:33   labels:
07:05:33     jenkins: "slave"
07:05:33   name: "default-agent-bwmsx"
07:05:33 spec:
07:05:33   containers:
07:05:33   - env:
07:05:33     - name: "MAVEN_OPTS"
07:05:33       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
07:05:33     - name: "JENKINS_SECRET"
07:05:33       value: "********"
07:05:33     - name: "JENKINS_TUNNEL"
07:05:33       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
07:05:33     - name: "JENKINS_AGENT_NAME"
07:05:33       value: "default-agent-bwmsx"
07:05:33     - name: "MAVEN_CONFIG"
07:05:33       value: "-B -e"
07:05:33     - name: "JENKINS_NAME"
07:05:33       value: "default-agent-bwmsx"
07:05:33     - name: "JENKINS_AGENT_WORKDIR"
07:05:33       value: "/home/jenkins/agent"
07:05:33     - name: "JENKINS_URL"
07:05:33       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
07:05:33     - name: "HOME"
07:05:33       value: "/home/jenkins"
07:05:33     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
07:05:33     imagePullPolicy: "IfNotPresent"
07:05:33     name: "jnlp"
07:05:33     resources:
07:05:33       limits:
07:05:33         memory: "4096Mi"
07:05:33         cpu: "2000m"
07:05:33       requests:
07:05:33         memory: "4096Mi"
07:05:33         cpu: "1000m"
07:05:33     securityContext:
07:05:33       privileged: false
07:05:33     tty: true
07:05:33     volumeMounts:
07:05:33     - mountPath: "/home/jenkins/.m2/toolchains.xml"
07:05:33       name: "toolchains-xml"
07:05:33       readOnly: true
07:05:33       subPath: "toolchains.xml"
07:05:33     - mountPath: "/opt/tools"
07:05:33       name: "volume-0"
07:05:33       readOnly: false
07:05:33     - mountPath: "/home/jenkins"
07:05:33       name: "volume-2"
07:05:33       readOnly: false
07:05:33     - mountPath: "/home/jenkins/.m2/repository"
07:05:33       name: "volume-3"
07:05:33       readOnly: false
07:05:33     - mountPath: "/home/jenkins/.m2/settings-security.xml"
07:05:33       name: "settings-security-xml"
07:05:33       readOnly: true
07:05:33       subPath: "settings-security.xml"
07:05:33     - mountPath: "/home/jenkins/.m2/settings.xml"
07:05:33       name: "settings-xml"
07:05:33       readOnly: true
07:05:33       subPath: "settings.xml"
07:05:33     - mountPath: "/home/jenkins/.ssh"
07:05:33       name: "volume-1"
07:05:33       readOnly: false
07:05:33     - mountPath: "/home/jenkins/agent"
07:05:33       name: "workspace-volume"
07:05:33       readOnly: false
07:05:33     workingDir: "/home/jenkins/agent"
07:05:33   nodeSelector: {}
07:05:33   restartPolicy: "Never"
07:05:33   volumes:
07:05:33   - name: "settings-security-xml"
07:05:33     secret:
07:05:33       items:
07:05:33       - key: "settings-security.xml"
07:05:33         path: "settings-security.xml"
07:05:33       secretName: "m2-secret-dir"
07:05:33   - name: "volume-0"
07:05:33     persistentVolumeClaim:
07:05:33       claimName: "tools-claim-jiro-microprofile"
07:05:33       readOnly: true
07:05:33   - configMap:
07:05:33       items:
07:05:33       - key: "toolchains.xml"
07:05:33         path: "toolchains.xml"
07:05:33       name: "m2-dir"
07:05:33     name: "toolchains-xml"
07:05:33   - emptyDir:
07:05:33       medium: ""
07:05:33     name: "volume-2"
07:05:33   - configMap:
07:05:33       name: "known-hosts"
07:05:33     name: "volume-1"
07:05:33   - name: "settings-xml"
07:05:33     secret:
07:05:33       items:
07:05:33       - key: "settings.xml"
07:05:33         path: "settings.xml"
07:05:33       secretName: "m2-secret-dir"
07:05:33   - emptyDir:
07:05:33       medium: ""
07:05:33     name: "workspace-volume"
07:05:33   - emptyDir:
07:05:33       medium: ""
07:05:33     name: "volume-3"
07:05:33 
07:05:33 Building remotely on default-agent-bwmsx in workspace /home/jenkins/agent/workspace/reactive-messaging-prs
07:05:33 [WS-CLEANUP] Deleting project workspace...
07:05:33 [WS-CLEANUP] Deferred wipeout is used...
07:05:34 No credentials specified
07:05:34 Cloning the remote Git repository
07:05:34 Cloning repository https://github.com/eclipse/microprofile-reactive-messaging.git
07:05:34  > git init /home/jenkins/agent/workspace/reactive-messaging-prs # timeout=10
07:05:34 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
07:05:34  > git --version # timeout=10
07:05:34  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
07:05:34  > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
07:05:34  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
07:05:34  > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10
07:05:34 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
07:05:34  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/pull/*:refs/remotes/origin/pr/*
07:05:35  > git rev-parse refs/remotes/origin/pr/87/merge^{commit} # timeout=10
07:05:35  > git rev-parse refs/remotes/origin/origin/pr/87/merge^{commit} # timeout=10
07:05:35 Checking out Revision a8cc52e44fd04440955eb4e77dc7b2a9a3ac3a38 (refs/remotes/origin/pr/87/merge)
07:05:35  > git config core.sparsecheckout # timeout=10
07:05:35  > git checkout -f a8cc52e44fd04440955eb4e77dc7b2a9a3ac3a38
07:05:35 Commit message: "Merge a09b6766b6d3dbd8d4a31ca7648b56179d196d5e into c6c25c138997e739288ca308861fd416e875e24f"
07:05:35 First time build. Skipping changelog.
07:05:35 Parsing POMs
07:05:40 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.4.0.Final/arquillian-bom-1.4.0.Final.pom
07:05:40 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
07:05:40 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom
07:05:40 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
07:05:40 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.4.1.Final/arquillian-bom-1.4.1.Final.pom
07:05:40 Modules changed, recalculating dependency graph
07:05:40 Established TCP socket on 32883
07:05:40 Copied maven35-agent.jar
07:05:40 Copied maven35-interceptor.jar
07:05:40 Copied maven3-interceptor-commons.jar
07:05:40 [reactive-messaging-prs] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 32883
07:05:40 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
07:05:40 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
07:05:41 <===[JENKINS REMOTING CAPACITY]===>channel started
07:05:44 Executing Maven:  -B -f /home/jenkins/agent/workspace/reactive-messaging-prs/pom.xml install
07:05:45 [INFO] Scanning for projects...
07:05:46 [INFO] ------------------------------------------------------------------------
07:05:46 [INFO] Reactor Build Order:
07:05:46 [INFO] 
07:05:46 [INFO] MicroProfile Reactive Messaging                                    [pom]
07:05:46 [INFO] MicroProfile Reactive Messaging API                                [jar]
07:05:46 [INFO] MicroProfile Reactive Messaging - TCK                              [jar]
07:05:46 [INFO] MicroProfile Reactive Messaging Specification                      [pom]
07:05:46 [INFO] 
07:05:46 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent >--
07:05:46 [INFO] Building MicroProfile Reactive Messaging 1.1-SNAPSHOT              [1/4]
07:05:46 [INFO] --------------------------------[ pom ]---------------------------------
07:05:49 [INFO] 
07:05:49 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-parent ---
07:06:03 [INFO] Enabled default license matchers.
07:06:03 [INFO] Will parse SCM ignores for exclusions...
07:06:03 [INFO] Parsing exclusions from /home/jenkins/agent/workspace/reactive-messaging-prs/.gitignore
07:06:03 [INFO] Finished adding exclusions from SCM ignore files.
07:06:03 [INFO] 79 implicit excludes (use -debug for more details).
07:06:03 [INFO] 9 explicit excludes (use -debug for more details).
07:06:03 [INFO] 9 resources included (use -debug for more details)
07:06:03 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
07:06:05 [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
07:06:05 [WARNING] o org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:1.1-SNAPSHOT (compile)
07:06:05 [WARNING] Try running the build up to the lifecycle phase "package"
07:06:05 [INFO] 
07:06:05 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-parent ---
07:06:15 [INFO] Starting audit...
07:06:15 Audit done.
07:06:15 [WARNING] Unable to locate Source XRef to link to - DISABLED
07:06:15 [INFO] 
07:06:15 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-parent ---
07:06:20 [INFO] Updating license headers...
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/.gitattributes
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/CONTRIBUTING.adoc
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/NOTICE
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/LICENSE
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/README.adoc
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/api/bnd.bnd
07:06:20 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/tck/README.adoc
07:06:20 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
07:06:20 [INFO] 
07:06:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-parent ---
07:06:23 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/1.1-SNAPSHOT/microprofile-reactive-messaging-parent-1.1-SNAPSHOT.pom
07:06:24 [INFO] 
07:06:24 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api >--
07:06:24 [INFO] Building MicroProfile Reactive Messaging API 1.1-SNAPSHOT          [2/4]
07:06:24 [INFO] --------------------------------[ jar ]---------------------------------
07:06:26 [INFO] 
07:06:26 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
07:06:26 [INFO] Enabled default license matchers.
07:06:26 [INFO] Will parse SCM ignores for exclusions...
07:06:26 [INFO] Finished adding exclusions from SCM ignore files.
07:06:26 [INFO] 62 implicit excludes (use -debug for more details).
07:06:26 [INFO] 9 explicit excludes (use -debug for more details).
07:06:26 [INFO] 15 resources included (use -debug for more details)
07:06:26 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 15 licenses.
07:06:26 [INFO] 
07:06:26 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-api ---
07:06:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reactive-messaging-prs/api/src/main/resources
07:06:28 [INFO] 
07:06:28 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-api ---
07:06:32 [INFO] Changes detected - recompiling the module!
07:06:32 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/classes
07:06:33 [INFO] 
07:06:33 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-api ---
07:06:33 [INFO] 
07:06:33 [INFO] --- bnd-maven-plugin:4.2.0:bnd-process (default) @ microprofile-reactive-messaging-api ---
07:06:36 [WARNING] Cannot consider developer in line '75' of file '/home/jenkins/agent/workspace/reactive-messaging-prs/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
07:06:36 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/reactive-messaging-prs/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
07:06:36 [INFO] 
07:06:36 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-api ---
07:06:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reactive-messaging-prs/api/src/test/resources
07:06:36 [INFO] 
07:06:36 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-api ---
07:06:36 [INFO] No sources to compile
07:06:37 [INFO] 
07:06:37 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-api ---
07:06:38 [INFO] No tests to run.
07:06:38 [JENKINS] Recording test results
07:06:38 [INFO] 
07:06:38 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ microprofile-reactive-messaging-api ---
07:06:43 [INFO] Building jar: /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT.jar
07:06:43 [INFO] 
07:06:43 [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ microprofile-reactive-messaging-api ---
07:06:51 [INFO] 
07:06:51 Loading source files for package org.eclipse.microprofile.reactive.messaging...
07:06:51 Loading source files for package org.eclipse.microprofile.reactive.messaging.spi...
07:06:51 Constructing Javadoc information...
07:06:51 Standard Doclet version 1.8.0_202
07:06:51 Building tree for all the packages and classes...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.Strategy.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Channel.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Emitter.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Incoming.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Message.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.Strategy.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Outgoing.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/Connector.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorLiteral.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/IncomingConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/overview-frame.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-frame.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-summary.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-tree.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-frame.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-summary.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-tree.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/constant-values.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/serialized-form.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Outgoing.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.Strategy.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Message.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Incoming.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Emitter.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Channel.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.Strategy.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/OutgoingConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/IncomingConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorLiteral.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorFactory.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/Connector.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-use.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-use.html...
07:06:51 Building index for all the packages and classes...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/overview-tree.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/index-all.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/deprecated-list.html...
07:06:51 Building index for all classes...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/allclasses-frame.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/allclasses-noframe.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/index.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/overview-summary.html...
07:06:51 Generating /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/apidocs/help-doc.html...
07:06:51 [INFO] Building jar: /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-javadoc.jar
07:06:51 [INFO] 
07:06:51 [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-api >>>
07:06:51 [INFO] 
07:06:51 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
07:06:51 [INFO] Enabled default license matchers.
07:06:51 [INFO] Will parse SCM ignores for exclusions...
07:06:51 [INFO] Finished adding exclusions from SCM ignore files.
07:06:51 [INFO] 62 implicit excludes (use -debug for more details).
07:06:51 [INFO] 9 explicit excludes (use -debug for more details).
07:06:51 [INFO] 15 resources included (use -debug for more details)
07:06:51 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 15 licenses.
07:06:51 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
07:06:51 [INFO] 
07:06:51 [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-api <<<
07:06:51 [INFO] 
07:06:51 [INFO] 
07:06:51 [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ microprofile-reactive-messaging-api ---
07:06:51 [INFO] Building jar: /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-sources.jar
07:06:51 [INFO] 
07:06:51 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-api ---
07:06:51 [INFO] Updating license headers...
07:06:51 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/api/bnd.bnd
07:06:51 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
07:06:52 [INFO] 
07:06:52 [INFO] --- bnd-baseline-maven-plugin:4.2.0:baseline (baseline) @ microprofile-reactive-messaging-api ---
07:06:52 [INFO] Determining the baseline version for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:1.0 using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
07:06:52 [INFO] The baseline version was found to be 1.0
07:06:52 [INFO] Baselining check succeeded checking org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:1.1-SNAPSHOT against org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:1.0
07:06:52 [INFO] 
07:06:52 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-api ---
07:06:52 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT.jar
07:06:52 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT.pom
07:06:52 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT-javadoc.jar
07:06:52 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT-sources.jar
07:06:52 [INFO] 
07:06:52 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck >--
07:06:52 [INFO] Building MicroProfile Reactive Messaging - TCK 1.1-SNAPSHOT        [3/4]
07:06:52 [INFO] --------------------------------[ jar ]---------------------------------
07:06:52 [INFO] 
07:06:52 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-tck ---
07:06:52 [INFO] Enabled default license matchers.
07:06:52 [INFO] Will parse SCM ignores for exclusions...
07:06:52 [INFO] Finished adding exclusions from SCM ignore files.
07:06:52 [INFO] 62 implicit excludes (use -debug for more details).
07:06:52 [INFO] 9 explicit excludes (use -debug for more details).
07:06:52 [INFO] 92 resources included (use -debug for more details)
07:06:52 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 92 licenses.
07:06:52 [INFO] 
07:06:52 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-reactive-messaging-tck ---
07:06:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:52 [INFO] Copying 2 resources
07:06:52 [INFO] 
07:06:52 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-tck ---
07:06:52 [INFO] Changes detected - recompiling the module!
07:06:52 [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/reactive-messaging-prs/tck/target/classes
07:06:53 [INFO] 
07:06:53 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-tck ---
07:06:53 [INFO] 
07:06:53 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-reactive-messaging-tck ---
07:06:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:06:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reactive-messaging-prs/tck/src/test/resources
07:06:53 [INFO] 
07:06:53 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-tck ---
07:06:53 [INFO] No sources to compile
07:06:53 [INFO] 
07:06:53 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-tck ---
07:06:53 [INFO] No tests to run.
07:06:53 [JENKINS] Recording test results
07:06:53 [INFO] 
07:06:53 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ microprofile-reactive-messaging-tck ---
07:06:54 [INFO] Building jar: /home/jenkins/agent/workspace/reactive-messaging-prs/tck/target/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.jar
07:06:54 [INFO] 
07:06:54 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-tck ---
07:06:54 [INFO] Updating license headers...
07:06:54 [WARNING] Unknown file extension: /home/jenkins/agent/workspace/reactive-messaging-prs/tck/README.adoc
07:06:54 [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
07:06:54 [INFO] 
07:06:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-tck ---
07:06:54 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/tck/target/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/1.1-SNAPSHOT/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.jar
07:06:54 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/1.1-SNAPSHOT/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.pom
07:06:54 [INFO] 
07:06:54 [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec >--
07:06:54 [INFO] Building MicroProfile Reactive Messaging Specification 1.1-SNAPSHOT [4/4]
07:06:54 [INFO] --------------------------------[ pom ]---------------------------------
07:06:54 [INFO] 
07:06:54 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-spec ---
07:06:54 [INFO] Enabled default license matchers.
07:06:54 [INFO] Will parse SCM ignores for exclusions...
07:06:54 [INFO] Finished adding exclusions from SCM ignore files.
07:06:54 [INFO] 62 implicit excludes (use -debug for more details).
07:06:54 [INFO] 9 explicit excludes (use -debug for more details).
07:06:54 [INFO] 7 resources included (use -debug for more details)
07:06:54 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
07:06:54 [INFO] 
07:06:54 [INFO] --- asciidoctor-maven-plugin:1.6.0:process-asciidoc (generate-pdf-doc) @ microprofile-reactive-messaging-spec ---
07:07:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:07:03 [INFO] Copying 2 resources
07:07:18 [INFO] Rendered /home/jenkins/agent/workspace/reactive-messaging-prs/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
07:07:18 [INFO] 
07:07:18 [INFO] --- asciidoctor-maven-plugin:1.6.0:process-asciidoc (output-html) @ microprofile-reactive-messaging-spec ---
07:07:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:07:19 [INFO] Copying 2 resources
07:07:19 [INFO] Rendered /home/jenkins/agent/workspace/reactive-messaging-prs/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
07:07:20 [INFO] 
07:07:20 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-messaging-spec ---
07:07:20 [INFO] 
07:07:20 [INFO] --- license-maven-plugin:3.0:format (default) @ microprofile-reactive-messaging-spec ---
07:07:20 [INFO] Updating license headers...
07:07:20 [INFO] 
07:07:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-spec ---
07:07:20 [INFO] Installing /home/jenkins/agent/workspace/reactive-messaging-prs/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/1.1-SNAPSHOT/microprofile-reactive-messaging-spec-1.1-SNAPSHOT.pom
07:07:20 [INFO] ------------------------------------------------------------------------
07:07:20 [INFO] Reactor Summary for MicroProfile Reactive Messaging 1.1-SNAPSHOT:
07:07:20 [INFO] 
07:07:20 [INFO] MicroProfile Reactive Messaging .................... SUCCESS [ 37.008 s]
07:07:20 [INFO] MicroProfile Reactive Messaging API ................ SUCCESS [ 28.153 s]
07:07:20 [INFO] MicroProfile Reactive Messaging - TCK .............. SUCCESS [  1.384 s]
07:07:20 [INFO] MicroProfile Reactive Messaging Specification ...... SUCCESS [ 25.590 s]
07:07:20 [INFO] ------------------------------------------------------------------------
07:07:20 [INFO] BUILD SUCCESS
07:07:20 [INFO] ------------------------------------------------------------------------
07:07:20 [INFO] Total time:  01:35 min
07:07:20 [INFO] Finished at: 2020-04-02T11:07:20Z
07:07:20 [INFO] ------------------------------------------------------------------------
07:07:20 Waiting for Jenkins to finish collecting data
07:07:20 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/tck/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-tck/1.1-SNAPSHOT/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.pom
07:07:20 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/tck/target/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-tck/1.1-SNAPSHOT/microprofile-reactive-messaging-tck-1.1-SNAPSHOT.jar
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/spec/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-spec/1.1-SNAPSHOT/microprofile-reactive-messaging-spec-1.1-SNAPSHOT.pom
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-parent/1.1-SNAPSHOT/microprofile-reactive-messaging-parent-1.1-SNAPSHOT.pom
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/api/pom.xml to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT.pom
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT.jar
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT-javadoc.jar
07:07:21 [JENKINS] Archiving /home/jenkins/agent/workspace/reactive-messaging-prs/api/target/microprofile-reactive-messaging-api-1.1-SNAPSHOT-sources.jar to org.eclipse.microprofile.reactive.messaging/microprofile-reactive-messaging-api/1.1-SNAPSHOT/microprofile-reactive-messaging-api-1.1-SNAPSHOT-sources.jar
07:07:21 channel stopped
07:07:22 Setting status of a09b6766b6d3dbd8d4a31ca7648b56179d196d5e to SUCCESS with url https://ci.eclipse.org/microprofile/job/reactive-messaging-prs/81/ and message: 'Build finished. '
07:07:22 Finished: SUCCESS