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 dd206cddbc686415076dafac737bc20da19354ca (refs/remotes/origin/tck-1.0.1) > /usr/local/bin/git config core.sparsecheckout # timeout=10 > /usr/local/bin/git checkout -f dd206cddbc686415076dafac737bc20da19354ca > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10 > /usr/local/bin/git checkout -b tck-1.0.1 dd206cddbc686415076dafac737bc20da19354ca Commit message: "[maven-release-plugin] prepare for next development iteration" > /usr/local/bin/git rev-list --no-walk 0d7533115c22ca6705277859bcdfd5e456a78140 # 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=tck-1.0.1 -DdevelopmentVersion=1.1-SNAPSHOT -DreleaseVersion=1.0.1 -Drevremark=Final 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 [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 [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.239 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.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-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-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-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-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 [ 2.853 s] [INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [ 34.895 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 39.353 s [INFO] [INFO] Finished at: 2018-03-16T01:49:46-04:00 [INFO] [INFO] Final Memory: 97M/1965M [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-953075458.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 tck-1.0.1... [INFO] Executing: /bin/sh -c cd "/jobs/genie.microprofile/Test Releases/workspace" && git tag -F /tmp/genie.microprofile/maven-scm-492345476.commit tck-1.0.1 [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/tck-1.0.1 [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-1130474865.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 tck-1.0.1 '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 tck-1.0.1 [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.1-SNAPSHOT [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.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-jwt-auth-parent --- [INFO] [INFO] Performing deferred deploys (gathering into "/jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred")... [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/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building MicroProfile JWT Auth TCK Harness 1.1-SNAPSHOT [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.238 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.1-SNAPSHOT.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.1-SNAPSHOT-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.1-SNAPSHOT-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.1-SNAPSHOT-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.1-SNAPSHOT-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.1-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.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.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar.asc to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-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 deferred deploys (gathering into "/jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred")... [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.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/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] Installing /jobs/genie.microprofile/Test Releases/workspace/target/checkout/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar.asc to /jobs/genie.microprofile/Test Releases/workspace/target/checkout/target/nexus-staging/deferred/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar.asc [INFO] [INFO] Deploying remotely... [INFO] [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] [INFO] * Bulk deploying locally gathered snapshot artifacts to URL https://oss.sonatype.org/content/repositories/snapshots/ [INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-test-sources.jar.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-test-sources.jar.asc (819 B at 2.5 kB/s) [INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (676 B at 1.4 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/maven-metadata.xml (311 B at 863 B/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.pom.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.pom.asc (819 B at 6.7 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (851 B at 2.3 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-sources.jar [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-sources.jar (11 kB at 28 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.8 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.jar.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.jar.asc (819 B at 6.7 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.5 kB/s) [INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-20180316.055036-1.pom.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-20180316.055036-1.pom.asc (819 B at 3.5 kB/s) [INFO] [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/maven-metadata.xml (633 B at 1.5 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/maven-metadata.xml (314 B at 942 B/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-tests.jar.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-tests.jar.asc (819 B at 7.4 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (1.5 kB at 4.6 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-javadoc.jar [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-javadoc.jar (56 kB at 135 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (1.7 kB at 4.6 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-tests.jar [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-tests.jar (96 kB at 245 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (1.9 kB at 5.8 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.jar [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.jar (12 kB at 36 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.pom [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1.pom (12 kB at 36 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (2.2 kB at 6.9 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-sources.jar.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-sources.jar.asc (819 B at 6.7 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (2.4 kB at 4.3 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-test-sources.jar [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-test-sources.jar (69 kB at 130 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (2.6 kB at 8.1 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-javadoc.jar.asc [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-20180316.055033-1-javadoc.jar.asc (819 B at 7.4 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/maven-metadata.xml (2.9 kB at 8.7 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-20180316.055036-1.pom [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-20180316.055036-1.pom (15 kB at 47 kB/s) [INFO] [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/maven-metadata.xml (804 B at 2.5 kB/s) [INFO] [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] [INFO] Remote deploy finished with success. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] [INFO] [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [ 2.627 s] [INFO] [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [ 43.516 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 47.447 s [INFO] [INFO] Finished at: 2018-03-16T01:50:43-04:00 [INFO] [INFO] Final Memory: 101M/1977M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [01:39 min] [INFO] MicroProfile JWT Auth TCK Harness .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:40 min [INFO] Finished at: 2018-03-16T01:50:44-04:00 [INFO] Final Memory: 20M/1440M [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] { (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 [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-16T01:49:10-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