Started by user Emily Jiang Running as Emily Jiang Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Agent basic-bmlzm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-bmlzm" namespace: "microprofile" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.microprofile.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-bmlzm" - 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-bmlzm" - 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.13.3" 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-bmlzm 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-ssh11707521932315307194.key Verifying host key using known hosts file > 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 d236bece910100647d8fc89803641adf132ac1b6 (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 d236bece910100647d8fc89803641adf132ac1b6 # timeout=10 Commit message: "Allow to build microprofile-telemetry" > git rev-list --no-walk d236bece910100647d8fc89803641adf132ac1b6 # 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-rest-client [Pipeline] { [Pipeline] git The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision babf75489b8193160df001acf4b809825fa4f311 (refs/remotes/origin/master) Cloning repository git@github.com:eclipse/microprofile-rest-client.git > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-rest-client.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-rest-client@tmp/jenkins-gitclient-ssh7344880508991928715.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/microprofile-rest-client.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 babf75489b8193160df001acf4b809825fa4f311 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master babf75489b8193160df001acf4b809825fa4f311 # timeout=10 Commit message: "Merge pull request #351 from Emily-Jiang/prep-for-mp6" > git rev-list --no-walk f5f62a34c9609e39933bab5854d71237a79a4786 # 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-rest-client [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 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust Secret subkeys are available. pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2022-10-09 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2022-10-09 usage: S [ unknown] (1). Eclipse Microprofile Project 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-bX3MNORz2Wbz/agent.253 SSH_AGENT_PID=255 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client@tmp/private_key_12270558241771331949.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client@tmp/private_key_12270558241771331949.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git config --global user.email microprofile-bot@eclipse.org + git config --global user.name 'Eclipse MicroProfile bot' [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.0.1 -DdevelopmentVersion=3.1-SNAPSHOT -DreleaseVersion=3.0.1 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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 Rest Client [pom] [INFO] MicroProfile Rest Client API [jar] [INFO] MicroProfile Rest Client TCK [jar] [INFO] MicroProfile Rest Client Specification [pom] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-parent >-- [INFO] Building MicroProfile Rest Client 3.1-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-rest-client-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-rest-client" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile Rest Client'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile Rest Client API'... [INFO] Transforming 'MicroProfile Rest Client TCK'... [INFO] Transforming 'MicroProfile Rest Client Specification'... [INFO] Not generating release POMs [INFO] Executing goals 'verify'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [INFO] Inspecting build with total of 4 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Rest Client [pom] [INFO] [INFO] MicroProfile Rest Client API [jar] [INFO] [INFO] MicroProfile Rest Client TCK [jar] [INFO] [INFO] MicroProfile Rest Client Specification [pom] [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-parent >-- [INFO] [INFO] Building MicroProfile Rest Client 3.0.1 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 75 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.010 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-parent --- [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-api >-- [INFO] [INFO] Building MicroProfile Rest Client API 3.0.1 [2/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 32 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 32 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 1s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-api --- [INFO] [INFO] Total Files Processed: 32 in 00:00.961 [INFO] [INFO] Already Sorted: 32 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-rest-client-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-rest-client-api --- [INFO] [WARNING] Cannot consider developer in line '74' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 4 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-rest-client-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-rest-client-api --- [INFO] [INFO] Surefire report directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@68fb2c38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1.jar [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-tests.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-rest-client-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-rest-client-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.rest.client:microprofile-rest-client-api:java-source:sources:3.0.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-rest-client-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-rest-client-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/RestClientBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/RestClientDefinitionException.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/ClientHeaderParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/ClientHeaderParams.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterClientHeaders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterProviders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/AsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/AsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/ClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/DefaultClientHeadersFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/QueryParamStyle.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/ResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RegisterRestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RestClient.RestClientLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilderListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/class-use/RestClientDefinitionException.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/class-use/RestClientBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterProviders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterClientHeaders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/ClientHeaderParams.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/ClientHeaderParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/ResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/QueryParamStyle.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/DefaultClientHeadersFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/ClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/AsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/AsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RestClient.RestClientLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RegisterRestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilderListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Configuration changed, re-generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/AbstractBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/BuilderImpl1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/BuilderImpl2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/RestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/DefaultClientHeadersFactoryImplTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/MockConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/ResponseExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilder1Resolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/SimpleRestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/BuilderImpl2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/AbstractBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/BuilderImpl1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/RestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/MockConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/DefaultClientHeadersFactoryImplTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/ResponseExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/class-use/SimpleRestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilder1Resolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/testapidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-rest-client-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:(,3.0.1) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] The baseline version was found to be 3.0 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0.1 against org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-tck >-- [INFO] [INFO] Building MicroProfile Rest Client TCK 3.0.1 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/tck/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 168 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 168 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 167 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 167 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 0s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-tck --- [INFO] [INFO] Total Files Processed: 167 in 00:00.616 [INFO] [INFO] Already Sorted: 167 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 10 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-rest-client-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 167 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-rest-client-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-tck --- [INFO] [INFO] Starting audit... [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:31:50: Variable 'passedInOutgoingHeaders' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:32:27: Variable 'isIncomingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:33:27: Variable 'isOutgoingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:34:27: Variable 'invoked' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:28:50: Variable 'passedInOutgoingHeaders' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:29:27: Variable 'invoked' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:30:27: Variable 'isIncomingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:31:27: Variable 'isOutgoingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.java:84: Line is longer than 150 characters (found 155). [LineLength] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:237:27: Variable 'data' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:238:27: Variable 'comments' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:239:27: Variable 'names' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:240:27: Variable 'ids' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:241:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:242:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:243:17: Variable 'completed' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:244:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:245:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:290:27: Variable 'eventStrings' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:291:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:292:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:293:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:294:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:335:33: Variable 'weatherEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:336:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:337:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:338:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:339:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] Audit done. [INFO] [INFO] There is 1 error reported by Checkstyle 8.29 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/checkstyle-rules.xml ruleset. [INFO] [ERROR] src/main/java/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.java:[84] (sizes) LineLength: Line is longer than 150 characters (found 155). [INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false [INFO] [INFO] You have 1 Checkstyle violation. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-rest-client-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-rest-client-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-rest-client-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-rest-client-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/microprofile-rest-client-tck-3.0.1.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-rest-client-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/tck/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 168 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 168 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-rest-client-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-rest-client-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-tck --- [INFO] [WARNING] artifact org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:java-source:sources:3.0.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.asynctests... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.cditests... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.interfaces... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.interfaces.ssl... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.jsonb... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.providers... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.spi... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.sse... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.ssl... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.timeout... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.utils... [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-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/AdditionalRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/BeanParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CallMultipleMappersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientHeaderParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientReuseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CloseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CustomHttpMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultExceptionMapperConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultMIMETypeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/FeatureRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/FollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InheritanceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvalidInterfaceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokedMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithBuiltProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithJsonPProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/MultiRegisteredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProducesConsumesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProvidesRestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/QueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/RestClientBuilderListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/RestClientListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/SubResourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/WiremockArquillianTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/AsyncMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/CDIInvokeAsyncSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIFollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInterceptorTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyClientWithAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyProgrammaticClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.ArrayPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.CommaSeparatedStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.DefaultStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.MultiPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIURIvsURLConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/ConfigKeyForMultipleInterfacesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/ConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasAppScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasAppScopeTest.MyAppScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasConversationScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasConversationScopeTest.MyConversationScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasRequestScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasRequestScopeTest.MyRequestScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSessionScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSessionScopeTest.MySessionScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSingletonScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSingletonScopeTest.MySingletonApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/Counter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/HeaderGenerator.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/AutoCloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/BaseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CdiClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ChildClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURI.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURI2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURIAndInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ConfigKeyClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ConfigKeyClient2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CustomHttpMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CustomHttpMethod.MYMETHOD.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/FeatureProviderClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceUsingBeanParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutProvidersDefinedWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InvalidComputeMethodSignature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonBClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonBPrivateClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonPClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/Loggable.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/LoggableInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingHeaderComputeMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingPathParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingPathParamSub.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingUriTemplate.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHeadersOnSameInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHeadersOnSameMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHTTPMethodAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultiValueClientHeaderWithComputeMethodOnInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultiValueClientHeaderWithComputeMethodOnMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBContextResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBObject.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBObjectWithPrivateProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ProducesConsumesClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/RootResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApiAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApiWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/StringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/StringResponseClientAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SubResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/TemplateMismatch.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithKeystoreAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithKeystoreFromClasspathAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithNonMatchingStore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ConfigurableHostnameVerifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/JsonPClientWithSslContext.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/JsonPClientWithTruststoreFromClasspath.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/InvokeWithJsonBProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/BeanParamFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/CustomHttpMethodFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/InjectedSimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/InvokedMethodRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/LowerPriorityTestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/MultiTypedProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/Prioritized2000MessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ProducesConsumesFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWith200RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWith500RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithAllClientHeadersFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithSpecifiedHeaderFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithURLRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/SimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestMessageBodyWriter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestParamConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestParamConverterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestReaderInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapperHandles.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapperOverridePriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestWriterInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ThreadedClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAddPathClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/UnprioritizedMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/Widget.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/SimpleRestClientBuilderListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/SimpleRestClientListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/AbstractSseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/HttpSseServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/MyEventSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/MyEventSourceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/ReactiveStreamsPublisherTckTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/RsSseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/RsWeatherEventClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/WeatherEvent.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/WeatherEventProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/AbstractSslTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/HttpsServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslContextTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslHostnameVerifierTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslMutualTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslTrustStoreTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutBuilderIndependentOfMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutTestBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutViaMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutViaMPConfigWithConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/ClassUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/ConfigUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/WiremockArquillianTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/SubResourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/RestClientListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/RestClientBuilderListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/QueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProvidesRestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProducesConsumesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/MultiRegisteredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokedMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithJsonPProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithBuiltProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvalidInterfaceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InheritanceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/FollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/FeatureRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultMIMETypeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultExceptionMapperConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CustomHttpMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CloseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientReuseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientHeaderParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CallMultipleMappersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/BeanParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/AdditionalRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/class-use/CDIInvokeAsyncSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/class-use/AsyncMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSingletonScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSingletonScopeTest.MySingletonApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSessionScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSessionScopeTest.MySessionScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasRequestScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasRequestScopeTest.MyRequestScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasConversationScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasConversationScopeTest.MyConversationScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasAppScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasAppScopeTest.MyAppScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/ConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/ConfigKeyForMultipleInterfacesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIURIvsURLConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.DefaultStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.MultiPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.CommaSeparatedStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.ArrayPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyClientWithAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyProgrammaticClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInterceptorTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIFollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/HeaderGenerator.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/CustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/Counter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/CdiCustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/TemplateMismatch.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SubResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/StringResponseClientAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/StringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApiWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApiAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/RootResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ProducesConsumesClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBObjectWithPrivateProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBObject.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBContextResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHeadersOnSameMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHeadersOnSameInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHTTPMethodAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultiValueClientHeaderWithComputeMethodOnMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultiValueClientHeaderWithComputeMethodOnInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingUriTemplate.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingPathParamSub.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingPathParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingHeaderComputeMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/LoggableInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/Loggable.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonPClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonBPrivateClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonBClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InvalidComputeMethodSignature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutProvidersDefinedWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceUsingBeanParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/FeatureProviderClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CustomHttpMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CustomHttpMethod.MYMETHOD.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ConfigKeyClient2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ConfigKeyClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURIAndInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURI2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURI.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientHeaderParamClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ChildClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CdiClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/BaseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/AutoCloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/JsonPClientWithTruststoreFromClasspath.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/JsonPClientWithSslContext.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ConfigurableHostnameVerifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithNonMatchingStore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithKeystoreFromClasspathAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithKeystoreAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/class-use/InvokeWithJsonBProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/Widget.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/UnprioritizedMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ThreadedClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestWriterInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapperOverridePriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapperHandles.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestReaderInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestParamConverterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestParamConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestMessageBodyWriter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAddPathClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/SimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithURLRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithSpecifiedHeaderFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithAllClientHeadersFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWith500RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWith200RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ProducesConsumesFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/Prioritized2000MessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/MultiTypedProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/LowerPriorityTestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/InvokedMethodRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/InjectedSimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/CustomHttpMethodFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/BeanParamFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/class-use/SimpleRestClientListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/class-use/SimpleRestClientBuilderListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/WeatherEventProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/WeatherEvent.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/RsWeatherEventClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/RsSseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/ReactiveStreamsPublisherTckTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/MyEventSourceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/MyEventSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/HttpSseServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/BasicReactiveStreamsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/AbstractSseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslTrustStoreTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslMutualTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslHostnameVerifierTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslContextTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/HttpsServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/AbstractSslTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutViaMPConfigWithConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutViaMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutTestBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutBuilderIndependentOfMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/ConfigUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/ClassUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-spec >-- [INFO] [INFO] Building MicroProfile Rest Client Specification 3.0.1 [4/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-spec --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 12 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-spec --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-spec --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-rest-client-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-rest-client-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-spec --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Rest Client 3.0.1: [INFO] [INFO] [INFO] [INFO] MicroProfile Rest Client ........................... SUCCESS [ 7.479 s] [INFO] [INFO] MicroProfile Rest Client API ....................... SUCCESS [ 16.669 s] [INFO] [INFO] MicroProfile Rest Client TCK ....................... SUCCESS [ 9.017 s] [INFO] [INFO] MicroProfile Rest Client Specification ............. SUCCESS [ 25.260 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:03 min [INFO] [INFO] Finished at: 2022-10-03T11:18:14Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git commit --verbose -F /tmp/maven-scm-938942102.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git push git@github.com:eclipse/microprofile-rest-client.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Tagging release with the label 3.0.1... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git tag -F /tmp/maven-scm-6021315.commit 3.0.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git push git@github.com:eclipse/microprofile-rest-client.git refs/tags/3.0.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Transforming 'MicroProfile Rest Client'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile Rest Client API'... [INFO] Transforming 'MicroProfile Rest Client TCK'... [INFO] Transforming 'MicroProfile Rest Client Specification'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git commit --verbose -F /tmp/maven-scm-279115186.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client" && git push git@github.com:eclipse/microprofile-rest-client.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Release preparation complete. [INFO] [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-rest-client-parent --- [INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client [INFO] Checking out the project to perform the release ... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target" && git clone --branch 3.0.1 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target [INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client' [INFO] Working directory: /tmp [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout" && git checkout 3.0.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0.1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:jar:3.0.1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.rest.client:microprofile-rest-client-spec:pom:3.0.1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:pom:3.0.1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [INFO] [WARNING] [INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [INFO] [WARNING] [INFO] [INFO] Inspecting build with total of 4 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Rest Client [pom] [INFO] [INFO] MicroProfile Rest Client API [jar] [INFO] [INFO] MicroProfile Rest Client TCK [jar] [INFO] [INFO] MicroProfile Rest Client Specification [pom] [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-parent >-- [INFO] [INFO] Building MicroProfile Rest Client 3.0.1 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 75 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.005 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-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-rest-client-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-parent --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/3.0.1/microprofile-rest-client-parent-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/microprofile-rest-client-parent-3.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/3.0.1/microprofile-rest-client-parent-3.0.1.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-rest-client-parent --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/3.0.1/microprofile-rest-client-parent-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/microprofile-rest-client-parent-3.0.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/3.0.1/microprofile-rest-client-parent-3.0.1.pom.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-api >-- [INFO] [INFO] Building MicroProfile Rest Client API 3.0.1 [2/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 32 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 32 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 1s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-api --- [INFO] [INFO] Total Files Processed: 32 in 00:00.559 [INFO] [INFO] Already Sorted: 32 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-rest-client-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-rest-client-api --- [INFO] [WARNING] Cannot consider developer in line '74' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 4 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-rest-client-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/test-classes [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-rest-client-api --- [INFO] [INFO] Surefire report directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@68fb2c38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.jar [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-tests.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-rest-client-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-rest-client-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.rest.client:microprofile-rest-client-api:java-source:sources:3.0.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-rest-client-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/api/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 33 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 33 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-rest-client-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-rest-client-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/RestClientBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/RestClientDefinitionException.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/ClientHeaderParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/ClientHeaderParams.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterClientHeaders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/RegisterProviders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/AsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/AsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/ClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/DefaultClientHeadersFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/QueryParamStyle.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/ResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RegisterRestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/RestClient.RestClientLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilderListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/RestClientListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/class-use/RestClientDefinitionException.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/class-use/RestClientBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterProviders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/RegisterClientHeaders.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/ClientHeaderParams.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/class-use/ClientHeaderParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/ResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/QueryParamStyle.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/DefaultClientHeadersFactoryImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/ClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/AsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/class-use/AsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RestClient.RestClientLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/class-use/RegisterRestClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilderListener.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/annotation/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/inject/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/org/eclipse/microprofile/rest/client/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-rest-client-api --- [INFO] [INFO] Configuration changed, re-generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/AbstractBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/BuilderImpl1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/BuilderImpl2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/RestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/DefaultClientHeadersFactoryImplTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/MockConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/ResponseExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/RestClientBuilder1Resolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/SimpleRestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/RestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/BuilderImpl1.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/AbstractBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/class-use/BuilderImpl2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/DefaultClientHeadersFactoryImplTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/ResponseExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/class-use/MockConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/class-use/SimpleRestClientBuilderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/class-use/RestClientBuilder1Resolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/org/eclipse/microprofile/rest/client/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/testapidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-rest-client-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:(,3.0.1) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] The baseline version was found to be 3.0 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0.1 against org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-api --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-api --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-tests.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-tests.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-javadoc.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-rest-client-api --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-tests.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-tests.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-tests.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-tests.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-javadoc.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-api/3.0.1/microprofile-rest-client-api-3.0.1-test-javadoc.jar.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-tck >-- [INFO] [INFO] Building MicroProfile Rest Client TCK 3.0.1 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/tck/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 168 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 168 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 167 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 167 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 0s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-tck --- [INFO] [INFO] Total Files Processed: 167 in 00:00.723 [INFO] [INFO] Already Sorted: 167 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 10 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-rest-client-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 167 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-rest-client-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-tck --- [INFO] [INFO] Starting audit... [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:31:50: Variable 'passedInOutgoingHeaders' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:32:27: Variable 'isIncomingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:33:27: Variable 'isOutgoingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.java:34:27: Variable 'invoked' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:28:50: Variable 'passedInOutgoingHeaders' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:29:27: Variable 'invoked' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:30:27: Variable 'isIncomingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.java:31:27: Variable 'isOutgoingHeadersMapNull' must be private and have accessor methods. [VisibilityModifier] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.java:84: Line is longer than 150 characters (found 155). [LineLength] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:237:27: Variable 'data' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:238:27: Variable 'comments' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:239:27: Variable 'names' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:240:27: Variable 'ids' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:241:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:242:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:243:17: Variable 'completed' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:244:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:245:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:290:27: Variable 'eventStrings' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:291:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:292:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:293:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:294:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:335:33: Variable 'weatherEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:336:30: Variable 'eventLatch' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:337:19: Variable 'throwable' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:338:22: Variable 'subscription' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.java:339:14: Variable 'requestedEvents' must be private and have accessor methods. [VisibilityModifier] [INFO] Audit done. [INFO] [INFO] There is 1 error reported by Checkstyle 8.29 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/checkstyle-rules.xml ruleset. [INFO] [ERROR] src/main/java/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.java:[84] (sizes) LineLength: Line is longer than 150 characters (found 155). [INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false [INFO] [INFO] You have 1 Checkstyle violation. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-rest-client-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-rest-client-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-rest-client-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-rest-client-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-rest-client-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-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-rest-client/target/checkout/tck/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 63 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 168 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 168 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-rest-client-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-rest-client-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-rest-client-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-rest-client-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:java-source:sources:3.0.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.asynctests... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.cditests... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.ext... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.interfaces... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.interfaces.ssl... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.jsonb... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.providers... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.spi... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.sse... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.ssl... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.timeout... [INFO] Loading source files for package org.eclipse.microprofile.rest.client.tck.utils... [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-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/AdditionalRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/BeanParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CallMultipleMappersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientHeaderParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ClientReuseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CloseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/CustomHttpMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultExceptionMapperConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/DefaultMIMETypeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/FeatureRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/FollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InheritanceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvalidInterfaceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokedMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithBuiltProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithJsonPProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/InvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/MultiRegisteredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProducesConsumesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProvidesRestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/QueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/RestClientBuilderListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/RestClientListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/SubResourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/WiremockArquillianTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/AsyncMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/CDIInvokeAsyncSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIFollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInterceptorTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIInvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyClientWithAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIManagedProviderTest.MyProgrammaticClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.ArrayPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.CommaSeparatedStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.DefaultStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIQueryParamStyleTest.MultiPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/CDIURIvsURLConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/ConfigKeyForMultipleInterfacesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/ConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasAppScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasAppScopeTest.MyAppScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasConversationScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasConversationScopeTest.MyConversationScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasRequestScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasRequestScopeTest.MyRequestScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSessionScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSessionScopeTest.MySessionScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSingletonScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/HasSingletonScopeTest.MySingletonApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/CdiCustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/Counter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/CustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/HeaderGenerator.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/AutoCloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/BaseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CdiClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ChildClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeaderParamClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURI.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURI2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ClientWithURIAndInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ConfigKeyClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ConfigKeyClient2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CustomHttpMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/CustomHttpMethod.MYMETHOD.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/FeatureProviderClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceUsingBeanParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithoutProvidersDefinedWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InterfaceWithProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/InvalidComputeMethodSignature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonBClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonBPrivateClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/JsonPClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/Loggable.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/LoggableInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingHeaderComputeMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingPathParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingPathParamSub.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MissingUriTemplate.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHeadersOnSameInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHeadersOnSameMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultipleHTTPMethodAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultiValueClientHeaderWithComputeMethodOnInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MultiValueClientHeaderWithComputeMethodOnMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBContextResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBObject.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/MyJsonBObjectWithPrivateProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ProducesConsumesClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/RootResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApiAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SimpleGetApiWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/StringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/StringResponseClientAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/SubResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/TemplateMismatch.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithKeystoreAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithKeystoreFromClasspathAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithNonMatchingStore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ClientWithTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/ConfigurableHostnameVerifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/JsonPClientWithSslContext.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/JsonPClientWithTruststoreFromClasspath.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/InvokeWithJsonBProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/BeanParamFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/CustomHttpMethodFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/InjectedSimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/InvokedMethodRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/LowerPriorityTestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/MultiTypedProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/Prioritized2000MessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ProducesConsumesFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWith200RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWith500RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithAllClientHeadersFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithSpecifiedHeaderFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ReturnWithURLRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/SimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestMessageBodyWriter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestParamConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestParamConverterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestReaderInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapperHandles.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestResponseExceptionMapperOverridePriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TestWriterInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/ThreadedClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAddPathClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLAsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/TLClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/UnprioritizedMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/Widget.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/SimpleRestClientBuilderListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/SimpleRestClientListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/AbstractSseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/BasicReactiveStreamsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/HttpSseServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/MyEventSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/MyEventSourceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/ReactiveStreamsPublisherTckTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/RsSseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/RsWeatherEventClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/WeatherEvent.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/WeatherEventProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/AbstractSslTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/HttpsServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslContextTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslHostnameVerifierTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslMutualTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/SslTrustStoreTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutBuilderIndependentOfMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutTestBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutViaMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/TimeoutViaMPConfigWithConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/ClassUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/ConfigUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/WiremockArquillianTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/SubResourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/RestClientListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/RestClientBuilderListenerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/QueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProvidesRestClientBuilderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ProducesConsumesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/MultiRegisteredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokedMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithJsonPProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeWithBuiltProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InvalidInterfaceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/InheritanceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/FollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/FeatureRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultMIMETypeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultExceptionMapperTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/DefaultExceptionMapperConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CustomHttpMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CloseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientReuseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/ClientHeaderParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/CallMultipleMappersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/BeanParamTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/class-use/AdditionalRegistrationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/class-use/CDIInvokeAsyncSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/class-use/AsyncMethodTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSingletonScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSingletonScopeTest.MySingletonApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSessionScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasSessionScopeTest.MySessionScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasRequestScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasRequestScopeTest.MyRequestScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasConversationScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasConversationScopeTest.MyConversationScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasAppScopeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/HasAppScopeTest.MyAppScopedApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/ConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/ConfigKeyForMultipleInterfacesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIURIvsURLConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.DefaultStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.MultiPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.CommaSeparatedStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIQueryParamStyleTest.ArrayPairsStringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIProxyServerTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyClientWithAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIManagedProviderTest.MyProgrammaticClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInvokeWithRegisteredProvidersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInvokeSimpleGetOperationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIInterceptorTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIFollowRedirectsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/class-use/CDIClientHeadersFactoryTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/HeaderGenerator.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/CustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/Counter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/class-use/CdiCustomClientHeadersFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/TemplateMismatch.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SubResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/StringResponseClientAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/StringClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApiWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApiAsync.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/SimpleGetApi.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/RootResource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ProducesConsumesClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBObjectWithPrivateProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBObject.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyJsonBContextResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHeadersOnSameMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHeadersOnSameInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultipleHTTPMethodAnnotations.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultiValueClientHeaderWithComputeMethodOnMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MultiValueClientHeaderWithComputeMethodOnInterface.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingUriTemplate.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingPathParamSub.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingPathParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/MissingHeaderComputeMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/LoggableInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/Loggable.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonPClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonBPrivateClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/JsonBClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InvalidComputeMethodSignature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutProvidersDefinedWithConfigKey.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithoutPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithProvidersDefined.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceWithPriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceUsingBeanParam.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/InterfaceBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/FeatureProviderClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CustomHttpMethod.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CustomHttpMethod.MYMETHOD.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ConfigKeyClient2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ConfigKeyClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURIAndInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURI2.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientWithURI.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ClientHeaderParamClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/ChildClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/CdiClientHeadersFactoryClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/BaseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/class-use/AutoCloseableClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/JsonPClientWithTruststoreFromClasspath.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/JsonPClientWithSslContext.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ConfigurableHostnameVerifier.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithNonMatchingStore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithKeystoreFromClasspathAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/class-use/ClientWithKeystoreAndTruststore.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/class-use/InvokeWithJsonBProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/Widget.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/UnprioritizedMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ThreadedClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestWriterInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapperOverridePriority.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapperHandles.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestReaderInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestParamConverterProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestParamConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestMessageBodyWriter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestMessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TestClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLClientResponseFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAsyncInvocationInterceptorFactory.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAsyncInvocationInterceptor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/TLAddPathClientRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/SimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithURLRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithSpecifiedHeaderFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWithAllClientHeadersFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWith500RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ReturnWith200RequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/ProducesConsumesFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/Prioritized2000MessageBodyReader.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/MultiTypedProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/LowerPriorityTestResponseExceptionMapper.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/InvokedMethodRequestFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/InjectedSimpleFeature.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/CustomHttpMethodFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/class-use/BeanParamFilter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/class-use/SimpleRestClientListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/class-use/SimpleRestClientBuilderListenerImpl.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/WeatherEventProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/WeatherEvent.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/RsWeatherEventClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/RsSseClient.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/ReactiveStreamsPublisherTckTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/MyEventSourceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/MyEventSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/HttpSseServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/BasicReactiveStreamsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/class-use/AbstractSseTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslTrustStoreTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslMutualTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslHostnameVerifierTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/SslContextTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/HttpsServer.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/class-use/AbstractSslTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutViaMPConfigWithConfigKeyTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutViaMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutTestBase.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/class-use/TimeoutBuilderIndependentOfMPConfigTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/TestUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/ConfigUtil.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/class-use/ClassUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/asynctests/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/cditests/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ext/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/interfaces/ssl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/jsonb/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/providers/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/spi/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/sse/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/ssl/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/timeout/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/org/eclipse/microprofile/rest/client/tck/utils/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-rest-client-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-tck --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-rest-client-tck --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/tck/target/microprofile-rest-client-tck-3.0.1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-tck/3.0.1/microprofile-rest-client-tck-3.0.1-javadoc.jar.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-spec >-- [INFO] [INFO] Building MicroProfile Rest Client Specification 3.0.1 [4/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-rest-client-spec --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 12 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-rest-client-spec --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-rest-client-spec --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-rest-client-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-rest-client-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/src/main/asciidoc/microprofile-rest-client-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-rest-client-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-rest-client-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-rest-client-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-spec --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/microprofile-rest-client-spec-3.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/gpg/target/generated-docs/microprofile-rest-client-spec-3.0.1.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/gpg/target/generated-docs/microprofile-rest-client-spec-3.0.1.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.html.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-rest-client-spec --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/microprofile-rest-client-spec-3.0.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/gpg/target/generated-docs/microprofile-rest-client-spec-3.0.1.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/spec/target/gpg/target/generated-docs/microprofile-rest-client-spec-3.0.1.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/rest/client/microprofile-rest-client-spec/3.0.1/microprofile-rest-client-spec-3.0.1.html.asc [INFO] [INFO] Performing remote staging... [INFO] [INFO] [INFO] [INFO] * Remote staging into staging profile ID "72ca920b8d0826" [INFO] [INFO] * Created staging repository with ID "orgeclipsemicroprofile-1612". [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-1612". [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 Rest Client 3.0.1: [INFO] [INFO] [INFO] [INFO] MicroProfile Rest Client ........................... SUCCESS [ 5.665 s] [INFO] [INFO] MicroProfile Rest Client API ....................... SUCCESS [ 12.580 s] [INFO] [INFO] MicroProfile Rest Client TCK ....................... SUCCESS [ 8.315 s] [INFO] [INFO] MicroProfile Rest Client Specification ............. SUCCESS [01:12 min] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:39 min [INFO] [INFO] Finished at: 2022-10-03T11:19:59Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Rest Client 3.1-SNAPSHOT: [INFO] [INFO] MicroProfile Rest Client ........................... SUCCESS [02:53 min] [INFO] MicroProfile Rest Client API ....................... SKIPPED [INFO] MicroProfile Rest Client TCK ....................... SKIPPED [INFO] MicroProfile Rest Client Specification ............. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:56 min [INFO] Finished at: 2022-10-03T11:19:59Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 255 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-rest-client [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-QYI0suCWeWjD/agent.1189 SSH_AGENT_PID=1191 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client@tmp/private_key_1303009592775739712.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-rest-client@tmp/private_key_1303009592775739712.key) [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] fileExists [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1 [Pipeline] sh + scp -r spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.html spec/target/generated-docs/microprofile-rest-client-spec-3.0.1.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1 [Pipeline] fileExists [Pipeline] sh + scp api/target/microprofile-rest-client-api-3.0.1.jar api/target/microprofile-rest-client-api-3.0.1-javadoc.jar api/target/microprofile-rest-client-api-3.0.1-sources.jar api/target/microprofile-rest-client-api-3.0.1-test-javadoc.jar api/target/microprofile-rest-client-api-3.0.1-tests.jar api/target/microprofile-rest-client-api-3.0.1-test-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1/ [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1/apidocs [Pipeline] sh + scp -r api/target/apidocs/allclasses-frame.html api/target/apidocs/allclasses-noframe.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/licenses api/target/apidocs/org api/target/apidocs/overview-frame.html api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-list api/target/apidocs/script.js api/target/apidocs/serialized-form.html api/target/apidocs/stylesheet.css genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1/apidocs [Pipeline] fileExists [Pipeline] sh + find tck -name '*.jar' + xargs '-I{}' scp '{}' genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-rest-client-3.0.1/ [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1191 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-rest-client [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