Skip to content

Console Output

Started by user David Chan
Running as David Chan
Obtained buildScripts/release.groovy from git https://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-r5n6m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-r5n6m"
  namespace: "microprofile"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-r5n6m"
    - 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-r5n6m"
    - 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-3160.vd76b_9ddd10cc"
    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-r5n6m 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 https://github.com/eclipse/microprofile-build-infra.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10
Fetching upstream changes from https://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-ssh6101585090910288329.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7648ae27ba732c5a96f67476cb3e1259fc1b14bf (refs/remotes/origin/main)
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7648ae27ba732c5a96f67476cb3e1259fc1b14bf # timeout=10
Commit message: "Merge pull request #10 from Emily-Jiang/add-jwt-bridge-build"
 > git rev-list --no-walk 7648ae27ba732c5a96f67476cb3e1259fc1b14bf # 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-metrics
[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 5cedc7db9294384c5be5e56bc36efcfd241d512f (refs/remotes/origin/5.0.x)
Cloning repository git@github.com:eclipse/microprofile-metrics.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-metrics.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-metrics@tmp/jenkins-gitclient-ssh6811943337260937408.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-metrics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/microprofile-metrics.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/5.0.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5cedc7db9294384c5be5e56bc36efcfd241d512f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 5.0.x 5cedc7db9294384c5be5e56bc36efcfd241d512f # timeout=10
Commit message: "Merge pull request #788 from Channyboy/786-v5.0.x"
First time build. Skipping changelog.
[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-metrics
[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: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  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: 2027-10-17  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  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 2027-10-17
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  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: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  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-jUDnDH5qC6h9/agent.233
SSH_AGENT_PID=235
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_15751555589909252655.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_15751555589909252655.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] tool
[Pipeline] tool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -q -N io.takari:maven:0.7.7:wrapper -Dmaven=3.9.0
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
+ ./mvnw -v
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[Pipeline] sh
+ ./mvnw -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=5.0.2-RC1 -DdevelopmentVersion=5.0.2-SNAPSHOT -DreleaseVersion=5.0.2-RC1 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Metrics                                               [pom]
[INFO] MicroProfile Metrics API                                           [jar]
[INFO] MicroProfile Metrics Specification                                 [pom]
[INFO] MicroProfile Metrics TCK                                           [pom]
[INFO] MicroProfile Metrics REST-TCK                                      [jar]
[INFO] MicroProfile Metrics API-TCK                                       [jar]
[INFO] MicroProfile Metrics Optional-TCK                                  [jar]
[INFO] 
[INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >----
[INFO] Building MicroProfile Metrics 5.0.2-SNAPSHOT                       [1/7]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- release:3.0.0-M7:prepare (default-cli) @ microprofile-metrics-parent ---
[INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release
[INFO] 1/17 prepare:check-poms
[INFO] 2/17 prepare:scm-check-modifications
[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-metrics' && 'git' 'rev-parse' '--show-prefix'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'status' '--porcelain' '.'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[WARNING] Ignoring unrecognized line: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] 3/17 prepare:check-dependency-snapshots
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] 4/17 prepare:create-backup-poms
[INFO] Creating pom.xml backup with .releaseBackup suffix
[INFO] 5/17 prepare:map-release-versions
[INFO] 6/17 prepare:input-variables
[INFO] 7/17 prepare:map-development-versions
[INFO] 8/17 prepare:rewrite-poms-for-release
[INFO] Transforming pom.xml microprofile-metrics-parent 'MicroProfile Metrics'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming api/pom.xml microprofile-metrics-api 'MicroProfile Metrics API'...
[INFO] Transforming spec/pom.xml microprofile-metrics-spec 'MicroProfile Metrics Specification'...
[INFO] Transforming tck/pom.xml microprofile-metrics-tck 'MicroProfile Metrics TCK'...
[INFO] Transforming tck/rest/pom.xml microprofile-metrics-rest-tck 'MicroProfile Metrics REST-TCK'...
[INFO] Transforming tck/api/pom.xml microprofile-metrics-api-tck 'MicroProfile Metrics API-TCK'...
[INFO] Transforming tck/optional/pom.xml microprofile-metrics-optional-tck 'MicroProfile Metrics Optional-TCK'...
[INFO] 9/17 prepare:generate-release-poms
[INFO] Not generating release POMs
[INFO] 10/17 prepare:run-preparation-goals
[INFO] Executing goals 'verify'...
[INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
[INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
[INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 7 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 7 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Metrics                                               [pom]
[INFO] [INFO] MicroProfile Metrics API                                           [jar]
[INFO] [INFO] MicroProfile Metrics Specification                                 [pom]
[INFO] [INFO] MicroProfile Metrics TCK                                           [pom]
[INFO] [INFO] MicroProfile Metrics REST-TCK                                      [jar]
[INFO] [INFO] MicroProfile Metrics API-TCK                                       [jar]
[INFO] [INFO] MicroProfile Metrics Optional-TCK                                  [jar]
[INFO] [INFO] 
[INFO] [INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >----
[INFO] [INFO] Building MicroProfile Metrics 5.0.2-RC1                            [1/7]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-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-metrics/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 82 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-parent ---
[INFO] [INFO] Processed 0 files in 00:00.003 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-api >------
[INFO] [INFO] Building MicroProfile Metrics API 5.0.2-RC1                        [2/7]
[INFO] [INFO]   from api/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api ---
[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-metrics/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 68 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 25 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-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-metrics/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-api ---
[INFO] [INFO] Processed 24 files in 1s337ms (Formatted: 0, Unchanged: 24, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-api ---
[INFO] [INFO] Processed 24 files in 00:00.514 (Already Sorted: 24, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd:6.4.0:bnd-process (default) @ microprofile-metrics-api ---
[INFO] [WARNING] Cannot consider developer in line '42' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [WARNING] Cannot consider developer in line '48' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-api ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-api ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-api ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api ---
[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-metrics/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 68 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 25 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-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-metrics/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-api ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Counter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Counting.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/DefaultMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Histogram.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Metadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetadataBuilder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetricFilter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetricID.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetricRegistry.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetricRegistry.Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/MetricUnits.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Sampling.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Snapshot.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Snapshot.PercentileValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Tag.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Timer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Timer.Context.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Counted.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/RegistryScope.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/RegistryType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Timed.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Counter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Counting.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/DefaultMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Histogram.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Metadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetadataBuilder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricFilter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricID.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricRegistry.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricRegistry.Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricUnits.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Sampling.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Snapshot.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Snapshot.PercentileValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Tag.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Timer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Timer.Context.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Counted.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/RegistryScope.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/RegistryType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Timed.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/help-doc.html...
[INFO] 1 warning
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/src/main/java/org/eclipse/microprofile/metrics/Snapshot.java:72: warning - Tag @link: reference not found: #percentileValue()
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline:6.4.0:baseline (baseline) @ microprofile-metrics-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:(,5.0.2-RC1) 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 5.0.1
[INFO] [INFO] Baseline bundle /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-5.0.2-RC1.jar against baseline /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.1/microprofile-metrics-api-5.0.1.jar
[INFO] [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/baseline/microprofile-metrics-api-5.0.2-RC1.txt.
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-spec >-----
[INFO] [INFO] Building MicroProfile Metrics Specification 5.0.2-RC1              [3/7]
[INFO] [INFO]   from spec/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-spec ---
[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-metrics/spec/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 11 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-year) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-spec ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (generate-pdf) @ microprofile-metrics-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/asciidoc does not exist
[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] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: json-format-def
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/main/asciidoc/microprofile-metrics-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (generate-html) @ microprofile-metrics-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/asciidoc does not exist
[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] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: json-format-def
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/main/asciidoc/microprofile-metrics-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-tck >------
[INFO] [INFO] Building MicroProfile Metrics TCK 5.0.2-RC1                        [4/7]
[INFO] [INFO]   from tck/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-tck ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] ---< org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck >---
[INFO] [INFO] Building MicroProfile Metrics REST-TCK 5.0.2-RC1                   [5/7]
[INFO] [INFO]   from tck/rest/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-rest-tck ---
[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-metrics/tck/rest/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 7 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-rest-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-metrics/tck/rest/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Processed 6 files in 102ms (Formatted: 0, Unchanged: 6, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Processed 6 files in 00:00.148 (Already Sorted: 6, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Starting audit...
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:301: Line is longer than 150 characters (found 159). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:303: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:305: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:307: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:309: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:311: Line is longer than 150 characters (found 161). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:647: Line is longer than 150 characters (found 163). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:649: Line is longer than 150 characters (found 163). [LineLength]
[INFO] Audit done.
[INFO] [INFO] There are 8 errors reported by Checkstyle 9.3 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/checkstyle-rules.xml ruleset.
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[301] (sizes) LineLength: Line is longer than 150 characters (found 159).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[303] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[305] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[307] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[309] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[311] (sizes) LineLength: Line is longer than 150 characters (found 161).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[647] (sizes) LineLength: Line is longer than 150 characters (found 163).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[649] (sizes) LineLength: Line is longer than 150 characters (found 163).
[INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] [INFO] You have 8 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-rest-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-rest-tck ---
[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-metrics/tck/rest/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 7 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-rest-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-metrics/tck/rest/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-rest-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-rest-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test.multipleinstances...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MetricAppBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MetricAppBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MpMetricTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/ReusedMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/DependentScopedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/MultipleBeanInstancesTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MetricAppBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MetricAppBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MpMetricTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/ReusedMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/class-use/DependentScopedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/class-use/MultipleBeanInstancesTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:52: warning - invalid usage of tag <
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:52: warning - invalid usage of tag >
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:53: warning - invalid usage of tag <
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:53: warning - invalid usage of tag >
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] ---< org.eclipse.microprofile.metrics:microprofile-metrics-api-tck >----
[INFO] [INFO] Building MicroProfile Metrics API-TCK 5.0.2-RC1                    [6/7]
[INFO] [INFO]   from tck/api/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 80 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-api-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-metrics/tck/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Processed 79 files in 297ms (Formatted: 0, Unchanged: 79, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Processed 79 files in 00:00.474 (Already Sorted: 79, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBeanTest.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBeanTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 80 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-api-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-metrics/tck/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-api-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi.stereotype...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi.stereotype.stereotypes...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.inheritance...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.tags...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.util...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricFilterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricIDTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricRegistryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/ApplicationScopedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/ApplicationScopedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/GaugeInjectionBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/GaugeInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/TimerInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBeanWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedChildGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedGaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedParentGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/VisibilityTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/VisibilityTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/AbstractGenericBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/AbstractTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteExtendedTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteExtendedTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/OverloadedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/OverloadedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean1.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean3.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBeanLookupTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/CounterFieldTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/CounterFieldTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/GaugeTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/GaugeTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/HistogramTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/HistogramTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TagsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimedTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimedTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimerTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimerTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/BeanWithControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/ControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/FooQualifier.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/MetricsUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/TestUtils.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/TimeUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricFilterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricIDTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricRegistryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/ApplicationScopedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/ApplicationScopedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/GaugeInjectionBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/GaugeInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/TimerInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBeanWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/class-use/CountMe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/class-use/CountMeWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedChildGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedGaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedParentGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/VisibilityTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/VisibilityTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/AbstractGenericBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/AbstractTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteExtendedTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteExtendedTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/DefaultNameMetricMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/DefaultNameMetricMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/OverloadedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/OverloadedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean1.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean3.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBeanLookupTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/CounterFieldTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/CounterFieldTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/GaugeTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/GaugeTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/HistogramTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/HistogramTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TagsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimedTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimedTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimerTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimerTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/BeanWithControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/ControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/FooQualifier.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/MetricsUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/TestUtils.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/TimeUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.metrics:microprofile-metrics-optional-tck >--
[INFO] [INFO] Building MicroProfile Metrics Optional-TCK 5.0.2-RC1               [7/7]
[INFO] [INFO]   from tck/optional/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-optional-tck ---
[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-metrics/tck/optional/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 8 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-optional-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-metrics/tck/optional/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Processed 7 files in 88ms (Formatted: 0, Unchanged: 7, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Processed 7 files in 00:00.147 (Already Sorted: 7, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-optional-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-optional-tck ---
[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-metrics/tck/optional/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 8 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-optional-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-metrics/tck/optional/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-optional-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-optional-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-optional-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test.optional...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MetricAppBeanOptional.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MetricsRESTActivator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MPMetricBaseMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MpMetricOptionalTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MpMetricsArithmeticExceptionMapper.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/NameObject.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/LambdaMatcher.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MPMetricBaseMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MetricAppBeanOptional.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MetricsRESTActivator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MpMetricOptionalTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MpMetricsArithmeticExceptionMapper.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/NameObject.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Metrics 5.0.2-RC1:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Metrics ............................... SUCCESS [  7.030 s]
[INFO] [INFO] MicroProfile Metrics API ........................... SUCCESS [ 11.890 s]
[INFO] [INFO] MicroProfile Metrics Specification ................. SUCCESS [ 29.610 s]
[INFO] [INFO] MicroProfile Metrics TCK ........................... SUCCESS [  0.400 s]
[INFO] [INFO] MicroProfile Metrics REST-TCK ...................... SUCCESS [  6.104 s]
[INFO] [INFO] MicroProfile Metrics API-TCK ....................... SUCCESS [  6.814 s]
[INFO] [INFO] MicroProfile Metrics Optional-TCK .................. SUCCESS [  4.816 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:10 min
[INFO] [INFO] Finished at: 2024-01-09T18:46:02Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] 11/17 prepare:scm-commit-release
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'add' '--' 'pom.xml' 'api/pom.xml' 'spec/pom.xml' 'tck/pom.xml' 'tck/rest/pom.xml' 'tck/api/pom.xml' 'tck/optional/pom.xml'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'rev-parse' '--show-prefix'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'status' '--porcelain' '.'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[WARNING] Ignoring unrecognized line: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[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/api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/optional/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/rest/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-1899268061.commit'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'push' 'git@github.com:eclipse/microprofile-metrics.git' 'refs/heads/5.0.x:refs/heads/5.0.x'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] 12/17 prepare:scm-tag
[INFO] Tagging release with the label 5.0.2-RC1...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'tag' '-F' '/tmp/maven-scm-1900641161.commit' '5.0.2-RC1'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'push' 'git@github.com:eclipse/microprofile-metrics.git' 'refs/tags/5.0.2-RC1'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'ls-files'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] 13/17 prepare:rewrite-poms-for-development
[INFO] Transforming pom.xml microprofile-metrics-parent 'MicroProfile Metrics'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming api/pom.xml microprofile-metrics-api 'MicroProfile Metrics API'...
[INFO] Transforming spec/pom.xml microprofile-metrics-spec 'MicroProfile Metrics Specification'...
[INFO] Transforming tck/pom.xml microprofile-metrics-tck 'MicroProfile Metrics TCK'...
[INFO] Transforming tck/rest/pom.xml microprofile-metrics-rest-tck 'MicroProfile Metrics REST-TCK'...
[INFO] Transforming tck/api/pom.xml microprofile-metrics-api-tck 'MicroProfile Metrics API-TCK'...
[INFO] Transforming tck/optional/pom.xml microprofile-metrics-optional-tck 'MicroProfile Metrics Optional-TCK'...
[INFO] 14/17 prepare:remove-release-poms
[INFO] Not removing release POMs
[INFO] 15/17 prepare:run-completion-goals
[INFO] 16/17 prepare:scm-commit-development
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'add' '--' 'pom.xml' 'api/pom.xml' 'spec/pom.xml' 'tck/pom.xml' 'tck/rest/pom.xml' 'tck/api/pom.xml' 'tck/optional/pom.xml'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'rev-parse' '--show-prefix'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'status' '--porcelain' '.'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[WARNING] Ignoring unrecognized line: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[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/api/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/optional/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/rest/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-219732088.commit'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' && 'git' 'push' 'git@github.com:eclipse/microprofile-metrics.git' 'refs/heads/5.0.x:refs/heads/5.0.x'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] 17/17 prepare:end-release
[INFO] Release preparation complete.
[INFO] 
[INFO] --- release:3.0.0-M7:perform (default-cli) @ microprofile-metrics-parent ---
[INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals
[INFO] 1/3 perform:verify-completed-prepare-phases
[INFO] 2/3 perform:checkout-project-from-scm
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target' && 'git' 'clone' '--depth' '1' '--branch' '5.0.2-RC1' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' 'checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target
[INFO] Executing: /bin/sh -c cd '/tmp' && 'git' 'ls-remote' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout' && 'git' 'fetch' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout' && 'git' 'checkout' '5.0.2-RC1'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout' && 'git' 'ls-files'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout
[INFO] 3/3 perform:run-perform-goals
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
[INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
[INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 7 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 7 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Metrics                                               [pom]
[INFO] [INFO] MicroProfile Metrics API                                           [jar]
[INFO] [INFO] MicroProfile Metrics Specification                                 [pom]
[INFO] [INFO] MicroProfile Metrics TCK                                           [pom]
[INFO] [INFO] MicroProfile Metrics REST-TCK                                      [jar]
[INFO] [INFO] MicroProfile Metrics API-TCK                                       [jar]
[INFO] [INFO] MicroProfile Metrics Optional-TCK                                  [jar]
[INFO] [INFO] 
[INFO] [INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >----
[INFO] [INFO] Building MicroProfile Metrics 5.0.2-RC1                            [1/7]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-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-metrics/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 82 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-parent ---
[INFO] [INFO] Processed 0 files in 00:00.003 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-parent ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-parent/5.0.2-RC1/microprofile-metrics-parent-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/microprofile-metrics-parent-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-parent/5.0.2-RC1/microprofile-metrics-parent-5.0.2-RC1.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-parent ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-parent/5.0.2-RC1/microprofile-metrics-parent-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/microprofile-metrics-parent-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-parent/5.0.2-RC1/microprofile-metrics-parent-5.0.2-RC1.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-api >------
[INFO] [INFO] Building MicroProfile Metrics API 5.0.2-RC1                        [2/7]
[INFO] [INFO]   from api/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api ---
[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-metrics/target/checkout/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 68 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 25 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-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-metrics/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-api ---
[INFO] [INFO] Processed 24 files in 1s524ms (Formatted: 0, Unchanged: 24, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-api ---
[INFO] [INFO] Processed 24 files in 00:00.444 (Already Sorted: 24, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- bnd:6.4.0:bnd-process (default) @ microprofile-metrics-api ---
[INFO] [WARNING] Cannot consider developer in line '42' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [WARNING] Cannot consider developer in line '48' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-api ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-api ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-api ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api ---
[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-metrics/target/checkout/api/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 68 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 25 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-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-metrics/target/checkout/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-api ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-api ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-api ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Counter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Counting.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/DefaultMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Histogram.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Metadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetadataBuilder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetricFilter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetricID.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetricRegistry.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetricRegistry.Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/MetricUnits.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Sampling.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Snapshot.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Snapshot.PercentileValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Tag.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Timer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Timer.Context.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Counted.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/RegistryScope.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/RegistryType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/Timed.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Counter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Counting.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/DefaultMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Histogram.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Metadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetadataBuilder.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricFilter.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricID.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricRegistry.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricRegistry.Type.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricUnits.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Sampling.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Snapshot.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Snapshot.PercentileValue.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Tag.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Timer.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Timer.Context.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Counted.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Gauge.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Metric.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/RegistryScope.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/RegistryType.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Timed.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/help-doc.html...
[INFO] 1 warning
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/src/main/java/org/eclipse/microprofile/metrics/Snapshot.java:72: warning - Tag @link: reference not found: #percentileValue()
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- bnd-baseline:6.4.0:baseline (baseline) @ microprofile-metrics-api ---
[INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:(,5.0.2-RC1) 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 5.0.1
[INFO] [INFO] Baseline bundle /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar against baseline /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.1/microprofile-metrics-api-5.0.1.jar
[INFO] [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/baseline/microprofile-metrics-api-5.0.2-RC1.txt.
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-api ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-api ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-api ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/5.0.2-RC1/microprofile-metrics-api-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-spec >-----
[INFO] [INFO] Building MicroProfile Metrics Specification 5.0.2-RC1              [3/7]
[INFO] [INFO]   from spec/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-spec ---
[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-metrics/target/checkout/spec/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 11 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-year) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-spec ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (generate-pdf) @ microprofile-metrics-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/asciidoc does not exist
[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] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: json-format-def
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] asciidoctor: INFO: bolt icon not found in deprecated fa icon set; using match found in fas icon set instead
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/main/asciidoc/microprofile-metrics-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.2:process-asciidoc (generate-html) @ microprofile-metrics-spec ---
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/docs/asciidoc does not exist
[INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/asciidoc does not exist
[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] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: json-format-def
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConcurrentGaugeDef
[INFO] [INFO] asciidoctor: INFO: possible invalid reference: migration-hint-to-20
[INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/main/asciidoc/microprofile-metrics-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-spec ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/microprofile-metrics-spec-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/gpg/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/gpg/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.html.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/microprofile-metrics-spec-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/gpg/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/gpg/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-spec/5.0.2-RC1/microprofile-metrics-spec-5.0.2-RC1.html.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-tck >------
[INFO] [INFO] Building MicroProfile Metrics TCK 5.0.2-RC1                        [4/7]
[INFO] [INFO]   from tck/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-tck ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-tck/5.0.2-RC1/microprofile-metrics-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/target/microprofile-metrics-tck-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-tck/5.0.2-RC1/microprofile-metrics-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-tck/5.0.2-RC1/microprofile-metrics-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/target/microprofile-metrics-tck-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-tck/5.0.2-RC1/microprofile-metrics-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] ---< org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck >---
[INFO] [INFO] Building MicroProfile Metrics REST-TCK 5.0.2-RC1                   [5/7]
[INFO] [INFO]   from tck/rest/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-rest-tck ---
[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-metrics/target/checkout/tck/rest/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 7 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-rest-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-metrics/target/checkout/tck/rest/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Processed 6 files in 172ms (Formatted: 0, Unchanged: 6, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Processed 6 files in 00:00.129 (Already Sorted: 6, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Starting audit...
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:301: Line is longer than 150 characters (found 159). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:303: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:305: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:307: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:309: Line is longer than 150 characters (found 160). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:311: Line is longer than 150 characters (found 161). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:647: Line is longer than 150 characters (found 163). [LineLength]
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:649: Line is longer than 150 characters (found 163). [LineLength]
[INFO] Audit done.
[INFO] [INFO] There are 8 errors reported by Checkstyle 9.3 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/checkstyle-rules.xml ruleset.
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[301] (sizes) LineLength: Line is longer than 150 characters (found 159).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[303] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[305] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[307] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[309] (sizes) LineLength: Line is longer than 150 characters (found 160).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[311] (sizes) LineLength: Line is longer than 150 characters (found 161).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[647] (sizes) LineLength: Line is longer than 150 characters (found 163).
[INFO] [ERROR] src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:[649] (sizes) LineLength: Line is longer than 150 characters (found 163).
[INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] [INFO] You have 8 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-rest-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-rest-tck ---
[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-metrics/target/checkout/tck/rest/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 7 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-rest-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-metrics/target/checkout/tck/rest/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-rest-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-rest-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test.multipleinstances...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MetricAppBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MetricAppBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/MpMetricTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/ReusedMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/DependentScopedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/MultipleBeanInstancesTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MetricAppBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MetricAppBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/MpMetricTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/ReusedMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/class-use/DependentScopedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/class-use/MultipleBeanInstancesTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/multipleinstances/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:52: warning - invalid usage of tag <
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:52: warning - invalid usage of tag >
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:53: warning - invalid usage of tag <
[INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MpMetricTest.java:53: warning - invalid usage of tag >
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-rest-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/5.0.2-RC1/microprofile-metrics-rest-tck-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] ---< org.eclipse.microprofile.metrics:microprofile-metrics-api-tck >----
[INFO] [INFO] Building MicroProfile Metrics API-TCK 5.0.2-RC1                    [6/7]
[INFO] [INFO]   from tck/api/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 80 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-api-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-metrics/target/checkout/tck/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Processed 79 files in 303ms (Formatted: 0, Unchanged: 79, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Processed 79 files in 00:00.393 (Already Sorted: 79, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBeanTest.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBeanTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-api-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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 80 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-api-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-metrics/target/checkout/tck/api/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-api-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-api-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi.stereotype...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.cdi.stereotype.stereotypes...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.inheritance...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.tags...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.tck.util...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricFilterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricIDTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MetricRegistryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/ApplicationScopedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/ApplicationScopedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/GaugeInjectionBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/GaugeInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/TimerInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/StereotypeCountedClassBeanWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/CountMeWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedChildGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedGaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedParentGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/InheritedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/VisibilityTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/VisibilityTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/AbstractGenericBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/AbstractTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteExtendedTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteExtendedTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/ConcreteTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CountedMethodTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/CounterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/DefaultNameMetricMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/GaugeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/HistogramTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/MultipleMetricsMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/OverloadedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/OverloadedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean1.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBean3.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBeanLookupTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/TimerTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/CounterFieldTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/CounterFieldTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/GaugeTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/GaugeTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/HistogramTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/HistogramTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TagsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimedTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimedTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimerTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/TimerTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/BeanWithControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/ControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/FooQualifier.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/MetricsUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/TestUtils.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/TimeUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricFilterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricIDTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/MetricRegistryTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/ApplicationScopedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/ApplicationScopedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/GaugeInjectionBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/GaugeInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/class-use/TimerInjectionBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/class-use/StereotypeCountedClassBeanWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/class-use/CountMe.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/class-use/CountMeWithSpecifiedMetadata.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedChildGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedGaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedParentGaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/InheritedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/VisibilityTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/class-use/VisibilityTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/AbstractGenericBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/AbstractTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteExtendedTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteExtendedTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteTimedBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/ConcreteTimedBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CountedMethodTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/CounterTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/DefaultNameMetricMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/DefaultNameMetricMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/GaugeTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/HistogramTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/MultipleMetricsMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/OverloadedTimedMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/OverloadedTimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedClassBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedClassBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedConstructorBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedConstructorBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean1.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean2.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBean3.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBeanLookupTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimedMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/class-use/TimerTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/CounterFieldTagBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/CounterFieldTagBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/GaugeTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/GaugeTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/HistogramTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/HistogramTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TagsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimedTagMethodBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimedTagMethodBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimerTagFieldBean.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/class-use/TimerTagFieldBeanTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/BeanWithControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/ControlledInvocation.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/FooQualifier.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/MetricsUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/TestUtils.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/class-use/TimeUtil.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/cdi/stereotype/stereotypes/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/inheritance/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/metrics/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/tags/package-use.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/util/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/overview-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-api-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-api-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/5.0.2-RC1/microprofile-metrics-api-tck-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.microprofile.metrics:microprofile-metrics-optional-tck >--
[INFO] [INFO] Building MicroProfile Metrics Optional-TCK 5.0.2-RC1               [7/7]
[INFO] [INFO]   from tck/optional/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-optional-tck ---
[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-metrics/target/checkout/tck/optional/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 8 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-optional-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-metrics/target/checkout/tck/optional/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Processed 7 files in 105ms (Formatted: 0, Unchanged: 7, Failed: 0, Readonly: 0)
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Processed 7 files in 00:00.111 (Already Sorted: 7, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M8:test (default-test) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- copy-rename:1.0.1:copy (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/README.adoc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/classes/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ microprofile-metrics-optional-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15:check (rat-check) @ microprofile-metrics-optional-tck ---
[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-metrics/target/checkout/tck/optional/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 66 implicit excludes.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 8 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.0:copy-resources (copy-readme) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] 
[INFO] [INFO] --- dependency:3.5.0:unpack (unpack-licenses) @ microprofile-metrics-optional-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-metrics/target/checkout/tck/optional/target with includes "licenses/*" and excludes ""
[INFO] [INFO] 
[INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ microprofile-metrics-optional-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-metrics-optional-tck ---
[INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-optional-tck:java-source:sources:5.0.2-RC1 already attached, replace previous instance
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] No previous run data found, generating javadoc.
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.metrics.test.optional...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 11.0.11
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/LambdaMatcher.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MetricAppBeanOptional.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MetricsRESTActivator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MPMetricBaseMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MpMetricOptionalTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/MpMetricsArithmeticExceptionMapper.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/NameObject.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-summary.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/constant-values.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/LambdaMatcher.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MPMetricBaseMetricsTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MetricAppBeanOptional.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MetricsRESTActivator.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MpMetricOptionalTest.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/MpMetricsArithmeticExceptionMapper.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/class-use/NameObject.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/org/eclipse/microprofile/metrics/test/optional/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/overview-tree.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/index-all.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/allclasses-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/allpackages-index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/allclasses.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/index.html...
[INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ microprofile-metrics-optional-tck ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/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.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-sources.jar.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/optional/target/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-optional-tck/5.0.2-RC1/microprofile-metrics-optional-tck-5.0.2-RC1-javadoc.jar.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-1664".
[INFO] [INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1664
[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-1664".
[INFO] 
[INFO] Waiting for operation to complete...
[INFO] ............
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Metrics 5.0.2-RC1:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Metrics ............................... SUCCESS [  3.550 s]
[INFO] [INFO] MicroProfile Metrics API ........................... SUCCESS [ 10.356 s]
[INFO] [INFO] MicroProfile Metrics Specification ................. SUCCESS [ 28.553 s]
[INFO] [INFO] MicroProfile Metrics TCK ........................... SUCCESS [  0.652 s]
[INFO] [INFO] MicroProfile Metrics REST-TCK ...................... SUCCESS [  5.740 s]
[INFO] [INFO] MicroProfile Metrics API-TCK ....................... SUCCESS [ 10.638 s]
[INFO] [INFO] MicroProfile Metrics Optional-TCK .................. SUCCESS [ 55.497 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:56 min
[INFO] [INFO] Finished at: 2024-01-09T18:48:03Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Metrics 5.0.2-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Metrics ............................... SUCCESS [03:21 min]
[INFO] MicroProfile Metrics API ........................... SKIPPED
[INFO] MicroProfile Metrics Specification ................. SKIPPED
[INFO] MicroProfile Metrics TCK ........................... SKIPPED
[INFO] MicroProfile Metrics REST-TCK ...................... SKIPPED
[INFO] MicroProfile Metrics API-TCK ....................... SKIPPED
[INFO] MicroProfile Metrics Optional-TCK .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:23 min
[INFO] Finished at: 2024-01-09T18:48:03Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 235 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-metrics
[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-Slxj4Cc6Z5Sz/agent.1532
SSH_AGENT_PID=1534
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_5224111314019601284.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_5224111314019601284.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-5.0.2-RC1
[Pipeline] sh
+ scp -r spec/target/generated-docs/logo.png spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.html spec/target/generated-docs/microprofile-metrics-spec-5.0.2-RC1.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-5.0.2-RC1
[Pipeline] fileExists
[Pipeline] sh
+ scp api/target/microprofile-metrics-api-5.0.2-RC1.jar api/target/microprofile-metrics-api-5.0.2-RC1-javadoc.jar api/target/microprofile-metrics-api-5.0.2-RC1-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-5.0.2-RC1/
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-5.0.2-RC1/apidocs
[Pipeline] sh
+ scp -r api/target/apidocs/allclasses.html api/target/apidocs/allclasses-index.html api/target/apidocs/allpackages-index.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/element-list api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/jquery api/target/apidocs/licenses api/target/apidocs/member-search-index.js api/target/apidocs/member-search-index.zip api/target/apidocs/org api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-search-index.js api/target/apidocs/package-search-index.zip api/target/apidocs/resources api/target/apidocs/script.js api/target/apidocs/search.js api/target/apidocs/stylesheet.css api/target/apidocs/type-search-index.js api/target/apidocs/type-search-index.zip genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-5.0.2-RC1/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-metrics-5.0.2-RC1/
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1534 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-metrics
[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