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/tck-1.0.1^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/tck-1.0.1^{commit} # timeout=10
Checking out Revision 0d7533115c22ca6705277859bcdfd5e456a78140 (refs/remotes/origin/tck-1.0.1)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 0d7533115c22ca6705277859bcdfd5e456a78140
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b tck-1.0.1 0d7533115c22ca6705277859bcdfd5e456a78140
Commit message: "Set version to 1.1-SNAPSHOT"
 > /usr/local/bin/git rev-list --no-walk c6a57d877611d4a24acdae3eaf6ec03aa6303ca9 # timeout=10
[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.0.1-test-tck -DdevelopmentVersion=1.1-SNAPSHOT -DreleaseVersion=1.0.1-test -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 TCK Harness
[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 TCK Harness'...
[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] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 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 Parent
[INFO] [INFO] MicroProfile JWT Auth TCK Harness
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Parent 1.0.1-test
[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] 73 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 6 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 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-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-parent ---
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth TCK Harness 1.0.1-test
[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.1 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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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 52 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/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/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/parsing/TestTokenClaimTypesTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/parsing/TokenValidationTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.java
[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/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/publicKey.pem
[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 70: only book doctypes can contain level 0 sections
[INFO] asciidoctor: ERROR: README.adoc: line 70: 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] /jobs/genie.microprofile/Test Releases/workspace/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedEndpoint.java:43:18: warning: Variable 'jwt' must be private and have accessor methods.
[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 10 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 32 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.236 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.0.1-test.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] 3 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/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:33: warning: no description for @param
[INFO] [WARNING] * @param bearerToken
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:34: warning: no description for @param
[INFO] [WARNING] * @param issuer
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:35: warning: no description for @param
[INFO] [WARNING] * @param signedBy
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/tck/target/microprofile-jwt-auth-tck-1.0.1-test-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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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.0.1-test-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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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.0.1-test-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.0.1-test-tests.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [  3.147 s]
[INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [01:21 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:26 min
[INFO] [INFO] Finished at: 2018-03-15T23:49:58-04:00
[INFO] [INFO] Final Memory: 97M/1964M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git add -- pom.xml tck/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: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[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-971602239.commit pom.xml tck/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git symbolic-ref HEAD
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/heads/tck-1.0.1:refs/heads/tck-1.0.1
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Tagging release with the label 1.0.1-test-tck...
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git tag -F /tmp/genie.microprofile/maven-scm-1763931508.commit 1.0.1-test-tck
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/tags/1.0.1-test-tck
[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 TCK Harness'...
[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 tck/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: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[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-1288869197.commit pom.xml tck/pom.xml
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git symbolic-ref HEAD
[INFO] Working directory: /jobs/genie.microprofile/Test Releases/workspace
[INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git push git@github.com:eclipse/microprofile-jwt-auth.git refs/heads/tck-1.0.1:refs/heads/tck-1.0.1
[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.0.1-test-tck '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.0.1-test-tck
[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] [INFO] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 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 Parent
[INFO] [INFO] MicroProfile JWT Auth TCK Harness
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth Parent 1.0.1-test
[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] 73 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: .travis.yml.*
[INFO] [INFO] Exclude: bnd.bnd
[INFO] [INFO] Exclude: **/*.json
[INFO] [INFO] Exclude: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 6 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 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-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 /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.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/microprofile-jwt-auth-parent-1.0.1-test.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.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="/jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.8-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/pom.xml to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/microprofile-jwt-auth-parent-1.0.1-test.pom.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building MicroProfile JWT Auth TCK Harness 1.0.1-test
[INFO] [INFO] ------------------------------------------------------------------------
[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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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 51 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/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/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/parsing/TestTokenClaimTypesTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/parsing/TokenValidationTest.java
[INFO] [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.java
[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/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/publicKey.pem
[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 target/rat.txt
[INFO] asciidoctor: ERROR: README.adoc: line 70: only book doctypes can contain level 0 sections
[INFO] asciidoctor: ERROR: README.adoc: line 70: only book doctypes can contain level 0 sections
[INFO] [INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/target/checkout/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/target/checkout/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/target/checkout/tck/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-tck ---
[INFO] [INFO] Starting audit...
[INFO] /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedEndpoint.java:43:18: warning: Variable 'jwt' must be private and have accessor methods.
[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 10 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 32 source files to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/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.237 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/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.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/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/ITokenParser.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.InvalidClaims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/overview-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/constant-values.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseWarArchiveProcessor.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseExtension.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.InvalidClaims.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/ITokenParser.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-use.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/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 /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/overview-tree.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/index-all.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/allclasses-frame.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/allclasses-noframe.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/index.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/overview-summary.html...
[INFO] Generating /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/apidocs/help-doc.html...
[INFO] 3 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/target/checkout/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:33: warning: no description for @param
[INFO] [WARNING] * @param bearerToken
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:34: warning: no description for @param
[INFO] [WARNING] * @param issuer
[INFO] [WARNING] ^
[INFO] [WARNING] /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java:35: warning: no description for @param
[INFO] [WARNING] * @param signedBy
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-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: **/META-INF/services/*
[INFO] [INFO] Exclude: *.log
[INFO] [INFO] Exclude: .checkstyle
[INFO] [INFO] Exclude: .factorypath
[INFO] [INFO] Exclude: .editorconfig
[INFO] [INFO] Exclude: api/**
[INFO] [INFO] Exclude: spec/**
[INFO] [INFO] 44 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 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/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-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/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-tests.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 /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-tests.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-tests.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.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="/jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.8-01 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/pom.xml to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-sources.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-tests.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test.pom.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc
[INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.0.1-test-tests.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.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-1066".
[INFO] [INFO]  * Uploading locally staged artifacts to profile org.eclipse.microprofile
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom (15 kB at 27 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml (346 B at 889 B/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.0.1-test/microprofile-jwt-auth-parent-1.0.1-test.pom.asc (819 B at 9.3 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar (12 kB at 44 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom (12 kB at 46 kB/s)
[INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml (343 B at 914 B/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar (96 kB at 281 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-tests.jar.asc (819 B at 9.9 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.pom.asc (819 B at 9.3 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar (11 kB at 44 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test.jar.asc (819 B at 10.0 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar (69 kB at 242 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-sources.jar.asc (819 B at 10 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar (56 kB at 202 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-javadoc.jar.asc (819 B at 10.0 kB/s)
[INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc
[INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1066/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.0.1-test/microprofile-jwt-auth-tck-1.0.1-test-test-sources.jar.asc (819 B at 9.8 kB/s)
[INFO] [INFO]  * Upload of locally staged artifacts finished.
[INFO] [INFO]  * Closing staging repository with ID "orgeclipsemicroprofile-1066".
[INFO] 
[INFO] Waiting for operation to complete..........
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [  4.394 s]
[INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [01:11 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:17 min
[INFO] [INFO] Finished at: 2018-03-15T23:51:32-04:00
[INFO] [INFO] Final Memory: 100M/1976M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [03:04 min]
[INFO] MicroProfile JWT Auth TCK Harness .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:05 min
[INFO] Finished at: 2018-03-15T23:51:33-04:00
[INFO] Final Memory: 20M/1449M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute TCK Release)
Stage 'Execute TCK Release' skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Log Next TCK Release)
Stage 'Log Next TCK Release' skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mkdir -p /home/data/httpd/download.eclipse.org/microprofile/microprofile-jwt-auth-1.0.1-test
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[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-03-15T23:48:35-04:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 4

Apache Licensed: 4
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
 
*****************************************************
[Pipeline] }
[Pipeline] // script
[Pipeline] archive
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS