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