Skip to content

Console Output

Started by user Emily Jiang
Running as Emily Jiang
Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-8w5tz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-8w5tz"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-8w5tz"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-8w5tz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-8w5tz in /home/jenkins/agent/workspace/MicroProfile Releases
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-build-infra.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-build-infra.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases@tmp/jenkins-gitclient-ssh2534311902185169626.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1d9de0b3b0c9429ba54351bf5e7719e81675cedc (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10
Commit message: "Merge pull request #1 from Emily-Jiang/staging-fix"
 > git rev-list --no-walk 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 9296050c3fdf81a0164f0defd999c7ad293f0a1b (refs/remotes/origin/master)
Commit message: "Add release notes for the 3.0 release (#142)"
Cloning repository git@github.com:eclipse/microprofile-reactive-messaging.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-reactive-messaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging@tmp/jenkins-gitclient-ssh2500070199561078066.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/microprofile-reactive-messaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9296050c3fdf81a0164f0defd999c7ad293f0a1b # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 9296050c3fdf81a0164f0defd999c7ad293f0a1b # timeout=10
 > git rev-list --no-walk aff8ae8b8669fb7d02351233a6afdfe2eed0c9b9 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2733B6177E5CD6D5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust
Secret subkeys are available.

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2022-10-09
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-mqwibeW1W8tW/agent.257
SSH_AGENT_PID=259
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging@tmp/private_key_18380056033239635341.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging@tmp/private_key_18380056033239635341.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config --global user.email microprofile-bot@eclipse.org
+ git config --global user.name 'Eclipse MicroProfile bot'
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.0-RC2 -DdevelopmentVersion=3.0-SNAPSHOT -DreleaseVersion=3.0-RC2 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[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 3.0-SNAPSHOT              [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-reactive-messaging-parent ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile Reactive Messaging'...
[INFO] Transforming 'MicroProfile Reactive Messaging API'...
[INFO] Transforming 'MicroProfile Reactive Messaging - TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Messaging Specification'...
[INFO] Not generating release POMs
[INFO] Executing goals 'verify'...
[INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
[INFO] Maven home: /opt/tools/apache-maven/3.8.3
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 4 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Messaging                                    [pom]
[INFO] [INFO] MicroProfile Reactive Messaging API                                [jar]
[INFO] [INFO] MicroProfile Reactive Messaging - TCK                              [jar]
[INFO] [INFO] MicroProfile Reactive Messaging Specification                      [pom]
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent >--
[INFO] [INFO] Building MicroProfile Reactive Messaging 3.0-RC2                   [1/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 79 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.011
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api >--
[INFO] [INFO] Building MicroProfile Reactive Messaging API 3.0-RC2               [2/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 16
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         16 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          3s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-api ---
[INFO] [INFO]  Total Files Processed: 16 in 00:00.869
[INFO] [INFO]         Already Sorted: 16
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-reactive-messaging-api ---
[INFO] [WARNING] Cannot consider developer in line '58' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [WARNING] Cannot consider developer in line '64' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:java-source:sources:3.0-RC2 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Channel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Emitter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Incoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Message.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Outgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/Connector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttribute.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttribute.Direction.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttributes.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorLiteral.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/IncomingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Outgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Message.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Incoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Emitter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Channel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/OutgoingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/IncomingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorLiteral.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttributes.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttribute.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttribute.Direction.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/Connector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/apidocs/help-doc.html...
[INFO] 1 warning
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] javadoc: warning - Error fetching URL: https://docs.osgi.org/javadoc/r6/annotation/
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:(,3.0-RC2) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] [INFO] The baseline version was found to be 2.0.1
[INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:3.0-RC2 against org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:2.0.1
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck >--
[INFO] [INFO] Building MicroProfile Reactive Messaging - TCK 3.0-RC2             [3/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 113 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 112
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         112 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          0s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO]  Total Files Processed: 112 in 00:00.784
[INFO] [INFO]         Already Sorted: 112
[INFO] [INFO]         Needed Sorting:   0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/classes
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java uses or overrides a deprecated API.
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 113 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck:java-source:sources:3.0-RC2 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.acknowledgement...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.channel...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.channel.overflow...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.connector...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.extension...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.invalid...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.scope...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.invalid...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.processors...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.publishers...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.subscribers...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ArchiveExtender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/BeanWithChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ProcessorChainTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/SimpleIncomingBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/SimpleIncomingTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/StringSource.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/TckBase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ValueCollector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageSubscriberAckTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfMessageAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfMessageAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfPayloadAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfPayloadAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.PayloadProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherBuilderOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherBuilderOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithDifferentFlavorsOfTheSameChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanWithMissingChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionDifferentFlavourSameChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherBuilderMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherBuilderPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterConnectedToProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionAfterTerminatingWithErrorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionConnectedToProcessorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingDataAfterTerminationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingNullTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionMessageBeanWithPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionMissingChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionPayloadsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingDataAfterTermination.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingDataAfterTerminationWithError.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyMessageBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyMessageBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/SourceBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingBufferOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingBufferOverflowWithoutBufferSizeStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingDefaultOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingDropOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingLatestOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingThrowExceptionStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanWithFailOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BufferOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BufferOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyOverflowWithoutBufferSizeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DropOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DropOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/FailOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/LatestOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/LatestOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/ThrowExceptionOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/ThrowExceptionOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/ConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/DummyConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MissingConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MyProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MyProcessorWithBadStreamName.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/AssertJArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/AwaitilityArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/ReactiveMessagingLoadableExtension.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/RxJavaArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanConsumingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanProducingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithBadOutgoingSignature.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyIncoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyOutgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithIncompleteChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ChannelMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ChannelMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/EmitterMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/EmitterMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/InvalidConfigurationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/ConfigAsset.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTestBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/TestConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/ApplicationBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/ApplicationScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/DependantBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/DependantScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/IncomingReturningNonVoid.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/IncomingReturningNonVoidCompletionStage.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/InvalidSubscriberSignatureTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/DirectProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/ProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/ProcessorShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/TransformerBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/PublisherShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/VerifierForPublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/SubscriberBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/SubscriberShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ValueCollector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/TckBase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/StringSource.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/SimpleIncomingTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/SimpleIncomingBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ProcessorChainTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/BeanWithChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ArchiveExtender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.PayloadProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfPayloadAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfPayloadAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfMessageAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfMessageAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageSubscriberAckTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/SourceBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyMessageBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyMessageBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingDataAfterTerminationWithError.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingDataAfterTermination.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionPayloadsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionMissingChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionMessageBeanWithPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingNullTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingDataAfterTerminationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionConnectedToProcessorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionAfterTerminatingWithErrorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterConnectedToProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherBuilderPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherBuilderMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionDifferentFlavourSameChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanWithMissingChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithDifferentFlavorsOfTheSameChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherBuilderOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherBuilderOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/ThrowExceptionOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/ThrowExceptionOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/LatestOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/LatestOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/FailOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DropOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DropOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyOverflowWithoutBufferSizeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BufferOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BufferOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanWithFailOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingThrowExceptionStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingLatestOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingDropOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingDefaultOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingBufferOverflowWithoutBufferSizeStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingBufferOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MyProcessorWithBadStreamName.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MyProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MissingConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/DummyConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/ConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/RxJavaArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/ReactiveMessagingLoadableExtension.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/AwaitilityArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/AssertJArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/InvalidConfigurationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/EmitterMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/EmitterMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ChannelMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ChannelMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithIncompleteChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithEmptyOutgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithEmptyIncoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithBadOutgoingSignature.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanProducingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanConsumingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/TestConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/MetricsTestBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/MetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/ConfigAsset.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/DependantScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/DependantBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/ApplicationScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/ApplicationBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/InvalidSubscriberSignatureTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/IncomingReturningNonVoidCompletionStage.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/IncomingReturningNonVoid.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/TransformerBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/ProcessorShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/ProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/DirectProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/VerifierForPublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/PublisherShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/class-use/SubscriberShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/class-use/SubscriberBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec >--
[INFO] [INFO] Building MicroProfile Reactive Messaging Specification 3.0-RC2     [4/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 25: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 28: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 25: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 28: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Reactive Messaging 3.0-RC2:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Messaging .................... SUCCESS [  8.962 s]
[INFO] [INFO] MicroProfile Reactive Messaging API ................ SUCCESS [ 18.518 s]
[INFO] [INFO] MicroProfile Reactive Messaging - TCK .............. SUCCESS [ 12.177 s]
[INFO] [INFO] MicroProfile Reactive Messaging Specification ...... SUCCESS [ 46.669 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:30 min
[INFO] [INFO] Finished at: 2022-02-09T23:22:36Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git commit --verbose -F /tmp/maven-scm-857612042.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git push git@github.com:eclipse/microprofile-reactive-messaging.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Tagging release with the label 3.0-RC2...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git tag -F /tmp/maven-scm-1614640688.commit 3.0-RC2
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git push git@github.com:eclipse/microprofile-reactive-messaging.git refs/tags/3.0-RC2
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Transforming 'MicroProfile Reactive Messaging'...
[INFO] Transforming 'MicroProfile Reactive Messaging API'...
[INFO] Transforming 'MicroProfile Reactive Messaging - TCK'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'MicroProfile Reactive Messaging Specification'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git commit --verbose -F /tmp/maven-scm-1646382166.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging" && git push git@github.com:eclipse/microprofile-reactive-messaging.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-reactive-messaging-parent ---
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target" && git clone --branch 3.0-RC2 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout" && git checkout 3.0-RC2
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
[INFO] Maven home: /opt/tools/apache-maven/3.8.3
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:3.0-RC2
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck:jar:3.0-RC2
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec:pom:3.0-RC2
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent:pom:3.0-RC2
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.3:super-pom, jar:file:/opt/tools/apache-maven/3.8.3/lib/maven-model-builder-3.8.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] Inspecting build with total of 4 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Messaging                                    [pom]
[INFO] [INFO] MicroProfile Reactive Messaging API                                [jar]
[INFO] [INFO] MicroProfile Reactive Messaging - TCK                              [jar]
[INFO] [INFO] MicroProfile Reactive Messaging Specification                      [pom]
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent >--
[INFO] [INFO] Building MicroProfile Reactive Messaging 3.0-RC2                   [1/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 79 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.006
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/3.0-RC2/microprofile-reactive-messaging-parent-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/microprofile-reactive-messaging-parent-3.0-RC2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/3.0-RC2/microprofile-reactive-messaging-parent-3.0-RC2.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-messaging-parent ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/3.0-RC2/microprofile-reactive-messaging-parent-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/microprofile-reactive-messaging-parent-3.0-RC2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-parent/3.0-RC2/microprofile-reactive-messaging-parent-3.0-RC2.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api >--
[INFO] [INFO] Building MicroProfile Reactive Messaging API 3.0-RC2               [2/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 16
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         16 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          2s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-api ---
[INFO] [INFO]  Total Files Processed: 16 in 00:00.697
[INFO] [INFO]         Already Sorted: 16
[INFO] [INFO]         Needed Sorting:  0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-reactive-messaging-api ---
[INFO] [WARNING] Cannot consider developer in line '58' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [WARNING] Cannot consider developer in line '64' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 17 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [WARNING] artifact org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:java-source:sources:3.0-RC2 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.spi...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Acknowledgment.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Channel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Emitter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Incoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Message.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/OnOverflow.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/Outgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/Connector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttribute.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttribute.Direction.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorAttributes.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/ConnectorLiteral.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/IncomingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/serialized-form.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Outgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/OnOverflow.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Message.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Incoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Emitter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Channel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/class-use/Acknowledgment.Strategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/OutgoingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/IncomingConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorLiteral.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorFactory.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttributes.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttribute.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/ConnectorAttribute.Direction.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/class-use/Connector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/org/eclipse/microprofile/reactive/messaging/spi/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/apidocs/help-doc.html...
[INFO] 1 warning
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] javadoc: warning - Error fetching URL: https://docs.osgi.org/javadoc/r6/annotation/
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:(,3.0-RC2) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] [INFO] The baseline version was found to be 2.0.1
[INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:3.0-RC2 against org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:jar:2.0.1
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-messaging-api ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-api/3.0-RC2/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck >--
[INFO] [INFO] Building MicroProfile Reactive Messaging - TCK 3.0-RC2             [3/4]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 113 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 112
[INFO] [INFO] Successfully formatted:          0 file(s)
[INFO] [INFO] Fail to format:                  0 file(s)
[INFO] [INFO] Skipped:                         112 file(s)
[INFO] [INFO] Read only skipped:               0 file(s)
[INFO] [INFO] Approximate time taken:          0s
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO]  Total Files Processed: 112 in 00:00.911
[INFO] [INFO]         Already Sorted: 112
[INFO] [INFO]         Needed Sorting:   0
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/classes
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java uses or overrides a deprecated API.
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/src/main/java/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-reactive-messaging-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 113 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
[INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-reactive-messaging-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck:java-source:sources:3.0-RC2 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.acknowledgement...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.channel...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.channel.overflow...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.connector...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.extension...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.invalid...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.scope...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.invalid...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.processors...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.publishers...
[INFO] Loading source files for package org.eclipse.microprofile.reactive.messaging.tck.signatures.subscribers...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_292
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ArchiveExtender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/BeanWithChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ProcessorChainTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/SimpleIncomingBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/SimpleIncomingTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/StringSource.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/TckBase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/ValueCollector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousMessageSubscriberAckTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/AsynchronousPayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfMessageAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfMessageAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfPayloadAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/EmitterOfPayloadAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/MessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.PayloadProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/PayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherBuilderOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherBuilderOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithAPublisherOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanInjectedWithDifferentFlavorsOfTheSameChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/BeanWithMissingChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionDifferentFlavourSameChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherBuilderMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherBuilderPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/ChannelInjectionPublisherTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterConnectedToProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionAfterTerminatingWithErrorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionConnectedToProcessorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingDataAfterTerminationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionEmittingNullTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionMessageBeanWithPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionMissingChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionPayloadsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/EmitterInjectionPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingDataAfterTermination.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingDataAfterTerminationWithError.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyMessageBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/MyMessageBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/SourceBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingBufferOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingBufferOverflowWithoutBufferSizeStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingDefaultOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingDropOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingLatestOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanUsingThrowExceptionStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BeanWithFailOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BufferOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/BufferOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyOverflowWithoutBufferSizeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DefaultOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DropOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/DropOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/FailOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/LatestOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/LatestOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/ThrowExceptionOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/ThrowExceptionOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/ConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/DummyConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MissingConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MyProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/MyProcessorWithBadStreamName.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/AssertJArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/AwaitilityArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/ReactiveMessagingLoadableExtension.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/RxJavaArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanConsumingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanProducingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithBadOutgoingSignature.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyIncoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithEmptyOutgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/BeanWithIncompleteChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ChannelMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ChannelMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/EmitterMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/EmitterMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/InvalidConfigurationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/ProcessorMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/ConfigAsset.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/MetricsTestBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/TestConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/ApplicationBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/ApplicationScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/DependantBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/DependantScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/IncomingReturningNonVoid.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/IncomingReturningNonVoidCompletionStage.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/InvalidSubscriberSignatureTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/DirectProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/ProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/ProcessorShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/TransformerBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/PublisherShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/VerifierForPublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/SubscriberBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/SubscriberShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/overview-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ValueCollector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/TckBase.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/StringSource.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/SimpleIncomingTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/SimpleIncomingBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ProcessorChainTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/BeanWithChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/class-use/ArchiveExtender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/PayloadProcessorAckTest.PayloadProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/MessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfPayloadAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfPayloadAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfMessageAcknowledgementTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterOfMessageAcknowledgementTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/EmitterBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadSubscriberAckTest.PayloadConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousPayloadProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageSubscriberAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageSubscriberAckTest.MessageConsumer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.Sink.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/class-use/AsynchronousMessageProcessorAckTest.MessageProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/SourceBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyMessageBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyMessageBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingPayloadsWithAck.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingNull.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingDataAfterTerminationWithError.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/MyBeanEmittingDataAfterTermination.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionPayloadsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionMissingChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionMessageBeanWithPayloadsWithAckTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingNullTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionEmittingDataAfterTerminationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionConnectedToProcessorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterInjectionAfterTerminatingWithErrorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/EmitterConnectedToProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherBuilderPayloadTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionPublisherBuilderMessageTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/ChannelInjectionDifferentFlavourSameChannelTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanWithMissingChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithDifferentFlavorsOfTheSameChannel.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherBuilderOfPayloads.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/class-use/BeanInjectedWithAPublisherBuilderOfMessages.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/ThrowExceptionOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/ThrowExceptionOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/LatestOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/LatestOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/FailOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DropOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DropOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyOverflowWithoutBufferSizeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/DefaultOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BufferOverflowStrategyTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BufferOverflowStrategyOverflowTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanWithFailOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingThrowExceptionStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingLatestOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingDropOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingDefaultOverflow.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingBufferOverflowWithoutBufferSizeStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/class-use/BeanUsingBufferOverflowStrategy.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MyProcessorWithBadStreamName.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MyProcessor.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/MissingConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/DummyConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/class-use/ConnectorTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/RxJavaArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/ReactiveMessagingLoadableExtension.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/AwaitilityArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/class-use/AssertJArchiveAppender.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ProcessorMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/InvalidConfigurationTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/EmitterMultipleDownstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/EmitterMissingDownstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ChannelMultipleUpstreams.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/ChannelMissingUpstream.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithIncompleteChain.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithEmptyOutgoing.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithEmptyIncoming.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanWithBadOutgoingSignature.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanProducingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/class-use/BeanConsumingManyTwice.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/TestConnector.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/MetricsTestBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/MetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/class-use/ConfigAsset.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/DependantScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/DependantBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/ApplicationScopeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/class-use/ApplicationBeans.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/InvalidSubscriberSignatureTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/IncomingReturningNonVoidCompletionStage.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/class-use/IncomingReturningNonVoid.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/TransformerBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/ProcessorShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/ProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/class-use/DirectProcessorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/VerifierForPublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/PublisherShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/class-use/PublisherBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/class-use/SubscriberShapeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/class-use/SubscriberBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/acknowledgement/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/channel/overflow/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/connector/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/extension/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/invalid/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/scope/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/invalid/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/processors/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/publishers/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/org/eclipse/microprofile/reactive/messaging/tck/signatures/subscribers/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/index-all.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-messaging-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/tck/target/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-tck/3.0-RC2/microprofile-reactive-messaging-tck-3.0-RC2-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec >--
[INFO] [INFO] Building MicroProfile Reactive Messaging Specification 3.0-RC2     [4/4]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 25: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 28: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/asciidoc does not exist
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 25: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] asciidoctor: WARN: release_notes.asciidoc: line 28: section title out of sequence: expected level 2, got level 3
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/src/main/asciidoc/microprofile-reactive-messaging-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/microprofile-reactive-messaging-spec-3.0-RC2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/gpg/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/gpg/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.html.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-reactive-messaging-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/microprofile-reactive-messaging-spec-3.0-RC2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/gpg/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/spec/target/gpg/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/reactive/messaging/microprofile-reactive-messaging-spec/3.0-RC2/microprofile-reactive-messaging-spec-3.0-RC2.html.asc
[INFO] [INFO] Performing remote staging...
[INFO] [INFO] 
[INFO] [INFO]  * Remote staging into staging profile ID "72ca920b8d0826"
[INFO] [INFO]  * Created staging repository with ID "orgeclipsemicroprofile-1574".
[INFO] [INFO]  * Uploading locally staged artifacts to profile org.eclipse.microprofile
[INFO] [INFO]  * Upload of locally staged artifacts finished.
[INFO] [INFO]  * Closing staging repository with ID "orgeclipsemicroprofile-1574".
[INFO] 
[INFO] Waiting for operation to complete............
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Reactive Messaging 3.0-RC2:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Reactive Messaging .................... SUCCESS [  6.499 s]
[INFO] [INFO] MicroProfile Reactive Messaging API ................ SUCCESS [ 14.059 s]
[INFO] [INFO] MicroProfile Reactive Messaging - TCK .............. SUCCESS [ 12.545 s]
[INFO] [INFO] MicroProfile Reactive Messaging Specification ...... SUCCESS [01:20 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:54 min
[INFO] [INFO] Finished at: 2022-02-09T23:24:36Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Reactive Messaging 3.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Reactive Messaging .................... SUCCESS [03:35 min]
[INFO] MicroProfile Reactive Messaging API ................ SKIPPED
[INFO] MicroProfile Reactive Messaging - TCK .............. SKIPPED
[INFO] MicroProfile Reactive Messaging Specification ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:37 min
[INFO] Finished at: 2022-02-09T23:24:36Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 259 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-VaylQO3b31I9/agent.1068
SSH_AGENT_PID=1070
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging@tmp/private_key_6309452118434635077.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging@tmp/private_key_6309452118434635077.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2
[Pipeline] sh
+ scp -r spec/target/generated-docs/images spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.html spec/target/generated-docs/microprofile-reactive-messaging-spec-3.0-RC2.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ scp api/target/microprofile-reactive-messaging-api-3.0-RC2.jar api/target/microprofile-reactive-messaging-api-3.0-RC2-javadoc.jar api/target/microprofile-reactive-messaging-api-3.0-RC2-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2/
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2/apidocs
[Pipeline] sh
+ scp -r api/target/apidocs/allclasses-frame.html api/target/apidocs/allclasses-noframe.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/licenses api/target/apidocs/org api/target/apidocs/overview-frame.html api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-list api/target/apidocs/script.js api/target/apidocs/serialized-form.html api/target/apidocs/stylesheet.css genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2/apidocs
[Pipeline] fileExists
[Pipeline] sh
+ find tck -name '*.jar'
+ xargs '-I{}' scp '{}' genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-reactive-messaging-3.0-RC2/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1070 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-reactive-messaging
[Pipeline] {
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] sh
+ rm -f ../output-settings.xml
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS