Skip to content

Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile JWT Auth TCK Harness 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.jwk
[INFO] Exclude: **/META-INF/services/*
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 65 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-jwt-auth-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 75 resources
[INFO] Copying file pom.xml
[INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.java
[INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.java
[INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java
[INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/TCKConstants.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/AltApplication.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/JwksApplication.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/OptionalIssTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PEMApplication.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsBase64JWKTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsFileLocationURLTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationURLTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSLocationTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationURLTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/SimpleTokenUtils.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/IService.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/ServiceEJB.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValueInjectionTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValuejectionEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/TCKApplication.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecureTCKApplication.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingEndpoint.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServiceServlet.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/parsing/DebugTest.java
[INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.java
[INFO] Copying file src/test/resources/META-INF/microprofile-config-location.properties
[INFO] Copying file src/test/resources/META-INF/microprofile-config.properties
[INFO] Copying file src/test/resources/RequiredClaims.json
[INFO] Copying file src/test/resources/Token1.json
[INFO] Copying file src/test/resources/Token2.json
[INFO] Copying file src/test/resources/TokenNoIss.json
[INFO] Copying file src/test/resources/beans.xml
[INFO] Copying file src/test/resources/jwt-content1.json
[INFO] Copying file src/test/resources/privateKey.pem
[INFO] Copying file src/test/resources/privateKey4k.pem
[INFO] Copying file src/test/resources/publicKey.pem
[INFO] Copying file src/test/resources/publicKey4k.pem
[INFO] Copying file src/test/resources/signer-key4k.jwk
[INFO] Copying file src/test/resources/signer-keyset4k.jwk
[INFO] Copying file src/test/resources/testJWTCallerPrincipal.json
[INFO] Copying file src/test/resources/usePreferredName.json
[INFO] Copying file src/test/resources/useSubject.json
[INFO] Copying file tck-base-suite.xml
[INFO] Copying file tck-full-suite.xml
[INFO] Copying file tck-null-suite.xml
[INFO] Copying file target/rat.txt
asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
[INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/README.adoc
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/classes
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-tck ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 49 source files to /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ microprofile-jwt-auth-tck ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-tck ---
[INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-jwt-auth-tck ---
[INFO] 
Loading source files for package org.eclipse.microprofile.jwt.tck.arquillian...
Loading source files for package org.eclipse.microprofile.jwt.tck.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_162
Building tree for all the packages and classes...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/ITokenParser.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.InvalidClaims.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-frame.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-frame.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-summary.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-tree.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-frame.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-summary.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-tree.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/constant-values.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseWarArchiveProcessor.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/class-use/BaseExtension.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/TokenUtils.InvalidClaims.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/class-use/ITokenParser.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/package-use.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/package-use.html...
Building index for all the packages and classes...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-tree.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/index-all.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/allclasses-frame.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/allclasses-noframe.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/index.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-summary.html...
Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.jwk
[INFO] Exclude: **/META-INF/services/*
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 65 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-tck ---
[INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:test-jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.jwk
[INFO] Exclude: **/META-INF/services/*
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 65 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.TestSourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:test-jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar (attach-sources) @ microprofile-jwt-auth-tck ---
[INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-tck ---
[INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-tck ---
[INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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