Skip to content

Console Output

22:47:35 Started by user starksm64@gmail.com
22:47:35 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace
22:47:35 [WS-CLEANUP] Deleting project workspace...
22:47:35 [WS-CLEANUP] Done
22:47:35 Cloning the remote Git repository
22:47:35 Cloning repository https://github.com/eclipse/microprofile-jwt-auth
22:47:35  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace # timeout=10
22:47:35 Fetching upstream changes from https://github.com/eclipse/microprofile-jwt-auth
22:47:35  > /usr/local/bin/git --version # timeout=10
22:47:35 Setting http proxy: proxy.eclipse.org:9898
22:47:35  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-jwt-auth +refs/heads/*:refs/remotes/origin/*
22:47:41  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-jwt-auth # timeout=10
22:47:41  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
22:47:41  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-jwt-auth # timeout=10
22:47:41 Fetching upstream changes from https://github.com/eclipse/microprofile-jwt-auth
22:47:41 Setting http proxy: proxy.eclipse.org:9898
22:47:41  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-jwt-auth +refs/heads/*:refs/remotes/origin/*
22:47:41  > /usr/local/bin/git rev-parse refs/tags/1.1-RC1^{commit} # timeout=10
22:47:41  > /usr/local/bin/git rev-parse refs/remotes/origin/refs/tags/1.1-RC1^{commit} # timeout=10
22:47:41 Checking out Revision 56fb06716afe67a6ac0bc8354e97215cceb7c76f (refs/tags/1.1-RC1)
22:47:41  > /usr/local/bin/git config core.sparsecheckout # timeout=10
22:47:41  > /usr/local/bin/git checkout -f 56fb06716afe67a6ac0bc8354e97215cceb7c76f
22:47:42 Commit message: "Add a test of validating a MP-JWT with no iss claim with a deployment that has no mp.jwt.verify.issuer"
22:47:42 First time build. Skipping changelog.
22:47:42 Parsing POMs
22:47:44 Discovered a new module org.eclipse.microprofile.jwt:microprofile-jwt-auth-sandbox MicroProfile JWT Auth Sandbox
22:47:44 Modules changed, recalculating dependency graph
22:47:44 Established TCP socket on 49232
22:47:44 [workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12-alpha-1.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.14.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12-alpha-1.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 49232
22:47:44 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
22:47:50 <===[JENKINS REMOTING CAPACITY]===>channel started
22:47:51 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/pom.xml --projects .,api,spec,tck install
22:47:53 [INFO] Scanning for projects...
22:47:53 Started calculate disk usage of build
22:47:53 Finished Calculation of disk usage of build in 0 seconds
22:47:53 Started calculate disk usage of workspace
22:47:53 Finished Calculation of disk usage of workspace in 0 seconds
22:47:53 [INFO] ------------------------------------------------------------------------
22:47:53 [INFO] Reactor Build Order:
22:47:53 [INFO] 
22:47:53 [INFO] MicroProfile JWT Auth Parent
22:47:53 [INFO] MicroProfile JWT Auth API
22:47:53 [INFO] MicroProfile JWT Auth TCK Harness
22:47:53 [INFO] MicroProfile JWT Auth Specification
22:47:53 [INFO] 
22:47:53 [INFO] ------------------------------------------------------------------------
22:47:53 [INFO] Building MicroProfile JWT Auth Parent 1.1-SNAPSHOT
22:47:53 [INFO] ------------------------------------------------------------------------
22:47:53 [INFO] 
22:47:53 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-parent ---
22:47:54 [INFO] Enabled default license matchers.
22:47:54 [INFO] Will parse SCM ignores for exclusions...
22:47:54 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/.gitignore
22:47:54 [INFO] Finished adding exclusions from SCM ignore files.
22:47:54 [INFO] 76 implicit excludes (use -debug for more details).
22:47:54 [INFO] Exclude: .travis.yml.*
22:47:54 [INFO] Exclude: bnd.bnd
22:47:54 [INFO] Exclude: **/*.json
22:47:54 [INFO] Exclude: **/*.jwk
22:47:54 [INFO] Exclude: **/META-INF/services/*
22:47:54 [INFO] Exclude: *.log
22:47:54 [INFO] Exclude: .checkstyle
22:47:54 [INFO] Exclude: .factorypath
22:47:54 [INFO] Exclude: .editorconfig
22:47:54 [INFO] 7 resources included (use -debug for more details)
22:47:54 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
22:47:55 [INFO] 
22:47:55 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-parent ---
22:47:56 [INFO] Starting audit...
22:47:56 Audit done.
22:47:56 [INFO] 
22:47:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-parent ---
22:47:56 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/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
22:47:57 Started calculate disk usage of build
22:47:57 Finished Calculation of disk usage of build in 0 seconds
22:47:57 Started calculate disk usage of workspace
22:47:57 Finished Calculation of disk usage of workspace in 0 seconds
22:47:57 [INFO] 
22:47:57 [INFO] ------------------------------------------------------------------------
22:47:57 [INFO] Building MicroProfile JWT Auth API 1.1-SNAPSHOT
22:47:57 [INFO] ------------------------------------------------------------------------
22:47:57 [INFO] 
22:47:57 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-api ---
22:47:57 [INFO] Enabled default license matchers.
22:47:57 [INFO] Will parse SCM ignores for exclusions...
22:47:57 [INFO] Finished adding exclusions from SCM ignore files.
22:47:57 [INFO] 61 implicit excludes (use -debug for more details).
22:47:57 [INFO] Exclude: .travis.yml.*
22:47:57 [INFO] Exclude: bnd.bnd
22:47:57 [INFO] Exclude: **/*.json
22:47:57 [INFO] Exclude: **/*.jwk
22:47:57 [INFO] Exclude: **/META-INF/services/*
22:47:57 [INFO] Exclude: *.log
22:47:57 [INFO] Exclude: .checkstyle
22:47:57 [INFO] Exclude: .factorypath
22:47:57 [INFO] Exclude: .editorconfig
22:47:57 [INFO] 10 resources included (use -debug for more details)
22:47:57 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
22:47:57 [INFO] 
22:47:57 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-api ---
22:47:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:47:57 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/src/main/resources
22:47:57 [INFO] 
22:47:57 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-api ---
22:47:57 [INFO] Changes detected - recompiling the module!
22:47:59 [INFO] Compiling 9 source files to /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/classes
22:48:00 [INFO] 
22:48:00 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-api ---
22:48:00 [INFO] Starting audit...
22:48:00 Audit done.
22:48:00 [INFO] 
22:48:00 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-jwt-auth-api ---
22:48:00 [INFO] 
22:48:00 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-api ---
22:48:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:00 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/src/test/resources
22:48:01 [INFO] 
22:48:01 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-api ---
22:48:01 [INFO] No sources to compile
22:48:01 [INFO] 
22:48:01 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-jwt-auth-api ---
22:48:01 [INFO] No tests to run.
22:48:01 [JENKINS] Recording test results
22:48:01 [INFO] 
22:48:01 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-api ---
22:48:03 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT.jar
22:48:03 [INFO] 
22:48:03 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-jwt-auth-api ---
22:48:05 [INFO] 
22:48:05 Loading source files for package org.eclipse.microprofile.auth...
22:48:05 Loading source files for package org.eclipse.microprofile.jwt...
22:48:05 Loading source files for package org.eclipse.microprofile.jwt.config...
22:48:05 Constructing Javadoc information...
22:48:05 Standard Doclet version 1.8.0_162
22:48:05 Building tree for all the packages and classes...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/LoginConfig.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/Claim.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimLiteral.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/Claims.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/ClaimValue.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/JsonWebToken.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/Names.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/overview-frame.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-frame.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-summary.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-tree.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-frame.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-summary.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-tree.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-frame.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-summary.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-tree.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/constant-values.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/serialized-form.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/class-use/LoginConfig.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/JsonWebToken.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claims.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimValue.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/ClaimLiteral.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/class-use/Claim.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/class-use/Names.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/auth/package-use.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/package-use.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/org/eclipse/microprofile/jwt/config/package-use.html...
22:48:05 Building index for all the packages and classes...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/overview-tree.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/index-all.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/deprecated-list.html...
22:48:05 Building index for all classes...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/allclasses-frame.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/allclasses-noframe.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/index.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/overview-summary.html...
22:48:05 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/apidocs/help-doc.html...
22:48:05 2 warnings
22:48:05 [WARNING] Javadoc Warnings
22:48:05 [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
22:48:05 [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/src/main/java/org/eclipse/microprofile/auth/LoginConfig.java:61: warning: no description for @return
22:48:05 [WARNING] * @return
22:48:05 [WARNING] ^
22:48:05 [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/src/main/java/org/eclipse/microprofile/jwt/JsonWebToken.java:146: warning: no @param for <T>
22:48:05 [WARNING] <T> T getClaim(String claimName);
22:48:05 [WARNING] ^
22:48:05 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-javadoc.jar
22:48:05 [INFO] 
22:48:05 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-api >>>
22:48:05 [INFO] 
22:48:05 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-api ---
22:48:05 [INFO] Enabled default license matchers.
22:48:05 [INFO] Will parse SCM ignores for exclusions...
22:48:05 [INFO] Finished adding exclusions from SCM ignore files.
22:48:05 [INFO] 61 implicit excludes (use -debug for more details).
22:48:05 [INFO] Exclude: .travis.yml.*
22:48:05 [INFO] Exclude: bnd.bnd
22:48:05 [INFO] Exclude: **/*.json
22:48:05 [INFO] Exclude: **/*.jwk
22:48:05 [INFO] Exclude: **/META-INF/services/*
22:48:05 [INFO] Exclude: *.log
22:48:05 [INFO] Exclude: .checkstyle
22:48:05 [INFO] Exclude: .factorypath
22:48:05 [INFO] Exclude: .editorconfig
22:48:05 [INFO] 10 resources included (use -debug for more details)
22:48:05 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
22:48:05 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
22:48:05 [INFO] 
22:48:05 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-api <<<
22:48:05 [INFO] 
22:48:05 [INFO] 
22:48:05 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-api ---
22:48:06 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-sources.jar
22:48:06 [INFO] 
22:48:06 [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-api ---
22:48:06 [WARNING] JAR will be empty - no content was marked for inclusion!
22:48:06 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-tests.jar
22:48:06 [INFO] 
22:48:06 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-api ---
22:48:06 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT.jar
22:48:06 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT.pom
22:48:06 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-javadoc.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-javadoc.jar
22:48:06 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-sources.jar
22:48:06 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-tests.jar
22:48:07 Started calculate disk usage of build
22:48:07 Finished Calculation of disk usage of build in 0 seconds
22:48:07 Started calculate disk usage of workspace
22:48:07 Finished Calculation of disk usage of workspace in 0 seconds
22:48:07 [INFO] 
22:48:07 [INFO] ------------------------------------------------------------------------
22:48:07 [INFO] Building MicroProfile JWT Auth TCK Harness 1.1-SNAPSHOT
22:48:07 [INFO] ------------------------------------------------------------------------
22:48:07 [INFO] 
22:48:07 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
22:48:07 [INFO] Enabled default license matchers.
22:48:07 [INFO] Will parse SCM ignores for exclusions...
22:48:07 [INFO] Finished adding exclusions from SCM ignore files.
22:48:07 [INFO] 61 implicit excludes (use -debug for more details).
22:48:07 [INFO] Exclude: .travis.yml.*
22:48:07 [INFO] Exclude: bnd.bnd
22:48:07 [INFO] Exclude: **/*.json
22:48:07 [INFO] Exclude: **/*.jwk
22:48:07 [INFO] Exclude: **/META-INF/services/*
22:48:07 [INFO] Exclude: *.log
22:48:07 [INFO] Exclude: .checkstyle
22:48:07 [INFO] Exclude: .factorypath
22:48:07 [INFO] Exclude: .editorconfig
22:48:07 [INFO] 65 resources included (use -debug for more details)
22:48:07 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
22:48:08 [INFO] 
22:48:08 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-jwt-auth-tck ---
22:48:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:12 [INFO] ignoreDelta true
22:48:12 [INFO] Copying 75 resources
22:48:12 [INFO] Copying file pom.xml
22:48:12 [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.java
22:48:12 [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.java
22:48:12 [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/ITokenParser.java
22:48:12 [INFO] Copying file src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/TCKConstants.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/AltApplication.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/JwksApplication.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/OptionalIssTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PEMApplication.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsBase64JWKTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsFileLocationURLTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKLocationURLTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSLocationTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKSTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsJWKTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMLocationURLTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyAsPEMTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/PublicKeyEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/config/SimpleTokenUtils.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/EjbTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/IService.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/ejb/ServiceEJB.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jacc/SubjectTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/AppScopedTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ClaimValueInjectionTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValueInjectionTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/JsonValuejectionEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrimitiveInjectionTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/PrincipalInjectionTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/ProviderInjectionTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RequiredClaimsTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesAllowedTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/RolesEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/TCKApplication.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecureTCKApplication.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingEndpoint.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/UnsecuredPingTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServiceServlet.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/container/servlet/ServletTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/parsing/DebugTest.java
22:48:12 [INFO] Copying file src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsTest.java
22:48:12 [INFO] Copying file src/test/resources/META-INF/microprofile-config-location.properties
22:48:12 [INFO] Copying file src/test/resources/META-INF/microprofile-config.properties
22:48:12 [INFO] Copying file src/test/resources/RequiredClaims.json
22:48:12 [INFO] Copying file src/test/resources/Token1.json
22:48:12 [INFO] Copying file src/test/resources/Token2.json
22:48:12 [INFO] Copying file src/test/resources/TokenNoIss.json
22:48:12 [INFO] Copying file src/test/resources/beans.xml
22:48:12 [INFO] Copying file src/test/resources/jwt-content1.json
22:48:12 [INFO] Copying file src/test/resources/privateKey.pem
22:48:12 [INFO] Copying file src/test/resources/privateKey4k.pem
22:48:12 [INFO] Copying file src/test/resources/publicKey.pem
22:48:12 [INFO] Copying file src/test/resources/publicKey4k.pem
22:48:12 [INFO] Copying file src/test/resources/signer-key4k.jwk
22:48:12 [INFO] Copying file src/test/resources/signer-keyset4k.jwk
22:48:12 [INFO] Copying file src/test/resources/testJWTCallerPrincipal.json
22:48:12 [INFO] Copying file src/test/resources/usePreferredName.json
22:48:12 [INFO] Copying file src/test/resources/useSubject.json
22:48:12 [INFO] Copying file tck-base-suite.xml
22:48:12 [INFO] Copying file tck-full-suite.xml
22:48:12 [INFO] Copying file tck-null-suite.xml
22:48:12 [INFO] Copying file target/rat.txt
22:48:19 asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
22:48:19 asciidoctor: ERROR: README.adoc: line 86: only book doctypes can contain level 0 sections
22:48:24 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/README.adoc
22:48:24 [INFO] 
22:48:24 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-jwt-auth-tck ---
22:48:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:24 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/src/main/resources
22:48:24 [INFO] 
22:48:24 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-jwt-auth-tck ---
22:48:24 [INFO] Changes detected - recompiling the module!
22:48:24 [INFO] Compiling 4 source files to /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/classes
22:48:24 [INFO] 
22:48:24 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-tck ---
22:48:25 [INFO] Starting audit...
22:48:25 Audit done.
22:48:25 [INFO] 
22:48:25 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-jwt-auth-tck ---
22:48:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:25 [INFO] Copying 17 resources
22:48:25 [INFO] 
22:48:25 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-jwt-auth-tck ---
22:48:25 [INFO] Changes detected - recompiling the module!
22:48:25 [INFO] Compiling 49 source files to /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/test-classes
22:48:27 [INFO] 
22:48:27 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ microprofile-jwt-auth-tck ---
22:48:28 [INFO] 
22:48:28 [INFO] -------------------------------------------------------
22:48:28 [INFO]  T E S T S
22:48:28 [INFO] -------------------------------------------------------
22:48:33 [INFO] Running TestSuite
22:48:33 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in TestSuite
22:48:33 [INFO] 
22:48:33 [INFO] Results:
22:48:33 [INFO] 
22:48:33 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
22:48:33 [INFO] 
22:48:33 [JENKINS] Recording test results
22:48:34 [INFO] 
22:48:34 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-jwt-auth-tck ---
22:48:34 [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
22:48:35 [INFO] 
22:48:35 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-jwt-auth-tck ---
22:48:36 [INFO] 
22:48:36 Loading source files for package org.eclipse.microprofile.jwt.tck.arquillian...
22:48:36 Loading source files for package org.eclipse.microprofile.jwt.tck.util...
22:48:36 Constructing Javadoc information...
22:48:36 Standard Doclet version 1.8.0_162
22:48:36 Building tree for all the packages and classes...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseExtension.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/arquillian/BaseWarArchiveProcessor.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/ITokenParser.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/org/eclipse/microprofile/jwt/tck/util/TokenUtils.html...
22:48:36 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...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-frame.html...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/constant-values.html...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 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...
22:48:36 Building index for all the packages and classes...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-tree.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/index-all.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/deprecated-list.html...
22:48:36 Building index for all classes...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/allclasses-frame.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/allclasses-noframe.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/index.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/overview-summary.html...
22:48:36 Generating /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/apidocs/help-doc.html...
22:48:36 [WARNING] Javadoc Warnings
22:48:36 [WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
22:48:36 [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
22:48:36 [INFO] 
22:48:36 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
22:48:36 [INFO] 
22:48:36 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
22:48:36 [INFO] Enabled default license matchers.
22:48:36 [INFO] Will parse SCM ignores for exclusions...
22:48:36 [INFO] Finished adding exclusions from SCM ignore files.
22:48:36 [INFO] 61 implicit excludes (use -debug for more details).
22:48:36 [INFO] Exclude: .travis.yml.*
22:48:36 [INFO] Exclude: bnd.bnd
22:48:36 [INFO] Exclude: **/*.json
22:48:36 [INFO] Exclude: **/*.jwk
22:48:36 [INFO] Exclude: **/META-INF/services/*
22:48:36 [INFO] Exclude: *.log
22:48:36 [INFO] Exclude: .checkstyle
22:48:36 [INFO] Exclude: .factorypath
22:48:36 [INFO] Exclude: .editorconfig
22:48:36 [INFO] 65 resources included (use -debug for more details)
22:48:36 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
22:48:36 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
22:48:36 [INFO] 
22:48:36 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
22:48:36 [INFO] 
22:48:36 [INFO] 
22:48:36 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-jwt-auth-tck ---
22:48:36 [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
22:48:36 [INFO] 
22:48:36 [INFO] >>> maven-source-plugin:3.0.1:test-jar (attach-sources) > generate-sources @ microprofile-jwt-auth-tck >>>
22:48:36 [INFO] 
22:48:36 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-tck ---
22:48:36 [INFO] Enabled default license matchers.
22:48:36 [INFO] Will parse SCM ignores for exclusions...
22:48:36 [INFO] Finished adding exclusions from SCM ignore files.
22:48:36 [INFO] 61 implicit excludes (use -debug for more details).
22:48:36 [INFO] Exclude: .travis.yml.*
22:48:36 [INFO] Exclude: bnd.bnd
22:48:36 [INFO] Exclude: **/*.json
22:48:36 [INFO] Exclude: **/*.jwk
22:48:36 [INFO] Exclude: **/META-INF/services/*
22:48:36 [INFO] Exclude: *.log
22:48:36 [INFO] Exclude: .checkstyle
22:48:36 [INFO] Exclude: .factorypath
22:48:36 [INFO] Exclude: .editorconfig
22:48:37 [INFO] 65 resources included (use -debug for more details)
22:48:37 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses.
22:48:37 [WARNING] Failed to getClass for org.apache.maven.plugins.source.TestSourceJarMojo
22:48:37 [INFO] 
22:48:37 [INFO] <<< maven-source-plugin:3.0.1:test-jar (attach-sources) < generate-sources @ microprofile-jwt-auth-tck <<<
22:48:37 [INFO] 
22:48:37 [INFO] 
22:48:37 [INFO] --- maven-source-plugin:3.0.1:test-jar (attach-sources) @ microprofile-jwt-auth-tck ---
22:48:37 [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
22:48:37 [INFO] 
22:48:37 [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ microprofile-jwt-auth-tck ---
22:48:37 [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
22:48:37 [INFO] 
22:48:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-tck ---
22:48:37 [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
22:48:37 [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
22:48:37 [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
22:48:37 [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
22:48:37 [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
22:48:37 [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
22:48:38 Started calculate disk usage of build
22:48:38 Finished Calculation of disk usage of build in 0 seconds
22:48:38 Started calculate disk usage of workspace
22:48:38 Finished Calculation of disk usage of workspace in 0 seconds
22:48:38 [INFO] 
22:48:38 [INFO] ------------------------------------------------------------------------
22:48:38 [INFO] Building MicroProfile JWT Auth Specification 1.1-SNAPSHOT
22:48:38 [INFO] ------------------------------------------------------------------------
22:48:38 [INFO] 
22:48:38 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-jwt-auth-spec ---
22:48:38 [INFO] Enabled default license matchers.
22:48:38 [INFO] Will parse SCM ignores for exclusions...
22:48:38 [INFO] Finished adding exclusions from SCM ignore files.
22:48:38 [INFO] 61 implicit excludes (use -debug for more details).
22:48:38 [INFO] Exclude: .travis.yml.*
22:48:38 [INFO] Exclude: bnd.bnd
22:48:38 [INFO] Exclude: **/*.json
22:48:38 [INFO] Exclude: **/*.jwk
22:48:38 [INFO] Exclude: **/META-INF/services/*
22:48:38 [INFO] Exclude: *.log
22:48:38 [INFO] Exclude: .checkstyle
22:48:38 [INFO] Exclude: .factorypath
22:48:38 [INFO] Exclude: .editorconfig
22:48:38 [INFO] 8 resources included (use -debug for more details)
22:48:38 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
22:48:38 [INFO] 
22:48:38 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-jwt-auth-spec ---
22:48:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:38 [INFO] ignoreDelta true
22:48:38 [INFO] Copying 0 resource
22:48:57 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc
22:48:57 [INFO] 
22:48:57 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-jwt-auth-spec ---
22:48:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:48:57 [INFO] ignoreDelta true
22:48:57 [INFO] Copying 0 resource
22:48:58 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc
22:48:58 [INFO] 
22:48:58 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-jwt-auth-spec ---
22:48:58 [INFO] Starting audit...
22:48:58 Audit done.
22:48:58 [INFO] 
22:48:58 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-jwt-auth-spec ---
22:48:58 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/jwt/microprofile-jwt-auth-spec/1.1-SNAPSHOT/microprofile-jwt-auth-spec-1.1-SNAPSHOT.pom
22:48:58 Started calculate disk usage of build
22:48:58 Finished Calculation of disk usage of build in 0 seconds
22:48:58 Started calculate disk usage of workspace
22:48:58 Finished Calculation of disk usage of workspace in 0 seconds
22:48:59 [INFO] ------------------------------------------------------------------------
22:48:59 [INFO] Reactor Summary:
22:48:59 [INFO] 
22:48:59 [INFO] MicroProfile JWT Auth Parent ....................... SUCCESS [  2.974 s]
22:48:59 [INFO] MicroProfile JWT Auth API .......................... SUCCESS [  9.335 s]
22:48:59 [INFO] MicroProfile JWT Auth TCK Harness .................. SUCCESS [ 30.534 s]
22:48:59 [INFO] MicroProfile JWT Auth Specification ................ SUCCESS [ 20.318 s]
22:48:59 [INFO] ------------------------------------------------------------------------
22:48:59 [INFO] BUILD SUCCESS
22:48:59 [INFO] ------------------------------------------------------------------------
22:48:59 [INFO] Total time: 01:06 min
22:48:59 [INFO] Finished at: 2018-05-17T22:48:59-04:00
22:48:59 [INFO] Final Memory: 143M/1950M
22:48:59 [INFO] ------------------------------------------------------------------------
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT.pom
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-javadoc.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-sources.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-sources.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/api/target/microprofile-jwt-auth-api-1.1-SNAPSHOT-tests.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-SNAPSHOT-tests.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent/1.1-SNAPSHOT/microprofile-jwt-auth-parent-1.1-SNAPSHOT.pom
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/spec/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec/1.1-SNAPSHOT/microprofile-jwt-auth-spec-1.1-SNAPSHOT.pom
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.pom
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-javadoc.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-sources.jar
22:48:59 [JENKINS] Archiving /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 org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-test-sources.jar
22:48:59 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/JWT-Auth prerelease artifact build/workspace/tck/target/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/1.1-SNAPSHOT/microprofile-jwt-auth-tck-1.1-SNAPSHOT-tests.jar
22:48:59 channel stopped
22:48:59 Archiving artifacts
22:48:59 No artifacts are recorded for moduleorg.eclipse.microprofile.jwt:microprofile-jwt-auth-sandbox. Is this a Maven project?
22:48:59 Maven RedeployPublisher use remote  maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml
22:48:59 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-releases/ (id=repo.eclipse.org,uniqueVersion=true)
22:48:59 Deploying the main artifact microprofile-jwt-auth-api-1.1-SNAPSHOT.jar
22:48:59 Downloading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/maven-metadata.xml
22:48:59 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar
22:49:00 Uploading: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.pom
22:49:00 ERROR: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1-20180518.024859-1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar. Return code is: 400, ReasonPhrase: Bad Request.
22:49:00 org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1-20180518.024859-1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar. Return code is: 400, ReasonPhrase: Bad Request.
22:49:00 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:143)
22:49:00 	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:193)
22:49:00 	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
22:49:00 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
22:49:00 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
22:49:00 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
22:49:00 	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1073)
22:49:00 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
22:49:00 	at hudson.model.Run.execute(Run.java:1749)
22:49:00 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
22:49:00 	at hudson.model.ResourceController.execute(ResourceController.java:97)
22:49:00 	at hudson.model.Executor.run(Executor.java:429)
22:49:00 Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1-20180518.024859-1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar. Return code is: 400, ReasonPhrase: Bad Request.
22:49:00 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:317)
22:49:00 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:245)
22:49:00 	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:420)
22:49:00 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:139)
22:49:00 	... 11 more
22:49:00 Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1-20180518.024859-1 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-releases/): Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar. Return code is: 400, ReasonPhrase: Bad Request.
22:49:00 	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
22:49:00 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
22:49:00 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put(BasicRepositoryConnector.java:274)
22:49:00 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:311)
22:49:00 	... 14 more
22:49:00 Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://repo.eclipse.org/content/repositories/microprofile-releases/org/eclipse/microprofile/jwt/microprofile-jwt-auth-api/1.1-SNAPSHOT/microprofile-jwt-auth-api-1.1-20180518.024859-1.jar. Return code is: 400, ReasonPhrase: Bad Request.
22:49:00 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:635)
22:49:00 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:557)
22:49:00 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:539)
22:49:00 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:533)
22:49:00 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:513)
22:49:00 	at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run(WagonTransporter.java:644)
22:49:00 	at org.eclipse.aether.transport.wagon.WagonTransporter.execute(WagonTransporter.java:427)
22:49:00 	at org.eclipse.aether.transport.wagon.WagonTransporter.put(WagonTransporter.java:410)
22:49:00 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask(BasicRepositoryConnector.java:510)
22:49:00 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
22:49:00 	... 16 more
22:49:00 [INFO] Deployment failed after 0.21 sec
22:49:00 Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE
22:49:00 Started calculate disk usage of build
22:49:00 Finished Calculation of disk usage of build in 0 seconds
22:49:00 Started calculate disk usage of workspace
22:49:00 Finished Calculation of disk usage of workspace in 0 seconds
22:49:00 Finished: FAILURE