Skip to content
Success

Console Output

Started by user Ivar Grimstad
Running as Ivar Grimstad
Agent basic-bnzh3 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bnzh3"
  namespace: "krazo"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-bnzh3"
    - 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-bnzh3"
    - 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.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  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-bnzh3 (basic) in workspace /home/jenkins/agent/workspace/tck-ccr-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-ccr-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/refs/tags/3.0.1^{commit} # timeout=10
 > git rev-parse refs/tags/3.0.1^{commit} # timeout=10
Checking out Revision 80841f6508b3637d091c03c4234092b514d6cb84 (refs/tags/3.0.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 80841f6508b3637d091c03c4234092b514d6cb84 # timeout=10
Commit message: "Set version for 3.0.1 release"
 > git rev-list --no-walk 80841f6508b3637d091c03c4234092b514d6cb84 # timeout=10
[tck-ccr-wildfly] $ /opt/tools/apache-maven/latest/bin/mvn -B -V -pl .,core,resteasy -Pstaging clean install -DskipTests -DversionUpdateCheckSkip -Ddash.skip
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.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 RESTEasy                                             [jar]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 3.0.1                                [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-parent ---
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-parent ---
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-4-remote: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-4-remote: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging
[INFO] artifact junit:junit: checking for updates from sonatype-nexus-staging
[INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish:jakarta.el: checking for updates from sonatype-nexus-staging
[INFO] artifact org.easymock:easymock: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.easymock:easymock: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-glassfish-remote-3.1: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-glassfish-remote-3.1: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-simple: checking for updates from sonatype-nexus-staging
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from sonatype-nexus-staging
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-simple: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from eclipse.maven.central.mirror
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-4-remote ...
[INFO]                                                         1.0.Beta3 -> 1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   jakarta.enterprise:jakarta.enterprise.cdi-api ......... 4.0.0 -> 4.0.1
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.63.0 -> 2.65.1
[INFO]   org.glassfish.jersey.core:jersey-common ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.glassfish.jersey.core:jersey-server ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.hibernate.validator:hibernate-validator-cdi ...
[INFO]                                                 8.0.0.CR1 -> 8.0.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-glassfish-remote-3.1 ...
[INFO]                                                     1.0.0.Final -> 1.0.2
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.slf4j:slf4j-simple ............................... 1.7.32 -> 2.0.3
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-parent ---
[INFO] Skipping dependency license check
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-ccr-wildfly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/3.0.1/krazo-parent-3.0.1.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 3.0.1                                  [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ krazo-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/tck-ccr-wildfly/core/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0: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-ccr-wildfly/core/target/classes
[INFO] /home/jenkins/agent/workspace/tck-ccr-wildfly/core/src/main/java/org/eclipse/krazo/uri/UriTemplateParser.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-ccr-wildfly/core/src/main/java/org/eclipse/krazo/uri/UriTemplateParser.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:3.1.0: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-ccr-wildfly/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ krazo-core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-ccr-wildfly/core/target/krazo-core-3.0.1.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-core ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-4-remote ...
[INFO]                                                         1.0.Beta3 -> 1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   jakarta.enterprise:jakarta.enterprise.cdi-api ......... 4.0.0 -> 4.0.1
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.63.0 -> 2.65.1
[INFO]   org.glassfish.jersey.core:jersey-common ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.glassfish.jersey.core:jersey-server ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.hibernate.validator:hibernate-validator-cdi ...
[INFO]                                                 8.0.0.CR1 -> 8.0.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-glassfish-remote-3.1 ...
[INFO]                                                     1.0.0.Final -> 1.0.2
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.slf4j:slf4j-simple ............................... 1.7.32 -> 2.0.3
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/tck-ccr-wildfly/core/target/krazo-core-3.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.0.1/krazo-core-3.0.1.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-ccr-wildfly/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.0.1/krazo-core-3.0.1.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 3.0.1                              [3/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tck-ccr-wildfly/resteasy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-ccr-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] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-ccr-wildfly/resteasy/target/krazo-resteasy-3.0.1.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-resteasy ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-4-remote ...
[INFO]                                                         1.0.Beta3 -> 1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   jakarta.enterprise:jakarta.enterprise.cdi-api ......... 4.0.0 -> 4.0.1
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.63.0 -> 2.65.1
[INFO]   org.glassfish.jersey.core:jersey-common ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.glassfish.jersey.core:jersey-server ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.hibernate.validator:hibernate-validator-cdi ...
[INFO]                                                 8.0.0.CR1 -> 8.0.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-glassfish-remote-3.1 ...
[INFO]                                                     1.0.0.Final -> 1.0.2
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.slf4j:slf4j-simple ............................... 1.7.32 -> 2.0.3
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO] 
[INFO] artifact org.eclipse.krazo:krazo-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.krazo:krazo-core: checking for updates from eclipse.maven.central.mirror
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/tck-ccr-wildfly/resteasy/target/krazo-resteasy-3.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.0.1/krazo-resteasy-3.0.1.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-ccr-wildfly/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.0.1/krazo-resteasy-3.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 3.0.1:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [ 27.161 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 10.998 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  0.487 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  54.340 s
[INFO] Finished at: 2022-10-07T11:37:13Z
[INFO] ------------------------------------------------------------------------
[tck-ccr-wildfly] $ /opt/tools/apache-maven/latest/bin/mvn -B -V -pl tck -Pstaging -DversionUpdateCheckSkip -Ddash.skip -Dtck-env=wildfly-managed verify surefire-report:report
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.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.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-ccr-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-ccr-wildfly/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ krazo-tck ---
[INFO] Configured Artifact: org.wildfly:wildfly-preview-dist:27.0.0.Alpha3:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/wildfly/wildfly-preview-dist/27.0.0.Alpha3/wildfly-preview-dist-27.0.0.Alpha3.zip to /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target with includes "" and excludes ""
[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 ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest
Oct 07, 2022 11:38:02 AM org.jboss.threads.Version <clinit>
INFO: JBoss Threads version 2.4.0.Final
Oct 07, 2022 11:38:02 AM org.jboss.as.arquillian.container.CommonManagedDeployableContainer startInternal
INFO: Starting container with: [/opt/tools/java/temurin/jdk-17/latest/bin/java, -D[Standalone], -Xms64m, -Xmx512m, -Djava.net.preferIPv4Stack=true, -Djava.awt.headless=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -ea, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3, --add-exports=java.desktop/sun.awt=ALL-UNNAMED, --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.invoke=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.security=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.management/javax.management=ALL-UNNAMED, --add-opens=java.naming/javax.naming=ALL-UNNAMED, --add-modules=java.se, -Djava.security.manager=allow, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3, -Djboss.server.base.dir=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone, -Djboss.server.log.dir=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/log, -Djboss.server.config.dir=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/configuration, -Dorg.jboss.boot.log.file=/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/log/server.log, -Dlogging.configuration=file:/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/configuration/logging.properties, -jar, /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/jboss-modules.jar, -mp, /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/modules, org.jboss.as.standalone]
Oct 07, 2022 11:38:02 AM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.24.Final
Oct 07, 2022 11:38:02 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.8.7.Final
Oct 07, 2022 11:38:02 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.8.7.Final
Oct 07, 2022 11:38:02 AM org.wildfly.security.Version <clinit>
INFO: ELY00001: WildFly Elytron version 1.19.0.Final
11:38:03,299 INFO  [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final
11:38:04,019 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
11:38:04,041 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
11:38:04,163 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 27.0.0.Alpha3 (WildFly Core 19.0.0.Beta14) starting
11:38:05,258 INFO  [org.wildfly.security] (ServerService Thread Pool -- 15) ELY00001: WildFly Elytron version 1.19.0.Final
11:38:05,664 WARN  [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
11:38:05,669 WARN  [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye'
11:38:06,087 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 21) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' 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.
11:38:06,179 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
11:38:06,243 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.8.7.Final
11:38:06,252 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.8.7.Final
11:38:06,287 INFO  [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
11:38:06,353 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem.
11:38:06,353 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.1.0.Beta2
11:38:06,355 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 57) WFLYIO001: Worker 'default' has auto-configured to 4 IO threads with 32 max task threads based on your 2 available processors
11:38:06,358 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem
11:38:06,370 INFO  [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem
11:38:06,437 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
11:38:06,440 INFO  [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem
11:38:06,441 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.7.Final)
11:38:06,444 INFO  [org.wildfly.extension.metrics] (ServerService Thread Pool -- 65) WFLYMETRICS0001: Activating Base Metrics Subsystem
11:38:06,446 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
11:38:06,448 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
11:38:06,454 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
11:38:06,457 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem
11:38:06,553 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 76) 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.
11:38:06,557 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.25.Final
11:38:06,649 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/configuration/application.keystore' does not exist. Used blank.
11:38:06,654 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension
11:38:06,848 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
11:38:06,859 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.3.0.Alpha1 starting
11:38:06,962 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) 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.
11:38:06,962 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) 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.
11:38:06,964 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
11:38:07,038 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
11:38:07,046 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
11:38:07,357 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
11:38:07,358 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) Queuing requests.
11:38:07,359 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
11:38:07,439 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
11:38:07,462 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
11:38:07,537 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
11:38:07,653 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
11:38:07,770 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none
11:38:07,848 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/deployments
11:38:07,957 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 6.0.0.Final (Apache CXF 3.5.2.jbossorg-2) 
11:38:08,154 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
11:38:08,156 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 27.0.0.Alpha3 (WildFly Core 19.0.0.Beta14) started in 5585ms - Started 286 of 511 services (307 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
11:38:08,157 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
11:38:08,157 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
11:38:10,148 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1c/930c7e616189eaa52dd1fc5e4547810d98376e/content
11:38:10,166 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war" (runtime-name: "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war")
11:38:10,805 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war
11:38:10,915 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 8.0.0.CR1
11:38:11,313 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:11,316 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7bff8463, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:11,394 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 5.0.1 (Final)
11:38:12,475 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 11) Eclipse Krazo version 3.0.1 started
11:38:12,546 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 11) Initializing Mojarra 4.0.0.SP01 for context '/6a7ed740-532b-4c13-a9ac-6c0bf8e77aff'
11:38:13,062 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 11) Initializing Eclipse Krazo...
11:38:13,375 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:13,380 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:13,381 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:13,449 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/6a7ed740-532b-4c13-a9ac-6c0bf8e77aff' for server 'default-server'
11:38:13,485 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war" (runtime-name : "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war")
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.
11:38:15,744 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/6a7ed740-532b-4c13-a9ac-6c0bf8e77aff' from server 'default-server'
11:38:15,770 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war (runtime-name: 6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war) in 28ms
11:38:15,784 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1c/930c7e616189eaa52dd1fc5e4547810d98376e/content
11:38:15,785 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war" (runtime-name: "6a7ed740-532b-4c13-a9ac-6c0bf8e77aff.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.195 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest
11:38:16,366 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/a0/d478c6aeda672ec254f18aa4cb2548c564d94a/content
11:38:16,369 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war" (runtime-name: "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war")
11:38:16,572 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment ddb50751-d50e-4a7f-927b-e7df75c9a04f.war
11:38:16,673 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:16,673 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ddb50751-d50e-4a7f-927b-e7df75c9a04f.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@5247668d, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:16,972 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:16,976 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/ddb50751-d50e-4a7f-927b-e7df75c9a04f'
11:38:17,046 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:17,080 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:17,081 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:17,081 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:17,094 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/ddb50751-d50e-4a7f-927b-e7df75c9a04f' for server 'default-server'
11:38:17,110 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war" (runtime-name : "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war")
11:38:17,556 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/ddb50751-d50e-4a7f-927b-e7df75c9a04f' from server 'default-server'
11:38:17,565 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ddb50751-d50e-4a7f-927b-e7df75c9a04f.war (runtime-name: ddb50751-d50e-4a7f-927b-e7df75c9a04f.war) in 10ms
11:38:17,575 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/a0/d478c6aeda672ec254f18aa4cb2548c564d94a/content
11:38:17,575 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war" (runtime-name: "ddb50751-d50e-4a7f-927b-e7df75c9a04f.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest
11:38:18,174 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/4f/e12a38e3c03e15d92ef6274d8aa8da79327e25/content
11:38:18,177 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war" (runtime-name: "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war")
11:38:18,253 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war
11:38:18,294 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:18,294 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@675ddd12, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:18,545 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.0.1 started
11:38:18,549 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/ad4fa19b-3206-4f83-8b66-92f26dfa5b07'
11:38:18,588 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo...
11:38:18,611 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:18,611 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:18,611 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:18,645 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/ad4fa19b-3206-4f83-8b66-92f26dfa5b07' for server 'default-server'
11:38:18,654 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war" (runtime-name : "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war")
11:38:18,969 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/ad4fa19b-3206-4f83-8b66-92f26dfa5b07' from server 'default-server'
11:38:18,977 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war (runtime-name: ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war) in 8ms
11:38:19,039 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/4f/e12a38e3c03e15d92ef6274d8aa8da79327e25/content
11:38:19,039 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war" (runtime-name: "ad4fa19b-3206-4f83-8b66-92f26dfa5b07.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest
11:38:19,382 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/28/ad792a6ee27041bd053f29a28f3c231893cb54/content
11:38:19,385 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "531b9afd-731f-455b-99ec-01a2a9d5e5de.war" (runtime-name: "531b9afd-731f-455b-99ec-01a2a9d5e5de.war")
11:38:19,476 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 531b9afd-731f-455b-99ec-01a2a9d5e5de.war
11:38:19,509 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:19,510 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=531b9afd-731f-455b-99ec-01a2a9d5e5de.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@29a9d4f6, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:19,768 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 11) Eclipse Krazo version 3.0.1 started
11:38:19,772 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 11) Initializing Mojarra 4.0.0.SP01 for context '/531b9afd-731f-455b-99ec-01a2a9d5e5de'
11:38:19,840 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 11) Initializing Eclipse Krazo...
11:38:19,865 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:19,866 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:19,866 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:19,879 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/531b9afd-731f-455b-99ec-01a2a9d5e5de' for server 'default-server'
11:38:19,889 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "531b9afd-731f-455b-99ec-01a2a9d5e5de.war" (runtime-name : "531b9afd-731f-455b-99ec-01a2a9d5e5de.war")
11:38:20,163 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/531b9afd-731f-455b-99ec-01a2a9d5e5de' from server 'default-server'
11:38:20,172 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 531b9afd-731f-455b-99ec-01a2a9d5e5de.war (runtime-name: 531b9afd-731f-455b-99ec-01a2a9d5e5de.war) in 9ms
11:38:20,181 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/28/ad792a6ee27041bd053f29a28f3c231893cb54/content
11:38:20,181 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "531b9afd-731f-455b-99ec-01a2a9d5e5de.war" (runtime-name: "531b9afd-731f-455b-99ec-01a2a9d5e5de.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest
11:38:20,574 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/f3/7dac43b7dc32a6128279d32056ff234bbc5ce6/content
11:38:20,576 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "0dc3837f-9fd7-4b79-9621-9464aef95d45.war" (runtime-name: "0dc3837f-9fd7-4b79-9621-9464aef95d45.war")
11:38:20,657 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 0dc3837f-9fd7-4b79-9621-9464aef95d45.war
11:38:20,701 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:20,701 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=0dc3837f-9fd7-4b79-9621-9464aef95d45.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@579bb6e7, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:20,948 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:20,958 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/0dc3837f-9fd7-4b79-9621-9464aef95d45'
11:38:20,984 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:21,005 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:21,005 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:21,005 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:21,047 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/0dc3837f-9fd7-4b79-9621-9464aef95d45' for server 'default-server'
11:38:21,057 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "0dc3837f-9fd7-4b79-9621-9464aef95d45.war" (runtime-name : "0dc3837f-9fd7-4b79-9621-9464aef95d45.war")
11:38:21,274 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/0dc3837f-9fd7-4b79-9621-9464aef95d45' from server 'default-server'
11:38:21,282 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 0dc3837f-9fd7-4b79-9621-9464aef95d45.war (runtime-name: 0dc3837f-9fd7-4b79-9621-9464aef95d45.war) in 8ms
11:38:21,291 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/f3/7dac43b7dc32a6128279d32056ff234bbc5ce6/content
11:38:21,291 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "0dc3837f-9fd7-4b79-9621-9464aef95d45.war" (runtime-name: "0dc3837f-9fd7-4b79-9621-9464aef95d45.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest
11:38:21,664 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/82/899ac854c78ce2f4e7d2d03ae0b1e5e3eec56e/content
11:38:21,666 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war" (runtime-name: "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war")
11:38:21,742 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment bd926c9e-faad-4419-88f3-0d6b1ba8750e.war
11:38:21,770 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:21,771 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bd926c9e-faad-4419-88f3-0d6b1ba8750e.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2490ed69, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:21,977 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:21,980 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/bd926c9e-faad-4419-88f3-0d6b1ba8750e'
11:38:22,009 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:22,051 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:22,051 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:22,051 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:22,063 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/bd926c9e-faad-4419-88f3-0d6b1ba8750e' for server 'default-server'
11:38:22,074 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war" (runtime-name : "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war")
11:38:22,294 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/bd926c9e-faad-4419-88f3-0d6b1ba8750e' from server 'default-server'
11:38:22,336 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment bd926c9e-faad-4419-88f3-0d6b1ba8750e.war (runtime-name: bd926c9e-faad-4419-88f3-0d6b1ba8750e.war) in 43ms
11:38:22,345 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/82/899ac854c78ce2f4e7d2d03ae0b1e5e3eec56e/content
11:38:22,345 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war" (runtime-name: "bd926c9e-faad-4419-88f3-0d6b1ba8750e.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest
11:38:22,689 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ff/baa5a713a92801a9e66b1355570f66b10c648c/content
11:38:22,697 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "8500b87e-0448-4375-9c69-a4b4267a6d40.war" (runtime-name: "8500b87e-0448-4375-9c69-a4b4267a6d40.war")
11:38:22,777 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 8500b87e-0448-4375-9c69-a4b4267a6d40.war
11:38:22,813 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:22,813 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=8500b87e-0448-4375-9c69-a4b4267a6d40.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@1c2ddd41, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:23,063 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:23,066 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/8500b87e-0448-4375-9c69-a4b4267a6d40'
11:38:23,090 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:23,107 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:23,108 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:23,108 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:23,141 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/8500b87e-0448-4375-9c69-a4b4267a6d40' for server 'default-server'
11:38:23,151 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "8500b87e-0448-4375-9c69-a4b4267a6d40.war" (runtime-name : "8500b87e-0448-4375-9c69-a4b4267a6d40.war")
11:38:23,463 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/8500b87e-0448-4375-9c69-a4b4267a6d40' from server 'default-server'
11:38:23,469 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 8500b87e-0448-4375-9c69-a4b4267a6d40.war (runtime-name: 8500b87e-0448-4375-9c69-a4b4267a6d40.war) in 7ms
11:38:23,479 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ff/baa5a713a92801a9e66b1355570f66b10c648c/content
11:38:23,479 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "8500b87e-0448-4375-9c69-a4b4267a6d40.war" (runtime-name: "8500b87e-0448-4375-9c69-a4b4267a6d40.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s - in ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest
11:38:23,840 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/67/a0d8a21ee5beceba7cffd7ce596e3dadf05223/content
11:38:23,842 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war" (runtime-name: "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war")
11:38:23,896 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war
11:38:23,967 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:23,967 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@6a8feae7, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:24,169 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:24,172 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af'
11:38:24,238 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:24,261 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:24,261 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:24,262 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:24,273 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af' for server 'default-server'
11:38:24,281 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war" (runtime-name : "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war")
11:38:24,678 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af' from server 'default-server'
11:38:24,685 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war (runtime-name: 27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war) in 7ms
11:38:24,749 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/67/a0d8a21ee5beceba7cffd7ce596e3dadf05223/content
11:38:24,749 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war" (runtime-name: "27ac6a0b-1ab7-4711-bb2c-7e2f000bc5af.war")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest
[INFO] Running ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest
11:38:25,084 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/71/733c96176b0a8a30c193e0a5afe7448b830cea/content
11:38:25,086 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "91c57345-3898-455c-aee6-4ffb737da54d.war" (runtime-name: "91c57345-3898-455c-aee6-4ffb737da54d.war")
11:38:25,155 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 91c57345-3898-455c-aee6-4ffb737da54d.war
11:38:25,181 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:25,181 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=91c57345-3898-455c-aee6-4ffb737da54d.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@72cd1dee, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:25,374 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:25,377 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/91c57345-3898-455c-aee6-4ffb737da54d'
11:38:25,402 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:25,438 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:25,439 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:25,439 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:25,454 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/91c57345-3898-455c-aee6-4ffb737da54d' for server 'default-server'
11:38:25,462 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "91c57345-3898-455c-aee6-4ffb737da54d.war" (runtime-name : "91c57345-3898-455c-aee6-4ffb737da54d.war")
11:38:25,687 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/91c57345-3898-455c-aee6-4ffb737da54d' from server 'default-server'
11:38:25,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 91c57345-3898-455c-aee6-4ffb737da54d.war (runtime-name: 91c57345-3898-455c-aee6-4ffb737da54d.war) in 7ms
11:38:25,701 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/71/733c96176b0a8a30c193e0a5afe7448b830cea/content
11:38:25,701 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "91c57345-3898-455c-aee6-4ffb737da54d.war" (runtime-name: "91c57345-3898-455c-aee6-4ffb737da54d.war")
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s - in ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest
[INFO] Running ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest
11:38:26,159 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ab/9fb1c986c06a3f84ab42867701d23cd86b4593/content
11:38:26,161 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war" (runtime-name: "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war")
11:38:26,260 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 84376ca2-80c4-4d3f-9666-cb1928ee54c1.war
11:38:26,353 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:26,353 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=84376ca2-80c4-4d3f-9666-cb1928ee54c1.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3ae57482, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:26,545 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:26,548 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/84376ca2-80c4-4d3f-9666-cb1928ee54c1'
11:38:26,581 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:26,600 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:26,600 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:26,601 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:26,609 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/84376ca2-80c4-4d3f-9666-cb1928ee54c1' for server 'default-server'
11:38:26,616 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war" (runtime-name : "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war")
11:38:26,837 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/84376ca2-80c4-4d3f-9666-cb1928ee54c1' from server 'default-server'
11:38:26,843 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 84376ca2-80c4-4d3f-9666-cb1928ee54c1.war (runtime-name: 84376ca2-80c4-4d3f-9666-cb1928ee54c1.war) in 46ms
11:38:26,854 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ab/9fb1c986c06a3f84ab42867701d23cd86b4593/content
11:38:26,855 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war" (runtime-name: "84376ca2-80c4-4d3f-9666-cb1928ee54c1.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s - in ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[INFO] Running ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest
11:38:27,264 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/4e/ab10643db64d458ff271a1731cfdfb779ca96a/content
11:38:27,266 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "39153ecc-d22a-4b94-b999-92962fae5308.war" (runtime-name: "39153ecc-d22a-4b94-b999-92962fae5308.war")
11:38:27,361 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 39153ecc-d22a-4b94-b999-92962fae5308.war
11:38:27,388 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:27,388 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=39153ecc-d22a-4b94-b999-92962fae5308.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@6996fa6c, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:27,594 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.0.1 started
11:38:27,597 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/39153ecc-d22a-4b94-b999-92962fae5308'
11:38:27,647 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo...
11:38:27,664 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:27,665 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:27,665 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:27,674 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/39153ecc-d22a-4b94-b999-92962fae5308' for server 'default-server'
11:38:27,685 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "39153ecc-d22a-4b94-b999-92962fae5308.war" (runtime-name : "39153ecc-d22a-4b94-b999-92962fae5308.war")
11:38:28,160 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/39153ecc-d22a-4b94-b999-92962fae5308' from server 'default-server'
11:38:28,178 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 39153ecc-d22a-4b94-b999-92962fae5308.war (runtime-name: 39153ecc-d22a-4b94-b999-92962fae5308.war) in 19ms
11:38:28,202 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/4e/ab10643db64d458ff271a1731cfdfb779ca96a/content
11:38:28,202 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "39153ecc-d22a-4b94-b999-92962fae5308.war" (runtime-name: "39153ecc-d22a-4b94-b999-92962fae5308.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 s - in ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest
[INFO] Running ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest
11:38:28,899 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/8f/0a59b5e17995a0933be59a782a22100d69bfd4/content
11:38:28,902 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war" (runtime-name: "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war")
11:38:29,051 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment bc7dad04-b3c3-46bd-8a98-97471e879a2c.war
11:38:29,098 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:29,098 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bc7dad04-b3c3-46bd-8a98-97471e879a2c.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@c8ab2aa, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:29,308 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:29,312 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/bc7dad04-b3c3-46bd-8a98-97471e879a2c'
11:38:29,361 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:29,381 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:29,382 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:29,382 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:29,389 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/bc7dad04-b3c3-46bd-8a98-97471e879a2c' for server 'default-server'
11:38:29,401 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war" (runtime-name : "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war")
11:38:29,590 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/bc7dad04-b3c3-46bd-8a98-97471e879a2c' from server 'default-server'
11:38:29,596 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment bc7dad04-b3c3-46bd-8a98-97471e879a2c.war (runtime-name: bc7dad04-b3c3-46bd-8a98-97471e879a2c.war) in 6ms
11:38:29,643 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/8f/0a59b5e17995a0933be59a782a22100d69bfd4/content
11:38:29,643 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war" (runtime-name: "bc7dad04-b3c3-46bd-8a98-97471e879a2c.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s - in ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest
[INFO] Running ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest
11:38:30,001 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/81/1e5db0de41cb76ef04440b23b7e3a91398f129/content
11:38:30,003 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "d672c83a-26a5-4081-8b6e-84bb3532c091.war" (runtime-name: "d672c83a-26a5-4081-8b6e-84bb3532c091.war")
11:38:30,104 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment d672c83a-26a5-4081-8b6e-84bb3532c091.war
11:38:30,151 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:30,151 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=d672c83a-26a5-4081-8b6e-84bb3532c091.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7ae15c16, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:30,339 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:30,342 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/d672c83a-26a5-4081-8b6e-84bb3532c091'
11:38:30,370 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:30,391 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:30,392 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:30,392 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:30,400 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/d672c83a-26a5-4081-8b6e-84bb3532c091' for server 'default-server'
11:38:30,411 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "d672c83a-26a5-4081-8b6e-84bb3532c091.war" (runtime-name : "d672c83a-26a5-4081-8b6e-84bb3532c091.war")
11:38:30,574 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/d672c83a-26a5-4081-8b6e-84bb3532c091' from server 'default-server'
11:38:30,580 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment d672c83a-26a5-4081-8b6e-84bb3532c091.war (runtime-name: d672c83a-26a5-4081-8b6e-84bb3532c091.war) in 6ms
11:38:30,588 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/81/1e5db0de41cb76ef04440b23b7e3a91398f129/content
11:38:30,588 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "d672c83a-26a5-4081-8b6e-84bb3532c091.war" (runtime-name: "d672c83a-26a5-4081-8b6e-84bb3532c091.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s - in ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest
[INFO] Running ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest
11:38:30,943 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cf/8a6e8ab557203c8ae673af1316bcd7e42d86f2/content
11:38:30,945 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war" (runtime-name: "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war")
11:38:31,057 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment f1c7ceaf-ef70-454f-8273-11f2febd1e89.war
11:38:31,094 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:31,095 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f1c7ceaf-ef70-454f-8273-11f2febd1e89.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@556b54e1, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:31,268 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:31,271 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/f1c7ceaf-ef70-454f-8273-11f2febd1e89'
11:38:31,293 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:31,311 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:31,312 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:31,312 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:31,340 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/f1c7ceaf-ef70-454f-8273-11f2febd1e89' for server 'default-server'
11:38:31,357 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war" (runtime-name : "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war")
11:38:31,486 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/f1c7ceaf-ef70-454f-8273-11f2febd1e89' from server 'default-server'
11:38:31,493 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment f1c7ceaf-ef70-454f-8273-11f2febd1e89.war (runtime-name: f1c7ceaf-ef70-454f-8273-11f2febd1e89.war) in 7ms
11:38:31,541 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cf/8a6e8ab557203c8ae673af1316bcd7e42d86f2/content
11:38:31,542 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war" (runtime-name: "f1c7ceaf-ef70-454f-8273-11f2febd1e89.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.95 s - in ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest
[INFO] Running ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest
11:38:31,891 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/98/310fdb519bf08ad02adcd26e9e5f8098d7150d/content
11:38:31,893 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war" (runtime-name: "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war")
11:38:31,982 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war
11:38:32,008 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:32,008 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@214e818f, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:32,185 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.0.1 started
11:38:32,190 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/d9c151e1-5c85-4ef0-b0c7-627ea64f89cf'
11:38:32,252 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo...
11:38:32,268 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:32,269 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:32,269 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:32,277 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/d9c151e1-5c85-4ef0-b0c7-627ea64f89cf' for server 'default-server'
11:38:32,287 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war" (runtime-name : "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war")
11:38:32,551 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/d9c151e1-5c85-4ef0-b0c7-627ea64f89cf' from server 'default-server'
11:38:32,558 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war (runtime-name: d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war) in 8ms
11:38:32,568 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/98/310fdb519bf08ad02adcd26e9e5f8098d7150d/content
11:38:32,569 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war" (runtime-name: "d9c151e1-5c85-4ef0-b0c7-627ea64f89cf.war")
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s - in ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest
[INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest
11:38:32,956 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/06/b835fd31028ed79141ce8dad9491b462d73f98/content
11:38:32,959 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war" (runtime-name: "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war")
11:38:33,008 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war
11:38:33,074 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:33,074 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@dede27a, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:33,308 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.0.1 started
11:38:33,340 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/a03ce121-dbc0-4c3a-9e06-1898d3a22c4e'
11:38:33,390 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo...
11:38:33,446 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlApplication$Proxy$_$$_WeldClientProxy
11:38:33,448 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:33,448 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:33,461 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/a03ce121-dbc0-4c3a-9e06-1898d3a22c4e' for server 'default-server'
11:38:33,474 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war" (runtime-name : "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war")
11:38:33,592 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/a03ce121-dbc0-4c3a-9e06-1898d3a22c4e' from server 'default-server'
11:38:33,602 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war (runtime-name: a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war) in 11ms
11:38:33,642 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/06/b835fd31028ed79141ce8dad9491b462d73f98/content
11:38:33,642 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war" (runtime-name: "a03ce121-dbc0-4c3a-9e06-1898d3a22c4e.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest
[INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest
11:38:33,970 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/18/7c0047e28c8726381e9675e166442e9e085f61/content
11:38:33,972 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "f711385e-89d6-4776-a8fb-cacec7135bba.war" (runtime-name: "f711385e-89d6-4776-a8fb-cacec7135bba.war")
11:38:34,043 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment f711385e-89d6-4776-a8fb-cacec7135bba.war
11:38:34,078 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:34,078 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f711385e-89d6-4776-a8fb-cacec7135bba.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@4004b6c2, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:34,262 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:34,265 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/f711385e-89d6-4776-a8fb-cacec7135bba'
11:38:34,286 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:34,305 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationApplication$Proxy$_$$_WeldClientProxy
11:38:34,305 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:34,305 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:34,313 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/f711385e-89d6-4776-a8fb-cacec7135bba' for server 'default-server'
11:38:34,343 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f711385e-89d6-4776-a8fb-cacec7135bba.war" (runtime-name : "f711385e-89d6-4776-a8fb-cacec7135bba.war")
11:38:34,443 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/f711385e-89d6-4776-a8fb-cacec7135bba' from server 'default-server'
11:38:34,449 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment f711385e-89d6-4776-a8fb-cacec7135bba.war (runtime-name: f711385e-89d6-4776-a8fb-cacec7135bba.war) in 6ms
11:38:34,466 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/18/7c0047e28c8726381e9675e166442e9e085f61/content
11:38:34,466 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f711385e-89d6-4776-a8fb-cacec7135bba.war" (runtime-name: "f711385e-89d6-4776-a8fb-cacec7135bba.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest
[INFO] Running ee.jakarta.tck.mvc.tests.application.context.MvcContextTest
11:38:34,765 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/14/979c465f5afcb6c8465c87687b8090c32216d5/content
11:38:34,767 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "c33ffe02-0c77-455b-9265-2b24abab813f.war" (runtime-name: "c33ffe02-0c77-455b-9265-2b24abab813f.war")
11:38:34,817 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment c33ffe02-0c77-455b-9265-2b24abab813f.war
11:38:34,881 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:34,881 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c33ffe02-0c77-455b-9265-2b24abab813f.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@1d0a41c4, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:35,052 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:35,054 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/c33ffe02-0c77-455b-9265-2b24abab813f'
11:38:35,078 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:35,094 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:35,094 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:35,094 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:35,101 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/c33ffe02-0c77-455b-9265-2b24abab813f' for server 'default-server'
11:38:35,108 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c33ffe02-0c77-455b-9265-2b24abab813f.war" (runtime-name : "c33ffe02-0c77-455b-9265-2b24abab813f.war")
11:38:35,286 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/c33ffe02-0c77-455b-9265-2b24abab813f' from server 'default-server'
11:38:35,292 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment c33ffe02-0c77-455b-9265-2b24abab813f.war (runtime-name: c33ffe02-0c77-455b-9265-2b24abab813f.war) in 7ms
11:38:35,341 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/14/979c465f5afcb6c8465c87687b8090c32216d5/content
11:38:35,341 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "c33ffe02-0c77-455b-9265-2b24abab813f.war" (runtime-name: "c33ffe02-0c77-455b-9265-2b24abab813f.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s - in ee.jakarta.tck.mvc.tests.application.context.MvcContextTest
[INFO] Running ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest
11:38:35,590 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1e/2a0d5309b93439bf6aa2c0a8fed90b056a2699/content
11:38:35,592 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "7c04c698-574b-4473-92e8-e412c34cb1f2.war" (runtime-name: "7c04c698-574b-4473-92e8-e412c34cb1f2.war")
11:38:35,686 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 7c04c698-574b-4473-92e8-e412c34cb1f2.war
11:38:35,755 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:35,755 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7c04c698-574b-4473-92e8-e412c34cb1f2.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@31eaa316, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:36,051 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.0.1 started
11:38:36,053 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/7c04c698-574b-4473-92e8-e412c34cb1f2'
11:38:36,080 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo...
11:38:36,106 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteCustomApplication$Proxy$_$$_WeldClientProxy
11:38:36,107 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:36,107 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:36,141 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/7c04c698-574b-4473-92e8-e412c34cb1f2' for server 'default-server'
11:38:36,149 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "7c04c698-574b-4473-92e8-e412c34cb1f2.war" (runtime-name : "7c04c698-574b-4473-92e8-e412c34cb1f2.war")
11:38:36,286 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/7c04c698-574b-4473-92e8-e412c34cb1f2' from server 'default-server'
11:38:36,294 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 7c04c698-574b-4473-92e8-e412c34cb1f2.war (runtime-name: 7c04c698-574b-4473-92e8-e412c34cb1f2.war) in 8ms
11:38:36,301 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1e/2a0d5309b93439bf6aa2c0a8fed90b056a2699/content
11:38:36,301 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "7c04c698-574b-4473-92e8-e412c34cb1f2.war" (runtime-name: "7c04c698-574b-4473-92e8-e412c34cb1f2.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s - in ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest
[INFO] Running ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest
11:38:36,573 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/80/36b34dbbb6e09cb625b97e70483f16f8fcafab/content
11:38:36,575 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war" (runtime-name: "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war")
11:38:36,618 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war
11:38:36,657 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:36,657 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2f6e58ef, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:36,840 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 11) Eclipse Krazo version 3.0.1 started
11:38:36,843 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 11) Initializing Mojarra 4.0.0.SP01 for context '/cfc4fdb5-efc1-4496-8842-8f8548b5b43f'
11:38:36,875 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 11) Initializing Eclipse Krazo...
11:38:36,897 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.CustomFormMethodOverwriteFieldApplication$Proxy$_$$_WeldClientProxy
11:38:36,898 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:36,898 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:36,907 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/cfc4fdb5-efc1-4496-8842-8f8548b5b43f' for server 'default-server'
11:38:36,915 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war" (runtime-name : "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war")
11:38:37,080 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/cfc4fdb5-efc1-4496-8842-8f8548b5b43f' from server 'default-server'
11:38:37,086 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war (runtime-name: cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war) in 7ms
11:38:37,095 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/80/36b34dbbb6e09cb625b97e70483f16f8fcafab/content
11:38:37,096 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war" (runtime-name: "cfc4fdb5-efc1-4496-8842-8f8548b5b43f.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest
[INFO] Running ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest
11:38:37,397 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/5e/963dcc071ac321542c2ad2c8a0935c2e461263/content
11:38:37,399 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war" (runtime-name: "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war")
11:38:37,455 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war
11:38:37,495 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:37,496 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@385adc3e, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:37,661 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:37,663 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/91ee1dd9-e2fd-4e46-a4b3-2323801991b9'
11:38:37,684 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:37,700 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:37,700 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:37,700 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:37,708 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/91ee1dd9-e2fd-4e46-a4b3-2323801991b9' for server 'default-server'
11:38:37,715 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war" (runtime-name : "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war")
11:38:37,974 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/91ee1dd9-e2fd-4e46-a4b3-2323801991b9' from server 'default-server'
11:38:37,980 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war (runtime-name: 91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war) in 6ms
11:38:37,987 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/5e/963dcc071ac321542c2ad2c8a0935c2e461263/content
11:38:37,987 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war" (runtime-name: "91ee1dd9-e2fd-4e46-a4b3-2323801991b9.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 s - in ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
11:38:38,271 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/d0/3ac2b9b73f3973b827c139fb724d42e756338b/content
11:38:38,273 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war" (runtime-name: "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war")
11:38:38,372 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment b81b88aa-8c50-444c-93ff-0948b3f2cb86.war
11:38:38,452 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:38,452 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b81b88aa-8c50-444c-93ff-0948b3f2cb86.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@232cffdb, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:38,683 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:38,686 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/b81b88aa-8c50-444c-93ff-0948b3f2cb86'
11:38:38,740 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:38,755 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigApplication$Proxy$_$$_WeldClientProxy
11:38:38,755 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:38,755 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:38,763 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/b81b88aa-8c50-444c-93ff-0948b3f2cb86' for server 'default-server'
11:38:38,770 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war" (runtime-name : "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war")
11:38:39,046 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/b81b88aa-8c50-444c-93ff-0948b3f2cb86' from server 'default-server'
11:38:39,052 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment b81b88aa-8c50-444c-93ff-0948b3f2cb86.war (runtime-name: b81b88aa-8c50-444c-93ff-0948b3f2cb86.war) in 6ms
11:38:39,065 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/d0/3ac2b9b73f3973b827c139fb724d42e756338b/content
11:38:39,065 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war" (runtime-name: "b81b88aa-8c50-444c-93ff-0948b3f2cb86.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
11:38:39,365 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/25/fb7f0a06bde96b8b931c5619e576735dac714c/content
11:38:39,367 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war" (runtime-name: "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war")
11:38:39,469 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 1e7b3268-8495-4b5f-9bff-d121c2004c3f.war
11:38:39,499 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:39,500 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1e7b3268-8495-4b5f-9bff-d121c2004c3f.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2ee1837a, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:39,676 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 11) Eclipse Krazo version 3.0.1 started
11:38:39,679 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 11) Initializing Mojarra 4.0.0.SP01 for context '/1e7b3268-8495-4b5f-9bff-d121c2004c3f'
11:38:39,699 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 11) Initializing Eclipse Krazo...
11:38:39,737 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigApplication$Proxy$_$$_WeldClientProxy
11:38:39,738 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:39,738 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:39,746 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/1e7b3268-8495-4b5f-9bff-d121c2004c3f' for server 'default-server'
11:38:39,753 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war" (runtime-name : "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war")
11:38:40,051 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: '/1e7b3268-8495-4b5f-9bff-d121c2004c3f' from server 'default-server'
11:38:40,056 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 1e7b3268-8495-4b5f-9bff-d121c2004c3f.war (runtime-name: 1e7b3268-8495-4b5f-9bff-d121c2004c3f.war) in 6ms
11:38:40,063 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/25/fb7f0a06bde96b8b931c5619e576735dac714c/content
11:38:40,063 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war" (runtime-name: "1e7b3268-8495-4b5f-9bff-d121c2004c3f.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest
11:38:40,315 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/74/042e9c685d90903c1902e0708639bf860eee97/content
11:38:40,316 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war" (runtime-name: "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war")
11:38:40,371 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 24ac418a-3510-4ced-b13c-4f12e4de5cc4.war
11:38:40,395 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:40,395 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=24ac418a-3510-4ced-b13c-4f12e4de5cc4.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@366fbdf3, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:40,566 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:40,569 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/24ac418a-3510-4ced-b13c-4f12e4de5cc4'
11:38:40,590 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:40,605 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigApplication$Proxy$_$$_WeldClientProxy
11:38:40,606 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:40,606 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:40,641 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/24ac418a-3510-4ced-b13c-4f12e4de5cc4' for server 'default-server'
11:38:40,648 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war" (runtime-name : "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war")
11:38:40,857 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/24ac418a-3510-4ced-b13c-4f12e4de5cc4' from server 'default-server'
11:38:40,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 24ac418a-3510-4ced-b13c-4f12e4de5cc4.war (runtime-name: 24ac418a-3510-4ced-b13c-4f12e4de5cc4.war) in 6ms
11:38:40,870 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/74/042e9c685d90903c1902e0708639bf860eee97/content
11:38:40,870 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war" (runtime-name: "24ac418a-3510-4ced-b13c-4f12e4de5cc4.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
11:38:41,190 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/bd/039d63919a896952f0196baeb3612ea9e41f0e/content
11:38:41,192 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "d8296357-f95e-4a74-9e26-ce1b7677c98c.war" (runtime-name: "d8296357-f95e-4a74-9e26-ce1b7677c98c.war")
11:38:41,278 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment d8296357-f95e-4a74-9e26-ce1b7677c98c.war
11:38:41,304 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:41,304 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=d8296357-f95e-4a74-9e26-ce1b7677c98c.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@279d7779, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:41,468 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:41,471 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/d8296357-f95e-4a74-9e26-ce1b7677c98c'
11:38:41,508 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:41,544 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigApplication$Proxy$_$$_WeldClientProxy
11:38:41,545 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:41,545 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:41,552 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/d8296357-f95e-4a74-9e26-ce1b7677c98c' for server 'default-server'
11:38:41,560 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "d8296357-f95e-4a74-9e26-ce1b7677c98c.war" (runtime-name : "d8296357-f95e-4a74-9e26-ce1b7677c98c.war")
11:38:41,766 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/d8296357-f95e-4a74-9e26-ce1b7677c98c' from server 'default-server'
11:38:41,772 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment d8296357-f95e-4a74-9e26-ce1b7677c98c.war (runtime-name: d8296357-f95e-4a74-9e26-ce1b7677c98c.war) in 6ms
11:38:41,781 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/bd/039d63919a896952f0196baeb3612ea9e41f0e/content
11:38:41,781 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "d8296357-f95e-4a74-9e26-ce1b7677c98c.war" (runtime-name: "d8296357-f95e-4a74-9e26-ce1b7677c98c.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest
11:38:42,057 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/c6/9568af593128f3db56c9bb1529969b30eb28a8/content
11:38:42,059 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "7894de2f-a147-430b-91d2-a5c6aa2e940b.war" (runtime-name: "7894de2f-a147-430b-91d2-a5c6aa2e940b.war")
11:38:42,109 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 7894de2f-a147-430b-91d2-a5c6aa2e940b.war
11:38:42,148 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:42,148 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7894de2f-a147-430b-91d2-a5c6aa2e940b.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@5513a6a6, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:42,289 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:42,291 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/7894de2f-a147-430b-91d2-a5c6aa2e940b'
11:38:42,313 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:42,352 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:42,354 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:42,354 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:42,362 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/7894de2f-a147-430b-91d2-a5c6aa2e940b' for server 'default-server'
11:38:42,371 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "7894de2f-a147-430b-91d2-a5c6aa2e940b.war" (runtime-name : "7894de2f-a147-430b-91d2-a5c6aa2e940b.war")
11:38:42,474 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/7894de2f-a147-430b-91d2-a5c6aa2e940b' from server 'default-server'
11:38:42,479 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 7894de2f-a147-430b-91d2-a5c6aa2e940b.war (runtime-name: 7894de2f-a147-430b-91d2-a5c6aa2e940b.war) in 5ms
11:38:42,485 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/c6/9568af593128f3db56c9bb1529969b30eb28a8/content
11:38:42,485 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "7894de2f-a147-430b-91d2-a5c6aa2e940b.war" (runtime-name: "7894de2f-a147-430b-91d2-a5c6aa2e940b.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest
11:38:42,743 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/67/92ffa72b4176d14da79aa83bdc7d4ec043a9e6/content
11:38:42,744 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "afdb81cd-958b-4b02-8056-53242d56a524.war" (runtime-name: "afdb81cd-958b-4b02-8056-53242d56a524.war")
11:38:42,793 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment afdb81cd-958b-4b02-8056-53242d56a524.war
11:38:42,841 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:42,842 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=afdb81cd-958b-4b02-8056-53242d56a524.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7964a366, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:42,973 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:42,976 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/afdb81cd-958b-4b02-8056-53242d56a524'
11:38:43,013 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:43,055 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:43,056 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:43,056 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:43,065 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/afdb81cd-958b-4b02-8056-53242d56a524' for server 'default-server'
11:38:43,073 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "afdb81cd-958b-4b02-8056-53242d56a524.war" (runtime-name : "afdb81cd-958b-4b02-8056-53242d56a524.war")
11:38:43,272 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/afdb81cd-958b-4b02-8056-53242d56a524' from server 'default-server'
11:38:43,279 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment afdb81cd-958b-4b02-8056-53242d56a524.war (runtime-name: afdb81cd-958b-4b02-8056-53242d56a524.war) in 7ms
11:38:43,286 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/67/92ffa72b4176d14da79aa83bdc7d4ec043a9e6/content
11:38:43,286 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "afdb81cd-958b-4b02-8056-53242d56a524.war" (runtime-name: "afdb81cd-958b-4b02-8056-53242d56a524.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest
11:38:43,578 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/db/776e29680befca8610c14ff1f3add09142d0de/content
11:38:43,580 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war" (runtime-name: "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war")
11:38:43,660 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war
11:38:43,690 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:43,690 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7e7db64d, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:43,853 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:43,856 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/b260d1c9-03f2-48b9-b6bb-5c7abf3cf548'
11:38:43,878 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:43,894 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderApplication$Proxy$_$$_WeldClientProxy
11:38:43,894 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:43,894 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:43,901 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/b260d1c9-03f2-48b9-b6bb-5c7abf3cf548' for server 'default-server'
11:38:43,908 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war" (runtime-name : "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war")
11:38:44,073 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/b260d1c9-03f2-48b9-b6bb-5c7abf3cf548' from server 'default-server'
11:38:44,080 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war (runtime-name: b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war) in 8ms
11:38:44,094 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/db/776e29680befca8610c14ff1f3add09142d0de/content
11:38:44,095 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war" (runtime-name: "b260d1c9-03f2-48b9-b6bb-5c7abf3cf548.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest
11:38:44,363 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cc/b0e68f2addd4822c376fe68b2fab745b64f568/content
11:38:44,365 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "231404df-0910-43ad-80c8-af345a9d6984.war" (runtime-name: "231404df-0910-43ad-80c8-af345a9d6984.war")
11:38:44,408 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 231404df-0910-43ad-80c8-af345a9d6984.war
11:38:44,460 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:44,460 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=231404df-0910-43ad-80c8-af345a9d6984.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@6a1a120c, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:44,639 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:44,642 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/231404df-0910-43ad-80c8-af345a9d6984'
11:38:44,672 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:44,688 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:44,689 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:44,689 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:44,695 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/231404df-0910-43ad-80c8-af345a9d6984' for server 'default-server'
11:38:44,704 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "231404df-0910-43ad-80c8-af345a9d6984.war" (runtime-name : "231404df-0910-43ad-80c8-af345a9d6984.war")
11:38:44,872 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/231404df-0910-43ad-80c8-af345a9d6984' from server 'default-server'
11:38:44,879 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 231404df-0910-43ad-80c8-af345a9d6984.war (runtime-name: 231404df-0910-43ad-80c8-af345a9d6984.war) in 7ms
11:38:44,885 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cc/b0e68f2addd4822c376fe68b2fab745b64f568/content
11:38:44,885 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "231404df-0910-43ad-80c8-af345a9d6984.war" (runtime-name: "231404df-0910-43ad-80c8-af345a9d6984.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s - in ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest
[INFO] Running ee.jakarta.tck.mvc.tests.security.xss.EncodersTest
11:38:45,156 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1f/9b0daafd05581f432aac94c1fecb410b28ae9f/content
11:38:45,157 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "a0391104-5b85-4376-b8e0-b86d211ae0e7.war" (runtime-name: "a0391104-5b85-4376-b8e0-b86d211ae0e7.war")
11:38:45,202 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment a0391104-5b85-4376-b8e0-b86d211ae0e7.war
11:38:45,245 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:45,245 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a0391104-5b85-4376-b8e0-b86d211ae0e7.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@626f8e26, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:45,387 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:45,390 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/a0391104-5b85-4376-b8e0-b86d211ae0e7'
11:38:45,438 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:45,457 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:45,458 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:45,458 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:45,466 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/a0391104-5b85-4376-b8e0-b86d211ae0e7' for server 'default-server'
11:38:45,480 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a0391104-5b85-4376-b8e0-b86d211ae0e7.war" (runtime-name : "a0391104-5b85-4376-b8e0-b86d211ae0e7.war")
11:38:45,772 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/a0391104-5b85-4376-b8e0-b86d211ae0e7' from server 'default-server'
11:38:45,777 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment a0391104-5b85-4376-b8e0-b86d211ae0e7.war (runtime-name: a0391104-5b85-4376-b8e0-b86d211ae0e7.war) in 5ms
11:38:45,784 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/1f/9b0daafd05581f432aac94c1fecb410b28ae9f/content
11:38:45,784 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a0391104-5b85-4376-b8e0-b86d211ae0e7.war" (runtime-name: "a0391104-5b85-4376-b8e0-b86d211ae0e7.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in ee.jakarta.tck.mvc.tests.security.xss.EncodersTest
[INFO] Running ee.jakarta.tck.mvc.tests.events.MvcEventsTest
11:38:46,027 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/7a/b924f7b65da41a692ac08f9395ed50d6a21c9f/content
11:38:46,029 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war" (runtime-name: "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war")
11:38:46,076 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war
11:38:46,100 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:46,100 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@66d98d19, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:46,250 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:46,253 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/ab3ba8ce-9fd6-4627-9b52-4f25d488935e'
11:38:46,281 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:46,297 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:46,298 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:46,298 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:46,306 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/ab3ba8ce-9fd6-4627-9b52-4f25d488935e' for server 'default-server'
11:38:46,313 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war" (runtime-name : "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war")
11:38:46,551 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002010: Failed to execute: jakarta.ws.rs.ServerErrorException: HTTP 500 Internal Server Error
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:167)
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:71)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$writeTo$1(ServerWriterInterceptorContext.java:79)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext.executeBlockingIo(Servlet3AsyncHttpRequest.java:396)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.writeTo(ServerWriterInterceptorContext.java:79)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.syncProceed(AbstractWriterInterceptorContext.java:245)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.proceed(AbstractWriterInterceptorContext.java:224)
	at org.jboss.resteasy.resteasy-crypto@6.1.0.Beta2//org.jboss.resteasy.security.doseta.DigitalSigningInterceptor.aroundWriteTo(DigitalSigningInterceptor.java:127)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.syncProceed(AbstractWriterInterceptorContext.java:254)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.getStarted(AbstractWriterInterceptorContext.java:170)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$getStarted$0(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:172)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:404)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:261)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:594)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.smallrye.opentracing-contrib//io.smallrye.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:69)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Beta1//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)
	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.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: jakarta.mvc.engine.ViewEngineException: org.apache.jasper.JasperException: jakarta.el.ELException: java.lang.IllegalStateException
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.engine.JspViewEngine.processView(JspViewEngine.java:60)
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:159)
	... 75 more
Caused by: org.apache.jasper.JasperException: jakarta.el.ELException: java.lang.IllegalStateException
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:461)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)
	at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.jsp@2.2.1.Final//io.undertow.jsp.JspFileHandler.handleRequest(JspFileHandler.java:32)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:257)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.dispatchToServlet(ServletInitialHandler.java:192)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:223)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.spec.RequestDispatcherImpl.forwardImplSetup(RequestDispatcherImpl.java:147)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:110)
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.engine.ServletViewEngine.forwardRequest(ServletViewEngine.java:121)
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//org.eclipse.krazo.engine.JspViewEngine.processView(JspViewEngine.java:58)
	... 76 more
Caused by: jakarta.el.ELException: java.lang.IllegalStateException
	at jakarta.el.api@4.0.0.CR1//jakarta.el.ELUtil.invokeMethod(ELUtil.java:253)
	at jakarta.el.api@4.0.0.CR1//jakarta.el.BeanELResolver.invoke(BeanELResolver.java:339)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.el.JasperELResolver.invoke(JasperELResolver.java:164)
	at org.glassfish.expressly@5.0.0-M2//org.glassfish.expressly.parser.AstValue.getValue(AstValue.java:298)
	at org.glassfish.expressly@5.0.0-M2//org.glassfish.expressly.parser.AstValue.getValue(AstValue.java:144)
	at org.glassfish.expressly@5.0.0-M2//org.glassfish.expressly.ValueExpressionImpl.getValue(ValueExpressionImpl.java:138)
	at org.jboss.weld.core@5.0.1.Final//org.jboss.weld.module.web.el.WeldValueExpression.getValue(WeldValueExpression.java:50)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:925)
	at org.apache.jsp.WEB_002dINF.views.view_002derror_jsp._jspService(view_002derror_jsp.java:97)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at io.undertow.jsp@2.2.1.Final//org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:422)
	... 99 more
Caused by: java.lang.IllegalStateException
	at deployment.ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController.lambda$viewError$2(MvcEventsController.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at jakarta.el.api@4.0.0.CR1//jakarta.el.ELUtil.invokeMethod(ELUtil.java:247)
	... 110 more

11:38:46,569 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/ab3ba8ce-9fd6-4627-9b52-4f25d488935e' from server 'default-server'
11:38:46,575 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war (runtime-name: ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war) in 6ms
11:38:46,582 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/7a/b924f7b65da41a692ac08f9395ed50d6a21c9f/content
11:38:46,583 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war" (runtime-name: "ab3ba8ce-9fd6-4627-9b52-4f25d488935e.war")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in ee.jakarta.tck.mvc.tests.events.MvcEventsTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest
11:38:46,882 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/7f/26334d955cd81195dd7a51514eb932c2f79633/content
11:38:46,884 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war" (runtime-name: "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war")
11:38:46,943 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war
11:38:46,966 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:46,966 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@5856f2e8, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:47,103 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:47,106 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/1b6ddad2-2cb1-40de-aac7-3fce8da42ab8'
11:38:47,156 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:47,172 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:47,172 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:47,172 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:47,182 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/1b6ddad2-2cb1-40de-aac7-3fce8da42ab8' for server 'default-server'
11:38:47,189 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war" (runtime-name : "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war")
11:38:47,339 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/1b6ddad2-2cb1-40de-aac7-3fce8da42ab8' from server 'default-server'
11:38:47,344 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war (runtime-name: 1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war) in 5ms
11:38:47,356 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/7f/26334d955cd81195dd7a51514eb932c2f79633/content
11:38:47,356 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war" (runtime-name: "1b6ddad2-2cb1-40de-aac7-3fce8da42ab8.war")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s - in ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest
11:38:47,600 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ae/3826d6bc471f0178f26599e44e2bd46cf017c3/content
11:38:47,601 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "32691161-eece-4ffa-8b47-1c8c817fac81.war" (runtime-name: "32691161-eece-4ffa-8b47-1c8c817fac81.war")
11:38:47,670 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 32691161-eece-4ffa-8b47-1c8c817fac81.war
11:38:47,694 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:47,694 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=32691161-eece-4ffa-8b47-1c8c817fac81.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3a7a798b, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:47,850 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:47,853 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/32691161-eece-4ffa-8b47-1c8c817fac81'
11:38:47,885 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:47,900 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:47,901 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:47,901 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:47,908 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/32691161-eece-4ffa-8b47-1c8c817fac81' for server 'default-server'
11:38:47,941 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "32691161-eece-4ffa-8b47-1c8c817fac81.war" (runtime-name : "32691161-eece-4ffa-8b47-1c8c817fac81.war")
11:38:48,042 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002010: Failed to execute: jakarta.ws.rs.ServerErrorException: Void controller and no @View annotation in 'public void ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypesController.voidWithoutView()'?
	at deployment.32691161-eece-4ffa-8b47-1c8c817fac81.war//org.eclipse.krazo.core.ViewResponseFilter.filter(ViewResponseFilter.java:162)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:361)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:261)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:594)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60)
	at org.jboss.resteasy.resteasy-core@6.1.0.Beta2//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
	at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
	at io.smallrye.opentracing-contrib//io.smallrye.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:69)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at org.wildfly.security.elytron-base//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at org.wildfly.security.elytron-web.undertow-server@1.10.1.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Beta1//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at org.wildfly.extension.undertow@27.0.0.Alpha3//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1431)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
	at io.undertow.servlet@2.3.0.Alpha1//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
	at io.undertow.core@2.3.0.Alpha1//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)
	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.7.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
	at java.base/java.lang.Thread.run(Thread.java:833)

11:38:48,086 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/32691161-eece-4ffa-8b47-1c8c817fac81' from server 'default-server'
11:38:48,091 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 32691161-eece-4ffa-8b47-1c8c817fac81.war (runtime-name: 32691161-eece-4ffa-8b47-1c8c817fac81.war) in 6ms
11:38:48,137 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/ae/3826d6bc471f0178f26599e44e2bd46cf017c3/content
11:38:48,137 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "32691161-eece-4ffa-8b47-1c8c817fac81.war" (runtime-name: "32691161-eece-4ffa-8b47-1c8c817fac81.war")
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 s - in ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest
11:38:48,364 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/51/615682a7d800e15b00d0d5cbdbdc7e19e8ccc9/content
11:38:48,366 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "5a718e4d-b599-4a05-85ed-af760615d959.war" (runtime-name: "5a718e4d-b599-4a05-85ed-af760615d959.war")
11:38:48,412 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 5a718e4d-b599-4a05-85ed-af760615d959.war
11:38:48,452 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:48,452 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=5a718e4d-b599-4a05-85ed-af760615d959.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@57739a77, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:48,594 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:48,596 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/5a718e4d-b599-4a05-85ed-af760615d959'
11:38:48,638 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:48,653 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:48,653 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:48,653 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:48,660 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/5a718e4d-b599-4a05-85ed-af760615d959' for server 'default-server'
11:38:48,667 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "5a718e4d-b599-4a05-85ed-af760615d959.war" (runtime-name : "5a718e4d-b599-4a05-85ed-af760615d959.war")
11:38:48,769 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/5a718e4d-b599-4a05-85ed-af760615d959' from server 'default-server'
11:38:48,774 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 5a718e4d-b599-4a05-85ed-af760615d959.war (runtime-name: 5a718e4d-b599-4a05-85ed-af760615d959.war) in 5ms
11:38:48,781 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/51/615682a7d800e15b00d0d5cbdbdc7e19e8ccc9/content
11:38:48,781 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "5a718e4d-b599-4a05-85ed-af760615d959.war" (runtime-name: "5a718e4d-b599-4a05-85ed-af760615d959.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 s - in ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest
11:38:49,090 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/54/daf89def4643d06fdf6ceec36c744e2b995f4b/content
11:38:49,092 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "bbaf8cad-1b34-4af7-ae02-134907fe0193.war" (runtime-name: "bbaf8cad-1b34-4af7-ae02-134907fe0193.war")
11:38:49,156 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment bbaf8cad-1b34-4af7-ae02-134907fe0193.war
11:38:49,179 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:49,179 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bbaf8cad-1b34-4af7-ae02-134907fe0193.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@4a1c6973, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:49,347 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 83) Eclipse Krazo version 3.0.1 started
11:38:49,350 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 83) Initializing Mojarra 4.0.0.SP01 for context '/bbaf8cad-1b34-4af7-ae02-134907fe0193'
11:38:49,371 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 83) Initializing Eclipse Krazo...
11:38:49,386 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:49,387 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:49,387 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:49,399 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: '/bbaf8cad-1b34-4af7-ae02-134907fe0193' for server 'default-server'
11:38:49,406 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bbaf8cad-1b34-4af7-ae02-134907fe0193.war" (runtime-name : "bbaf8cad-1b34-4af7-ae02-134907fe0193.war")
11:38:49,575 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0022: Unregistered web context: '/bbaf8cad-1b34-4af7-ae02-134907fe0193' from server 'default-server'
11:38:49,586 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment bbaf8cad-1b34-4af7-ae02-134907fe0193.war (runtime-name: bbaf8cad-1b34-4af7-ae02-134907fe0193.war) in 11ms
11:38:49,593 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/54/daf89def4643d06fdf6ceec36c744e2b995f4b/content
11:38:49,593 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bbaf8cad-1b34-4af7-ae02-134907fe0193.war" (runtime-name: "bbaf8cad-1b34-4af7-ae02-134907fe0193.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest
11:38:49,860 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/b4/ff93d34fa23549911754a0576c887bb661cb92/content
11:38:49,862 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "92ae961c-dd4a-4f06-9698-089475041a08.war" (runtime-name: "92ae961c-dd4a-4f06-9698-089475041a08.war")
11:38:49,909 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 92ae961c-dd4a-4f06-9698-089475041a08.war
11:38:49,949 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:49,950 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=92ae961c-dd4a-4f06-9698-089475041a08.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@4fa60102, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:50,084 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 11) Eclipse Krazo version 3.0.1 started
11:38:50,086 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 11) Initializing Mojarra 4.0.0.SP01 for context '/92ae961c-dd4a-4f06-9698-089475041a08'
11:38:50,108 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 11) Initializing Eclipse Krazo...
11:38:50,141 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:50,142 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:50,142 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 11) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:50,148 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0021: Registered web context: '/92ae961c-dd4a-4f06-9698-089475041a08' for server 'default-server'
11:38:50,155 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "92ae961c-dd4a-4f06-9698-089475041a08.war" (runtime-name : "92ae961c-dd4a-4f06-9698-089475041a08.war")
11:38:50,244 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0022: Unregistered web context: '/92ae961c-dd4a-4f06-9698-089475041a08' from server 'default-server'
11:38:50,249 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 92ae961c-dd4a-4f06-9698-089475041a08.war (runtime-name: 92ae961c-dd4a-4f06-9698-089475041a08.war) in 5ms
11:38:50,261 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/b4/ff93d34fa23549911754a0576c887bb661cb92/content
11:38:50,261 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "92ae961c-dd4a-4f06-9698-089475041a08.war" (runtime-name: "92ae961c-dd4a-4f06-9698-089475041a08.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest
11:38:50,439 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cc/f626bc829efd9ab0bd2c4dd2a0f3e5f9da0acf/content
11:38:50,441 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ba841406-7b9a-49fb-840d-ec920f881143.war" (runtime-name: "ba841406-7b9a-49fb-840d-ec920f881143.war")
11:38:50,490 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ba841406-7b9a-49fb-840d-ec920f881143.war
11:38:50,513 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:50,513 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ba841406-7b9a-49fb-840d-ec920f881143.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@1006741a, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:50,672 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:50,675 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/ba841406-7b9a-49fb-840d-ec920f881143'
11:38:50,696 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:50,738 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:50,739 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:50,739 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:50,747 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/ba841406-7b9a-49fb-840d-ec920f881143' for server 'default-server'
11:38:50,754 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ba841406-7b9a-49fb-840d-ec920f881143.war" (runtime-name : "ba841406-7b9a-49fb-840d-ec920f881143.war")
11:38:50,853 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/ba841406-7b9a-49fb-840d-ec920f881143' from server 'default-server'
11:38:50,858 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ba841406-7b9a-49fb-840d-ec920f881143.war (runtime-name: ba841406-7b9a-49fb-840d-ec920f881143.war) in 5ms
11:38:50,865 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/cc/f626bc829efd9ab0bd2c4dd2a0f3e5f9da0acf/content
11:38:50,865 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ba841406-7b9a-49fb-840d-ec920f881143.war" (runtime-name: "ba841406-7b9a-49fb-840d-ec920f881143.war")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest
11:38:51,098 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/5b/a0b2a7b19949b2c7c090225e16bf545356ba4e/content
11:38:51,100 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "df9e8a0d-1f2b-429b-94af-566e1767a45e.war" (runtime-name: "df9e8a0d-1f2b-429b-94af-566e1767a45e.war")
11:38:51,148 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment df9e8a0d-1f2b-429b-94af-566e1767a45e.war
11:38:51,172 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:51,172 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=df9e8a0d-1f2b-429b-94af-566e1767a45e.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7aa75d25, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:51,338 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:51,340 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/df9e8a0d-1f2b-429b-94af-566e1767a45e'
11:38:51,359 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:51,373 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:51,374 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:51,374 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:51,379 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/df9e8a0d-1f2b-429b-94af-566e1767a45e' for server 'default-server'
11:38:51,387 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "df9e8a0d-1f2b-429b-94af-566e1767a45e.war" (runtime-name : "df9e8a0d-1f2b-429b-94af-566e1767a45e.war")
11:38:51,467 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/df9e8a0d-1f2b-429b-94af-566e1767a45e' from server 'default-server'
11:38:51,474 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment df9e8a0d-1f2b-429b-94af-566e1767a45e.war (runtime-name: df9e8a0d-1f2b-429b-94af-566e1767a45e.war) in 6ms
11:38:51,482 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/5b/a0b2a7b19949b2c7c090225e16bf545356ba4e/content
11:38:51,482 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "df9e8a0d-1f2b-429b-94af-566e1767a45e.war" (runtime-name: "df9e8a0d-1f2b-429b-94af-566e1767a45e.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest
11:38:51,716 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/31/e426123064b94df91a86d5948a4cae6e897488/content
11:38:51,737 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war" (runtime-name: "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war")
11:38:51,789 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment c2810a4d-549b-4679-bcbb-7563c3ef04d0.war
11:38:51,858 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:51,859 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c2810a4d-549b-4679-bcbb-7563c3ef04d0.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2227fec2, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:51,995 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:51,997 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/c2810a4d-549b-4679-bcbb-7563c3ef04d0'
11:38:52,052 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:52,066 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:52,067 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:52,067 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:52,073 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/c2810a4d-549b-4679-bcbb-7563c3ef04d0' for server 'default-server'
11:38:52,082 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war" (runtime-name : "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war")
11:38:52,185 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/c2810a4d-549b-4679-bcbb-7563c3ef04d0' from server 'default-server'
11:38:52,190 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment c2810a4d-549b-4679-bcbb-7563c3ef04d0.war (runtime-name: c2810a4d-549b-4679-bcbb-7563c3ef04d0.war) in 5ms
11:38:52,198 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/31/e426123064b94df91a86d5948a4cae6e897488/content
11:38:52,198 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war" (runtime-name: "c2810a4d-549b-4679-bcbb-7563c3ef04d0.war")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest
11:38:52,391 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/e2/f1194082b0f6c77b9ff3a938ccda29da79f0fe/content
11:38:52,393 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war" (runtime-name: "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war")
11:38:52,438 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war
11:38:52,468 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:52,468 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3c29a717, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:52,639 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 15) Eclipse Krazo version 3.0.1 started
11:38:52,641 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 15) Initializing Mojarra 4.0.0.SP01 for context '/925f7b83-8ae7-4e4b-a229-9eb8fe5b048d'
11:38:52,676 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 15) Initializing Eclipse Krazo...
11:38:52,694 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:52,695 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:52,695 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 15) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:52,703 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0021: Registered web context: '/925f7b83-8ae7-4e4b-a229-9eb8fe5b048d' for server 'default-server'
11:38:52,711 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war" (runtime-name : "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war")
11:38:52,875 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 15) WFLYUT0022: Unregistered web context: '/925f7b83-8ae7-4e4b-a229-9eb8fe5b048d' from server 'default-server'
11:38:52,881 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war (runtime-name: 925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war) in 6ms
11:38:52,887 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/e2/f1194082b0f6c77b9ff3a938ccda29da79f0fe/content
11:38:52,887 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war" (runtime-name: "925f7b83-8ae7-4e4b-a229-9eb8fe5b048d.war")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s - in ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest
11:38:53,173 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/fc/758c9904d60440db13d84213c51904875d54d1/content
11:38:53,175 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "e08fe903-cd00-4c71-bacc-81506847cf03.war" (runtime-name: "e08fe903-cd00-4c71-bacc-81506847cf03.war")
11:38:53,215 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment e08fe903-cd00-4c71-bacc-81506847cf03.war
11:38:53,247 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:53,247 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e08fe903-cd00-4c71-bacc-81506847cf03.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3724ea4, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:53,373 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.0.1 started
11:38:53,375 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/e08fe903-cd00-4c71-bacc-81506847cf03'
11:38:53,403 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo...
11:38:53,457 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:53,458 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:53,458 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 21) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:53,467 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/e08fe903-cd00-4c71-bacc-81506847cf03' for server 'default-server'
11:38:53,474 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "e08fe903-cd00-4c71-bacc-81506847cf03.war" (runtime-name : "e08fe903-cd00-4c71-bacc-81506847cf03.war")
11:38:53,702 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/e08fe903-cd00-4c71-bacc-81506847cf03' from server 'default-server'
11:38:53,742 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment e08fe903-cd00-4c71-bacc-81506847cf03.war (runtime-name: e08fe903-cd00-4c71-bacc-81506847cf03.war) in 41ms
11:38:53,755 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/fc/758c9904d60440db13d84213c51904875d54d1/content
11:38:53,755 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "e08fe903-cd00-4c71-bacc-81506847cf03.war" (runtime-name: "e08fe903-cd00-4c71-bacc-81506847cf03.war")
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest
11:38:53,986 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/a2/c83367556bae8bc786d629af6ae6ca965e87df/content
11:38:53,988 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war" (runtime-name: "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war")
11:38:54,039 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 0ec4a221-b082-4978-acad-23c0cf4bd7cb.war
11:38:54,067 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:54,067 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=0ec4a221-b082-4978-acad-23c0cf4bd7cb.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@31421aef, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:54,196 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.0.1 started
11:38:54,199 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/0ec4a221-b082-4978-acad-23c0cf4bd7cb'
11:38:54,256 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo...
11:38:54,274 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:54,275 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:54,275 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:54,282 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/0ec4a221-b082-4978-acad-23c0cf4bd7cb' for server 'default-server'
11:38:54,288 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war" (runtime-name : "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war")
11:38:54,460 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/0ec4a221-b082-4978-acad-23c0cf4bd7cb' from server 'default-server'
11:38:54,466 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 0ec4a221-b082-4978-acad-23c0cf4bd7cb.war (runtime-name: 0ec4a221-b082-4978-acad-23c0cf4bd7cb.war) in 6ms
11:38:54,472 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/a2/c83367556bae8bc786d629af6ae6ca965e87df/content
11:38:54,473 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war" (runtime-name: "0ec4a221-b082-4978-acad-23c0cf4bd7cb.war")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest
[INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest
11:38:54,707 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/2c/eff953e9ddd9d561e644f700ffed8239e27019/content
11:38:54,709 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war" (runtime-name: "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war")
11:38:54,766 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment bd5ef7ff-9efe-445c-bea7-1825e2d80419.war
11:38:54,801 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
11:38:54,801 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bd5ef7ff-9efe-445c-bea7-1825e2d80419.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2161fe80, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-bnzh3, jaeger.version=Java-1.6.0, ip=10.40.34.133}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
11:38:54,955 INFO  [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.0.1 started
11:38:54,958 INFO  [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/bd5ef7ff-9efe-445c-bea7-1825e2d80419'
11:38:54,985 INFO  [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo...
11:38:54,999 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy
11:38:54,999 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered.  2nd registration is being ignored.
11:38:54,999 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered.  2nd registration is being ignored.
11:38:55,005 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/bd5ef7ff-9efe-445c-bea7-1825e2d80419' for server 'default-server'
11:38:55,011 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war" (runtime-name : "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war")
11:38:55,110 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/bd5ef7ff-9efe-445c-bea7-1825e2d80419' from server 'default-server'
11:38:55,141 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment bd5ef7ff-9efe-445c-bea7-1825e2d80419.war (runtime-name: bd5ef7ff-9efe-445c-bea7-1825e2d80419.war) in 32ms
11:38:55,147 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/wildfly-preview-27.0.0.Alpha3/standalone/data/content/2c/eff953e9ddd9d561e644f700ffed8239e27019/content
11:38:55,148 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war" (runtime-name: "bd5ef7ff-9efe-445c-bea7-1825e2d80419.war")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest
11:38:55,153 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
11:38:55,155 INFO  [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
11:38:55,156 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
11:38:55,164 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
11:38:55,165 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
11:38:55,165 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
11:38:55,167 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
11:38:55,167 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
11:38:55,167 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
11:38:55,172 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
11:38:55,173 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
11:38:55,173 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 2.3.0.Alpha1 stopping
11:38:55,242 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Preview 27.0.0.Alpha3 (WildFly Core 19.0.0.Beta14) stopped in 82ms
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-ccr-wildfly/tck/target/krazo-tck-3.0.1.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-tck ---
[INFO] artifact commons-cli:commons-cli: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.inject:guice: checking for updates from sonatype-nexus-staging
[INFO] artifact commons-jxpath:commons-jxpath: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.guava:guava: checking for updates from sonatype-nexus-staging
[INFO] artifact ch.qos.logback:logback-classic: checking for updates from sonatype-nexus-staging
[INFO] artifact ch.qos.logback:logback-classic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror
[INFO] artifact commons-jxpath:commons-jxpath: checking for updates from eclipse.maven.central.mirror
[INFO] artifact commons-cli:commons-cli: checking for updates from eclipse.maven.central.mirror
[INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-artifact: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-builder-support: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-compat: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-artifact: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-builder-support: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-compat: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-embedder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-model: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-model-builder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-embedder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-model-builder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-model: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-settings: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-settings: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-util: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-util: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.krazo:krazo-jersey: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.krazo:krazo-resteasy: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.krazo:krazo-jersey: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.krazo:krazo-resteasy: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from sonatype-nexus-staging
[INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from eclipse.maven.central.mirror
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.0.7 -> 1.4.3
[INFO]   com.google.guava:guava .............................. 18.0 -> 31.1-jre
[INFO]   com.google.inject:guice ................................. 4.0 -> 5.1.0
[INFO]   commons-cli:commons-cli ................................. 1.2 -> 1.5.0
[INFO]   fish.payara.arquillian:arquillian-payara-server-4-remote ...
[INFO]                                                         1.0.Beta3 -> 1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.0.2 -> 2.1.0
[INFO]   jakarta.enterprise:jakarta.enterprise.cdi-api ......... 4.0.0 -> 4.0.1
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.63.0 -> 2.65.1
[INFO]   org.apache.commons:commons-lang3 ....................... 3.4 -> 3.12.0
[INFO]   org.apache.maven:maven-artifact ....................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-builder-support ................ 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-compat ......................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-core ........................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-embedder ....................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-model .......................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-model-builder .................. 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-plugin-api ..................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-repository-metadata ............ 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-settings ....................... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven:maven-settings-builder ............... 3.3.9 -> 3.8.6
[INFO]   org.apache.maven.plugin-tools:maven-plugin-annotations ...
[INFO]                                                             3.4 -> 3.6.4
[INFO]   org.apache.maven.wagon:wagon-file ...................... 2.10 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-http ...................... 2.10 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-provider-api .............. 2.10 -> 3.5.2
[INFO]   org.codehaus.plexus:plexus-classworlds ................ 2.5.2 -> 2.6.0
[INFO]   org.codehaus.plexus:plexus-component-annotations ........ 1.6 -> 2.1.1
[INFO]   org.codehaus.plexus:plexus-interpolation ................ 1.21 -> 1.26
[INFO]   org.codehaus.plexus:plexus-utils ..................... 3.0.22 -> 3.4.2
[INFO]   org.eclipse.aether:aether-api ............... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-connector-basic ... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-impl .............. 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-spi ............... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-transport-wagon ... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-util .............. 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.2 -> 0.9.0.M1
[INFO]   org.glassfish.jersey.core:jersey-common ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.glassfish.jersey.core:jersey-server ......... 3.1.0-M3 -> 3.1.0-M8
[INFO]   org.hibernate.validator:hibernate-validator-cdi ...
[INFO]                                                 8.0.0.CR1 -> 8.0.0.Final
[INFO]   org.jboss.arquillian.config:arquillian-config-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.config:arquillian-config-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.config:arquillian-config-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-container-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-container-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-container-test-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-container-test-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-container-test-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.container:arquillian-glassfish-remote-3.1 ...
[INFO]                                                     1.0.0.Final -> 1.0.2
[INFO]   org.jboss.arquillian.core:arquillian-core-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.core:arquillian-core-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.core:arquillian-core-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.junit:arquillian-junit-container ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.junit:arquillian-junit-core ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.junit:arquillian-junit-standalone ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-jmx ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.test:arquillian-test-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.test:arquillian-test-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.test:arquillian-test-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testng:arquillian-testng-container ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testng:arquillian-testng-core ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.arquillian.testng:arquillian-testng-standalone ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha12
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.1.0.Beta2 -> 6.2.0.Final
[INFO]   org.jboss.shrinkwrap:shrinkwrap-api ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-depchain ....... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-impl-base ...... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-spi ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded ...
[INFO]                                                           3.0.0 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded ...
[INFO]                                                           3.0.0 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.slf4j:slf4j-api ................................... 1.7.5 -> 2.0.3
[INFO]   org.slf4j:slf4j-simple ............................... 1.7.32 -> 2.0.3
[INFO]   org.sonatype.plexus:plexus-sec-dispatcher ................. 1.3 -> 1.4
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha3 -> 5.0.0.Alpha5
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-tck ---
[INFO] Skipping dependency license check
[INFO] 
[INFO] >>> maven-surefire-report-plugin:2.18.1:report (default-cli) > [surefire]test @ krazo-tck >>>
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-ccr-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-ccr-wildfly/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ krazo-tck ---
[INFO] Configured Artifact: org.wildfly:wildfly-preview-dist:27.0.0.Alpha3:zip
[INFO] wildfly-preview-dist-27.0.0.Alpha3.zip already unpacked.
[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:2.18.1:report (default-cli) < [surefire]test @ krazo-tck <<<
[INFO] 
[INFO] 
[INFO] --- maven-surefire-report-plugin:2.18.1: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:46 min
[INFO] Finished at: 2022-10-07T11:39:01Z
[INFO] ------------------------------------------------------------------------
[tck-ccr-wildfly] $ /bin/sh -xe /tmp/jenkins17325525653167436055.sh
+ java -version
+ uname -a
Archiving artifacts
Finished: SUCCESS