Skip to content

Console Output

Started by user starksm64@gmail.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Jenkins in /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace
[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] git
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-jwt-auth.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-jwt-auth.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 56fb06716afe67a6ac0bc8354e97215cceb7c76f (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 56fb06716afe67a6ac0bc8354e97215cceb7c76f
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b master 56fb06716afe67a6ac0bc8354e97215cceb7c76f
Commit message: "Add a test of validating a MP-JWT with no iss claim with a deployment that has no mp.jwt.verify.issuer"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Full Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mvn -s /opt/public/hipp/homes/genie.microprofile/.m2/settings-deploy-ossrh.xml release:prepare release:perform -B -Dtag=1.1-RC1t -DdevelopmentVersion=1.1 -DreleaseVersion=1.1-RC1 -Drevremark=Draft
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile JWT Auth Parent
[INFO] MicroProfile JWT Auth API
[INFO] MicroProfile JWT Auth TCK Harness
[INFO] MicroProfile JWT Auth Specification
[INFO] MicroProfile JWT Auth Sandbox
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile JWT Auth Parent 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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 "/jobs/genie.microprofile/Test Releases/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile JWT Auth Parent'...
[INFO] Transforming 'MicroProfile JWT Auth API'...
[INFO] Transforming 'MicroProfile JWT Auth TCK Harness'...
[INFO]   Updating microprofile-jwt-auth-api to 1.1-RC1
[INFO] Transforming 'MicroProfile JWT Auth Specification'...
[INFO] Transforming 'MicroProfile JWT Auth Sandbox'...
[INFO]   Updating microprofile-jwt-auth-api to 1.1-RC1
[INFO]   Updating microprofile-jwt-auth-tck to 1.1-RC1
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent
[INFO] [INFO] MicroProfile JWT Auth API
[INFO] [INFO] MicroProfile JWT Auth TCK Harness
[INFO] [INFO] MicroProfile JWT Auth Specification
[INFO] [INFO] MicroProfile JWT Auth Sandbox
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Parent 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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 /jobs/genie.microprofile/Test Releases/workspace/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 76 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth API 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-jwt-auth-api ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/Test Releases/workspace/api/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 9 source files to /jobs/genie.microprofile/Test Releases/workspace/api/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-jwt-auth-api ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/Test Releases/workspace/api/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-api ---
[INFO] [INFO] No sources to compile
[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-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/api/target/microprofile-jwt-auth-api-1.1-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-jwt-auth-api ---
[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_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/LoginConfig.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/Claim.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimLiteral.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/Claims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimValue.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/JsonWebToken.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/Names.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/serialized-form.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/class-use/LoginConfig.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/JsonWebToken.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimValue.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimLiteral.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claim.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/class-use/Names.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-use.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-use.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/api/target/apidocs/help-doc.html...
[INFO] 2 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/api/src/main/java/org/eclipse/microprofile/auth/LoginConfig.java:61: warning: no description for @return
[INFO] [WARNING] * @return
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/api/src/main/java/org/eclipse/microprofile/jwt/JsonWebToken.java:146: warning: no @param for <T>
[INFO] [WARNING] <T> T getClaim(String claimName);
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/api/target/microprofile-jwt-auth-api-1.1-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-api >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[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] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-api <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-api ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/api/target/microprofile-jwt-auth-api-1.1-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-api ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/api/target/microprofile-jwt-auth-api-1.1-RC1-tests.jar
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth TCK Harness 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml
[INFO] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml (783 B at 2.3 kB/s)
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 65 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 76 resources
[INFO] [INFO] Copying file pom.xml
[INFO] [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.java
[INFO] [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.java
[INFO] [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java
[INFO] [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/TCKConstants.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/AltApplication.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/JwksApplication.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/OptionalIssTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PEMApplication.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsBase64JWKTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsFileLocationURLTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationURLTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSLocationTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationURLTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/SimpleTokenUtils.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/IService.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/ServiceEJB.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValueInjectionTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValuejectionEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/TCKApplication.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecureTCKApplication.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingEndpoint.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServiceServlet.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/parsing/DebugTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.java
[INFO] [INFO] Copying file src/test/resources/META-INF/microprofile-config-location.properties
[INFO] [INFO] Copying file src/test/resources/META-INF/microprofile-config.properties
[INFO] [INFO] Copying file src/test/resources/RequiredClaims.json
[INFO] [INFO] Copying file src/test/resources/Token1.json
[INFO] [INFO] Copying file src/test/resources/Token2.json
[INFO] [INFO] Copying file src/test/resources/TokenNoIss.json
[INFO] [INFO] Copying file src/test/resources/beans.xml
[INFO] [INFO] Copying file src/test/resources/jwt-content1.json
[INFO] [INFO] Copying file src/test/resources/privateKey.pem
[INFO] [INFO] Copying file src/test/resources/privateKey4k.pem
[INFO] [INFO] Copying file src/test/resources/publicKey.pem
[INFO] [INFO] Copying file src/test/resources/publicKey4k.pem
[INFO] [INFO] Copying file src/test/resources/signer-key4k.jwk
[INFO] [INFO] Copying file src/test/resources/signer-keyset4k.jwk
[INFO] [INFO] Copying file src/test/resources/testJWTCallerPrincipal.json
[INFO] [INFO] Copying file src/test/resources/usePreferredName.json
[INFO] [INFO] Copying file src/test/resources/useSubject.json
[INFO] [INFO] Copying file tck-base-suite.xml
[INFO] [INFO] Copying file tck-full-suite.xml
[INFO] [INFO] Copying file tck-null-suite.xml
[INFO] [INFO] Copying file pom.xml.releaseBackup
[INFO] [INFO] Copying file target/rat.txt
[INFO] asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
[INFO] asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
[INFO] [INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/tck/README.adoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/Test Releases/workspace/tck/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /jobs/genie.microprofile/Test Releases/workspace/tck/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 17 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 49 source files to /jobs/genie.microprofile/Test Releases/workspace/tck/target/test-classes
[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] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.1-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-jwt-auth-tck ---
[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_162
[INFO] Building tree for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/ITokenParser.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.InvalidClaims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseWarArchiveProcessor.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseExtension.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.InvalidClaims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/ITokenParser.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-use.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/tck/target/apidocs/help-doc.html...
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.1-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 65 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.1-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:test-jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 65 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:test-jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar (attach-sources) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.1-RC1-test-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.1-RC1-tests.jar
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Specification 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-jwt-auth-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 8 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] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-jwt-auth-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-jwt-auth-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] ignoreDelta true
[INFO] [INFO] Copying 0 resource
[INFO] [INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-spec ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Sandbox 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 54 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 50 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /jobs/genie.microprofile/Test Releases/workspace/sandbox/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 14 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 42 source files to /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/test-classes
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/sandbox/src/test/java/config/seimpl/DefaultConfig.java: /jobs/genie.microprofile/Test Releases/workspace/sandbox/src/test/java/config/seimpl/DefaultConfig.java uses unchecked or unsafe operations.
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/sandbox/src/test/java/config/seimpl/DefaultConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Surefire report directory: /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Running TestSuite
[INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@68fb2c38
[INFO] Started HttpServer at: /0:0:0:0:0:0:0:0:8080
[INFO] path: /jwks
[INFO] Started HttpServer at: http://localhost:8080/jwks
[INFO] Updating java.protocol.handler.pkgs to: url
[INFO] {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "use": "sig",
[INFO]             "alg": "RS256",
[INFO]             "kid": "jwks4k-test",
[INFO]             "e": "AQAB",
[INFO]             "n": "tL6HShqY5H4y56rsCo7VdhT9_eLQwsJpKWg66j98XsB_qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2_5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv-FVJXijlMD_iCggUfoirtVOWK_X1IzV7covxcGzT0X019_4RbtjLdnvqZnGqmpHQpBEItI-4gNvaKR8NDWUxAjO_v-oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf-AWXAdy_r6c0Lzgt5knmZTyWDG2-n8SlrXxHHxFO1Wz8H_OKBzTAf8zIuj2lkXYo-M6aoJM7qQmTys80dtYvnaHGSl-jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu_ozQ1x-xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN-IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc_bqnBraXuo8JBEPk"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] 
[INFO] {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "e": "AQAB",
[INFO]             "use": "sig",
[INFO]             "kid": "jwk-test",
[INFO]             "alg": "RS256",
[INFO]             "n": "uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] 
[INFO] {"keys":[{"kty":"RSA","use":"sig","alg":"RS256","kid":"pem4k-key","e":"AQAB","n":"tL6HShqY5H4y56rsCo7VdhT9_eLQwsJpKWg66j98XsB_qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2_5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv-FVJXijlMD_iCggUfoirtVOWK_X1IzV7covxcGzT0X019_4RbtjLdnvqZnGqmpHQpBEItI-4gNvaKR8NDWUxAjO_v-oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf-AWXAdy_r6c0Lzgt5knmZTyWDG2-n8SlrXxHHxFO1Wz8H_OKBzTAf8zIuj2lkXYo-M6aoJM7qQmTys80dtYvnaHGSl-jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu_ozQ1x-xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN-IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc_bqnBraXuo8JBEPk"}]}
[INFO] {"keys":[{"kty":"RSA","use":"sig","alg":"RS256","kid":"pem-test","e":"AQAB","n":"livFI8qB4D0y2jy0CfEqFyy46R0o7S8TKpsx5xbHKoU1VWg6QkQm-ntyIv1p4kE1sPEQO73-HY8-Bzs75XwRTYL1BmR1w8J5hmjVWjc6R2BTBGAYRPFRhor3kpM6ni2SPmNNhurEAHw7TaqszP5eUF_F9-KEBWkwVta-PZ37bwqSE4sCb1soZFrVz_UT_LF4tYpuVYt3YbqToZ3pZOZ9AX2o1GCG3xwOjkc4x0W7ezbQZdC9iftPxVHR8irOijJRRjcPDtA6vPKpzLl6CyYnsIYPd99ltwxTHjr3npfv_3Lw50bAkbT4HeLFxTx4flEoZLKO_g0bAoV2uqBhkA9xnQ"}]}
[INFO] jwk: {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "use": "sig",
[INFO]             "alg": "RS256",
[INFO]             "kid": "jwks4k-test",
[INFO]             "e": "AQAB",
[INFO]             "n": "tL6HShqY5H4y56rsCo7VdhT9_eLQwsJpKWg66j98XsB_qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2_5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv-FVJXijlMD_iCggUfoirtVOWK_X1IzV7covxcGzT0X019_4RbtjLdnvqZnGqmpHQpBEItI-4gNvaKR8NDWUxAjO_v-oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf-AWXAdy_r6c0Lzgt5knmZTyWDG2-n8SlrXxHHxFO1Wz8H_OKBzTAf8zIuj2lkXYo-M6aoJM7qQmTys80dtYvnaHGSl-jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu_ozQ1x-xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN-IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc_bqnBraXuo8JBEPk"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] 
[INFO] publicKey=Sun RSA public key, 4096 bits
[INFO]   modulus: 737372214902703124675725697987980699533991308291147302692990703657025430338378904396557542665124833689575951672423520943435092151820586450337838215277874650066165273689170999965810085133193665547094951163887564823380778323567480732954599191133796776189976805924716726630251592543998633028332862691010723673648030332488389294630498719403364089874524107146440788242137902148591916069710530474048752966774876049187514975041305061298454237657937243630748168592990028052009452224500873863079084001439186015422195140254976633127707801904825924487120696338689340847635177916818372541385752195683370968743295700808654373184170760841349977559068581698131527005317381761352621833099339940596739455197486633681225273483800014610207173234377070098261433694540921858243008306607067166729006426427700007455972940855602324606415618376044686779630014567275682202479295605600194211794807375015884417530153545725935075458137195239422200507661910057852475983991818623472286126964792427264207623855991074640764753084203872101033925299352707451263744629356287948492492659660301536716229224805956341175261823181360669159006296442826270914502704632828689206987560916065576684988784870592407506014040374256210098637317274512010300960609304449379560230818041
[INFO]   public exponent: 65537
[INFO] pem: MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtL6HShqY5H4y56rsCo7VdhT9/eLQwsJpKWg66j98XsB/qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2/5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv+FVJXijlMD/iCggUfoirtVOWK/X1IzV7covxcGzT0X019/4RbtjLdnvqZnGqmpHQpBEItI+4gNvaKR8NDWUxAjO/v+oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf+AWXAdy/r6c0Lzgt5knmZTyWDG2+n8SlrXxHHxFO1Wz8H/OKBzTAf8zIuj2lkXYo+M6aoJM7qQmTys80dtYvnaHGSl+jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu/ozQ1x+xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN+IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc/bqnBraXuo8JBEPkCAwEAAQ==
[INFO] jwks={"keys":[{"kty":"RSA","use":"sig","alg":"RS256","kid":"pem-to-jwks","e":"AQAB","n":"tL6HShqY5H4y56rsCo7VdhT9_eLQwsJpKWg66j98XsB_qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2_5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv-FVJXijlMD_iCggUfoirtVOWK_X1IzV7covxcGzT0X019_4RbtjLdnvqZnGqmpHQpBEItI-4gNvaKR8NDWUxAjO_v-oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf-AWXAdy_r6c0Lzgt5knmZTyWDG2-n8SlrXxHHxFO1Wz8H_OKBzTAf8zIuj2lkXYo-M6aoJM7qQmTys80dtYvnaHGSl-jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu_ozQ1x-xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN-IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc_bqnBraXuo8JBEPk"}]}
[INFO] jwk: {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "use": "sig",
[INFO]             "alg": "RS256",
[INFO]             "kid": "jwks4k-test",
[INFO]             "e": "AQAB",
[INFO]             "n": "tL6HShqY5H4y56rsCo7VdhT9_eLQwsJpKWg66j98XsB_qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2_5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv-FVJXijlMD_iCggUfoirtVOWK_X1IzV7covxcGzT0X019_4RbtjLdnvqZnGqmpHQpBEItI-4gNvaKR8NDWUxAjO_v-oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf-AWXAdy_r6c0Lzgt5knmZTyWDG2-n8SlrXxHHxFO1Wz8H_OKBzTAf8zIuj2lkXYo-M6aoJM7qQmTys80dtYvnaHGSl-jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu_ozQ1x-xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN-IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc_bqnBraXuo8JBEPk"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] 
[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] pem: MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtL6HShqY5H4y56rsCo7VdhT9/eLQwsJpKWg66j98XsB/qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2/5axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJGSamrvGOwC8h6zbq6uaydv+FVJXijlMD/iCggUfoirtVOWK/X1IzV7covxcGzT0X019/4RbtjLdnvqZnGqmpHQpBEItI+4gNvaKR8NDWUxAjO/v+oOKR5nEUnDWcQSCxKmyQrVJtHr9PBwWrHzTSx4k1L1hLf+AWXAdy/r6c0Lzgt5knmZTyWDG2+n8SlrXxHHxFO1Wz8H/OKBzTAf8zIuj2lkXYo+M6aoJM7qQmTys80dtYvnaHGSl+jpe2plMbS9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlwgu/ozQ1x+xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4ElzyW7wgI4xw7czdBalN+IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yLDSssHMc/bqnBraXuo8JBEPkCAwEAAQ==
[INFO] -----BEGIN PUBLIC KEY-----
[INFO] MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtL6HShqY5H4y56rsCo7V
[INFO] dhT9/eLQwsJpKWg66j98XsB/qc5ZxkJ25GXCzpjR0ZvzAxMNlj1hrMORaKVzz2/5
[INFO] axZgF1eZfzgrNyQ9rtGaBtMNAB20jLsoYp5psRTaYxKeOiLHPr3956ukSRUF9YfJ
[INFO] GSamrvGOwC8h6zbq6uaydv+FVJXijlMD/iCggUfoirtVOWK/X1IzV7covxcGzT0X
[INFO] 019/4RbtjLdnvqZnGqmpHQpBEItI+4gNvaKR8NDWUxAjO/v+oOKR5nEUnDWcQSCx
[INFO] KmyQrVJtHr9PBwWrHzTSx4k1L1hLf+AWXAdy/r6c0Lzgt5knmZTyWDG2+n8SlrXx
[INFO] HHxFO1Wz8H/OKBzTAf8zIuj2lkXYo+M6aoJM7qQmTys80dtYvnaHGSl+jpe2plMb
[INFO] S9RS4XcHH7vCqJc9acBnp9CvLgjOmA0b5Rc0WyN4sn1SDFYe6HZcVo4YGTbtTTlw
[INFO] gu/ozQ1x+xpTAaU0mWkHMwT0CO79rPORjhDXokEuduvtp6VUiAaoFF6Y3QQLf6O3
[INFO] P9p8yghpBBLb460lEQqOHQQGP0EK46cU81dlcD5lYE0TayDzb9pZZWUyjIE4Elzy
[INFO] W7wgI4xw7czdBalN+IhXKfGUCqIDVh7X7JpmskZMaRixf424yBcZLntEejZy59yL
[INFO] DSssHMc/bqnBraXuo8JBEPkCAwEAAQ==
[INFO] -----END PUBLIC KEY-----
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] Handled jwks request
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] Validated JWT, claimsSet: {"sub":"24400320","customIntegerArray":[0,1,2,3],"customDoubleArray":[0.1,1.1,2.2,3.3,4.4],"roles":["Echoer"],"iss":"https:\/\/server.example.com","groups":["Echoer","Tester","group1","group2"],"preferred_username":"jdoe","customStringArray":["value0","value1","value2"],"aud":"s6BhdRkqt3","upn":"jdoe@example.com","customInteger":123456789,"auth_time":1526649084,"customObject":{"my-service":{"roles":["role-in-my-service"],"groups":["group1","group2"]},"service-B":{"roles":["role-in-B"]},"service-C":{"groups":["groupC","web-tier"]}},"exp":1526649384,"customDouble":3.141592653589793,"iat":1526649084,"jti":"a-123","customString":"customStringValue"}
[INFO] Handled jwks request
[INFO] {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "e": "AQAB",
[INFO]             "use": "sig",
[INFO]             "kid": "jwk-test",
[INFO]             "alg": "RS256",
[INFO]             "n": "uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] Handled jwks request
[INFO] {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "e": "AQAB",
[INFO]             "use": "sig",
[INFO]             "kid": "jwk-test",
[INFO]             "alg": "RS256",
[INFO]             "n": "uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] pk.pem: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuGU/nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY/sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj+NrRqLuk+UTHmKGVNyKPRjcPoiHSQNis0T0/ZJn+BDIYDIwbpnfm0pYMbhxtsULMCZn/DKwQL/0OWJ/lZ/zWBOO5r+WLD+M7QfjS52pHHkDwV0SybdMkAZ/eInkYc1m/SdhauemcNhbLt84sBpsl2+5rXgWM7w3w9hEt3qgpwfelNEFbkonR/qnQd0auRk6esvAQc25OwIDAQAB
[INFO] Handled jwks request
[INFO] e: AQAB
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] n: uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow
[INFO] Handled jwks request
[INFO] pk.pem: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuGU/nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY/sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj+NrRqLuk+UTHmKGVNyKPRjcPoiHSQNis0T0/ZJn+BDIYDIwbpnfm0pYMbhxtsULMCZn/DKwQL/0OWJ/lZ/zWBOO5r+WLD+M7QfjS52pHHkDwV0SybdMkAZ/eInkYc1m/SdhauemcNhbLt84sBpsl2+5rXgWM7w3w9hEt3qgpwfelNEFbkonR/qnQd0auRk6esvAQc25OwIDAQAB
[INFO] Handled jwks request
[INFO] {
[INFO]     "keys": [
[INFO]         {
[INFO]             "kty": "RSA",
[INFO]             "e": "AQAB",
[INFO]             "use": "sig",
[INFO]             "kid": "jwk-test",
[INFO]             "alg": "RS256",
[INFO]             "n": "uGU_nmjYC7cKRR89NCAoLvMhsjKyJ1z22WhlKdHGIZfMZI8n9vvOLgx21fEAiR9MLyiy397UKjYCvVwvaB9d0Iwj4G8cP8keLpY_sn38mUiPm1OdcbruQDu6fN6JjNexbogAoI5agpBzj-NrRqLuk-UTHmKGVNyKPRjcPoiHSQNis0T0_ZJn-BDIYDIwbpnfm0pYMbhxtsULMCZn_DKwQL_0OWJ_lZ_zWBOO5r-WLD-M7QfjS52pHHkDwV0SybdMkAZ_eInkYc1m_SdhauemcNhbLt84sBpsl2-5rXgWM7w3w9hEt3qgpwfelNEFbkonR_qnQd0auRk6esvAQc25Ow"
[INFO]         }
[INFO]     ]
[INFO] }
[INFO] issuer(INVALID_ISSUER) != https://server.example.com
[INFO] Validated JWT, claimsSet: {"sub":"24400320","customIntegerArray":[0,1,2,3],"customDoubleArray":[0.1,1.1,2.2,3.3,4.4],"roles":["Echoer"],"iss":"https:\/\/server.example.com","groups":["Echoer","Tester","group1","group2"],"preferred_username":"jdoe","customStringArray":["value0","value1","value2"],"aud":"s6BhdRkqt3","upn":"jdoe@example.com","customInteger":123456789,"auth_time":1526649035,"customObject":{"my-service":{"roles":["role-in-my-service"],"groups":["group1","group2"]},"service-B":{"roles":["role-in-B"]},"service-C":{"groups":["groupC","web-tier"]}},"exp":1526649040,"customDouble":3.141592653589793,"iat":1526649035,"jti":"a-123","customString":"customStringValue"}
[INFO] exp(1311281970000) < upper bound(1526649025735)
[INFO] Validated JWT, claimsSet: {"sub":"24400320","customIntegerArray":[0,1,2,3],"customDoubleArray":[0.1,1.1,2.2,3.3,4.4],"roles":["Echoer"],"iss":"https:\/\/server.example.com","groups":["Echoer","Tester","group1","group2"],"preferred_username":"jdoe","customStringArray":["value0","value1","value2"],"aud":"s6BhdRkqt3","upn":"jdoe@example.com","customInteger":123456789,"auth_time":1526649085,"customObject":{"my-service":{"roles":["role-in-my-service"],"groups":["group1","group2"]},"service-B":{"roles":["role-in-B"]},"service-C":{"groups":["groupC","web-tier"]}},"exp":1526649385,"customDouble":3.141592653589793,"iat":1526649085,"jti":"a-123","customString":"customStringValue"}
[INFO] Validated JWT, claimsSet: {"sub":"24400320","customIntegerArray":[0,1,2,3],"customDoubleArray":[0.1,1.1,2.2,3.3,4.4],"roles":["Echoer"],"iss":"https:\/\/server.example.com","groups":["Echoer","Tester","group1","group2"],"preferred_username":"jdoe","customStringArray":["value0","value1","value2"],"aud":"s6BhdRkqt3","upn":"jdoe@example.com","customInteger":123456789,"auth_time":1526649085,"customObject":{"my-service":{"roles":["role-in-my-service"],"groups":["group1","group2"]},"service-B":{"roles":["role-in-B"]},"service-C":{"groups":["groupC","web-tier"]}},"exp":1526649385,"customDouble":3.141592653589793,"iat":1526649085,"jti":"a-123","customString":"customStringValue"}
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.033 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/microprofile-jwt-auth-sandbox-1.1-RC1.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-sandbox >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 54 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 50 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-sandbox <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/microprofile-jwt-auth-sandbox-1.1-RC1-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-sandbox ---
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/sandbox/target/microprofile-jwt-auth-sandbox-1.1-RC1-tests.jar
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [  3.739 s]
[INFO] [INFO] MicroProfile JWT Auth API .......................... SUCCESS [04:45 min]
[INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [ 25.337 s]
[INFO] [INFO] MicroProfile JWT Auth Specification ................ SUCCESS [ 15.874 s]
[INFO] [INFO] MicroProfile JWT Auth Sandbox ...................... SUCCESS [  7.061 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 05:38 min
[INFO] [INFO] Finished at: 2018-05-18T09:11:26-04:00
[INFO] [INFO] Final Memory: 140M/1493M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml sandbox/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[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: ?? sandbox/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git commit --verbose -F /tmp/genie.microprofile/maven-scm-2139017088.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml sandbox/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Tagging release with the label 1.1-RC1t...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git tag -F /tmp/genie.microprofile/maven-scm-1774513032.commit 1.1-RC1t
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git ls-files
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Transforming 'MicroProfile JWT Auth Parent'...
[INFO] Transforming 'MicroProfile JWT Auth API'...
[INFO] Transforming 'MicroProfile JWT Auth TCK Harness'...
[INFO]   Updating microprofile-jwt-auth-api to 1.1-RC2-SNAPSHOT
[INFO] Transforming 'MicroProfile JWT Auth Specification'...
[INFO] Transforming 'MicroProfile JWT Auth Sandbox'...
[INFO]   Updating microprofile-jwt-auth-api to 1.1-RC2-SNAPSHOT
[INFO]   Updating microprofile-jwt-auth-tck to 1.1-RC2-SNAPSHOT
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git add -- pom.xml api/pom.xml tck/pom.xml spec/pom.xml sandbox/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git rev-parse --show-toplevel
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git status --porcelain .
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[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: ?? sandbox/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git commit --verbose -F /tmp/genie.microprofile/maven-scm-732152287.commit pom.xml api/pom.xml tck/pom.xml spec/pom.xml sandbox/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[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:///jobs/genie.microprofile/Test Releases/workspace
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace/target" && git clone --branch 1.1-RC1t 'file:///jobs/genie.microprofile/Test Releases/workspace' '/jobs/genie.microprofile/Test Releases/workspace/target/checkout'
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace/target
[INFO] Executing: /bin/sh -c cd /tmp/genie.microprofile && git ls-remote 'file:///jobs/genie.microprofile/Test Releases/workspace'
[INFO] Working directory: /tmp/genie.microprofile
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace/target/checkout" && git fetch 'file:///jobs/genie.microprofile/Test Releases/workspace'
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace/target/checkout
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace/target/checkout" && git checkout 1.1-RC1t
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace/target/checkout
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace/target/checkout" && git ls-files
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace/target/checkout
[INFO] Invoking perform goals in directory /jobs/genie.microprofile/Test Releases/workspace/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[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-api:jar:1.1-RC1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar:1.1-RC1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:pom:1.1-RC1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.jwt:microprofile-jwt-auth-sandbox:jar:1.1-RC1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:pom:1.1-RC1
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[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] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent
[INFO] [INFO] MicroProfile JWT Auth API
[INFO] [INFO] MicroProfile JWT Auth TCK Harness
[INFO] [INFO] MicroProfile JWT Auth Specification
[INFO] [INFO] MicroProfile JWT Auth Sandbox
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Parent 1.1-RC1
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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 /jobs/genie.microprofile/Test Releases/workspace/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 76 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-parent >>>
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.12: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 /jobs/genie.microprofile/Test Releases/workspace/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 76 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/*.jwk
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-parent <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4: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-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-RC1/microprofile-jwt-auth-parent-1.1-RC1.pom
[INFO] [INFO] 
[INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-RC1/microprofile-jwt-auth-parent-1.1-RC1.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent ....................... FAILURE [  4.234 s]
[INFO] [INFO] MicroProfile JWT Auth API .......................... SKIPPED
[INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SKIPPED
[INFO] [INFO] MicroProfile JWT Auth Specification ................ SKIPPED
[INFO] [INFO] MicroProfile JWT Auth Sandbox ...................... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 4.811 s
[INFO] [INFO] Finished at: 2018-05-18T09:11:36-04:00
[INFO] [INFO] Final Memory: 30M/1964M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project microprofile-jwt-auth-parent: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:pom:1.1-RC1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-RC1/microprofile-jwt-auth-parent-1.1-RC1.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
[INFO] [ERROR] 
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR] 
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile JWT Auth Parent ....................... FAILURE [06:06 min]
[INFO] MicroProfile JWT Auth API .......................... SKIPPED
[INFO] MicroProfile JWT Auth TCK Harness .................. SKIPPED
[INFO] MicroProfile JWT Auth Specification ................ SKIPPED
[INFO] MicroProfile JWT Auth Sandbox ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:07 min
[INFO] Finished at: 2018-05-18T09:11:37-04:00
[INFO] Final Memory: 20M/1118M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on project microprofile-jwt-auth-parent: Maven execution failed, exit code: '1' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute TCK Release)
Stage 'Execute TCK Release' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
Stage 'Copy Specs' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
[workspace] Running shell script
+ cat target/rat.txt

*****************************************************
Summary
-------
Generated at: 2018-05-18T09:05:50-04:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 5

Apache Licensed: 5
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

0 Unknown Licenses

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  N     KEYS
  N     LICENSE
  AL    README.adoc
  AL    perform_release/deploy_to_maven_central.sh
  AL    perform_release/prepare_release.sh
  AL    pom.xml
  AL    site.yaml
 
*****************************************************
[Pipeline] }
[Pipeline] // script
[Pipeline] archive
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE