Skip to content

Console Output

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