Started by user Emily Jiang Running as Emily Jiang Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-f0pkm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-f0pkm" 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-f0pkm" - 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-f0pkm" - 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-f0pkm 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-ssh6640524545247578357.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 4beb2c4866c180d92619d835db5c2e683d6b6cbc (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 4beb2c4866c180d92619d835db5c2e683d6b6cbc # timeout=10 Commit message: "Merge pull request #6 from xstefank/jdk-11" > git rev-list --no-walk 4beb2c4866c180d92619d835db5c2e683d6b6cbc # 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-jwt-auth [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 46a93ecdf95d6c9fe787fbbd6aa88c5cedc1896d (refs/remotes/origin/master) Cloning repository git@github.com:eclipse/microprofile-jwt-auth.git > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-jwt-auth.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-jwt-auth@tmp/jenkins-gitclient-ssh3263936619075076559.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/microprofile-jwt-auth.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 46a93ecdf95d6c9fe787fbbd6aa88c5cedc1896d # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 46a93ecdf95d6c9fe787fbbd6aa88c5cedc1896d # timeout=10 Commit message: "Merge pull request #311 from Emily-Jiang/jwt2.1-osgi-tidyup" > git rev-list --no-walk cc6ac7884bf8af395a01da0c7c2c50d214f7f506 # 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-jwt-auth [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: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2027-10-17 pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project [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-2FTuZeRJeMOu/agent.254 SSH_AGENT_PID=256 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth@tmp/private_key_4184371630324722948.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth@tmp/private_key_4184371630324722948.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=2.1 -DdevelopmentVersion=2.2-SNAPSHOT -DreleaseVersion=2.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 JWT Auth [pom] [INFO] MicroProfile JWT Auth Specification [pom] [INFO] MicroProfile JWT Auth API [jar] [INFO] MicroProfile JWT Auth TCK [jar] [INFO] [INFO] -----< org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent >------ [INFO] Building MicroProfile JWT Auth 2.2-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-jwt-auth-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-jwt-auth" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile JWT Auth'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile JWT Auth Specification'... [INFO] Transforming 'MicroProfile JWT Auth API'... [INFO] Transforming 'MicroProfile JWT Auth TCK'... [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 JWT Auth [pom] [INFO] [INFO] MicroProfile JWT Auth Specification [pom] [INFO] [INFO] MicroProfile JWT Auth API [jar] [INFO] [INFO] MicroProfile JWT Auth TCK [jar] [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent >------ [INFO] [INFO] Building MicroProfile JWT Auth 2.1 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-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-jwt-auth/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 77 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-jwt-auth-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-jwt-auth-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.015 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-parent --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec >------- [INFO] [INFO] Building MicroProfile JWT Auth Specification 2.1 [2/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-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] 9 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-jwt-auth-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] -------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-api >------- [INFO] [INFO] Building MicroProfile JWT Auth API 2.1 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 8 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 8 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-jwt-auth-api --- [INFO] [INFO] Total Files Processed: 9 in 00:00.440 [INFO] [INFO] Already Sorted: 9 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-jwt-auth-api --- [INFO] [WARNING] Cannot consider developer in line '97' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-jwt-auth-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/microprofile-jwt-auth-api-2.1.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-jwt-auth-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/microprofile-jwt-auth-api-2.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/microprofile-jwt-auth-api-2.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:java-source:sources:2.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.auth... [INFO] Loading source files for package org.eclipse.microprofile.jwt... [INFO] Loading source files for package org.eclipse.microprofile.jwt.config... [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-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/LoginConfig.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/Claim.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/Claims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/JsonWebToken.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/Names.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/class-use/LoginConfig.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/JsonWebToken.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claim.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/class-use/Names.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/auth/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-jwt-auth-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:(,2.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 2.0 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.1 against org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.0 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] -------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck >------- [INFO] [INFO] Building MicroProfile JWT Auth TCK 2.1 [4/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 81 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 81 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-jwt-auth-tck --- [INFO] [INFO] Total Files Processed: 81 in 00:00.820 [INFO] [INFO] Already Sorted: 80 [INFO] [INFO] Needed Sorting: 1 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-jwt-auth-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 3 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-jwt-auth-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 44 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/test-classes [INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java: Some input files use or override a deprecated API. [INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Starting audit... [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.java:104: Line is longer than 150 characters (found 157). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java:92: Line is longer than 150 characters (found 180). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.java:117: Line is longer than 150 characters (found 156). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.java:117: Line is longer than 150 characters (found 156). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java:282: Line is longer than 150 characters (found 161). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:130: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:147: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.java:97: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:99: Line is longer than 150 characters (found 152). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:116: Line is longer than 150 characters (found 153). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/resources/META-INF/microprofile-config-publickey.properties:22: Line is longer than 150 characters (found 739). [LineLength] [INFO] Audit done. [INFO] [INFO] There are 11 errors reported by Checkstyle 8.29 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/checkstyle-rules.xml ruleset. [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.java:[104] (sizes) LineLength: Line is longer than 150 characters (found 157). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java:[92] (sizes) LineLength: Line is longer than 150 characters (found 180). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.java:[117] (sizes) LineLength: Line is longer than 150 characters (found 156). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.java:[117] (sizes) LineLength: Line is longer than 150 characters (found 156). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java:[282] (sizes) LineLength: Line is longer than 150 characters (found 161). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:[130] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:[147] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.java:[97] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:[99] (sizes) LineLength: Line is longer than 150 characters (found 152). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:[116] (sizes) LineLength: Line is longer than 150 characters (found 153). [INFO] [ERROR] src/test/resources/META-INF/microprofile-config-publickey.properties:[22] (sizes) LineLength: Line is longer than 150 characters (found 739). [INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false [INFO] [INFO] You have 11 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] T E S T S [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] Running TestSuite [INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation [INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s - in TestSuite [INFO] [INFO] [INFO] [INFO] Results: [INFO] [INFO] [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-jwt-auth-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-jwt-auth-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1.jar [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:java-source:sources:2.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-jwt-auth-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-jwt-auth-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.arquillian... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.util... [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-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/KeyManagementAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/MpJwtTestVersion.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/SignatureAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.InvalidClaims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseWarArchiveProcessor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseExtension.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.InvalidClaims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/SignatureAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/MpJwtTestVersion.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/KeyManagementAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/apidocs/help-doc.html... [INFO] 1 warning [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java:583: warning - @param argument "keyEncryptionAlgorithm" is not a parameter name. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-jwt-auth-tck --- [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.1'. Trying to invoke it... [INFO] [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/testapidocs [INFO] [ERROR] Error fetching link: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/api/target/testapidocs. Ignored it. [INFO] [INFO] Configuration changed, re-generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.config... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.config.jwe... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.ejb... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jacc... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jaxrs... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jaxrs.jwe... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.servlet... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.util... [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-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/TCKConstants.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/AltApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/IssValidationFailTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/IssValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/JwksApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PEMApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsBase64JWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsFileLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/SimpleTokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/TokenAsCookieIgnoredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/TokenAsCookieTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsJWKClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsJWKSClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsPEMClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/EjbEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/EjbTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/IService.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/ServiceEJB.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ApplicationScopedEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ApplicationScopedInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudArrayValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudienceValidationEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/CookieTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValuejectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/TCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/TokenAgeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecureTCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/DecryptKeyAlgorithmDefaultTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptRsaOaep256Test.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptRsaOaepTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/ServiceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsExtraTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/class-use/TCKConstants.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PEMApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKSTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKSLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/TokenAsCookieIgnoredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsFileLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/TokenAsCookieTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/JwksApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/SimpleTokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/IssValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/AltApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/IssValidationFailTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsBase64JWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsJWKSClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsPEMClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsJWKClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/ServiceEJB.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/EjbTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/IService.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/EjbEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/class-use/SubjectEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/class-use/SubjectTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationMissingAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrincipalInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RolesEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ClaimValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ClaimValueInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrimitiveInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RequiredClaimsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ApplicationScopedInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RequiredClaimsEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrimitiveInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ApplicationScopedEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecuredPingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/EmptyTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/TCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecuredPingEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/TokenAgeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudArrayValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrincipalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/JsonValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/EmptyTokenEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/InvalidTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RsaKeySignatureTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/JsonValuejectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/CookieTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ProviderInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationBadAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecureTCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudienceValidationEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RolesAllowedTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ProviderInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptRsaOaep256Test.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptRsaOaepTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/DecryptKeyAlgorithmDefaultTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/class-use/ServletTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/class-use/ServiceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsExtraTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/testapidocs/help-doc.html... [INFO] 2 warnings [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] warning: unknown enum constant Resolution.OPTIONAL [INFO] [WARNING] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.java:95: warning - @return tag has no arguments. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-tck --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile JWT Auth 2.1: [INFO] [INFO] [INFO] [INFO] MicroProfile JWT Auth .............................. SUCCESS [ 11.483 s] [INFO] [INFO] MicroProfile JWT Auth Specification ................ SUCCESS [ 26.677 s] [INFO] [INFO] MicroProfile JWT Auth API .......................... SUCCESS [ 12.460 s] [INFO] [INFO] MicroProfile JWT Auth TCK .......................... SUCCESS [ 20.843 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:16 min [INFO] [INFO] Finished at: 2022-11-10T10:45:53Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [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-jwt-auth" && git commit --verbose -F /tmp/maven-scm-2050712382.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Tagging release with the label 2.1... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git tag -F /tmp/maven-scm-906467299.commit 2.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/tags/2.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Transforming 'MicroProfile JWT Auth'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile JWT Auth Specification'... [INFO] Transforming 'MicroProfile JWT Auth API'... [INFO] Transforming 'MicroProfile JWT Auth TCK'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [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-jwt-auth" && git commit --verbose -F /tmp/maven-scm-602965389.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Release preparation complete. [INFO] [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-jwt-auth-parent --- [INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth [INFO] Checking out the project to perform the release ... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target" && git clone --branch 2.1 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target [INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth' [INFO] Working directory: /tmp [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout" && git checkout 2.1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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.jwt:microprofile-jwt-auth-spec:pom:2.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.jwt:microprofile-jwt-auth-api:jar:2.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.jwt:microprofile-jwt-auth-tck:jar:2.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.jwt:microprofile-jwt-auth-parent:pom:2.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 JWT Auth [pom] [INFO] [INFO] MicroProfile JWT Auth Specification [pom] [INFO] [INFO] MicroProfile JWT Auth API [jar] [INFO] [INFO] MicroProfile JWT Auth TCK [jar] [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent >------ [INFO] [INFO] Building MicroProfile JWT Auth 2.1 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-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-jwt-auth/target/checkout/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 77 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-jwt-auth-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-jwt-auth-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.006 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-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-jwt-auth-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-parent --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/2.1/microprofile-jwt-auth-parent-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/microprofile-jwt-auth-parent-2.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/2.1/microprofile-jwt-auth-parent-2.1.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-jwt-auth-parent --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/2.1/microprofile-jwt-auth-parent-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/microprofile-jwt-auth-parent-2.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/2.1/microprofile-jwt-auth-parent-2.1.pom.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec >------- [INFO] [INFO] Building MicroProfile JWT Auth Specification 2.1 [2/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-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] 9 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-jwt-auth-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-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-jwt-auth-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-spec --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/microprofile-jwt-auth-spec-2.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/gpg/target/generated-docs/microprofile-jwt-auth-spec-2.1.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/gpg/target/generated-docs/microprofile-jwt-auth-spec-2.1.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.html.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-jwt-auth-spec --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/microprofile-jwt-auth-spec-2.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/gpg/target/generated-docs/microprofile-jwt-auth-spec-2.1.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/spec/target/gpg/target/generated-docs/microprofile-jwt-auth-spec-2.1.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/2.1/microprofile-jwt-auth-spec-2.1.html.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] -------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-api >------- [INFO] [INFO] Building MicroProfile JWT Auth API 2.1 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 8 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 8 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-jwt-auth-api --- [INFO] [INFO] Total Files Processed: 9 in 00:00.444 [INFO] [INFO] Already Sorted: 9 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-jwt-auth-api --- [INFO] [WARNING] Cannot consider developer in line '97' of file '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-jwt-auth-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-jwt-auth-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-jwt-auth-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/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-jwt-auth-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-jwt-auth-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-api --- [INFO] [WARNING] artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:java-source:sources:2.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.auth... [INFO] Loading source files for package org.eclipse.microprofile.jwt... [INFO] Loading source files for package org.eclipse.microprofile.jwt.config... [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-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/LoginConfig.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/Claim.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/Claims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/JsonWebToken.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/Names.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/class-use/LoginConfig.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/JsonWebToken.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimLiteral.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claim.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/class-use/Names.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/auth/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-jwt-auth-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:(,2.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 2.0 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.1 against org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.0 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-api --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-api --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-jwt-auth-api --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/microprofile-jwt-auth-api-2.1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/2.1/microprofile-jwt-auth-api-2.1-javadoc.jar.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] -------< org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck >------- [INFO] [INFO] Building MicroProfile JWT Auth TCK 2.1 [4/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 81 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 81 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-jwt-auth-tck --- [INFO] [INFO] Total Files Processed: 81 in 00:00.934 [INFO] [INFO] Already Sorted: 80 [INFO] [INFO] Needed Sorting: 1 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-jwt-auth-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 3 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-jwt-auth-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 44 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/test-classes [INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenTest.java: Some input files use or override a deprecated API. [INFO] [INFO] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Starting audit... [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.java:104: Line is longer than 150 characters (found 157). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java:92: Line is longer than 150 characters (found 180). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.java:117: Line is longer than 150 characters (found 156). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.java:117: Line is longer than 150 characters (found 156). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java:282: Line is longer than 150 characters (found 161). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:130: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:147: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.java:97: Line is longer than 150 characters (found 154). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:99: Line is longer than 150 characters (found 152). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:116: Line is longer than 150 characters (found 153). [LineLength] [INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/resources/META-INF/microprofile-config-publickey.properties:22: Line is longer than 150 characters (found 739). [LineLength] [INFO] Audit done. [INFO] [INFO] There are 11 errors reported by Checkstyle 8.29 with /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/checkstyle-rules.xml ruleset. [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.java:[104] (sizes) LineLength: Line is longer than 150 characters (found 157). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java:[92] (sizes) LineLength: Line is longer than 150 characters (found 180). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.java:[117] (sizes) LineLength: Line is longer than 150 characters (found 156). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.java:[117] (sizes) LineLength: Line is longer than 150 characters (found 156). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java:[282] (sizes) LineLength: Line is longer than 150 characters (found 161). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:[130] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java:[147] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.java:[97] (sizes) LineLength: Line is longer than 150 characters (found 154). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:[99] (sizes) LineLength: Line is longer than 150 characters (found 152). [INFO] [ERROR] src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java:[116] (sizes) LineLength: Line is longer than 150 characters (found 153). [INFO] [ERROR] src/test/resources/META-INF/microprofile-config-publickey.properties:[22] (sizes) LineLength: Line is longer than 150 characters (found 739). [INFO] [WARNING] checkstyle:check violations detected but failOnViolation set to false [INFO] [INFO] You have 11 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] T E S T S [INFO] [INFO] ------------------------------------------------------- [INFO] [INFO] Running TestSuite [INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation [INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.9 s - in TestSuite [INFO] [INFO] [INFO] [INFO] Results: [INFO] [INFO] [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-jwt-auth-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-jwt-auth-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.jar [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (attach-test-jar) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/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-jwt-auth-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:java-source:sources:2.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:test-jar (attach-sources-test) > generate-sources @ microprofile-jwt-auth-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 82 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 82 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-jwt-auth-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-jwt-auth-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-jwt-auth/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:test-jar (attach-sources-test) < generate-sources @ microprofile-jwt-auth-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:test-jar (attach-sources-test) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-jwt-auth-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.arquillian... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.util... [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-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/KeyManagementAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/MpJwtTestVersion.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/SignatureAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.InvalidClaims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseWarArchiveProcessor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseExtension.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.InvalidClaims.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/SignatureAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/MpJwtTestVersion.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/KeyManagementAlgorithm.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/apidocs/help-doc.html... [INFO] 1 warning [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java:583: warning - @param argument "keyEncryptionAlgorithm" is not a parameter name. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:test-jar (attach-test-javadocs) @ microprofile-jwt-auth-tck --- [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.1'. Trying to invoke it... [INFO] [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/testapidocs [INFO] [ERROR] Error fetching link: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/api/target/testapidocs. Ignored it. [INFO] [INFO] Configuration changed, re-generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.config... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.config.jwe... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.ejb... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jacc... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jaxrs... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.jaxrs.jwe... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.container.servlet... [INFO] Loading source files for package org.eclipse.microprofile.jwt.tck.util... [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-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/TCKConstants.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/AltApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/ECPublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/IssValidationFailTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/IssValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/JwksApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PEMApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsBase64JWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsFileLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/PublicKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/SimpleTokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/TokenAsCookieIgnoredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/TokenAsCookieTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsJWKClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsJWKSClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyAsPEMClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/PrivateKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/EjbEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/EjbTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/IService.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/ServiceEJB.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ApplicationScopedEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ApplicationScopedInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudArrayValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudienceValidationEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationBadAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationMissingAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/AudValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/CookieTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/EmptyTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValuejectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/RsaKeySignatureTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/TCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/TokenAgeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecureTCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/DecryptKeyAlgorithmDefaultTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptRsaOaep256Test.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptRsaOaepTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/ServiceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsExtraTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/class-use/TCKConstants.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/IssValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsPEMTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/IssValidationFailTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsFileLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/JwksApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/TokenAsCookieTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKSTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/AltApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsBase64JWKTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PEMApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/ECPublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKSLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/TokenAsCookieIgnoredTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsPEMLocationURLTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/SimpleTokenUtils.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/class-use/PublicKeyAsJWKLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsJWKSClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsPEMClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/class-use/PrivateKeyAsJWKClasspathTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/EjbTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/ServiceEJB.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/EjbEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/class-use/IService.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/class-use/SubjectTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/class-use/SubjectEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudienceValidationEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ClaimValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ApplicationScopedInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecuredPingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/TokenAgeTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/EmptyTokenEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrimitiveInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecureTCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ClaimValueInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/CookieTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ProviderInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationMissingAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RequiredClaimsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudArrayValidationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ApplicationScopedEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/JsonValueInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrimitiveInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/ProviderInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RequiredClaimsEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RsaKeySignatureTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RolesEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/RolesAllowedTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/InvalidTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/JsonValuejectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/UnsecuredPingEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrincipalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/TCKApplication.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/AudValidationBadAudTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/PrincipalInjectionEndpoint.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/class-use/EmptyTokenTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptRsaOaep256Test.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptRsaOaepTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/RolesAllowedSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/class-use/DecryptKeyAlgorithmDefaultTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/class-use/ServletTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/class-use/ServiceServlet.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsSignEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsEncryptTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtilsExtraTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/config/jwe/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/ejb/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jacc/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/container/servlet/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/testapidocs/help-doc.html... [INFO] 2 warnings [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] warning: unknown enum constant Resolution.OPTIONAL [INFO] [WARNING] reason: class file for org.osgi.annotation.bundle.Requirement$Resolution not found [INFO] [WARNING] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.java:95: warning - @return tag has no arguments. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-tests.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-tests.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-javadoc.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-jwt-auth-tck --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/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-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-tests.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-tests.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-tests.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-javadoc.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/tck/target/microprofile-jwt-auth-tck-2.1-test-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/2.1/microprofile-jwt-auth-tck-2.1-test-javadoc.jar.asc [INFO] [INFO] Performing remote staging... [INFO] [INFO] [INFO] [INFO] * Remote staging into staging profile ID "72ca920b8d0826" [INFO] [INFO] * Created staging repository with ID "orgeclipsemicroprofile-1633". [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-1633". [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 JWT Auth 2.1: [INFO] [INFO] [INFO] [INFO] MicroProfile JWT Auth .............................. SUCCESS [ 5.406 s] [INFO] [INFO] MicroProfile JWT Auth Specification ................ SUCCESS [ 23.267 s] [INFO] [INFO] MicroProfile JWT Auth API .......................... SUCCESS [ 7.607 s] [INFO] [INFO] MicroProfile JWT Auth TCK .......................... SUCCESS [01:11 min] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:48 min [INFO] [INFO] Finished at: 2022-11-10T10:47:47Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile JWT Auth 2.2-SNAPSHOT: [INFO] [INFO] MicroProfile JWT Auth .............................. SUCCESS [03:18 min] [INFO] MicroProfile JWT Auth Specification ................ SKIPPED [INFO] MicroProfile JWT Auth API .......................... SKIPPED [INFO] MicroProfile JWT Auth TCK .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:21 min [INFO] Finished at: 2022-11-10T10:47:47Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 256 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-jwt-auth [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-XBuqH8Q05l1r/agent.1320 SSH_AGENT_PID=1322 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth@tmp/private_key_6227615136307673824.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-jwt-auth@tmp/private_key_6227615136307673824.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-jwt-auth-2.1 [Pipeline] sh + scp -r spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.html spec/target/generated-docs/microprofile-jwt-auth-spec-2.1.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-jwt-auth-2.1 [Pipeline] fileExists [Pipeline] sh + scp api/target/microprofile-jwt-auth-api-2.1.jar api/target/microprofile-jwt-auth-api-2.1-javadoc.jar api/target/microprofile-jwt-auth-api-2.1-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-jwt-auth-2.1/ [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-jwt-auth-2.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-jwt-auth-2.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-jwt-auth-2.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 1322 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-jwt-auth [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