Skip to content

Console Output

Started by upstream project "nightly" build number 126
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent basic-621wp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-621wp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-621wp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -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-621wp"
    - 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.5"
    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-621wp in workspace /home/jenkins/agent/workspace/tck-wildfly
[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-wildfly # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > 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
Checking out Revision 0d9d67497fbf54dc4710d8d3ae10841d872cfcca (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d9d67497fbf54dc4710d8d3ae10841d872cfcca # timeout=10
Commit message: "Merge pull request #262 from chkal/dependency-fixes"
 > git rev-list --no-walk 21de5eccf71101d5c0b1701f5d06d9c63cebf7a0 # timeout=10
[tck-wildfly] $ /bin/sh -xe /tmp/jenkins4174991136711543985.sh
+ curl -L -s -o wildfly.zip https://download.jboss.org/wildfly/23.0.0.Final/wildfly-preview-23.0.0.Final.zip
+ unzip -q wildfly.zip
+ mv wildfly-preview-23.0.0.Final wildfly
+ timeout 30 tail -F wildfly.log
+ LAUNCH_JBOSS_IN_BACKGROUND=1
+ JBOSS_PIDFILE=wildfly.pid
+ ./wildfly/bin/standalone.sh
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /home/jenkins/agent/workspace/tck-wildfly/wildfly

  JAVA: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/latest/bin/java

  JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true  --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED

=========================================================================

21:08:17,456 INFO  [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
21:08:18,469 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
21:08:18,474 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
21:08:18,576 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 23.0.0.Final (WildFly Core 15.0.0.Final) starting
21:08:19,300 INFO  [org.wildfly.security] (ServerService Thread Pool -- 21) ELY00001: WildFly Elytron version 1.15.1.Final
21:08:19,811 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
21:08:19,869 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 36) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
21:08:19,981 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
21:08:19,994 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.8.4.Final
21:08:19,998 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.4.Final
21:08:20,063 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem.
21:08:20,065 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 51) WFLYHEALTH0001: Activating Base Health Subsystem
21:08:20,066 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 4 IO threads with 32 max task threads based on your 2 available processors
21:08:20,070 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 62) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
21:08:20,073 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 3.15.1.Final
21:08:20,074 INFO  [org.wildfly.extension.metrics] (ServerService Thread Pool -- 61) WFLYMETRICS0001: Activating Base Metrics Subsystem
21:08:20,083 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
21:08:20,082 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 43) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
21:08:20,156 INFO  [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 63) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
21:08:20,156 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.4.27.Final)
21:08:20,159 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 72) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
21:08:20,163 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 64) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
21:08:20,165 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem
21:08:20,169 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 74) WFLYWS0002: Activating WebServices Extension
21:08:20,176 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
21:08:20,261 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.20.Final
21:08:20,271 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore' does not exist. Used blank.
21:08:20,354 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.2.5.Final starting
21:08:20,359 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
21:08:20,383 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.
21:08:20,383 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
21:08:20,454 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.
21:08:20,465 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
21:08:20,475 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 73) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-wildfly/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
21:08:20,567 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
21:08:20,570 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests.
21:08:20,571 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
21:08:20,765 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
21:08:20,770 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
21:08:20,795 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
21:08:21,065 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none
21:08:21,070 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
21:08:21,072 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/deployments
21:08:21,089 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
21:08:21,195 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.4.2.Final (Apache CXF 3.3.9) 
21:08:21,270 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
21:08:21,271 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 23.0.0.Final (WildFly Core 15.0.0.Final) started in 5835ms - Started 307 of 548 services (346 services are lazy, passive or on-demand)
21:08:21,272 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
21:08:21,272 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
+ true
[tck-wildfly] $ /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: 15.0.2, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/15.0.2+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.19-200.fc33.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 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 Pebble 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 9 with Eclipse Krazo          [maven-archetype]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 3.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-wildfly
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/3.0.0-SNAPSHOT/krazo-parent-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 3.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-wildfly
[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-wildfly/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-wildfly/core/target/classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.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-wildfly/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/uri/ApplicationUrisTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/uri/ApplicationUrisTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/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.DoubleConverterTest
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:246)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:563)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1108)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:183)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:784)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:705)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:586)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:634)
	at java.base/java.lang.Class.forName(Class.java:546)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:854)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1078)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1301)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1386)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:89)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:86)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:960)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:491)
	at java.base/java.text.MessageFormat.subformat(MessageFormat.java:1296)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:886)
	at java.base/java.text.Format.format(Format.java:159)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:861)
	at org.junit.runners.Parameterized$RunnersFactory.createTestWithParameters(Parameterized.java:499)
	at org.junit.runners.Parameterized$RunnersFactory.createTestWithNotNormalizedParameters(Parameterized.java:413)
	at org.junit.runners.Parameterized$RunnersFactory.createTestsForParameters(Parameterized.java:478)
	at org.junit.runners.Parameterized$RunnersFactory.createRunnersForParameters(Parameterized.java:459)
	at org.junit.runners.Parameterized$RunnersFactory.createRunners(Parameterized.java:392)
	at org.junit.runners.Parameterized$RunnersFactory.access$100(Parameterized.java:360)
	at org.junit.runners.Parameterized.<init>(Parameterized.java:307)
	at org.junit.runners.Parameterized.<init>(Parameterized.java:303)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
	at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:125)
	at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:111)
	at org.junit.runners.Suite.<init>(Suite.java:102)
	at org.junit.experimental.runners.Enclosed.<init>(Enclosed.java:31)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:107)
	at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 75 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 59
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 76 more
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 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.01 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest
[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.uri.ApplicationUrisTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 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.004 s - in org.eclipse.krazo.core.ViewResponseFilterTest
[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.core.ViewableWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.krazo.core.ViewableWriterTest
[INFO] Running org.eclipse.krazo.core.MessagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.core.MessagesTest
[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.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.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.PathUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.006 s - in org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Running org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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-wildfly/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-wildfly/core/target/krazo-core-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/core/target/krazo-core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.0.0-SNAPSHOT/krazo-core-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.0.0-SNAPSHOT/krazo-core-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 3.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-wildfly
[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-wildfly/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-wildfly/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.147 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-wildfly/jersey/target/krazo-jersey-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jersey/target/krazo-jersey-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/3.0.0-SNAPSHOT/krazo-jersey-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/3.0.0-SNAPSHOT/krazo-jersey-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/resteasy/target/krazo-resteasy-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/resteasy/target/krazo-resteasy-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.0.0-SNAPSHOT/krazo-resteasy-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.0.0-SNAPSHOT/krazo-resteasy-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 3.0.0-SNAPSHOT                  [5/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-wildfly
[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-wildfly/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 8 source files to /home/jenkins/agent/workspace/tck-wildfly/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 2 resources
[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-wildfly/tck/target/krazo-tck-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/tck/target/krazo-tck-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/3.0.0-SNAPSHOT/krazo-tck-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/3.0.0-SNAPSHOT/krazo-tck-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-ext-parent >---------------
[INFO] Building Eclipse Krazo Extensions Parent 3.0.0-SNAPSHOT           [6/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-wildfly
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-ext-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/3.0.0-SNAPSHOT/krazo-ext-parent-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-asciidoc >----------------
[INFO] Building Eclipse Krazo AsciiDoc Extension 3.0.0-SNAPSHOT          [7/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/asciidoc/target/krazo-asciidoc-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-asciidoc ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/target/krazo-asciidoc-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/3.0.0-SNAPSHOT/krazo-asciidoc-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/3.0.0-SNAPSHOT/krazo-asciidoc-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-freemarker >---------------
[INFO] Building Eclipse Krazo Freemarker Extension 3.0.0-SNAPSHOT        [8/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/freemarker/target/krazo-freemarker-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/target/krazo-freemarker-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/3.0.0-SNAPSHOT/krazo-freemarker-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/3.0.0-SNAPSHOT/krazo-freemarker-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo.ext:krazo-jade >------------------
[INFO] Building Eclipse Krazo Jade Extension 3.0.0-SNAPSHOT              [9/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/jade/target/krazo-jade-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jade ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jade/target/krazo-jade-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/3.0.0-SNAPSHOT/krazo-jade-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/3.0.0-SNAPSHOT/krazo-jade-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-jsr223 >-----------------
[INFO] Building Eclipse Krazo JSR-223 Extension 3.0.0-SNAPSHOT          [10/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/ext/jsr223/target/krazo-jsr223-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jsr223 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/target/krazo-jsr223-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/3.0.0-SNAPSHOT/krazo-jsr223-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/3.0.0-SNAPSHOT/krazo-jsr223-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-mustache >----------------
[INFO] Building Eclipse Krazo Mustache Extension 3.0.0-SNAPSHOT         [11/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/mustache/target/krazo-mustache-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/target/krazo-mustache-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/3.0.0-SNAPSHOT/krazo-mustache-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/3.0.0-SNAPSHOT/krazo-mustache-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.ext:krazo-stringtemplate >-------------
[INFO] Building Eclipse Krazo StringTemplate Extension 3.0.0-SNAPSHOT   [12/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/stringtemplate/target/krazo-stringtemplate-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-stringtemplate ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/target/krazo-stringtemplate-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/3.0.0-SNAPSHOT/krazo-stringtemplate-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/3.0.0-SNAPSHOT/krazo-stringtemplate-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-velocity >----------------
[INFO] Building Eclipse Krazo Velocity Extension 3.0.0-SNAPSHOT         [13/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-wildfly
[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-wildfly/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-wildfly/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-wildfly/ext/velocity/target/krazo-velocity-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-velocity ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/target/krazo-velocity-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/3.0.0-SNAPSHOT/krazo-velocity-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/3.0.0-SNAPSHOT/krazo-velocity-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-pebble >-----------------
[INFO] Building Eclipse Krazo Pebble Extension 3.0.0-SNAPSHOT           [14/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-pebble ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-pebble ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-pebble ---
[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-pebble ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-pebble ---
[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-pebble ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/src/test/java/org/eclipse/krazo/ext/pebble/CustomExtensionOne.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/src/test/java/org/eclipse/krazo/ext/pebble/CustomExtensionOne.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-pebble ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleViewEngineTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.krazo.ext.pebble.PebbleViewEngineTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleConfigurationProducerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.ext.pebble.PebbleConfigurationProducerTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebbleEngineProducerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.krazo.ext.pebble.PebbleEngineProducerTest
[INFO] Running org.eclipse.krazo.ext.pebble.PebblePropertyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.ext.pebble.PebblePropertyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-pebble ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/target/krazo-pebble-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-pebble ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/target/krazo-pebble-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/3.0.0-SNAPSHOT/krazo-pebble-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/pebble/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-pebble/3.0.0-SNAPSHOT/krazo-pebble-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 3.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-wildfly
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/3.0.0-SNAPSHOT/krazo-examples-parent-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/application-path/target/test-application-path]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/application-path/src/main/webapp]
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/3.0.0-SNAPSHOT/application-path-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/3.0.0-SNAPSHOT/application-path-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/book-cdi/target/test-book-cdi]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/3.0.0-SNAPSHOT/book-cdi-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/3.0.0-SNAPSHOT/book-cdi-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/book-models/target/test-book-models]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/book-models/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/3.0.0-SNAPSHOT/book-models-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/3.0.0-SNAPSHOT/book-models-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/conversation/target/test-conversation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/conversation/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/3.0.0-SNAPSHOT/conversation-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/3.0.0-SNAPSHOT/conversation-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/csrf-property/target/test-csrf-property]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/3.0.0-SNAPSHOT/csrf-property-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/3.0.0-SNAPSHOT/csrf-property-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/def-ext/target/test-def-ext]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/3.0.0-SNAPSHOT/def-ext-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/3.0.0-SNAPSHOT/def-ext-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/events/target/test-events]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/events/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-events.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/3.0.0-SNAPSHOT/events-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/3.0.0-SNAPSHOT/events-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/exceptions/target/test-exceptions]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-exceptions.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/3.0.0-SNAPSHOT/exceptions-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/3.0.0-SNAPSHOT/exceptions-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/facelets/target/test-facelets]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/facelets/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/3.0.0-SNAPSHOT/facelets-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/3.0.0-SNAPSHOT/facelets-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/examples/locale/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/locale/target/test-locale]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/main/webapp]
[INFO] Webapp assembled in [48 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/3.0.0-SNAPSHOT/locale-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/3.0.0-SNAPSHOT/locale-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/examples/produces/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/produces/target/test-produces]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/3.0.0-SNAPSHOT/produces-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/3.0.0-SNAPSHOT/produces-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/redirect/target/test-redirect]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirect/src/main/webapp]
[INFO] Webapp assembled in [35 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/3.0.0-SNAPSHOT/redirect-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/3.0.0-SNAPSHOT/redirect-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/redirectScope/target/test-redirectscope]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/3.0.0-SNAPSHOT/redirectScope-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/3.0.0-SNAPSHOT/redirectScope-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/redirectScope2/target/test-redirectscope2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/3.0.0-SNAPSHOT/redirectScope2-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/3.0.0-SNAPSHOT/redirectScope2-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/redirectScope3/target/test-redirectscope3]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/3.0.0-SNAPSHOT/redirectScope3-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/3.0.0-SNAPSHOT/redirectScope3-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/requestDispatcher/target/test-requestDispatcher]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/3.0.0-SNAPSHOT/requestDispatcher-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/3.0.0-SNAPSHOT/requestDispatcher-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/returns/target/test-returns]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/returns/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/3.0.0-SNAPSHOT/returns-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/3.0.0-SNAPSHOT/returns-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/validation/target/test-validation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/validation/src/main/webapp]
[INFO] Webapp assembled in [12 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/3.0.0-SNAPSHOT/validation-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/3.0.0-SNAPSHOT/validation-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/examples/validation-i18n/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/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-wildfly/examples/validation-i18n/target/test-validation-i18n]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/3.0.0-SNAPSHOT/validation-i18n-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/3.0.0-SNAPSHOT/validation-i18n-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/examples/view-annotation/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/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-wildfly/examples/view-annotation/target/test-view-annotation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/3.0.0-SNAPSHOT/view-annotation-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/3.0.0-SNAPSHOT/view-annotation-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 3.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-wildfly
[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-wildfly/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-wildfly/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-wildfly/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-wildfly/examples/uri-builder/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/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-wildfly/examples/uri-builder/target/uri-builder]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/3.0.0-SNAPSHOT/uri-builder-3.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/3.0.0-SNAPSHOT/uri-builder-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 3.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-wildfly
[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-wildfly/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-wildfly/testsuite/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/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-wildfly/testsuite/target/krazo-testsuite-3.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-wildfly/testsuite/target/krazo-testsuite-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/3.0.0-SNAPSHOT/krazo-testsuite-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/3.0.0-SNAPSHOT/krazo-testsuite-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 3.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-wildfly
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/tck-wildfly/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-wildfly/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/3.0.0-SNAPSHOT/krazo-documentation-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee9-archetype >------------
[INFO] Building Archetype for Jakarta EE 9 with Eclipse Krazo 3.0.0-SNAPSHOT [39/39]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jakartaee9-archetype ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee9-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-jakartaee9-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/archetype/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ krazo-jakartaee9-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ krazo-jakartaee9-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ krazo-jakartaee9-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ krazo-jakartaee9-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-javadoc) > generate-sources @ krazo-jakartaee9-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-javadoc) < generate-sources @ krazo-jakartaee9-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-javadoc) @ krazo-jakartaee9-archetype ---
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ krazo-jakartaee9-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ krazo-jakartaee9-archetype ---
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/3.0.0-SNAPSHOT/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/3.0.0-SNAPSHOT/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/3.0.0-SNAPSHOT/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/3.0.0-SNAPSHOT/krazo-jakartaee9-archetype-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee9-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 3.0.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [  8.719 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 45.041 s]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  0.957 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  7.380 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [ 22.766 s]
[INFO] Eclipse Krazo Extensions Parent .................... SUCCESS [  0.006 s]
[INFO] Eclipse Krazo AsciiDoc Extension ................... SUCCESS [  6.231 s]
[INFO] Eclipse Krazo Freemarker Extension ................. SUCCESS [  0.470 s]
[INFO] Eclipse Krazo Jade Extension ....................... SUCCESS [  1.650 s]
[INFO] Eclipse Krazo JSR-223 Extension .................... SUCCESS [  0.832 s]
[INFO] Eclipse Krazo Mustache Extension ................... SUCCESS [  0.550 s]
[INFO] Eclipse Krazo StringTemplate Extension ............. SUCCESS [  0.975 s]
[INFO] Eclipse Krazo Velocity Extension ................... SUCCESS [  1.207 s]
[INFO] Eclipse Krazo Pebble Extension ..................... SUCCESS [  1.451 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  0.004 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [  8.989 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  0.301 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  0.250 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  0.296 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  0.294 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  1.132 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  0.179 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  0.212 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  0.241 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  0.285 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  0.211 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  0.253 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  0.232 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  0.269 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  0.291 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  0.239 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  0.273 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  0.326 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  0.616 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  0.287 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  0.369 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [  7.927 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 11.680 s]
[INFO] Archetype for Jakarta EE 9 with Eclipse Krazo ...... SUCCESS [ 17.230 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:07 min
[INFO] Finished at: 2021-05-17T21:11:49Z
[INFO] ------------------------------------------------------------------------
[tck-wildfly] $ /opt/tools/apache-maven/latest/bin/mvn -pl tck -B -V -Dtck-env=wildfly verify surefire-report:report -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 15.0.2, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/15.0.2+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 3.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-wildfly
[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-wildfly/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 2 resources
[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
May 17, 2021 9:12:29 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.0.Final
May 17, 2021 9:12:29 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.5.1.Final
May 17, 2021 9:12:29 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.5.1.Final
May 17, 2021 9:12:29 PM org.wildfly.security.Version <clinit>
INFO: ELY00001: WildFly Elytron version 1.1.0.Final
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.56 s - in jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[INFO] Running jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s - in jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[INFO] Running jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[INFO] Running jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s - in jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s - in jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s - in jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.83 s - in jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s - in jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[INFO] Running jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s - in jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s - in jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[]
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
May 17, 2021 9:12:46 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
May 17, 2021 9:12:47 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[]
May 17, 2021 9:12:47 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
May 17, 2021 9:12:47 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[]
May 17, 2021 9:12:47 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 s - in jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 s - in jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 s - in jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s - in jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[INFO] Running jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[INFO] Running jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 s - in jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[INFO] Running jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s - in jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[INFO] Running jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 s - in jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[INFO] Running jakarta.mvc.tck.tests.application.context.MvcContextTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s - in jakarta.mvc.tck.tests.application.context.MvcContextTest
[INFO] Running jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[INFO] Running jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s - in jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[INFO] Running jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s - in jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[INFO] Running jakarta.mvc.tck.tests.events.MvcEventsTest
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: <html><head><title>ERROR</title><style>
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    margin: 5px;
}

.header {
    background-image: linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
    background-image: -o-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
    background-image: -moz-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
    background-image: -webkit-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
    background-image: -ms-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.08, rgb(153,151,153)),
        color-stop(0.54, rgb(199,199,199))
    );
    color: black;
    padding: 2px;
    font-weight: normal;
    border: solid 1px;
    font-size: 170%;
    text-align: left;
    vertical-align: middle; 
    height: 32px; 
    margin-bottom: 10px;
}
.error-div {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAgAAAAIACH+pydAAAGGElEQVRYw8WXW2wcVxnHf+fM7NXrdXbdtZ3ipGqCEzvQKmlFoUggwkvvGBoaqVVV5Y0nkCoQPPCAhMQbQlzUh/IWHoh6QUVKZVLxUCGogKZRW9uJkyg0iVzZ2dhre9c7u7M7c87hYWc2M7t2bBASI306O/85+v7/7zLn24H/8yV2u/EcFNvwVNK2X0DKw1qpYaX1gCWlY0m5arRe8JQ6I2DmaVj/nwk4CxO2Zf1aw9dKo6N67+eOZHN7x0gViiSHBmlXa7hrazjLt1i+eKmxUi5bwpg/e8a8PA3X/msBr0MyJ+WvgFOffehY8v7HH5OW78HqGjgOtNrge2AnIJWAgQEYLqBsm3/NvKM/mZ1rYczpRa2/9x3w/iMBM1BCiHfuGRmZevClF9NJ5cP1m9B0+/aa3t/ZDNw3TtuSfPy737trK6sXtTGPPwOruxLwNhSEEHMHpqZGDz93wubKFdio3ZXUGNOHs2cIDh/g6pt/9G8uXLnlGPP5k1Dt5bN60m6lhXj34OTkxKET37SZm4d6oz/KgFRH7yOrBozbwlTWGf7ql6RZrWTcytrxaTj9Ro9OGb3JS/mz0nDxgYnnvmWbuUsdJ6FTY2JmImShqZA83N90UbOXOXDiG4nCcPFoTsqfbluCP8DenJQLx1/+7pBcXILaZl9qo2svFmalb48xkM9hxkf5+29+u9HSenIayn0ZyEr5i0NHpnKy7aGrtW6UehsLozRBRlRQEh3BwzLpWh3h++yfPJRLSvnzvhK8DkPamOl7n3nCUjcXtyXuK0X0WViaAFc9QtSNJe594uu2MubZGcjHBGTgqeFiQQml0K12nDgSpd4iyi4uRMci6Q8xJSWq7SGEZCg/qD14LCYgIcTzoxMHc6qygYk40aETKTFSdh2aANOWhbEsjJSYCK6C/V0LcH+9xvCB/TlbiBdCAXbQMJPZ/fvQjUbXEULAa6/1deyuh0dwNU+e7DSzEOhmi8xn9iI+ujgVE6ChlBwpYcqVjuIgA3IXBMYYtNbd30IIpJQI0ZEa+gPQnk9ieA8GSrESaGNyiWIBrVQntUHqdrq01iiluo0WilBK4fs+WutOr4S9YAyJoRzamMGYAClEve046ETyTr13EKCU6kZ+N4GNCxfwKpVOryQSuOUVhBCbsRIIuN1cWRkaSCfRrdaOTncijgltNPDn5xHZLIn7x3GNh4CVmADgcv3a9YmBY0cxm06nAQH31KlOao3BL5fxbtzAOE73hAt7JXb6RU7PGO44WK5Do1ZHw6WYAN+YM+X5S8dLXziWizVNvY5aWcFfWuq8Idsctb1Yr8DwmRwrUr1yfVMbcyYmwIWZ2mbdai9+gvfBAsaAbrUwrrtllLuJPibIGGQ2hUlIHLdlA+diTXgSqkKIt5b/OevL+8bwqlWU63anW3jyhaa4c9T2Hs0hrsL5EOCJQ/sov7/gS8Mb07AZEwDgav2D5aVy3eSziEL+Dllk0PSRcmcMqx6BUeGykINsksrttboPP4w2aVfACVhGiFevvft+I/XwJCad3DF6tc2MiD4zmRSZhyZY/OusI4V4JTqKYwIA6lr/2Gm6s5/+7UMv/egDmEyqL7VbRR/LViR6sikGvniYpffm2m6r/VFd65/0vqZ9R/tbsMeG+WKpMDL+lWMJ58Jl/NVqvOG26PAoDmCXhhg4epDl9+a9zUp1uQkPbvWfcMvZchbuEXAuk0kf2X/84YxpuDQv3kA5zW1fw9CswSyZyXFEJsmnf/m46bntuTY8+SxUtuLadri9CokxeEUK8WJhtJgaeeSIxG3RurWGv+Gg3RbaU5CwkOkU1lCWxFgBmbS4ff6qX7297rXh9Gn4/llobMcjtsFywACQ+zZMTsOP8vBIOpNS+bFiJj2cxx7MYg+k8ZwmrWqD9lqNjVvrTc9tWRtw/k345dtwFagDTmTdUUA2EDAYXffB2JPw6FH4ch7GUpCzIemD50J9A1Y+hH/8Cc4vdTq9Tud9D9dNOt+MajclyNL53xZmIhusmcBSQJLOd4UJnHqACzTppDy0kHizl/yuPRB5nggIM0A6IE4GuA34EQFtoBUQuwGm7kbwb+eaEEXmuV5dAAAAJXRFWHRjcmVhdGUtZGF0ZQAyMDA5LTExLTEwVDE5OjM4OjI0LTA3OjAwdDKp4gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMC0wMi0yMFQyMzoyNjoyNC0wNzowMC7DUNYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTAtMDEtMTFUMDg6NTc6MzUtMDc6MDCruapPAAAAMnRFWHRMaWNlbnNlAGh0dHA6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvUHVibGljX2RvbWFpbj/96s8AAAAldEVYdG1vZGlmeS1kYXRlADIwMDktMTEtMTBUMTk6Mzg6MjQtMDc6MDArg9/WAAAAGXRFWHRTb3VyY2UAVGFuZ28gSWNvbiBMaWJyYXJ5VM/tggAAADp0RVh0U291cmNlX1VSTABodHRwOi8vdGFuZ28uZnJlZWRlc2t0b3Aub3JnL1RhbmdvX0ljb25fTGlicmFyebzIrdYAAAAASUVORK5CYII=') left center no-repeat;
}
.error-text-div {
    display: inline-block;
    vertical-align: top;
    height: 32px;
}
.label {
    font-weight:bold;
    display: inline-block;
}
.value {
    display: inline-block;
    margin-left: 5px;
}
pre {
    font-size: 110%;
    margin-left: 1.5em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
</style></head><body><div class="header"><div class="error-div"></div><div class="error-text-div">Error processing request</div></div><div class="label">Context Path:</div><div class="value">/984ec16d-9448-4d4c-8ce6-93ce3275c5be</div><br/><div class="label">Servlet Path:</div><div class="value">/mvc</div><br/><div class="label">Path Info:</div><div class="value">/events/controller-error</div><br/><div class="label">Query String:</div><div class="value">tid=00cce43c-52ca-4959-9a55-d14efb71e762</div><br/><div class="label">Stack Trace:</div><div class="value"></div><br/><pre>org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalStateException
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:82)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:346)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:193)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:457)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:229)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:135)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:138)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:215)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:245)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:61)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
	at jakarta.servlet.api@5.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:587)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.opentracing.contrib.opentracing-jaxrs2//io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:52)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.9.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-private@1.15.1.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-private@1.15.1.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-private@1.15.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.9.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@1.9.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@23.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
	at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
	at io.undertow.core@2.2.5.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.2.5.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:841)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.jboss.xnio@3.8.4.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.lang.IllegalStateException
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//jakarta.mvc.tck.tests.events.MvcEventsController.controllerError(MvcEventsController.java:51)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//jakarta.mvc.tck.tests.events.MvcEventsController$Proxy$_$$_WeldSubclass.controllerError$$super(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//org.eclipse.krazo.lifecycle.RequestLifecycle.aroundController(RequestLifecycle.java:63)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//org.eclipse.krazo.lifecycle.RequestLifecycle$Proxy$_$$_WeldClientProxy.aroundController(Unknown Source)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//org.eclipse.krazo.cdi.AroundControllerInterceptor.validateMethodInvocation(AroundControllerInterceptor.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.NonTerminalAroundInvokeInvocationContext.proceedInternal(NonTerminalAroundInvokeInvocationContext.java:66)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//org.eclipse.krazo.binding.validate.ValidationInterceptor.validateMethodInvocation(ValidationInterceptor.java:96)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
	at org.jboss.weld.core@4.0.0.Final//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//jakarta.mvc.tck.tests.events.MvcEventsController$Proxy$_$$_WeldSubclass.controllerError(Unknown Source)
	at deployment.984ec16d-9448-4d4c-8ce6-93ce3275c5be.war//jakarta.mvc.tck.tests.events.MvcEventsController$Proxy$_$$_WeldClientProxy.controllerError(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:138)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:546)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:435)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$0(ResourceMethodInvoker.java:396)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:398)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:365)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:338)
	at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:440)
	... 58 more
</pre></body></html>
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
May 17, 2021 9:12:59 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s - in jakarta.mvc.tck.tests.events.MvcEventsTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 s - in jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[INFO] Running jakarta.mvc.tck.tests.security.xss.EncodersTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s - in jakarta.mvc.tck.tests.security.xss.EncodersTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] 
[INFO] >>> maven-surefire-report-plugin:3.0.0-M5:report (default-cli) > [surefire]test @ 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-wildfly
[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-wildfly/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 2 resources
[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] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] <<< maven-surefire-report-plugin:3.0.0-M5:report (default-cli) < [surefire]test @ krazo-tck <<<
[INFO] 
[INFO] 
[INFO] --- maven-surefire-report-plugin:3.0.0-M5:report (default-cli) @ krazo-tck ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:27 min
[INFO] Finished at: 2021-05-17T21:13:18Z
[INFO] ------------------------------------------------------------------------
[tck-wildfly] $ /bin/sh -xe /tmp/jenkins5666015004833055452.sh
+ java -version
+ uname -a
Archiving artifacts
Finished: SUCCESS