Skip to content

Console Output

Started by user Ivar Grimstad
Running as Ivar Grimstad
Agent basic-d6qzp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-d6qzp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-d6qzp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-d6qzp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-krazo"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-d6qzp in workspace /home/jenkins/agent/workspace/tck-openliberty
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/krazo.git
 > git init /home/jenkins/agent/workspace/tck-openliberty # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 2aa9c3e63ec2bf3185049ba6edc9ece04f686b88 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2aa9c3e63ec2bf3185049ba6edc9ece04f686b88 # timeout=10
Commit message: "Update schema namespaces from JCP to Jakarta EE (#236)"
 > git rev-list --no-walk 2aa9c3e63ec2bf3185049ba6edc9ece04f686b88 # timeout=10
[tck-openliberty] $ /bin/sh -xe /tmp/jenkins8921065178599074312.sh
+ curl -L -s -o wlp.zip https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/beta/2020-10-14_1215/openliberty-jakartaee9-20.0.0.12-beta.zip
+ unzip -q wlp.zip
+ cp .travis/wlp-server-template.xml wlp/templates/servers/defaultServer/server.xml
+ cd ./wlp/
+ pwd
+ export 'LIBERTY_HOME=/home/jenkins/agent/workspace/tck-openliberty/wlp'
[tck-openliberty] $ /opt/tools/apache-maven/latest/bin/mvn -V -B clean install -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.7, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.7+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Krazo Parent                                               [pom]
[INFO] Eclipse Krazo Core                                                 [jar]
[INFO] Eclipse Krazo Jersey                                               [jar]
[INFO] Eclipse Krazo RESTEasy                                             [jar]
[INFO] Eclipse Krazo CXF                                                  [jar]
[INFO] Eclipse Krazo TCK Runner                                           [jar]
[INFO] Eclipse Krazo Extensions Parent                                    [pom]
[INFO] Eclipse Krazo AsciiDoc Extension                                   [jar]
[INFO] Eclipse Krazo Freemarker Extension                                 [jar]
[INFO] Eclipse Krazo Jade Extension                                       [jar]
[INFO] Eclipse Krazo JSR-223 Extension                                    [jar]
[INFO] Eclipse Krazo Mustache Extension                                   [jar]
[INFO] Eclipse Krazo StringTemplate Extension                             [jar]
[INFO] Eclipse Krazo Velocity Extension                                   [jar]
[INFO] Eclipse Krazo Integration Tests Parent                             [pom]
[INFO] Eclipse Krazo Application Path Tests                               [war]
[INFO] Eclipse Krazo Book CDI tests                                       [war]
[INFO] Eclipse Krazo Book Models Tests                                    [war]
[INFO] Eclipse Krazo CDI Conversation Tests                               [war]
[INFO] Eclipse Krazo CSRF Property Tests                                  [war]
[INFO] Eclipse Krazo Default Extension Tests                              [war]
[INFO] Eclipse Krazo CDI Events Tests                                     [war]
[INFO] Eclipse Krazo Exceptions Tests                                     [war]
[INFO] Eclipse Krazo Facelets Tests                                       [war]
[INFO] Eclipse Krazo Locale Tests                                         [war]
[INFO] Eclipse Krazo Produces Tests                                       [war]
[INFO] Eclipse Krazo Redirect Tests                                       [war]
[INFO] Eclipse Krazo RedirectScope Tests                                  [war]
[INFO] Eclipse Krazo RedirectScope2 Tests                                 [war]
[INFO] Eclipse Krazo RedirectScope3 Tests                                 [war]
[INFO] Eclipse Krazo RequestDispatcher tests                              [war]
[INFO] Eclipse Krazo Returns Tests                                        [war]
[INFO] Eclipse Krazo Validation Tests                                     [war]
[INFO] Eclipse Krazo Validation I18N Tests                                [war]
[INFO] Eclipse Krazo View Annotation Tests                                [war]
[INFO] Eclipse Krazo UriBuilder Test                                      [war]
[INFO] Eclipse Krazo Testsuite                                            [jar]
[INFO] Eclipse Krazo Documentation                                        [pom]
[INFO] Archetype for Jakarta EE 8 with Eclipse Krazo          [maven-archetype]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 2.0.0-SNAPSHOT                      [1/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/2.0.0-SNAPSHOT/krazo-parent-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 2.0.0-SNAPSHOT                        [2/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-core ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ krazo-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/tck-openliberty/core/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/tck-openliberty/core/target/classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverterProvider.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/main/java/org/eclipse/krazo/binding/convert/MvcConverterProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/tck-openliberty/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/test/java/org/eclipse/krazo/uri/UriTemplateParserTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/test/java/org/eclipse/krazo/uri/UriTemplateParserTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: /home/jenkins/agent/workspace/tck-openliberty/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Running org.eclipse.krazo.core.MessagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.core.MessagesTest
[INFO] Running org.eclipse.krazo.core.ViewableWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.krazo.core.ViewableWriterTest
[INFO] Running org.eclipse.krazo.core.ModelsImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.core.ModelsImplTest
[INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Running org.eclipse.krazo.security.EncodersImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.security.EncodersImplTest
[INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Running org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Running org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Running org.eclipse.krazo.util.BeanUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.util.BeanUtilsTest
[INFO] Running org.eclipse.krazo.util.PathUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PathUtilsTest
[INFO] Running org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Running org.eclipse.krazo.util.CdiUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.CdiUtilsTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report (default-report) @ krazo-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/tck-openliberty/core/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Krazo Core' with 92 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/core/target/krazo-core-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/core/target/krazo-core-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.0.0-SNAPSHOT/krazo-core-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.0.0-SNAPSHOT/krazo-core-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 2.0.0-SNAPSHOT                      [3/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jersey ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jersey ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/jersey/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jersey ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/jersey/target/krazo-jersey-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/jersey/target/krazo-jersey-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.0.0-SNAPSHOT/krazo-jersey-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.0.0-SNAPSHOT/krazo-jersey-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 2.0.0-SNAPSHOT                    [4/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-resteasy ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-resteasy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/resteasy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/resteasy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-resteasy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-resteasy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/resteasy/target/krazo-resteasy-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/resteasy/target/krazo-resteasy-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.0.0-SNAPSHOT/krazo-resteasy-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.0.0-SNAPSHOT/krazo-resteasy-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-cxf >---------------------
[INFO] Building Eclipse Krazo CXF 2.0.0-SNAPSHOT                         [5/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-cxf ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-cxf ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-cxf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/cxf/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-cxf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/cxf/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-cxf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-cxf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-cxf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/cxf/target/krazo-cxf-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-cxf ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/cxf/target/krazo-cxf-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/2.0.0-SNAPSHOT/krazo-cxf-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/cxf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/2.0.0-SNAPSHOT/krazo-cxf-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 2.0.0-SNAPSHOT                  [6/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-tck ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tck-openliberty/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/tck/target/krazo-tck-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/tck/target/krazo-tck-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.0.0-SNAPSHOT/krazo-tck-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.0.0-SNAPSHOT/krazo-tck-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-ext-parent >---------------
[INFO] Building Eclipse Krazo Extensions Parent 2.0.0-SNAPSHOT           [7/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-ext-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-ext-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-ext-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/2.0.0-SNAPSHOT/krazo-ext-parent-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-asciidoc >----------------
[INFO] Building Eclipse Krazo AsciiDoc Extension 2.0.0-SNAPSHOT          [8/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-asciidoc ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-asciidoc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-asciidoc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/ext/asciidoc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/asciidoc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-asciidoc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-asciidoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-asciidoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/asciidoc/target/krazo-asciidoc-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-asciidoc ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/asciidoc/target/krazo-asciidoc-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.0.0-SNAPSHOT/krazo-asciidoc-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/asciidoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.0.0-SNAPSHOT/krazo-asciidoc-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-freemarker >---------------
[INFO] Building Eclipse Krazo Freemarker Extension 2.0.0-SNAPSHOT        [9/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-freemarker ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/ext/freemarker/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-freemarker ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/freemarker/target/krazo-freemarker-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/freemarker/target/krazo-freemarker-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.0.0-SNAPSHOT/krazo-freemarker-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/freemarker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.0.0-SNAPSHOT/krazo-freemarker-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo.ext:krazo-jade >------------------
[INFO] Building Eclipse Krazo Jade Extension 2.0.0-SNAPSHOT             [10/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jade ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jade ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jade ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/ext/jade/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/jade/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jade ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jade ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jade ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/jade/target/krazo-jade-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jade ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/jade/target/krazo-jade-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.0.0-SNAPSHOT/krazo-jade-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/jade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.0.0-SNAPSHOT/krazo-jade-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-jsr223 >-----------------
[INFO] Building Eclipse Krazo JSR-223 Extension 2.0.0-SNAPSHOT          [11/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jsr223 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jsr223 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jsr223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jsr223 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jsr223 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jsr223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/target/krazo-jsr223-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jsr223 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/target/krazo-jsr223-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.0.0-SNAPSHOT/krazo-jsr223-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/jsr223/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.0.0-SNAPSHOT/krazo-jsr223-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-mustache >----------------
[INFO] Building Eclipse Krazo Mustache Extension 2.0.0-SNAPSHOT         [12/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-mustache ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/ext/mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-mustache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/mustache/target/krazo-mustache-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/mustache/target/krazo-mustache-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.0.0-SNAPSHOT/krazo-mustache-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/mustache/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.0.0-SNAPSHOT/krazo-mustache-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.ext:krazo-stringtemplate >-------------
[INFO] Building Eclipse Krazo StringTemplate Extension 2.0.0-SNAPSHOT   [13/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-stringtemplate ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-stringtemplate ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-stringtemplate ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/ext/stringtemplate/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/stringtemplate/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-stringtemplate ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-stringtemplate ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-stringtemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/stringtemplate/target/krazo-stringtemplate-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-stringtemplate ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/stringtemplate/target/krazo-stringtemplate-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.0.0-SNAPSHOT/krazo-stringtemplate-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/stringtemplate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.0.0-SNAPSHOT/krazo-stringtemplate-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-velocity >----------------
[INFO] Building Eclipse Krazo Velocity Extension 2.0.0-SNAPSHOT         [14/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-velocity ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-velocity ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-velocity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/ext/velocity/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/ext/velocity/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-velocity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-velocity ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-velocity ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/ext/velocity/target/krazo-velocity-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-velocity ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/velocity/target/krazo-velocity-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.0.0-SNAPSHOT/krazo-velocity-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/ext/velocity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.0.0-SNAPSHOT/krazo-velocity-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 2.0.0-SNAPSHOT   [15/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-examples-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-examples-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/2.0.0-SNAPSHOT/krazo-examples-parent-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 2.0.0-SNAPSHOT     [16/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ application-path ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ application-path ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ application-path ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ application-path ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/tck-openliberty/examples/application-path/target/test-application-path]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/application-path/src/main/webapp]
[INFO] Webapp assembled in [56 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/target/test-application-path.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ application-path ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.0.0-SNAPSHOT/application-path-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.0.0-SNAPSHOT/application-path-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 2.0.0-SNAPSHOT             [17/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-cdi ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-cdi ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-cdi ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-cdi ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/target/test-book-cdi]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/target/test-book-cdi.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-cdi ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.0.0-SNAPSHOT/book-cdi-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.0.0-SNAPSHOT/book-cdi-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 2.0.0-SNAPSHOT          [18/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-models ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-models ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-models ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-models ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/tck-openliberty/examples/book-models/target/test-book-models]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/book-models/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/target/test-book-models.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-models ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.0.0-SNAPSHOT/book-models-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.0.0-SNAPSHOT/book-models-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 2.0.0-SNAPSHOT     [19/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ conversation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ conversation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ conversation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ conversation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/tck-openliberty/examples/conversation/target/test-conversation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/conversation/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.0.0-SNAPSHOT/conversation-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.0.0-SNAPSHOT/conversation-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 2.0.0-SNAPSHOT        [20/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ csrf-property ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ csrf-property ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ csrf-property ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ csrf-property ---
[INFO] Packaging webapp
[INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/target/test-csrf-property]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/target/test-csrf-property.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ csrf-property ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.0.0-SNAPSHOT/csrf-property-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.0.0-SNAPSHOT/csrf-property-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 2.0.0-SNAPSHOT    [21/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ def-ext ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ def-ext ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ def-ext ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ def-ext ---
[INFO] Packaging webapp
[INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/target/test-def-ext]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/target/test-def-ext.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ def-ext ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.0.0-SNAPSHOT/def-ext-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.0.0-SNAPSHOT/def-ext-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 2.0.0-SNAPSHOT           [22/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ events ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ events ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/events/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/events/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/events/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ events ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ events ---
[INFO] Packaging webapp
[INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/tck-openliberty/examples/events/target/test-events]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/events/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/events/target/test-events.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.0.0-SNAPSHOT/events-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.0.0-SNAPSHOT/events-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 2.0.0-SNAPSHOT           [23/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exceptions ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ exceptions ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ exceptions ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ exceptions ---
[INFO] Packaging webapp
[INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/target/test-exceptions]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/target/test-exceptions.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.0.0-SNAPSHOT/exceptions-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.0.0-SNAPSHOT/exceptions-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 2.0.0-SNAPSHOT             [24/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ facelets ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ facelets ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ facelets ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ facelets ---
[INFO] Packaging webapp
[INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/tck-openliberty/examples/facelets/target/test-facelets]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/facelets/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.0.0-SNAPSHOT/facelets-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.0.0-SNAPSHOT/facelets-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 2.0.0-SNAPSHOT               [25/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ locale ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ locale ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/locale/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/locale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/locale/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/tck-openliberty/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ locale ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ locale ---
[INFO] Packaging webapp
[INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/tck-openliberty/examples/locale/target/test-locale]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/locale/src/main/webapp]
[INFO] Webapp assembled in [39 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.0.0-SNAPSHOT/locale-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.0.0-SNAPSHOT/locale-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 2.0.0-SNAPSHOT             [26/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ produces ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ produces ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/produces/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/produces/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/produces/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: /home/jenkins/agent/workspace/tck-openliberty/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ produces ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ produces ---
[INFO] Packaging webapp
[INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/tck-openliberty/examples/produces/target/test-produces]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/produces/src/main/webapp]
[INFO] Webapp assembled in [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.0.0-SNAPSHOT/produces-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.0.0-SNAPSHOT/produces-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 2.0.0-SNAPSHOT             [27/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirect ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirect ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirect ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirect ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/tck-openliberty/examples/redirect/target/test-redirect]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/redirect/src/main/webapp]
[INFO] Webapp assembled in [43 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.0.0-SNAPSHOT/redirect-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.0.0-SNAPSHOT/redirect-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 2.0.0-SNAPSHOT        [28/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/target/test-redirectscope]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.0.0-SNAPSHOT/redirectScope-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.0.0-SNAPSHOT/redirectScope-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 2.0.0-SNAPSHOT       [29/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope2 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/target/test-redirectscope2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.0.0-SNAPSHOT/redirectScope2-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.0.0-SNAPSHOT/redirectScope2-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 2.0.0-SNAPSHOT       [30/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope3 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/target/test-redirectscope3]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.0.0-SNAPSHOT/redirectScope3-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.0.0-SNAPSHOT/redirectScope3-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 2.0.0-SNAPSHOT    [31/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ requestDispatcher ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ requestDispatcher ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ requestDispatcher ---
[INFO] Packaging webapp
[INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/target/test-requestDispatcher]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/src/main/webapp]
[INFO] Webapp assembled in [63 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.0.0-SNAPSHOT/requestDispatcher-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.0.0-SNAPSHOT/requestDispatcher-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 2.0.0-SNAPSHOT              [32/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ returns ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ returns ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/returns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/returns/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/returns/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ returns ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ returns ---
[INFO] Packaging webapp
[INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/tck-openliberty/examples/returns/target/test-returns]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/returns/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.0.0-SNAPSHOT/returns-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.0.0-SNAPSHOT/returns-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 2.0.0-SNAPSHOT           [33/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/tck-openliberty/examples/validation/target/test-validation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/validation/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.0.0-SNAPSHOT/validation-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.0.0-SNAPSHOT/validation-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 2.0.0-SNAPSHOT      [34/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation-i18n ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation-i18n ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation-i18n ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation-i18n ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/target/test-validation-i18n]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/target/test-validation-i18n.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation-i18n ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.0.0-SNAPSHOT/validation-i18n-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.0.0-SNAPSHOT/validation-i18n-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 2.0.0-SNAPSHOT      [35/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ view-annotation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ view-annotation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ view-annotation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ view-annotation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/target/test-view-annotation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/target/test-view-annotation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ view-annotation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.0.0-SNAPSHOT/view-annotation-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.0.0-SNAPSHOT/view-annotation-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 2.0.0-SNAPSHOT            [36/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uri-builder ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ uri-builder ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ uri-builder ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ uri-builder ---
[INFO] Packaging webapp
[INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/target/uri-builder]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/target/uri-builder.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ uri-builder ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.0.0-SNAPSHOT/uri-builder-2.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.0.0-SNAPSHOT/uri-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 2.0.0-SNAPSHOT                  [37/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-testsuite ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-testsuite ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/tck-openliberty/testsuite/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/tck-openliberty/testsuite/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-openliberty/testsuite/src/test/java/org/eclipse/krazo/test/EncodingIT.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-openliberty/testsuite/src/test/java/org/eclipse/krazo/test/EncodingIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/testsuite/target/krazo-testsuite-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-testsuite ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/testsuite/target/krazo-testsuite-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.0.0-SNAPSHOT/krazo-testsuite-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.0.0-SNAPSHOT/krazo-testsuite-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 2.0.0-SNAPSHOT              [38/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-documentation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-documentation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.m2/repository/org/jruby/jruby-core/9.2.6.0/jruby-core-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/tck-openliberty/documentation/src/main/asciidoc/index.adoc
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/2.0.0-SNAPSHOT/krazo-documentation-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee8-archetype >------------
[INFO] Building Archetype for Jakarta EE 8 with Eclipse Krazo 2.0.0-SNAPSHOT [39/39]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee8-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jakartaee8-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/archetype/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ krazo-jakartaee8-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ krazo-jakartaee8-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ krazo-jakartaee8-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ krazo-jakartaee8-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-javadoc) > generate-sources @ krazo-jakartaee8-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee8-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-javadoc) < generate-sources @ krazo-jakartaee8-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-javadoc) @ krazo-jakartaee8-archetype ---
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ krazo-jakartaee8-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ krazo-jakartaee8-archetype ---
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/2.0.0-SNAPSHOT/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/2.0.0-SNAPSHOT/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/2.0.0-SNAPSHOT/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-openliberty/archetype/target/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee8-archetype/2.0.0-SNAPSHOT/krazo-jakartaee8-archetype-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee8-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 2.0.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [ 10.321 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 39.464 s]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  1.019 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  6.211 s]
[INFO] Eclipse Krazo CXF .................................. SUCCESS [  5.567 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [ 18.644 s]
[INFO] Eclipse Krazo Extensions Parent .................... SUCCESS [  0.007 s]
[INFO] Eclipse Krazo AsciiDoc Extension ................... SUCCESS [  6.031 s]
[INFO] Eclipse Krazo Freemarker Extension ................. SUCCESS [  0.299 s]
[INFO] Eclipse Krazo Jade Extension ....................... SUCCESS [  1.822 s]
[INFO] Eclipse Krazo JSR-223 Extension .................... SUCCESS [  0.102 s]
[INFO] Eclipse Krazo Mustache Extension ................... SUCCESS [  0.512 s]
[INFO] Eclipse Krazo StringTemplate Extension ............. SUCCESS [  0.665 s]
[INFO] Eclipse Krazo Velocity Extension ................... SUCCESS [  1.199 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  0.003 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [  6.705 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  0.230 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  0.272 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  0.242 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  0.267 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  0.219 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  0.362 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  0.405 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  0.250 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  0.386 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  0.274 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  0.215 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  0.206 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  0.200 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  0.205 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  0.296 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  0.179 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  0.214 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  0.500 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  0.214 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  0.171 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [  8.670 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 13.816 s]
[INFO] Archetype for Jakarta EE 8 with Eclipse Krazo ...... SUCCESS [ 10.051 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:49 min
[INFO] Finished at: 2020-11-16T09:25:21Z
[INFO] ------------------------------------------------------------------------
[tck-openliberty] $ /opt/tools/apache-maven/latest/bin/mvn -pl tck -B -V -Dtck-env=liberty verify surefire-report:report -Druntime=ol -DruntimeVersion=20.0.0.12-beta -Dliberty.home=${LIBERTY_HOME} -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.7, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.7+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 2.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-openliberty
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-openliberty/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.367 s <<< FAILURE! - in jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[ERROR] jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest  Time elapsed: 0.366 s  <<< ERROR!
org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[ERROR] jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[ERROR] jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[ERROR] jakarta.mvc.tck.tests.binding.base.BindingBaseTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingLongTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[ERROR] jakarta.mvc.tck.tests.binding.types.BindingTypesTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[ERROR] jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
[ERROR] jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
[ERROR] jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[ERROR] jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[ERROR] jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[ERROR] jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[ERROR] jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[ERROR] jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[ERROR] jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[ERROR] jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[ERROR] jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[ERROR] jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[ERROR] jakarta.mvc.tck.tests.application.inheritance.InheritanceTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[ERROR] jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[ERROR] jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.application.context.MvcContextTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.context.MvcContextTest
[ERROR] jakarta.mvc.tck.tests.application.context.MvcContextTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[ERROR] jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[ERROR] jakarta.mvc.tck.tests.i18n.access.I18nAccessTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[ERROR] jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.events.MvcEventsTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.events.MvcEventsTest
[ERROR] jakarta.mvc.tck.tests.events.MvcEventsTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest  Time elapsed: 0.001 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[ERROR] jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] Running jakarta.mvc.tck.tests.security.xss.EncodersTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.xss.EncodersTest
[ERROR] jakarta.mvc.tck.tests.security.xss.EncodersTest  Time elapsed: 0 s  <<< ERROR!
java.lang.RuntimeException: Arquillian initialization has already been attempted, but failed. See previous exceptions for cause
Caused by: org.jboss.arquillian.container.spi.ConfigurationException: wlpHome provided is not valid: ${LIBERTY_HOME}

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   MvcAppAnnotationTest.jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest » Runtime
[ERROR]   MvcAppWebXmlTest.jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest » Runtime
[ERROR]   MvcContextTest.jakarta.mvc.tck.tests.application.context.MvcContextTest » Runtime
[ERROR]   InheritanceTest.jakarta.mvc.tck.tests.application.inheritance.InheritanceTest » Runtime
[ERROR]   BindingBaseTest.jakarta.mvc.tck.tests.binding.base.BindingBaseTest » Runtime A...
[ERROR]   BindingBooleanTest.jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest » Runtime
[ERROR]   BindingBigDecimalTest.jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest » Runtime
[ERROR]   BindingBigIntegerTest.jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest » Runtime
[ERROR]   BindingDoubleTest.jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest » Runtime
[ERROR]   BindingFloatTest.jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest » Runtime
[ERROR]   BindingIntegerTest.jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest » Runtime
[ERROR]   BindingLongTest.jakarta.mvc.tck.tests.binding.numeric.BindingLongTest » Runtime
[ERROR]   BindingTypesTest.jakarta.mvc.tck.tests.binding.types.BindingTypesTest » Runtime
[ERROR]   MvcEventsTest.jakarta.mvc.tck.tests.events.MvcEventsTest » Runtime Arquillian ...
[ERROR]   I18nAccessTest.jakarta.mvc.tck.tests.i18n.access.I18nAccessTest » Runtime Arqu...
[ERROR]   I18nAlgorithmTest.jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest » Runtime
[ERROR]   I18nStandardTest.jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest » Runtime
[ERROR]   ControllerAnnotationTest.jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest » Runtime
[ERROR]   InjectParamsTest.jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest » Runtime
[ERROR]   MediaTypeTest.jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest » Runtime
[ERROR]   ReturnTypeTest.jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest » Runtime
[ERROR]   CdiControllerTest.jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest » Runtime
[ERROR]   ControllerLifecycleTest.jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest » Runtime
[ERROR]   InjectProxyTest.jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest » Runtime
[ERROR]   BuiltinEngineModelTest.jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest » Runtime
[ERROR]   RedirectScopeTest.jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest » Runtime
[ERROR]   SendRedirectTest.jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest » Runtime
[ERROR]   ResponseFeaturesTest.jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest » Runtime
[ERROR]   UriBuildingTest.jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest » Runtime Arquil...
[ERROR]   CsrfBaseTest.jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest » Runtime A...
[ERROR]   CsrfCustomMapperTest.jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest » Runtime
[ERROR]   CsrfCustomHeaderTest.jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest » Runtime
[ERROR]   CsrfDefaultHeaderTest.jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest » Runtime
[ERROR]   CsrfVerifyDefaultConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest » Runtime
[ERROR]   CsrfVerifyExplicitConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest » Runtime
[ERROR]   CsrfVerifyImplicitConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest » Runtime
[ERROR]   CsrfVerifyOffConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest » Runtime
[ERROR]   EncodersTest.jakarta.mvc.tck.tests.security.xss.EncodersTest » Runtime Arquill...
[ERROR]   ViewEngineAlgorithmTest.jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest » Configuration
[ERROR]   ViewEngineBaseTest.jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest » Runtime
[INFO] 
[ERROR] Tests run: 40, Failures: 0, Errors: 40, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.036 s
[INFO] Finished at: 2020-11-16T09:25:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project krazo-tck: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/tck-openliberty/tck/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Finished: FAILURE