Started by user David Chan Running as David Chan Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-g42l8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-g42l8" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.microprofile.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-g42l8" - 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-g42l8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-microprofile" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-g42l8 in /home/jenkins/agent/workspace/MicroProfile Releases [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/microprofile-build-infra.git > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-build-infra.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases@tmp/jenkins-gitclient-ssh13976592285653007162.key > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1d9de0b3b0c9429ba54351bf5e7719e81675cedc (refs/remotes/origin/master) > git config remote.origin.url git@github.com:eclipse/microprofile-build-infra.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10 Commit message: "Merge pull request #1 from Emily-Jiang/staging-fix" > git rev-list --no-walk 1d9de0b3b0c9429ba54351bf5e7719e81675cedc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics [Pipeline] { [Pipeline] git The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Avoid second fetch 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-ssh14616951966846791104.key > 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 Checking out Revision 186aeaf631c5a65673ba6c990c2cd0ae1c184593 (refs/remotes/origin/branch-1.1) Commit message: "[maven-release-plugin] prepare for next development iteration" > git rev-parse refs/remotes/origin/branch-1.1^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 186aeaf631c5a65673ba6c990c2cd0ae1c184593 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b branch-1.1 186aeaf631c5a65673ba6c990c2cd0ae1c184593 # timeout=10 > git rev-list --no-walk f81240e05397c308e45ad6e9007fc24eb33b7743 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Execute Release) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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 " 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 ++ awk -F: '/fpr:/ {print $10}' ++ gpg --list-keys --with-colons ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust + echo -e '5 y ' Secret subkeys are available. pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ unknown] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ unknown] (1). Eclipse Microprofile Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ unknown] (1). Eclipse Microprofile Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2022-10-09 pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ultimate] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ultimate] (1). Eclipse Microprofile Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ultimate] (1). Eclipse Microprofile Project [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-65y93IaSGemw/agent.280 SSH_AGENT_PID=282 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_13687718243559474932.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_13687718243559474932.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git config --global user.email microprofile-bot@eclipse.org + git config --global user.name 'Eclipse MicroProfile bot' [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=1.1.5 -DdevelopmentVersion=1.1.6-SNAPSHOT -DreleaseVersion=1.1.5 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] MicroProfile Metrics [pom] [INFO] MicroProfile Metrics API [jar] [INFO] MicroProfile Metrics Specification [pom] [INFO] MicroProfile Metrics REST-TCK [jar] [INFO] MicroProfile Metrics API-TCK [jar] [INFO] [INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >---- [INFO] Building MicroProfile Metrics 1.1.5-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-metrics-parent --- [INFO] Verifying that there are no local modifications... [INFO] ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics" && git rev-parse --show-toplevel [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: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile Metrics'... [INFO] Transforming 'MicroProfile Metrics API'... [INFO] Transforming 'MicroProfile Metrics Specification'... [INFO] Transforming 'MicroProfile Metrics REST-TCK'... [INFO] Updating microprofile-metrics-api to 1.1.5 [INFO] Transforming 'MicroProfile Metrics API-TCK'... [INFO] Updating microprofile-metrics-api to 1.1.5 [INFO] Not generating release POMs [INFO] Executing goals 'clean verify'... [INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) [INFO] Maven home: /opt/tools/apache-maven/3.8.3 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [INFO] Inspecting build with total of 5 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 5 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 REST-TCK [jar] [INFO] [INFO] MicroProfile Metrics API-TCK [jar] [INFO] [INFO] [INFO] [INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >---- [INFO] [INFO] Building MicroProfile Metrics 1.1.5 [1/5] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-metrics-parent --- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 75 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-parent --- [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-api >------ [INFO] [INFO] Building MicroProfile Metrics API 1.1.5 [2/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-metrics-api --- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 67 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 24 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/src/main/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-metrics-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-metrics-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-metrics-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-metrics-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-metrics-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 67 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 24 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-metrics-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-1.1.5-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-api --- [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 1.8.0_292 [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/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/Meter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/Metered.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/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/MetricType.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/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/Metered.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/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/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/package-frame.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-frame.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/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/class-use/Snapshot.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/MetricUnits.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/MetricType.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/MetricFilter.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/Metered.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Meter.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/Histogram.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/Counting.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/annotation/class-use/Timed.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/Metric.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Metered.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/Counted.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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/apidocs/allclasses-noframe.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] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/api/target/microprofile-metrics-api-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-api --- [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.metrics:microprofile-metrics-spec >----- [INFO] [INFO] Building MicroProfile Metrics Specification 1.1.5 [3/5] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-metrics-spec --- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 66 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 5 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses. [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-metrics-spec --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] ignoreDelta true [INFO] [INFO] Copying 0 resource [INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/main/asciidoc/metrics_spec.adoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-metrics-spec --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] ignoreDelta true [INFO] [INFO] Copying 0 resource [INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/spec/src/main/asciidoc/metrics_spec.adoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-spec --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-spec --- [INFO] [INFO] [INFO] [INFO] ---< org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck >--- [INFO] [INFO] Building MicroProfile Metrics REST-TCK 1.1.5 [4/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-metrics-rest-tck --- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 65 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/classes [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java uses or overrides a deprecated API. [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-metrics-rest-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-metrics-rest-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2: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-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-rest-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 65 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-rest-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.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-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (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-1.1.5-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-rest-tck --- [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.metrics.test... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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/ReusableMetricsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-frame.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/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/class-use/ReusableMetricsTest.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/MetricAppBean2.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/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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/apidocs/allclasses-noframe.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/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6: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 1.1.5 [5/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 80 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-api-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/src/main/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ microprofile-metrics-api-tck --- [INFO] [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-api-tck --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-api-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ microprofile-metrics-api-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2: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-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 80 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.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-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (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-1.1.5-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api-tck:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] Loading source files for package io.astefanutti.metrics.cdi.se... [INFO] Loading source files for package io.astefanutti.metrics.cdi.se.util... [INFO] Loading source files for package org.eclipse.microprofile.metrics.tck... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/AbstractGenericBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/AbstractTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ApplicationScopedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ApplicationScopedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteExtendedTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteExtendedTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CounterFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CounterFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/DefaultNameMetricMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/DefaultNameMetricMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/FooQualifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/HistogramFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/HistogramFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedChildGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedGaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedParentGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeterInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/OverloadedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/OverloadedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean3.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBeanLookupTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/VisibilityTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/VisibilityTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/MetricsUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/CounterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/GaugeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/GlobalTagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/HistogramTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MeterTest.html... [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/MetricRegistryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TimerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-frame.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/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/VisibilityTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/VisibilityTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBeanLookupTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean3.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/OverloadedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/OverloadedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeterInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedParentGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedGaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedChildGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/HistogramFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/HistogramFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/FooQualifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/DefaultNameMetricMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/DefaultNameMetricMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CounterFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CounterFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteExtendedTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteExtendedTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ApplicationScopedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ApplicationScopedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/AbstractTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/AbstractGenericBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/class-use/MetricsUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/TimerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/TagsTest.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/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/MeterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/HistogramTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/GlobalTagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/GaugeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/class-use/CounterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/tck/api/target/apidocs/allclasses-noframe.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-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-api-tck --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Metrics 1.1.5: [INFO] [INFO] [INFO] [INFO] MicroProfile Metrics ............................... SUCCESS [ 7.848 s] [INFO] [INFO] MicroProfile Metrics API ........................... SUCCESS [ 6.486 s] [INFO] [INFO] MicroProfile Metrics Specification ................. SUCCESS [ 20.216 s] [INFO] [INFO] MicroProfile Metrics REST-TCK ...................... SUCCESS [ 5.084 s] [INFO] [INFO] MicroProfile Metrics API-TCK ....................... SUCCESS [ 6.240 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 49.123 s [INFO] [INFO] Finished at: 2022-02-10T21:31:57Z [INFO] [INFO] ------------------------------------------------------------------------ [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/rest/pom.xml tck/api/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-toplevel [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: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/api/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-880434971.commit pom.xml api/pom.xml spec/pom.xml tck/rest/pom.xml tck/api/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 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/branch-1.1:refs/heads/branch-1.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics [INFO] Tagging release with the label 1.1.5... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics" && git tag -F /tmp/maven-scm-849878938.commit 1.1.5 [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/1.1.5 [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] Transforming 'MicroProfile Metrics'... [INFO] Transforming 'MicroProfile Metrics API'... [INFO] Transforming 'MicroProfile Metrics Specification'... [INFO] Transforming 'MicroProfile Metrics REST-TCK'... [INFO] Updating microprofile-metrics-api to 1.1.6-SNAPSHOT [INFO] Transforming 'MicroProfile Metrics API-TCK'... [INFO] Updating microprofile-metrics-api to 1.1.6-SNAPSHOT [INFO] Not removing release POMs [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/rest/pom.xml tck/api/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-toplevel [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: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/api/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-1370347500.commit pom.xml api/pom.xml spec/pom.xml tck/rest/pom.xml tck/api/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 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/branch-1.1:refs/heads/branch-1.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics [INFO] Release preparation complete. [INFO] [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-metrics-parent --- [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 --branch 1.1.5 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/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 1.1.5 [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] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) [INFO] Maven home: /opt/tools/apache-maven/3.8.3 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [INFO] Inspecting build with total of 5 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 5 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 REST-TCK [jar] [INFO] [INFO] MicroProfile Metrics API-TCK [jar] [INFO] [INFO] [INFO] [INFO] ----< org.eclipse.microprofile.metrics:microprofile-metrics-parent >---- [INFO] [INFO] Building MicroProfile Metrics 1.1.5 [1/5] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 75 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4: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/1.1.5/microprofile-metrics-parent-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/microprofile-metrics-parent-1.1.5.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-parent/1.1.5/microprofile-metrics-parent-1.1.5.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3: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.14.21-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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/1.1.5/microprofile-metrics-parent-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/microprofile-metrics-parent-1.1.5.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/1.1.5/microprofile-metrics-parent-1.1.5.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 1.1.5 [2/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 67 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 24 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/src/main/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-metrics-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-metrics-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-metrics-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-metrics-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2: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-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 67 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 24 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.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-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-api --- [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-api --- [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 1.8.0_292 [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/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/Meter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/Metered.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/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/MetricType.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/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/Metered.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/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/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/package-frame.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-frame.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/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/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/Sampling.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/MetricType.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/MetricFilter.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/Metered.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/class-use/Meter.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/Histogram.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/Counting.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/annotation/class-use/Timed.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/Metric.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/org/eclipse/microprofile/metrics/annotation/class-use/Metered.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/Counted.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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/apidocs/allclasses-noframe.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] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-api --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-metrics-api --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5.jar [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/1.1.5/microprofile-metrics-api-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3: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.14.21-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/metrics/microprofile-metrics-api/1.1.5/microprofile-metrics-api-1.1.5.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/1.1.5/microprofile-metrics-api-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-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/1.1.5/microprofile-metrics-api-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-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/1.1.5/microprofile-metrics-api-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.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/1.1.5/microprofile-metrics-api-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5.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/1.1.5/microprofile-metrics-api-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-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/1.1.5/microprofile-metrics-api-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/api/target/microprofile-metrics-api-1.1.5-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/1.1.5/microprofile-metrics-api-1.1.5-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 1.1.5 [3/5] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 66 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 5 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses. [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-metrics-spec --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] ignoreDelta true [INFO] [INFO] Copying 0 resource [INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/main/asciidoc/metrics_spec.adoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-metrics-spec --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] ignoreDelta true [INFO] [INFO] Copying 0 resource [INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/src/main/asciidoc/metrics_spec.adoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-metrics-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-spec --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4: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/1.1.5/microprofile-metrics-spec-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/microprofile-metrics-spec-1.1.5.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-spec/1.1.5/microprofile-metrics-spec-1.1.5.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3: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.14.21-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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/1.1.5/microprofile-metrics-spec-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/spec/target/microprofile-metrics-spec-1.1.5.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/1.1.5/microprofile-metrics-spec-1.1.5.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 1.1.5 [4/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 65 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/classes [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java uses or overrides a deprecated API. [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [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] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-metrics-rest-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-metrics-rest-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2: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-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-rest-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 65 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 7 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-rest-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.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-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (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-1.1.5-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-rest-tck --- [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.metrics.test... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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/ReusableMetricsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/org/eclipse/microprofile/metrics/test/package-frame.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/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/ReusableMetricsTest.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/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/MetricAppBean.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] 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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/apidocs/allclasses-noframe.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/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-rest-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-metrics-rest-tck --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5.jar [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/1.1.5/microprofile-metrics-rest-tck-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-rest-tck/1.1.5/microprofile-metrics-rest-tck-1.1.5-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3: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.14.21-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.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/1.1.5/microprofile-metrics-rest-tck-1.1.5.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/1.1.5/microprofile-metrics-rest-tck-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-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/1.1.5/microprofile-metrics-rest-tck-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-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/1.1.5/microprofile-metrics-rest-tck-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.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/1.1.5/microprofile-metrics-rest-tck-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5.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/1.1.5/microprofile-metrics-rest-tck-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-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/1.1.5/microprofile-metrics-rest-tck-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/rest/target/microprofile-metrics-rest-tck-1.1.5-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/1.1.5/microprofile-metrics-rest-tck-1.1.5-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 1.1.5 [5/5] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 80 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-metrics-api-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/src/main/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ microprofile-metrics-api-tck --- [INFO] [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-metrics-api-tck --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-metrics-api-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ microprofile-metrics-api-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2: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-1.1.5.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-metrics-api-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details). [INFO] [INFO] Exclude: .travis.yml.* [INFO] [INFO] Exclude: **/bnd.bnd [INFO] [INFO] Exclude: *.log [INFO] [INFO] Exclude: .checkstyle [INFO] [INFO] Exclude: .factorypath [INFO] [INFO] Exclude: .editorconfig [INFO] [INFO] Exclude: **/target/ [INFO] [INFO] Exclude: **/bin/ [INFO] [INFO] Exclude: **/*.iml [INFO] [INFO] Exclude: **/*.idea [INFO] [INFO] Exclude: **/*.ipr [INFO] [INFO] 80 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 80 licenses. [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-metrics-api-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.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-1.1.5-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (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-1.1.5-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.metrics:microprofile-metrics-api-tck:java-source:sources:1.1.5 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] Loading source files for package io.astefanutti.metrics.cdi.se... [INFO] Loading source files for package io.astefanutti.metrics.cdi.se.util... [INFO] Loading source files for package org.eclipse.microprofile.metrics.tck... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/AbstractGenericBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/AbstractTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ApplicationScopedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ApplicationScopedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteExtendedTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteExtendedTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/ConcreteTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CounterFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/CounterFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/DefaultNameMetricMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/DefaultNameMetricMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/FooQualifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/GaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/HistogramFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/HistogramFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedChildGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedGaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedParentGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/InheritedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeteredMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MeterInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MetricProducerMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MonotonicCountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/MultipleMetricsMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/OverloadedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/OverloadedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBean3.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBeanLookupTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/TimerInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/VisibilityTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/VisibilityTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/MetricsUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/CounterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/GaugeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/GlobalTagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/HistogramTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/MeterTest.html... [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/MetricRegistryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/TimerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/package-frame.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/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/VisibilityTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/VisibilityTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBeanLookupTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean3.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/TimedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/OverloadedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/OverloadedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MultipleMetricsConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MonotonicCountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MetricProducerFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBean2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredMethodBean1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeteredClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/MeterInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedParentGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedGaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/InheritedChildGaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/HistogramFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/HistogramFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeInjectionBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/GaugeInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/FooQualifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/DefaultNameMetricMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/DefaultNameMetricMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CounterFieldBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CounterFieldBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedConstructorBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedConstructorBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedClassBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/CountedClassBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteExtendedTimedBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ConcreteExtendedTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ApplicationScopedTimedMethodBeanTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/ApplicationScopedTimedMethodBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/AbstractTimedBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/class-use/AbstractGenericBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/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/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/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/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/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/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/MeterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/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/class-use/GlobalTagsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/org/eclipse/microprofile/metrics/tck/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/class-use/CounterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/io/astefanutti/metrics/cdi/se/util/package-use.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] 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] 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-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/apidocs/allclasses-noframe.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-1.1.5-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-metrics-api-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-metrics-api-tck --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5.jar [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/1.1.5/microprofile-metrics-api-tck-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/metrics/microprofile-metrics-api-tck/1.1.5/microprofile-metrics-api-tck-1.1.5-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3: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.14.21-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.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/1.1.5/microprofile-metrics-api-tck-1.1.5.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/1.1.5/microprofile-metrics-api-tck-1.1.5.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-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/1.1.5/microprofile-metrics-api-tck-1.1.5-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-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/1.1.5/microprofile-metrics-api-tck-1.1.5-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.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/1.1.5/microprofile-metrics-api-tck-1.1.5.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5.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/1.1.5/microprofile-metrics-api-tck-1.1.5.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-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/1.1.5/microprofile-metrics-api-tck-1.1.5-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics/target/checkout/tck/api/target/microprofile-metrics-api-tck-1.1.5-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/1.1.5/microprofile-metrics-api-tck-1.1.5-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-1580". [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-1580". [INFO] [INFO] Waiting for operation to complete............ [INFO] [INFO] [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Metrics 1.1.5: [INFO] [INFO] [INFO] [INFO] MicroProfile Metrics ............................... SUCCESS [ 5.129 s] [INFO] [INFO] MicroProfile Metrics API ........................... SUCCESS [ 5.762 s] [INFO] [INFO] MicroProfile Metrics Specification ................. SUCCESS [ 19.449 s] [INFO] [INFO] MicroProfile Metrics REST-TCK ...................... SUCCESS [ 4.653 s] [INFO] [INFO] MicroProfile Metrics API-TCK ....................... SUCCESS [ 42.035 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:17 min [INFO] [INFO] Finished at: 2022-02-10T21:33:20Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Metrics 1.1.5-SNAPSHOT: [INFO] [INFO] MicroProfile Metrics ............................... SUCCESS [02:16 min] [INFO] MicroProfile Metrics API ........................... SKIPPED [INFO] MicroProfile Metrics Specification ................. SKIPPED [INFO] MicroProfile Metrics REST-TCK ...................... SKIPPED [INFO] MicroProfile Metrics API-TCK ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:18 min [INFO] Finished at: 2022-02-10T21:33:20Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 282 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-OQX9AWLJ9Eiu/agent.1117 SSH_AGENT_PID=1119 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_14169767952566885951.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-metrics@tmp/private_key_14169767952566885951.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5 [Pipeline] sh + scp -r spec/target/generated-docs/metrics_spec.html spec/target/generated-docs/metrics_spec.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5 [Pipeline] script [Pipeline] { [Pipeline] fileExists [Pipeline] sh + scp api/target/microprofile-metrics-api-1.1.5.jar api/target/microprofile-metrics-api-1.1.5-javadoc.jar api/target/microprofile-metrics-api-1.1.5-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5/ [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5/apidocs [Pipeline] sh + scp -r api/target/apidocs/allclasses-frame.html api/target/apidocs/allclasses-noframe.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/org api/target/apidocs/overview-frame.html api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-list api/target/apidocs/script.js api/target/apidocs/stylesheet.css genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5/apidocs [Pipeline] fileExists [Pipeline] sh + xargs '-I{}' scp '{}' genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-metrics-1.1.5/ + find tck -name '*.jar' [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1119 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