Skip to content

Console Output

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