Started by upstream project "tck-wildfly" build number 61 originally caused by: Started by upstream project "nightly" build number 162 originally caused by: Started by an SCM change Running as SYSTEM Agent basic-hvc4t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-hvc4t" 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-hvc4t" - 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-hvc4t" - 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-hvc4t (basic) in workspace /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/krazo.git > git init /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final # 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 Checking out Revision baed73a7669b1f6f260ab4cc35d84612909f6e99 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f baed73a7669b1f6f260ab4cc35d84612909f6e99 # timeout=10 Commit message: "Merge pull request #365 from mthmulders/weld-communication-unwrapper" > git rev-list --no-walk 25a1400c05d8ddea9caf36920eed7ec02793df11 # timeout=10 [27.0.0.Final] $ /bin/sh -xe /tmp/jenkins9272536877631728355.sh [27.0.0.Final] $ /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: 11.0.18, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.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.1.0-SNAPSHOT [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-remote: 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-junit: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: 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 io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from eclipse.maven.central.mirror [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: 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.enterprise:jakarta.enterprise.cdi-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-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.mvc.tck:mvc-tck-tests: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.interceptor:jakarta.interceptor-api: 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.mvc.tck:mvc-tck-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.servlet:jakarta.servlet-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.platform:jakarta.jakartaee-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.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging [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 junit:junit: checking for updates from sonatype-nexus-staging [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging [INFO] artifact junit:junit: 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 sonatype-nexus-staging [INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish:jakarta.el: checking for updates from sonatype-nexus-staging [INFO] artifact org.easymock:easymock: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.validation:jakarta.validation-api: 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.hibernate.validator:hibernate-validator-cdi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging [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 jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from sonatype-nexus-staging [INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: 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.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.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 sonatype-nexus-staging [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: 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.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.1 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.2 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.1.0 [INFO] org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.1 [INFO] org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.1 [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.2.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.2.Final [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.6 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/3.1.0-SNAPSHOT/krazo-parent-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-core >-------------------- [INFO] Building Eclipse Krazo Core 3.1.0-SNAPSHOT [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/krazo-core-3.1.0-SNAPSHOT.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] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.1 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.2 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.1.0 [INFO] org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.1 [INFO] org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.1 [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.2.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.2.Final [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.6 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/krazo-core-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.1.0-SNAPSHOT/krazo-core-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.1.0-SNAPSHOT/krazo-core-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------ [INFO] Building Eclipse Krazo RESTEasy 3.1.0-SNAPSHOT [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 6 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/krazo-resteasy-3.1.0-SNAPSHOT.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] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.1 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.2 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.1.0 [INFO] org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.1 [INFO] org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.1 [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.2.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.2.Final [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.6 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/krazo-resteasy-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.1.0-SNAPSHOT/krazo-resteasy-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.1.0-SNAPSHOT/krazo-resteasy-3.1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Krazo Parent 3.1.0-SNAPSHOT: [INFO] [INFO] Eclipse Krazo Parent ............................... SUCCESS [ 25.725 s] [INFO] Eclipse Krazo Core ................................. SUCCESS [ 10.985 s] [INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 0.423 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.922 s [INFO] Finished at: 2023-02-07T22:06:44Z [INFO] ------------------------------------------------------------------------ [27.0.0.Final] $ /opt/tools/apache-maven/latest/bin/mvn -B -V -pl tck -Pstaging -DversionUpdateCheckSkip -Ddash.skip -Dtck-env=wildfly-managed verify -Dwildfly.version=27.0.0.Final surefire-report:report Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.18, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-tck >--------------------- [INFO] Building Eclipse Krazo TCK Runner 3.1.0-SNAPSHOT [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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.Final:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/wildfly/wildfly-preview-dist/27.0.0.Final/wildfly-preview-dist-27.0.0.Final.zip to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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 Feb 07, 2023 10:07:27 PM org.jboss.threads.Version INFO: JBoss Threads version 2.4.0.Final Feb 07, 2023 10:07:27 PM org.jboss.as.arquillian.container.CommonManagedDeployableContainer startInternal INFO: Starting container with: [/opt/tools/java/temurin/jdk-11/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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final, --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, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final, -Djboss.server.base.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone, -Djboss.server.log.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/log, -Djboss.server.config.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration, -Dorg.jboss.boot.log.file=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/log/server.log, -Dlogging.configuration=file:/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/logging.properties, -jar, /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/jboss-modules.jar, -mp, /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/modules, org.jboss.as.standalone] Feb 07, 2023 10:07:27 PM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 5.0.24.Final Feb 07, 2023 10:07:27 PM org.xnio.Xnio INFO: XNIO version 3.8.7.Final Feb 07, 2023 10:07:27 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.8.7.Final Feb 07, 2023 10:07:27 PM org.wildfly.security.Version INFO: ELY00001: WildFly Elytron version 1.19.0.Final 22:07:28,854 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final 22:07:29,938 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final 22:07:29,951 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 22:07:30,090 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) starting WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-19.0.0.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 22:07:31,821 INFO [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 2.0.0.Final 22:07:32,238 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 16) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye' 22:07:32,240 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 16) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye' 22:07:32,826 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 13) 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. 22:07:32,971 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 22:07:33,036 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.8.8.Final 22:07:33,043 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.8.Final 22:07:33,123 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem 22:07:33,126 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.2.1.Final 22:07:33,127 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem. 22:07:33,131 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem 22:07:33,132 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem 22:07:33,134 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 22:07:33,221 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem 22:07:33,222 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. 22:07:33,228 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem 22:07:33,230 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main] 22:07:33,230 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem 22:07:33,231 INFO [org.wildfly.extension.micrometer] (ServerService Thread Pool -- 65) WFLYMMTREXT0001: Activating Micrometer Subsystem 22:07:33,232 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension 22:07:33,341 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1) 22:07:33,425 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.26.Final 22:07:33,621 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final) 22:07:33,733 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2 22:07:33,853 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service 22:07:33,857 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.3.0.Final starting 22:07:33,866 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 22:07:34,041 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) 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. 22:07:34,041 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host. 22:07:34,043 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 22:07:34,125 WARN [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/application.keystore' does not exist. Used blank. 22:07:34,134 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost 22:07:34,227 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server. 22:07:34,336 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) Queuing requests. 22:07:34,338 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting 22:07:34,528 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 22:07:34,731 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443 22:07:34,823 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 22:07:35,035 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 22:07:35,140 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none 22:07:35,147 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/deployments 22:07:35,336 INFO [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 6.1.0.Final (Apache CXF 3.5.2.jbossorg-3) 22:07:35,646 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 22:07:35,649 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) started in 7691ms - Started 290 of 563 services (357 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml 22:07:35,651 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 22:07:35,651 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 22:07:38,274 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c8/ece9562b77962607878b096bb290a2ae711b39/content 22:07:38,324 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war" (runtime-name: "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war") 22:07:38,976 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war 22:07:39,152 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 8.0.0.Final 22:07:39,543 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:39,562 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:39,572 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:39,574 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:39,706 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 5.1.0 (Final) 22:07:40,895 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 19) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:40,950 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 19) Initializing Mojarra 4.0.0.SP01 for context '/de52cdb5-1ee3-4478-a331-37bb4f0c8bee' 22:07:41,458 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 19) Initializing Eclipse Krazo... 22:07:41,793 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:07:41,799 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:07:41,800 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:07:41,871 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/de52cdb5-1ee3-4478-a331-37bb4f0c8bee' for server 'default-server' 22:07:41,948 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war" (runtime-name : "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war") SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. 22:07:44,765 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/de52cdb5-1ee3-4478-a331-37bb4f0c8bee' from server 'default-server' 22:07:44,861 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war (runtime-name: de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war) in 100ms 22:07:44,882 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c8/ece9562b77962607878b096bb290a2ae711b39/content 22:07:44,883 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war" (runtime-name: "de52cdb5-1ee3-4478-a331-37bb4f0c8bee.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.274 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest 22:07:45,673 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ec/16a5246585509b76b5442654d09505d790057b/content 22:07:45,677 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war" (runtime-name: "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war") 22:07:45,859 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 41a8dc3f-e137-4502-b1ca-19ef6099eb85.war 22:07:45,955 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:45,957 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:45,958 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:45,958 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=41a8dc3f-e137-4502-b1ca-19ef6099eb85.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:46,380 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:46,426 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/41a8dc3f-e137-4502-b1ca-19ef6099eb85' 22:07:46,490 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:07:46,587 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 22:07:46,589 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. 22:07:46,589 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. 22:07:46,636 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/41a8dc3f-e137-4502-b1ca-19ef6099eb85' for server 'default-server' 22:07:46,659 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war" (runtime-name : "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war") 22:07:47,427 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/41a8dc3f-e137-4502-b1ca-19ef6099eb85' from server 'default-server' 22:07:47,446 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 41a8dc3f-e137-4502-b1ca-19ef6099eb85.war (runtime-name: 41a8dc3f-e137-4502-b1ca-19ef6099eb85.war) in 20ms 22:07:47,523 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ec/16a5246585509b76b5442654d09505d790057b/content 22:07:47,523 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war" (runtime-name: "41a8dc3f-e137-4502-b1ca-19ef6099eb85.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.575 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest 22:07:48,206 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/79/545866ea4c18c82f7f06bc03af8f0499924f79/content 22:07:48,209 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "9dac97ae-d58d-460c-9e68-1d2531591f83.war" (runtime-name: "9dac97ae-d58d-460c-9e68-1d2531591f83.war") 22:07:48,355 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 9dac97ae-d58d-460c-9e68-1d2531591f83.war 22:07:48,442 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:48,444 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:48,445 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:48,445 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=9dac97ae-d58d-460c-9e68-1d2531591f83.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:48,768 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 19) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:48,773 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 19) Initializing Mojarra 4.0.0.SP01 for context '/9dac97ae-d58d-460c-9e68-1d2531591f83' 22:07:48,846 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 19) Initializing Eclipse Krazo... 22:07:48,877 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:07:48,878 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:07:48,878 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:07:48,893 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/9dac97ae-d58d-460c-9e68-1d2531591f83' for server 'default-server' 22:07:48,934 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "9dac97ae-d58d-460c-9e68-1d2531591f83.war" (runtime-name : "9dac97ae-d58d-460c-9e68-1d2531591f83.war") 22:07:49,366 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/9dac97ae-d58d-460c-9e68-1d2531591f83' from server 'default-server' 22:07:49,437 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 9dac97ae-d58d-460c-9e68-1d2531591f83.war (runtime-name: 9dac97ae-d58d-460c-9e68-1d2531591f83.war) in 72ms 22:07:49,456 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/79/545866ea4c18c82f7f06bc03af8f0499924f79/content 22:07:49,456 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "9dac97ae-d58d-460c-9e68-1d2531591f83.war" (runtime-name: "9dac97ae-d58d-460c-9e68-1d2531591f83.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.923 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest 22:07:49,930 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/39/abe645c21d21a3e02ee5a0cd7b79ff59241b18/content 22:07:49,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "da89a929-6680-4786-8396-d2ccea32f7fb.war" (runtime-name: "da89a929-6680-4786-8396-d2ccea32f7fb.war") 22:07:50,059 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment da89a929-6680-4786-8396-d2ccea32f7fb.war 22:07:50,140 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:50,141 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:50,142 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:50,142 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=da89a929-6680-4786-8396-d2ccea32f7fb.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:50,436 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:50,441 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/da89a929-6680-4786-8396-d2ccea32f7fb' 22:07:50,484 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:07:50,555 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 22:07:50,556 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. 22:07:50,556 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. 22:07:50,574 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/da89a929-6680-4786-8396-d2ccea32f7fb' for server 'default-server' 22:07:50,590 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "da89a929-6680-4786-8396-d2ccea32f7fb.war" (runtime-name : "da89a929-6680-4786-8396-d2ccea32f7fb.war") 22:07:50,979 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/da89a929-6680-4786-8396-d2ccea32f7fb' from server 'default-server' 22:07:51,038 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment da89a929-6680-4786-8396-d2ccea32f7fb.war (runtime-name: da89a929-6680-4786-8396-d2ccea32f7fb.war) in 60ms 22:07:51,050 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/39/abe645c21d21a3e02ee5a0cd7b79ff59241b18/content 22:07:51,050 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "da89a929-6680-4786-8396-d2ccea32f7fb.war" (runtime-name: "da89a929-6680-4786-8396-d2ccea32f7fb.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest 22:07:51,471 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/55/371be5e9419715d9222145a3d8ef386e98dbb7/content 22:07:51,474 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "fc923e78-7791-4329-965d-02e581d1bc89.war" (runtime-name: "fc923e78-7791-4329-965d-02e581d1bc89.war") 22:07:51,581 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment fc923e78-7791-4329-965d-02e581d1bc89.war 22:07:51,740 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:51,741 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:51,742 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:51,742 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fc923e78-7791-4329-965d-02e581d1bc89.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:52,323 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:52,328 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/fc923e78-7791-4329-965d-02e581d1bc89' 22:07:52,365 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:07:52,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 22:07:52,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. 22:07:52,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. 22:07:52,428 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/fc923e78-7791-4329-965d-02e581d1bc89' for server 'default-server' 22:07:52,449 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "fc923e78-7791-4329-965d-02e581d1bc89.war" (runtime-name : "fc923e78-7791-4329-965d-02e581d1bc89.war") 22:07:52,846 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/fc923e78-7791-4329-965d-02e581d1bc89' from server 'default-server' 22:07:52,862 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment fc923e78-7791-4329-965d-02e581d1bc89.war (runtime-name: fc923e78-7791-4329-965d-02e581d1bc89.war) in 16ms 22:07:52,923 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/55/371be5e9419715d9222145a3d8ef386e98dbb7/content 22:07:52,923 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "fc923e78-7791-4329-965d-02e581d1bc89.war" (runtime-name: "fc923e78-7791-4329-965d-02e581d1bc89.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest 22:07:53,478 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/27/1653f4639f2505734977ec1a2846b8b7e929fe/content 22:07:53,481 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "22140522-109f-4ff7-853b-21ea4f74c9e0.war" (runtime-name: "22140522-109f-4ff7-853b-21ea4f74c9e0.war") 22:07:53,583 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 22140522-109f-4ff7-853b-21ea4f74c9e0.war 22:07:53,648 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:53,649 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:53,650 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:53,650 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=22140522-109f-4ff7-853b-21ea4f74c9e0.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:53,881 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:53,886 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/22140522-109f-4ff7-853b-21ea4f74c9e0' 22:07:53,971 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:07:54,005 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 22:07:54,006 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. 22:07:54,006 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. 22:07:54,032 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/22140522-109f-4ff7-853b-21ea4f74c9e0' for server 'default-server' 22:07:54,046 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "22140522-109f-4ff7-853b-21ea4f74c9e0.war" (runtime-name : "22140522-109f-4ff7-853b-21ea4f74c9e0.war") 22:07:54,353 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/22140522-109f-4ff7-853b-21ea4f74c9e0' from server 'default-server' 22:07:54,369 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 22140522-109f-4ff7-853b-21ea4f74c9e0.war (runtime-name: 22140522-109f-4ff7-853b-21ea4f74c9e0.war) in 17ms 22:07:54,380 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/27/1653f4639f2505734977ec1a2846b8b7e929fe/content 22:07:54,380 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "22140522-109f-4ff7-853b-21ea4f74c9e0.war" (runtime-name: "22140522-109f-4ff7-853b-21ea4f74c9e0.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest 22:07:54,858 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/33/cd63887b991c4ade0df597faf716cf5e92d8cd/content 22:07:54,861 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war" (runtime-name: "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war") 22:07:54,967 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war 22:07:55,039 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:55,040 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:55,041 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:55,042 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:55,322 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 19) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:55,326 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 19) Initializing Mojarra 4.0.0.SP01 for context '/caa1dbfb-408f-4f60-8c74-80d3e913f1e7' 22:07:55,366 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 19) Initializing Eclipse Krazo... 22:07:55,388 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:07:55,389 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:07:55,389 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:07:55,401 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/caa1dbfb-408f-4f60-8c74-80d3e913f1e7' for server 'default-server' 22:07:55,431 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war" (runtime-name : "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war") 22:07:55,785 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/caa1dbfb-408f-4f60-8c74-80d3e913f1e7' from server 'default-server' 22:07:55,829 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war (runtime-name: caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war) in 45ms 22:07:55,840 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/33/cd63887b991c4ade0df597faf716cf5e92d8cd/content 22:07:55,840 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war" (runtime-name: "caa1dbfb-408f-4f60-8c74-80d3e913f1e7.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s - in ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest 22:07:56,234 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f9/900eb39122fda8f4a518c58bc707e7d8b9a279/content 22:07:56,237 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "0123b73c-f4c0-414a-bd58-77b7767c082c.war" (runtime-name: "0123b73c-f4c0-414a-bd58-77b7767c082c.war") 22:07:56,345 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 0123b73c-f4c0-414a-bd58-77b7767c082c.war 22:07:56,382 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:56,383 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:56,384 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:56,384 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=0123b73c-f4c0-414a-bd58-77b7767c082c.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:56,665 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:56,670 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/0123b73c-f4c0-414a-bd58-77b7767c082c' 22:07:56,738 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:07:56,766 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 22:07:56,767 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. 22:07:56,767 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. 22:07:56,781 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/0123b73c-f4c0-414a-bd58-77b7767c082c' for server 'default-server' 22:07:56,793 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "0123b73c-f4c0-414a-bd58-77b7767c082c.war" (runtime-name : "0123b73c-f4c0-414a-bd58-77b7767c082c.war") 22:07:57,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/0123b73c-f4c0-414a-bd58-77b7767c082c' from server 'default-server' 22:07:57,331 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 0123b73c-f4c0-414a-bd58-77b7767c082c.war (runtime-name: 0123b73c-f4c0-414a-bd58-77b7767c082c.war) in 51ms 22:07:57,349 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f9/900eb39122fda8f4a518c58bc707e7d8b9a279/content 22:07:57,349 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "0123b73c-f4c0-414a-bd58-77b7767c082c.war" (runtime-name: "0123b73c-f4c0-414a-bd58-77b7767c082c.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s - in ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest 22:07:57,777 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/cd/c37ba5dd6cc1905ac48e6aab18387c973289c1/content 22:07:57,823 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "fe263c1a-06b2-497c-b015-ebef29439b3f.war" (runtime-name: "fe263c1a-06b2-497c-b015-ebef29439b3f.war") 22:07:57,936 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment fe263c1a-06b2-497c-b015-ebef29439b3f.war 22:07:58,039 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:58,040 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:58,041 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:58,042 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fe263c1a-06b2-497c-b015-ebef29439b3f.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:58,267 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:58,271 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/fe263c1a-06b2-497c-b015-ebef29439b3f' 22:07:58,325 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:07:58,360 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 27) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:07:58,361 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 27) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:07:58,361 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 27) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:07:58,385 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/fe263c1a-06b2-497c-b015-ebef29439b3f' for server 'default-server' 22:07:58,401 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "fe263c1a-06b2-497c-b015-ebef29439b3f.war" (runtime-name : "fe263c1a-06b2-497c-b015-ebef29439b3f.war") 22:07:58,742 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/fe263c1a-06b2-497c-b015-ebef29439b3f' from server 'default-server' 22:07:58,757 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment fe263c1a-06b2-497c-b015-ebef29439b3f.war (runtime-name: fe263c1a-06b2-497c-b015-ebef29439b3f.war) in 16ms 22:07:58,771 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/cd/c37ba5dd6cc1905ac48e6aab18387c973289c1/content 22:07:58,772 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "fe263c1a-06b2-497c-b015-ebef29439b3f.war" (runtime-name: "fe263c1a-06b2-497c-b015-ebef29439b3f.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s - in ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest 22:07:59,270 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bf/ebe21c935d6cd4c7f20c96e21655aab1310ae5/content 22:07:59,274 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "682d5175-fa05-4c63-a3f4-26013739731e.war" (runtime-name: "682d5175-fa05-4c63-a3f4-26013739731e.war") 22:07:59,432 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 682d5175-fa05-4c63-a3f4-26013739731e.war 22:07:59,529 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:07:59,531 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:07:59,532 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:07:59,532 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=682d5175-fa05-4c63-a3f4-26013739731e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:07:59,779 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:07:59,785 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/682d5175-fa05-4c63-a3f4-26013739731e' 22:07:59,853 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:07:59,877 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 22:07:59,878 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. 22:07:59,878 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. 22:07:59,892 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/682d5175-fa05-4c63-a3f4-26013739731e' for server 'default-server' 22:07:59,921 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "682d5175-fa05-4c63-a3f4-26013739731e.war" (runtime-name : "682d5175-fa05-4c63-a3f4-26013739731e.war") 22:08:00,155 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/682d5175-fa05-4c63-a3f4-26013739731e' from server 'default-server' 22:08:00,167 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 682d5175-fa05-4c63-a3f4-26013739731e.war (runtime-name: 682d5175-fa05-4c63-a3f4-26013739731e.war) in 12ms 22:08:00,227 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bf/ebe21c935d6cd4c7f20c96e21655aab1310ae5/content 22:08:00,227 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "682d5175-fa05-4c63-a3f4-26013739731e.war" (runtime-name: "682d5175-fa05-4c63-a3f4-26013739731e.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s - in ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest 22:08:00,609 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/01/1fb2e137cdcf977c3e6e83b56de2dc347e8765/content 22:08:00,613 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "88681737-fc5e-447c-bb0f-1cd5ae231025.war" (runtime-name: "88681737-fc5e-447c-bb0f-1cd5ae231025.war") 22:08:00,704 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 88681737-fc5e-447c-bb0f-1cd5ae231025.war 22:08:00,770 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:00,771 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:00,772 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:00,772 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=88681737-fc5e-447c-bb0f-1cd5ae231025.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:00,976 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:00,983 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/88681737-fc5e-447c-bb0f-1cd5ae231025' 22:08:01,056 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:01,082 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 22:08:01,083 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. 22:08:01,083 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. 22:08:01,095 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/88681737-fc5e-447c-bb0f-1cd5ae231025' for server 'default-server' 22:08:01,136 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "88681737-fc5e-447c-bb0f-1cd5ae231025.war" (runtime-name : "88681737-fc5e-447c-bb0f-1cd5ae231025.war") 22:08:01,559 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/88681737-fc5e-447c-bb0f-1cd5ae231025' from server 'default-server' 22:08:01,570 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 88681737-fc5e-447c-bb0f-1cd5ae231025.war (runtime-name: 88681737-fc5e-447c-bb0f-1cd5ae231025.war) in 12ms 22:08:01,622 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/01/1fb2e137cdcf977c3e6e83b56de2dc347e8765/content 22:08:01,622 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "88681737-fc5e-447c-bb0f-1cd5ae231025.war" (runtime-name: "88681737-fc5e-447c-bb0f-1cd5ae231025.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest 22:08:01,976 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/5c/e996acedf34ad007f66f1ba90cb5a38facf041/content 22:08:01,979 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "c6229b48-666f-4914-ae0d-110afffde9fa.war" (runtime-name: "c6229b48-666f-4914-ae0d-110afffde9fa.war") 22:08:02,067 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment c6229b48-666f-4914-ae0d-110afffde9fa.war 22:08:02,123 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:02,124 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:02,125 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:02,125 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c6229b48-666f-4914-ae0d-110afffde9fa.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:02,370 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:02,375 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/c6229b48-666f-4914-ae0d-110afffde9fa' 22:08:02,429 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:02,450 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 22:08:02,450 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. 22:08:02,450 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. 22:08:02,460 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/c6229b48-666f-4914-ae0d-110afffde9fa' for server 'default-server' 22:08:02,477 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c6229b48-666f-4914-ae0d-110afffde9fa.war" (runtime-name : "c6229b48-666f-4914-ae0d-110afffde9fa.war") 22:08:02,691 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/c6229b48-666f-4914-ae0d-110afffde9fa' from server 'default-server' 22:08:02,734 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment c6229b48-666f-4914-ae0d-110afffde9fa.war (runtime-name: c6229b48-666f-4914-ae0d-110afffde9fa.war) in 44ms 22:08:02,748 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/5c/e996acedf34ad007f66f1ba90cb5a38facf041/content 22:08:02,748 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "c6229b48-666f-4914-ae0d-110afffde9fa.war" (runtime-name: "c6229b48-666f-4914-ae0d-110afffde9fa.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s - in ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest 22:08:03,094 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/80/eac4ca0eadabe32e4715cdc090a98ff2e1431b/content 22:08:03,097 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "da06e026-8b0e-4538-9993-3e45b6721921.war" (runtime-name: "da06e026-8b0e-4538-9993-3e45b6721921.war") 22:08:03,192 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment da06e026-8b0e-4538-9993-3e45b6721921.war 22:08:03,239 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:03,240 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:03,241 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:03,241 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=da06e026-8b0e-4538-9993-3e45b6721921.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:03,438 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:03,442 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/da06e026-8b0e-4538-9993-3e45b6721921' 22:08:03,483 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:03,531 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 22:08:03,532 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. 22:08:03,532 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. 22:08:03,543 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/da06e026-8b0e-4538-9993-3e45b6721921' for server 'default-server' 22:08:03,554 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "da06e026-8b0e-4538-9993-3e45b6721921.war" (runtime-name : "da06e026-8b0e-4538-9993-3e45b6721921.war") 22:08:03,742 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/da06e026-8b0e-4538-9993-3e45b6721921' from server 'default-server' 22:08:03,760 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment da06e026-8b0e-4538-9993-3e45b6721921.war (runtime-name: da06e026-8b0e-4538-9993-3e45b6721921.war) in 19ms 22:08:03,781 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/80/eac4ca0eadabe32e4715cdc090a98ff2e1431b/content 22:08:03,781 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "da06e026-8b0e-4538-9993-3e45b6721921.war" (runtime-name: "da06e026-8b0e-4538-9993-3e45b6721921.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 s - in ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest 22:08:04,231 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0d/32931dc59713db4388605bd9db535a5f15a55f/content 22:08:04,234 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war" (runtime-name: "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war") 22:08:04,350 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war 22:08:04,431 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:04,432 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:04,433 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:04,433 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:04,633 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:04,638 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/ea003fe9-4e3b-466a-a9db-3e99d1297f6c' 22:08:04,681 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:04,742 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 22:08:04,743 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. 22:08:04,743 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. 22:08:04,753 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/ea003fe9-4e3b-466a-a9db-3e99d1297f6c' for server 'default-server' 22:08:04,764 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war" (runtime-name : "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war") 22:08:04,957 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/ea003fe9-4e3b-466a-a9db-3e99d1297f6c' from server 'default-server' 22:08:04,968 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war (runtime-name: ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war) in 12ms 22:08:04,978 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0d/32931dc59713db4388605bd9db535a5f15a55f/content 22:08:04,979 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war" (runtime-name: "ea003fe9-4e3b-466a-a9db-3e99d1297f6c.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s - in ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest [INFO] Running ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest 22:08:05,452 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/2f/4637104d7fef0963ab95969c1014fff2dfeb29/content 22:08:05,454 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war" (runtime-name: "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war") 22:08:05,549 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war 22:08:05,625 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:05,627 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:05,628 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:05,628 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:05,845 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:05,851 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2' 22:08:05,889 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:05,927 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 22:08:05,928 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. 22:08:05,928 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. 22:08:05,945 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2' for server 'default-server' 22:08:05,968 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war" (runtime-name : "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war") 22:08:06,047 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,151 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,222 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,247 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,271 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,337 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:06,378 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2' from server 'default-server' 22:08:06,427 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war (runtime-name: 048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war) in 49ms 22:08:06,437 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/2f/4637104d7fef0963ab95969c1014fff2dfeb29/content 22:08:06,437 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war" (runtime-name: "048ef1fc-6c0c-4085-94bb-bd3d30e1e4a2.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.456 s - in ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest 22:08:06,879 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7a/d079771f15f20af9de275834d824b167024df9/content 22:08:06,882 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war" (runtime-name: "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war") 22:08:07,059 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 85fd554e-a0a4-42b6-bfe8-167b20b8869a.war 22:08:07,159 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:07,161 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:07,162 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:07,162 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=85fd554e-a0a4-42b6-bfe8-167b20b8869a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:07,548 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 31) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:07,557 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 31) Initializing Mojarra 4.0.0.SP01 for context '/85fd554e-a0a4-42b6-bfe8-167b20b8869a' 22:08:07,677 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 31) Initializing Eclipse Krazo... 22:08:07,759 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlApplication$Proxy$_$$_WeldClientProxy 22:08:07,760 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:07,761 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:07,844 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/85fd554e-a0a4-42b6-bfe8-167b20b8869a' for server 'default-server' 22:08:07,857 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war" (runtime-name : "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war") 22:08:08,072 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/85fd554e-a0a4-42b6-bfe8-167b20b8869a' from server 'default-server' 22:08:08,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 85fd554e-a0a4-42b6-bfe8-167b20b8869a.war (runtime-name: 85fd554e-a0a4-42b6-bfe8-167b20b8869a.war) in 59ms 22:08:08,143 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7a/d079771f15f20af9de275834d824b167024df9/content 22:08:08,143 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war" (runtime-name: "85fd554e-a0a4-42b6-bfe8-167b20b8869a.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest 22:08:08,652 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c8/578d73fea4902344eb7f59a12c6e537358b0f7/content 22:08:08,654 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war" (runtime-name: "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war") 22:08:08,778 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war 22:08:08,848 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:08,850 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:08,851 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:08,851 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:09,068 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 19) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:09,072 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 19) Initializing Mojarra 4.0.0.SP01 for context '/6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8' 22:08:09,125 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 19) Initializing Eclipse Krazo... 22:08:09,150 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationApplication$Proxy$_$$_WeldClientProxy 22:08:09,151 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:09,151 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:09,160 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8' for server 'default-server' 22:08:09,171 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war" (runtime-name : "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war") 22:08:09,297 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8' from server 'default-server' 22:08:09,328 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war (runtime-name: 6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war) in 31ms 22:08:09,338 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c8/578d73fea4902344eb7f59a12c6e537358b0f7/content 22:08:09,338 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war" (runtime-name: "6fc5ca98-ce8f-4393-9fa8-d2d8a47906c8.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest [INFO] Running ee.jakarta.tck.mvc.tests.application.context.MvcContextTest 22:08:09,769 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/3f/bffc6cbe65df42befa451f9fc0ee8f405a91f7/content 22:08:09,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "88b9920a-81c6-499b-9a48-1eb627e09b08.war" (runtime-name: "88b9920a-81c6-499b-9a48-1eb627e09b08.war") 22:08:09,881 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 88b9920a-81c6-499b-9a48-1eb627e09b08.war 22:08:09,959 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:09,960 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:09,962 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:09,962 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=88b9920a-81c6-499b-9a48-1eb627e09b08.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:10,228 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:10,233 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/88b9920a-81c6-499b-9a48-1eb627e09b08' 22:08:10,274 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:10,300 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 22:08:10,301 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. 22:08:10,301 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. 22:08:10,323 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/88b9920a-81c6-499b-9a48-1eb627e09b08' for server 'default-server' 22:08:10,340 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "88b9920a-81c6-499b-9a48-1eb627e09b08.war" (runtime-name : "88b9920a-81c6-499b-9a48-1eb627e09b08.war") 22:08:10,583 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/88b9920a-81c6-499b-9a48-1eb627e09b08' from server 'default-server' 22:08:10,626 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 88b9920a-81c6-499b-9a48-1eb627e09b08.war (runtime-name: 88b9920a-81c6-499b-9a48-1eb627e09b08.war) in 43ms 22:08:10,642 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/3f/bffc6cbe65df42befa451f9fc0ee8f405a91f7/content 22:08:10,643 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "88b9920a-81c6-499b-9a48-1eb627e09b08.war" (runtime-name: "88b9920a-81c6-499b-9a48-1eb627e09b08.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s - in ee.jakarta.tck.mvc.tests.application.context.MvcContextTest [INFO] Running ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest 22:08:11,076 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ac/0e762462c4c676b64ace7ce4d71bbe7b052c44/content 22:08:11,078 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "023b1fa5-0433-4895-9519-e2d2575b5684.war" (runtime-name: "023b1fa5-0433-4895-9519-e2d2575b5684.war") 22:08:11,188 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 023b1fa5-0433-4895-9519-e2d2575b5684.war 22:08:11,271 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:11,271 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:11,272 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:11,272 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=023b1fa5-0433-4895-9519-e2d2575b5684.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:11,490 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:11,494 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/023b1fa5-0433-4895-9519-e2d2575b5684' 22:08:11,554 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:11,577 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteCustomApplication$Proxy$_$$_WeldClientProxy 22:08:11,578 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. 22:08:11,578 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. 22:08:11,593 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/023b1fa5-0433-4895-9519-e2d2575b5684' for server 'default-server' 22:08:11,608 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "023b1fa5-0433-4895-9519-e2d2575b5684.war" (runtime-name : "023b1fa5-0433-4895-9519-e2d2575b5684.war") 22:08:11,824 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/023b1fa5-0433-4895-9519-e2d2575b5684' from server 'default-server' 22:08:11,832 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 023b1fa5-0433-4895-9519-e2d2575b5684.war (runtime-name: 023b1fa5-0433-4895-9519-e2d2575b5684.war) in 9ms 22:08:11,848 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ac/0e762462c4c676b64ace7ce4d71bbe7b052c44/content 22:08:11,849 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "023b1fa5-0433-4895-9519-e2d2575b5684.war" (runtime-name: "023b1fa5-0433-4895-9519-e2d2575b5684.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s - in ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest [INFO] Running ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest 22:08:12,360 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/70/5e1f2fdec1e03e3229207ab48e97574003c3f4/content 22:08:12,362 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "8663c441-3999-4102-b1ca-e17980353628.war" (runtime-name: "8663c441-3999-4102-b1ca-e17980353628.war") 22:08:12,471 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 8663c441-3999-4102-b1ca-e17980353628.war 22:08:12,523 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:12,524 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:12,525 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:12,525 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=8663c441-3999-4102-b1ca-e17980353628.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:12,761 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:12,766 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/8663c441-3999-4102-b1ca-e17980353628' 22:08:12,827 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:12,863 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.CustomFormMethodOverwriteFieldApplication$Proxy$_$$_WeldClientProxy 22:08:12,864 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. 22:08:12,864 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. 22:08:12,883 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/8663c441-3999-4102-b1ca-e17980353628' for server 'default-server' 22:08:12,893 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "8663c441-3999-4102-b1ca-e17980353628.war" (runtime-name : "8663c441-3999-4102-b1ca-e17980353628.war") 22:08:13,136 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/8663c441-3999-4102-b1ca-e17980353628' from server 'default-server' 22:08:13,147 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 8663c441-3999-4102-b1ca-e17980353628.war (runtime-name: 8663c441-3999-4102-b1ca-e17980353628.war) in 11ms 22:08:13,158 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/70/5e1f2fdec1e03e3229207ab48e97574003c3f4/content 22:08:13,159 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "8663c441-3999-4102-b1ca-e17980353628.war" (runtime-name: "8663c441-3999-4102-b1ca-e17980353628.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s - in ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest [INFO] Running ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest 22:08:13,540 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/04/f25e4b7d6c1af1cf623e740a8edd1d526a88cb/content 22:08:13,542 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "ec4c1011-dac4-49e3-89bc-b090030301a5.war" (runtime-name: "ec4c1011-dac4-49e3-89bc-b090030301a5.war") 22:08:13,615 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment ec4c1011-dac4-49e3-89bc-b090030301a5.war 22:08:13,651 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:13,652 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:13,652 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:13,653 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ec4c1011-dac4-49e3-89bc-b090030301a5.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:13,860 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:13,863 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/ec4c1011-dac4-49e3-89bc-b090030301a5' 22:08:13,907 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:13,941 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 22:08:13,942 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. 22:08:13,942 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. 22:08:13,955 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/ec4c1011-dac4-49e3-89bc-b090030301a5' for server 'default-server' 22:08:13,967 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ec4c1011-dac4-49e3-89bc-b090030301a5.war" (runtime-name : "ec4c1011-dac4-49e3-89bc-b090030301a5.war") 22:08:14,372 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/ec4c1011-dac4-49e3-89bc-b090030301a5' from server 'default-server' 22:08:14,427 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ec4c1011-dac4-49e3-89bc-b090030301a5.war (runtime-name: ec4c1011-dac4-49e3-89bc-b090030301a5.war) in 55ms 22:08:14,437 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/04/f25e4b7d6c1af1cf623e740a8edd1d526a88cb/content 22:08:14,437 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ec4c1011-dac4-49e3-89bc-b090030301a5.war" (runtime-name: "ec4c1011-dac4-49e3-89bc-b090030301a5.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s - in ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest 22:08:14,827 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/dc/9b5e76bb0a2e43359c740f52eb0700c7ddd833/content 22:08:14,830 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war" (runtime-name: "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war") 22:08:14,938 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war 22:08:15,026 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:15,027 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:15,028 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:15,028 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:15,335 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:15,338 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/c6b0bb9c-1268-4a01-a5f3-d165f380e8bc' 22:08:15,373 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:15,442 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 22:08:15,443 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. 22:08:15,443 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. 22:08:15,455 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/c6b0bb9c-1268-4a01-a5f3-d165f380e8bc' for server 'default-server' 22:08:15,475 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war" (runtime-name : "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war") 22:08:15,976 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/c6b0bb9c-1268-4a01-a5f3-d165f380e8bc' from server 'default-server' 22:08:16,026 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war (runtime-name: c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war) in 50ms 22:08:16,040 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/dc/9b5e76bb0a2e43359c740f52eb0700c7ddd833/content 22:08:16,040 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war" (runtime-name: "c6b0bb9c-1268-4a01-a5f3-d165f380e8bc.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.6 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest 22:08:16,388 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7c/4171fd45427c78590f63f00a808d16165f5bbe/content 22:08:16,391 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "32b159cc-c6b7-49e6-a78d-808a256a25b0.war" (runtime-name: "32b159cc-c6b7-49e6-a78d-808a256a25b0.war") 22:08:16,483 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 32b159cc-c6b7-49e6-a78d-808a256a25b0.war 22:08:16,551 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:16,553 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:16,554 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:16,554 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=32b159cc-c6b7-49e6-a78d-808a256a25b0.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:16,768 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:16,773 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/32b159cc-c6b7-49e6-a78d-808a256a25b0' 22:08:16,827 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:16,849 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigApplication$Proxy$_$$_WeldClientProxy 22:08:16,850 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. 22:08:16,850 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. 22:08:16,863 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/32b159cc-c6b7-49e6-a78d-808a256a25b0' for server 'default-server' 22:08:16,873 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "32b159cc-c6b7-49e6-a78d-808a256a25b0.war" (runtime-name : "32b159cc-c6b7-49e6-a78d-808a256a25b0.war") 22:08:17,276 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/32b159cc-c6b7-49e6-a78d-808a256a25b0' from server 'default-server' 22:08:17,287 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 32b159cc-c6b7-49e6-a78d-808a256a25b0.war (runtime-name: 32b159cc-c6b7-49e6-a78d-808a256a25b0.war) in 11ms 22:08:17,334 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7c/4171fd45427c78590f63f00a808d16165f5bbe/content 22:08:17,334 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "32b159cc-c6b7-49e6-a78d-808a256a25b0.war" (runtime-name: "32b159cc-c6b7-49e6-a78d-808a256a25b0.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest 22:08:17,626 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bb/2be9f9f93a6a0bc414e9c5483bb5daa30ed025/content 22:08:17,635 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "70f6b2d2-e7c2-46a1-ad89-7de708615014.war" (runtime-name: "70f6b2d2-e7c2-46a1-ad89-7de708615014.war") 22:08:17,741 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 70f6b2d2-e7c2-46a1-ad89-7de708615014.war 22:08:17,781 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:17,822 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:17,823 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:17,823 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=70f6b2d2-e7c2-46a1-ad89-7de708615014.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:18,059 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:18,062 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/70f6b2d2-e7c2-46a1-ad89-7de708615014' 22:08:18,092 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:18,128 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.CsrfVerifyOffConfigApplication$Proxy$_$$_WeldClientProxy 22:08:18,129 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. 22:08:18,129 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. 22:08:18,141 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/70f6b2d2-e7c2-46a1-ad89-7de708615014' for server 'default-server' 22:08:18,151 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "70f6b2d2-e7c2-46a1-ad89-7de708615014.war" (runtime-name : "70f6b2d2-e7c2-46a1-ad89-7de708615014.war") 22:08:18,558 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/70f6b2d2-e7c2-46a1-ad89-7de708615014' from server 'default-server' 22:08:18,568 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 70f6b2d2-e7c2-46a1-ad89-7de708615014.war (runtime-name: 70f6b2d2-e7c2-46a1-ad89-7de708615014.war) in 10ms 22:08:18,578 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bb/2be9f9f93a6a0bc414e9c5483bb5daa30ed025/content 22:08:18,578 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "70f6b2d2-e7c2-46a1-ad89-7de708615014.war" (runtime-name: "70f6b2d2-e7c2-46a1-ad89-7de708615014.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest 22:08:19,033 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/a3/888d982111e7926738b251c81c32af6dbbab95/content 22:08:19,035 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war" (runtime-name: "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war") 22:08:19,145 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 479a00b4-b42a-44fd-8d48-138ba8d70c5a.war 22:08:19,183 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:19,184 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:19,185 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:19,185 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=479a00b4-b42a-44fd-8d48-138ba8d70c5a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:19,376 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:19,379 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/479a00b4-b42a-44fd-8d48-138ba8d70c5a' 22:08:19,440 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:19,460 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.CsrfVerifyExplicitConfigApplication$Proxy$_$$_WeldClientProxy 22:08:19,461 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. 22:08:19,461 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. 22:08:19,472 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/479a00b4-b42a-44fd-8d48-138ba8d70c5a' for server 'default-server' 22:08:19,482 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war" (runtime-name : "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war") 22:08:19,827 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/479a00b4-b42a-44fd-8d48-138ba8d70c5a' from server 'default-server' 22:08:19,838 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 479a00b4-b42a-44fd-8d48-138ba8d70c5a.war (runtime-name: 479a00b4-b42a-44fd-8d48-138ba8d70c5a.war) in 12ms 22:08:19,849 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/a3/888d982111e7926738b251c81c32af6dbbab95/content 22:08:19,849 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war" (runtime-name: "479a00b4-b42a-44fd-8d48-138ba8d70c5a.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest 22:08:20,231 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/e9/5bfc9f9f96bac46896b9c262b929911da2a6bb/content 22:08:20,233 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "fa5be466-8403-47d9-88eb-e3018d8e53f3.war" (runtime-name: "fa5be466-8403-47d9-88eb-e3018d8e53f3.war") 22:08:20,344 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment fa5be466-8403-47d9-88eb-e3018d8e53f3.war 22:08:20,390 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:20,391 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:20,392 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:20,392 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fa5be466-8403-47d9-88eb-e3018d8e53f3.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:20,581 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:20,584 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/fa5be466-8403-47d9-88eb-e3018d8e53f3' 22:08:20,645 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:20,682 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 22:08:20,685 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. 22:08:20,685 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. 22:08:20,696 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/fa5be466-8403-47d9-88eb-e3018d8e53f3' for server 'default-server' 22:08:20,706 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "fa5be466-8403-47d9-88eb-e3018d8e53f3.war" (runtime-name : "fa5be466-8403-47d9-88eb-e3018d8e53f3.war") 22:08:20,881 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/fa5be466-8403-47d9-88eb-e3018d8e53f3' from server 'default-server' 22:08:20,890 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment fa5be466-8403-47d9-88eb-e3018d8e53f3.war (runtime-name: fa5be466-8403-47d9-88eb-e3018d8e53f3.war) in 9ms 22:08:20,924 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/e9/5bfc9f9f96bac46896b9c262b929911da2a6bb/content 22:08:20,924 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "fa5be466-8403-47d9-88eb-e3018d8e53f3.war" (runtime-name: "fa5be466-8403-47d9-88eb-e3018d8e53f3.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s - in ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest 22:08:21,315 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/da/9cb3d3ffc421078aa514318aa5d2d6bad0f6e3/content 22:08:21,317 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war" (runtime-name: "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war") 22:08:21,389 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war 22:08:21,432 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:21,433 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:21,434 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:21,434 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:21,637 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:21,640 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/fcb1f0c7-ef48-45f8-b120-a48bb51ee789' 22:08:21,678 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:21,702 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 22:08:21,702 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. 22:08:21,702 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. 22:08:21,725 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/fcb1f0c7-ef48-45f8-b120-a48bb51ee789' for server 'default-server' 22:08:21,735 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war" (runtime-name : "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war") 22:08:21,988 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/fcb1f0c7-ef48-45f8-b120-a48bb51ee789' from server 'default-server' 22:08:22,029 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war (runtime-name: fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war) in 42ms 22:08:22,044 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/da/9cb3d3ffc421078aa514318aa5d2d6bad0f6e3/content 22:08:22,044 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war" (runtime-name: "fcb1f0c7-ef48-45f8-b120-a48bb51ee789.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest 22:08:22,437 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/64/f7a73474edc7bb87ec04cb26fabb97e01486b1/content 22:08:22,439 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "a17259c1-dff2-46b8-9146-c443c1710366.war" (runtime-name: "a17259c1-dff2-46b8-9146-c443c1710366.war") 22:08:22,563 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment a17259c1-dff2-46b8-9146-c443c1710366.war 22:08:22,625 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:22,626 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:22,626 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:22,627 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a17259c1-dff2-46b8-9146-c443c1710366.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:22,826 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:22,830 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/a17259c1-dff2-46b8-9146-c443c1710366' 22:08:22,869 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:22,890 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderApplication$Proxy$_$$_WeldClientProxy 22:08:22,891 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. 22:08:22,891 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. 22:08:22,906 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/a17259c1-dff2-46b8-9146-c443c1710366' for server 'default-server' 22:08:22,927 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a17259c1-dff2-46b8-9146-c443c1710366.war" (runtime-name : "a17259c1-dff2-46b8-9146-c443c1710366.war") 22:08:23,167 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/a17259c1-dff2-46b8-9146-c443c1710366' from server 'default-server' 22:08:23,177 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment a17259c1-dff2-46b8-9146-c443c1710366.war (runtime-name: a17259c1-dff2-46b8-9146-c443c1710366.war) in 10ms 22:08:23,225 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/64/f7a73474edc7bb87ec04cb26fabb97e01486b1/content 22:08:23,225 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a17259c1-dff2-46b8-9146-c443c1710366.war" (runtime-name: "a17259c1-dff2-46b8-9146-c443c1710366.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest 22:08:23,577 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b3/c7f16f73c3fa60385499961a0a9f9f0c3fcee2/content 22:08:23,580 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "5edd6724-f736-46b8-957b-e0c812a386ba.war" (runtime-name: "5edd6724-f736-46b8-957b-e0c812a386ba.war") 22:08:23,676 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 5edd6724-f736-46b8-957b-e0c812a386ba.war 22:08:23,745 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:23,746 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:23,747 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:23,747 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=5edd6724-f736-46b8-957b-e0c812a386ba.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:23,951 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:23,954 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/5edd6724-f736-46b8-957b-e0c812a386ba' 22:08:23,988 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:24,029 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 22:08:24,030 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. 22:08:24,030 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. 22:08:24,039 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/5edd6724-f736-46b8-957b-e0c812a386ba' for server 'default-server' 22:08:24,049 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "5edd6724-f736-46b8-957b-e0c812a386ba.war" (runtime-name : "5edd6724-f736-46b8-957b-e0c812a386ba.war") 22:08:24,275 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/5edd6724-f736-46b8-957b-e0c812a386ba' from server 'default-server' 22:08:24,282 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 5edd6724-f736-46b8-957b-e0c812a386ba.war (runtime-name: 5edd6724-f736-46b8-957b-e0c812a386ba.war) in 8ms 22:08:24,291 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b3/c7f16f73c3fa60385499961a0a9f9f0c3fcee2/content 22:08:24,292 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "5edd6724-f736-46b8-957b-e0c812a386ba.war" (runtime-name: "5edd6724-f736-46b8-957b-e0c812a386ba.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s - in ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.security.xss.EncodersTest 22:08:24,640 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4c/f0af73131c6fa0c22f8546c80d9dddf3cc293d/content 22:08:24,643 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "6339b85f-16c7-492c-bdef-fc4b33afd195.war" (runtime-name: "6339b85f-16c7-492c-bdef-fc4b33afd195.war") 22:08:24,730 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 6339b85f-16c7-492c-bdef-fc4b33afd195.war 22:08:24,785 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:24,787 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:24,788 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:24,788 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6339b85f-16c7-492c-bdef-fc4b33afd195.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:24,979 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:24,982 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/6339b85f-16c7-492c-bdef-fc4b33afd195' 22:08:25,033 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:25,053 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 22:08:25,053 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. 22:08:25,054 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. 22:08:25,064 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/6339b85f-16c7-492c-bdef-fc4b33afd195' for server 'default-server' 22:08:25,073 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "6339b85f-16c7-492c-bdef-fc4b33afd195.war" (runtime-name : "6339b85f-16c7-492c-bdef-fc4b33afd195.war") 22:08:25,470 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/6339b85f-16c7-492c-bdef-fc4b33afd195' from server 'default-server' 22:08:25,480 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 6339b85f-16c7-492c-bdef-fc4b33afd195.war (runtime-name: 6339b85f-16c7-492c-bdef-fc4b33afd195.war) in 10ms 22:08:25,491 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4c/f0af73131c6fa0c22f8546c80d9dddf3cc293d/content 22:08:25,491 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "6339b85f-16c7-492c-bdef-fc4b33afd195.war" (runtime-name: "6339b85f-16c7-492c-bdef-fc4b33afd195.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s - in ee.jakarta.tck.mvc.tests.security.xss.EncodersTest [INFO] Running ee.jakarta.tck.mvc.tests.events.MvcEventsTest 22:08:25,798 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/fd/973164198c7ffd1c3901ef0e85a21554f04b72/content 22:08:25,801 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war" (runtime-name: "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war") 22:08:25,870 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war 22:08:25,906 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:25,907 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:25,908 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:25,908 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:26,076 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 21) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:26,081 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 21) Initializing Mojarra 4.0.0.SP01 for context '/9f60cbd8-6478-4abf-ae1b-cf8ff2310500' 22:08:26,151 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 21) Initializing Eclipse Krazo... 22:08:26,179 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 22:08:26,180 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. 22:08:26,180 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. 22:08:26,190 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0021: Registered web context: '/9f60cbd8-6478-4abf-ae1b-cf8ff2310500' for server 'default-server' 22:08:26,200 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war" (runtime-name : "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war") 22:08:26,477 ERROR [org.jboss.resteasy.core.providerfactory.DefaultExceptionMapper] (default task-1) RESTEASY002375: Error processing request GET /9f60cbd8-6478-4abf-ae1b-cf8ff2310500/mvc/events/controller-error - ee.jakarta.tck.mvc.tests.events.MvcEventsController.controllerError: java.lang.IllegalStateException at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController.controllerError(MvcEventsController.java:51) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController$Proxy$_$$_WeldSubclass.controllerError$$super(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.lifecycle.RequestLifecycle.aroundController(RequestLifecycle.java:63) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.lifecycle.RequestLifecycle$Proxy$_$$_WeldClientProxy.aroundController(Unknown Source) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.cdi.AroundControllerInterceptor.validateMethodInvocation(AroundControllerInterceptor.java:48) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.NonTerminalAroundInvokeInvocationContext.proceedInternal(NonTerminalAroundInvokeInvocationContext.java:66) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.binding.validate.ValidationInterceptor.validateMethodInvocation(ValidationInterceptor.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController$Proxy$_$$_WeldSubclass.controllerError(Unknown Source) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController$Proxy$_$$_WeldClientProxy.controllerError(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60) at org.jboss.resteasy.resteasy-core@6.2.1.Final//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.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet@2.3.0.Final//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.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100) at io.undertow.core@2.3.0.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:391) at io.undertow.core@2.3.0.Final//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.8.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:829) 22:08:26,639 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.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:167) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:71) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$writeTo$1(ServerWriterInterceptorContext.java:79) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext.executeBlockingIo(Servlet3AsyncHttpRequest.java:396) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.writeTo(ServerWriterInterceptorContext.java:79) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.syncProceed(AbstractWriterInterceptorContext.java:245) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.proceed(AbstractWriterInterceptorContext.java:224) at org.jboss.resteasy.resteasy-crypto@6.2.1.Final//org.jboss.resteasy.security.doseta.DigitalSigningInterceptor.aroundWriteTo(DigitalSigningInterceptor.java:127) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.syncProceed(AbstractWriterInterceptorContext.java:254) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.getStarted(AbstractWriterInterceptorContext.java:170) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.lambda$getStarted$0(ServerWriterInterceptorContext.java:73) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.aroundWriteTo(ServerWriterInterceptorContext.java:93) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext.getStarted(ServerWriterInterceptorContext.java:73) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNomapResponse$3(ServerResponseWriter.java:172) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:410) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:261) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:594) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60) at org.jboss.resteasy.resteasy-core@6.2.1.Final//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.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet@2.3.0.Final//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.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100) at io.undertow.core@2.3.0.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:391) at io.undertow.core@2.3.0.Final//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.8.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: jakarta.mvc.engine.ViewEngineException: org.apache.jasper.JasperException: jakarta.el.ELException: java.lang.IllegalStateException at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.engine.JspViewEngine.processView(JspViewEngine.java:60) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.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.4.Final//org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:461) at io.undertow.jsp@2.2.4.Final//org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403) at io.undertow.jsp@2.2.4.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.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.jsp@2.2.4.Final//io.undertow.jsp.JspFileHandler.handleRequest(JspFileHandler.java:32) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:257) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchToServlet(ServletInitialHandler.java:192) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:223) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.spec.RequestDispatcherImpl.forwardImplSetup(RequestDispatcherImpl.java:147) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:110) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war//org.eclipse.krazo.engine.ServletViewEngine.forwardRequest(ServletViewEngine.java:121) at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.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.Final//jakarta.el.ELUtil.invokeMethod(ELUtil.java:222) at jakarta.el.api@4.0.0.Final//jakarta.el.BeanELResolver.invoke(BeanELResolver.java:340) at io.undertow.jsp@2.2.4.Final//org.apache.jasper.el.JasperELResolver.invoke(JasperELResolver.java:164) at org.glassfish.expressly@5.0.0//org.glassfish.expressly.parser.AstValue.getValue(AstValue.java:298) at org.glassfish.expressly@5.0.0//org.glassfish.expressly.parser.AstValue.getValue(AstValue.java:144) at org.glassfish.expressly@5.0.0//org.glassfish.expressly.ValueExpressionImpl.getValue(ValueExpressionImpl.java:138) at org.jboss.weld.core@5.1.0.Final//org.jboss.weld.module.web.el.WeldValueExpression.getValue(WeldValueExpression.java:50) at io.undertow.jsp@2.2.4.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.4.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.4.Final//org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:422) ... 99 more Caused by: java.lang.IllegalStateException at deployment.9f60cbd8-6478-4abf-ae1b-cf8ff2310500.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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at jakarta.el.api@4.0.0.Final//jakarta.el.ELUtil.invokeMethod(ELUtil.java:216) ... 110 more 22:08:26,728 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 21) WFLYUT0022: Unregistered web context: '/9f60cbd8-6478-4abf-ae1b-cf8ff2310500' from server 'default-server' 22:08:26,737 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war (runtime-name: 9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war) in 8ms 22:08:26,746 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/fd/973164198c7ffd1c3901ef0e85a21554f04b72/content 22:08:26,746 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war" (runtime-name: "9f60cbd8-6478-4abf-ae1b-cf8ff2310500.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s - in ee.jakarta.tck.mvc.tests.events.MvcEventsTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest 22:08:27,281 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1c/d64ce085134ec6ccc4a16026765282c1ddd08a/content 22:08:27,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "6d7db87c-3286-4372-a804-b3611683838d.war" (runtime-name: "6d7db87c-3286-4372-a804-b3611683838d.war") 22:08:27,358 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 6d7db87c-3286-4372-a804-b3611683838d.war 22:08:27,400 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:27,401 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:27,402 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:27,403 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6d7db87c-3286-4372-a804-b3611683838d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:27,628 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:27,633 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/6d7db87c-3286-4372-a804-b3611683838d' 22:08:27,682 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:27,731 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 22:08:27,732 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. 22:08:27,732 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. 22:08:27,752 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/6d7db87c-3286-4372-a804-b3611683838d' for server 'default-server' 22:08:27,763 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "6d7db87c-3286-4372-a804-b3611683838d.war" (runtime-name : "6d7db87c-3286-4372-a804-b3611683838d.war") 22:08:27,958 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/6d7db87c-3286-4372-a804-b3611683838d' from server 'default-server' 22:08:27,966 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 6d7db87c-3286-4372-a804-b3611683838d.war (runtime-name: 6d7db87c-3286-4372-a804-b3611683838d.war) in 8ms 22:08:27,975 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1c/d64ce085134ec6ccc4a16026765282c1ddd08a/content 22:08:27,975 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "6d7db87c-3286-4372-a804-b3611683838d.war" (runtime-name: "6d7db87c-3286-4372-a804-b3611683838d.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 s - in ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest 22:08:28,279 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/eb/db35943be5cb43ddc9793d2912f78fa49ba110/content 22:08:28,281 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war" (runtime-name: "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war") 22:08:28,342 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war 22:08:28,384 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:28,385 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:28,386 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:28,386 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:28,554 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 31) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:28,558 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 31) Initializing Mojarra 4.0.0.SP01 for context '/70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf' 22:08:28,599 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 31) Initializing Eclipse Krazo... 22:08:28,643 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:08:28,644 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:28,644 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:28,659 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf' for server 'default-server' 22:08:28,669 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war" (runtime-name : "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war") 22:08:28,829 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.70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war//org.eclipse.krazo.core.ViewResponseFilter.filter(ViewResponseFilter.java:162) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl.filter(ContainerResponseContextImpl.java:367) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:261) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:101) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:74) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:594) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:249) at org.jboss.resteasy.resteasy-core@6.2.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:60) at org.jboss.resteasy.resteasy-core@6.2.1.Final//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.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet@2.3.0.Final//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.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161) at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73) at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.core@2.3.0.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.core@2.3.0.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:275) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:134) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:131) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1435) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255) at io.undertow.servlet@2.3.0.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:100) at io.undertow.core@2.3.0.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:391) at io.undertow.core@2.3.0.Final//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.8.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:829) 22:08:28,844 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:28,928 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002197: The previous response status was 204 No Content. The status should be changed before the entity is set. 22:08:28,939 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf' from server 'default-server' 22:08:28,947 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war (runtime-name: 70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war) in 8ms 22:08:28,956 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/eb/db35943be5cb43ddc9793d2912f78fa49ba110/content 22:08:28,956 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war" (runtime-name: "70ace0de-c5e3-44d4-b3d9-8f9c7e1788bf.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s - in ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest 22:08:29,304 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/03ca558c02efd4af20ca27f4e3a2064f849b13/content 22:08:29,307 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war" (runtime-name: "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war") 22:08:29,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war 22:08:29,425 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:29,426 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:29,426 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:29,427 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:29,642 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:29,645 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/f5becf0c-4fbe-4fd6-a9e1-195421bb44ce' 22:08:29,676 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:29,696 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 22:08:29,697 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. 22:08:29,697 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. 22:08:29,721 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/f5becf0c-4fbe-4fd6-a9e1-195421bb44ce' for server 'default-server' 22:08:29,732 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war" (runtime-name : "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war") 22:08:29,844 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/f5becf0c-4fbe-4fd6-a9e1-195421bb44ce' from server 'default-server' 22:08:29,852 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war (runtime-name: f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war) in 8ms 22:08:29,861 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/03ca558c02efd4af20ca27f4e3a2064f849b13/content 22:08:29,861 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war" (runtime-name: "f5becf0c-4fbe-4fd6-a9e1-195421bb44ce.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest 22:08:30,205 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b3/5fa5f17e355900a8826c8698e9176c646c7fab/content 22:08:30,207 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "7a23a03b-e127-48e0-b324-4f2af6294f3e.war" (runtime-name: "7a23a03b-e127-48e0-b324-4f2af6294f3e.war") 22:08:30,289 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 7a23a03b-e127-48e0-b324-4f2af6294f3e.war 22:08:30,347 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:30,348 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:30,349 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:30,349 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7a23a03b-e127-48e0-b324-4f2af6294f3e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:30,546 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 31) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:30,551 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 31) Initializing Mojarra 4.0.0.SP01 for context '/7a23a03b-e127-48e0-b324-4f2af6294f3e' 22:08:30,593 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 31) Initializing Eclipse Krazo... 22:08:30,630 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:08:30,631 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:30,631 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:30,644 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/7a23a03b-e127-48e0-b324-4f2af6294f3e' for server 'default-server' 22:08:30,654 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "7a23a03b-e127-48e0-b324-4f2af6294f3e.war" (runtime-name : "7a23a03b-e127-48e0-b324-4f2af6294f3e.war") 22:08:30,951 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/7a23a03b-e127-48e0-b324-4f2af6294f3e' from server 'default-server' 22:08:30,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 7a23a03b-e127-48e0-b324-4f2af6294f3e.war (runtime-name: 7a23a03b-e127-48e0-b324-4f2af6294f3e.war) in 7ms 22:08:30,968 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b3/5fa5f17e355900a8826c8698e9176c646c7fab/content 22:08:30,968 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "7a23a03b-e127-48e0-b324-4f2af6294f3e.war" (runtime-name: "7a23a03b-e127-48e0-b324-4f2af6294f3e.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s - in ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest 22:08:31,314 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/10/0ccd418f8f6e186d32c921d0fae6587c446d16/content 22:08:31,320 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war" (runtime-name: "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war") 22:08:31,382 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 838a69f7-190d-4e4d-876b-fb8f5b2233ad.war 22:08:31,428 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:31,429 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:31,430 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:31,430 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=838a69f7-190d-4e4d-876b-fb8f5b2233ad.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:31,622 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:31,625 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/838a69f7-190d-4e4d-876b-fb8f5b2233ad' 22:08:31,656 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:31,677 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 22:08:31,678 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. 22:08:31,678 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. 22:08:31,687 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/838a69f7-190d-4e4d-876b-fb8f5b2233ad' for server 'default-server' 22:08:31,704 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war" (runtime-name : "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war") 22:08:31,829 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/838a69f7-190d-4e4d-876b-fb8f5b2233ad' from server 'default-server' 22:08:31,836 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 838a69f7-190d-4e4d-876b-fb8f5b2233ad.war (runtime-name: 838a69f7-190d-4e4d-876b-fb8f5b2233ad.war) in 7ms 22:08:31,845 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/10/0ccd418f8f6e186d32c921d0fae6587c446d16/content 22:08:31,845 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war" (runtime-name: "838a69f7-190d-4e4d-876b-fb8f5b2233ad.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s - in ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest 22:08:32,144 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/a3/8fec72fc3d482fd0535cfac4466afccd032cfb/content 22:08:32,147 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war" (runtime-name: "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war") 22:08:32,206 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 4ff3d325-2f83-4bce-9216-6b283b9a86f6.war 22:08:32,245 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:32,246 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:32,247 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:32,247 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=4ff3d325-2f83-4bce-9216-6b283b9a86f6.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:32,424 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:32,429 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/4ff3d325-2f83-4bce-9216-6b283b9a86f6' 22:08:32,470 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:32,490 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 22:08:32,490 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. 22:08:32,490 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. 22:08:32,499 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/4ff3d325-2f83-4bce-9216-6b283b9a86f6' for server 'default-server' 22:08:32,530 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war" (runtime-name : "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war") 22:08:32,643 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/4ff3d325-2f83-4bce-9216-6b283b9a86f6' from server 'default-server' 22:08:32,651 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 4ff3d325-2f83-4bce-9216-6b283b9a86f6.war (runtime-name: 4ff3d325-2f83-4bce-9216-6b283b9a86f6.war) in 7ms 22:08:32,663 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/a3/8fec72fc3d482fd0535cfac4466afccd032cfb/content 22:08:32,663 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war" (runtime-name: "4ff3d325-2f83-4bce-9216-6b283b9a86f6.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest 22:08:32,989 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/51/b8d225de75a774c995d66ddb4accc2d4315f78/content 22:08:32,991 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war" (runtime-name: "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war") 22:08:33,062 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war 22:08:33,097 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:33,098 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:33,098 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:33,099 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:33,294 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:33,299 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc' 22:08:33,352 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:33,377 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 22:08:33,378 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. 22:08:33,378 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. 22:08:33,388 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc' for server 'default-server' 22:08:33,424 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war" (runtime-name : "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war") 22:08:33,550 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc' from server 'default-server' 22:08:33,559 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war (runtime-name: 9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war) in 9ms 22:08:33,567 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/51/b8d225de75a774c995d66ddb4accc2d4315f78/content 22:08:33,567 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war" (runtime-name: "9ee5ab17-ebe1-4ef7-9a2a-a1d4377594fc.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest 22:08:33,813 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/67/db6d6c0a9925da78c822c9f77fed29e588f9f0/content 22:08:33,815 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war" (runtime-name: "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war") 22:08:33,894 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war 22:08:33,929 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:33,931 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:33,932 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:33,932 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:34,141 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:34,145 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3' 22:08:34,191 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:08:34,236 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 22:08:34,237 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. 22:08:34,237 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. 22:08:34,248 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3' for server 'default-server' 22:08:34,258 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war" (runtime-name : "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war") 22:08:34,361 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3' from server 'default-server' 22:08:34,370 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war (runtime-name: a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war) in 9ms 22:08:34,378 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/67/db6d6c0a9925da78c822c9f77fed29e588f9f0/content 22:08:34,378 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war" (runtime-name: "a3cee9e8-fe9d-4350-91b9-85ce5c4ff4b3.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest 22:08:34,668 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/82/02e3ba3fc5a8021b7b54164de0818bfd876890/content 22:08:34,672 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "e0ef78bf-2320-46bb-8693-9dec6742ca74.war" (runtime-name: "e0ef78bf-2320-46bb-8693-9dec6742ca74.war") 22:08:34,749 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment e0ef78bf-2320-46bb-8693-9dec6742ca74.war 22:08:34,799 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:34,800 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:34,802 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:34,802 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e0ef78bf-2320-46bb-8693-9dec6742ca74.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:34,996 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 19) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:34,999 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 19) Initializing Mojarra 4.0.0.SP01 for context '/e0ef78bf-2320-46bb-8693-9dec6742ca74' 22:08:35,053 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 19) Initializing Eclipse Krazo... 22:08:35,075 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:08:35,075 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:35,075 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 19) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:35,086 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: '/e0ef78bf-2320-46bb-8693-9dec6742ca74' for server 'default-server' 22:08:35,103 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "e0ef78bf-2320-46bb-8693-9dec6742ca74.war" (runtime-name : "e0ef78bf-2320-46bb-8693-9dec6742ca74.war") 22:08:35,322 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: '/e0ef78bf-2320-46bb-8693-9dec6742ca74' from server 'default-server' 22:08:35,332 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment e0ef78bf-2320-46bb-8693-9dec6742ca74.war (runtime-name: e0ef78bf-2320-46bb-8693-9dec6742ca74.war) in 10ms 22:08:35,345 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/82/02e3ba3fc5a8021b7b54164de0818bfd876890/content 22:08:35,345 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "e0ef78bf-2320-46bb-8693-9dec6742ca74.war" (runtime-name: "e0ef78bf-2320-46bb-8693-9dec6742ca74.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 s - in ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest 22:08:35,739 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/41/f0d9cd9193489be6ab31672e1c941f661ef162/content 22:08:35,741 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ce986200-0933-4283-a985-4eb916495361.war" (runtime-name: "ce986200-0933-4283-a985-4eb916495361.war") 22:08:35,857 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment ce986200-0933-4283-a985-4eb916495361.war 22:08:35,928 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:35,930 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:35,931 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:35,931 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ce986200-0933-4283-a985-4eb916495361.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:36,132 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 31) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:36,135 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 31) Initializing Mojarra 4.0.0.SP01 for context '/ce986200-0933-4283-a985-4eb916495361' 22:08:36,167 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 31) Initializing Eclipse Krazo... 22:08:36,192 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:08:36,193 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:36,193 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:36,208 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/ce986200-0933-4283-a985-4eb916495361' for server 'default-server' 22:08:36,233 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ce986200-0933-4283-a985-4eb916495361.war" (runtime-name : "ce986200-0933-4283-a985-4eb916495361.war") 22:08:36,531 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/ce986200-0933-4283-a985-4eb916495361' from server 'default-server' 22:08:36,538 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ce986200-0933-4283-a985-4eb916495361.war (runtime-name: ce986200-0933-4283-a985-4eb916495361.war) in 8ms 22:08:36,550 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/41/f0d9cd9193489be6ab31672e1c941f661ef162/content 22:08:36,550 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ce986200-0933-4283-a985-4eb916495361.war" (runtime-name: "ce986200-0933-4283-a985-4eb916495361.war") [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest 22:08:36,895 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1b/bd3257169bb78203fe4b1218e0ef297788c6c5/content 22:08:36,897 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war" (runtime-name: "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war") 22:08:36,971 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 1ba9cdd1-3877-4224-83b7-9e3428210d1d.war 22:08:37,006 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:37,007 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:37,008 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:37,008 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1ba9cdd1-3877-4224-83b7-9e3428210d1d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:37,263 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 31) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:37,266 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 31) Initializing Mojarra 4.0.0.SP01 for context '/1ba9cdd1-3877-4224-83b7-9e3428210d1d' 22:08:37,346 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 31) Initializing Eclipse Krazo... 22:08:37,379 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:08:37,421 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:08:37,421 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 31) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:08:37,436 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0021: Registered web context: '/1ba9cdd1-3877-4224-83b7-9e3428210d1d' for server 'default-server' 22:08:37,445 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war" (runtime-name : "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war") 22:08:37,675 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/1ba9cdd1-3877-4224-83b7-9e3428210d1d' from server 'default-server' 22:08:37,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 1ba9cdd1-3877-4224-83b7-9e3428210d1d.war (runtime-name: 1ba9cdd1-3877-4224-83b7-9e3428210d1d.war) in 6ms 22:08:37,733 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1b/bd3257169bb78203fe4b1218e0ef297788c6c5/content 22:08:37,733 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war" (runtime-name: "1ba9cdd1-3877-4224-83b7-9e3428210d1d.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest 22:08:38,061 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/60/635d63370dae30bb822711bd56bb48c4dfcdf9/content 22:08:38,063 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "f866feb4-4244-418d-abc8-4c4710f5b701.war" (runtime-name: "f866feb4-4244-418d-abc8-4c4710f5b701.war") 22:08:38,160 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment f866feb4-4244-418d-abc8-4c4710f5b701.war 22:08:38,230 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:08:38,231 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 22:08:38,232 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:08:38,232 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f866feb4-4244-418d-abc8-4c4710f5b701.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-hvc4t, jaeger.version=Java-1.6.0, ip=10.40.13.49}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:08:38,436 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 2) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:08:38,439 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 2) Initializing Mojarra 4.0.0.SP01 for context '/f866feb4-4244-418d-abc8-4c4710f5b701' 22:08:38,469 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 2) Initializing Eclipse Krazo... 22:08:38,526 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 22:08:38,526 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. 22:08:38,526 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. 22:08:38,536 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/f866feb4-4244-418d-abc8-4c4710f5b701' for server 'default-server' 22:08:38,545 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f866feb4-4244-418d-abc8-4c4710f5b701.war" (runtime-name : "f866feb4-4244-418d-abc8-4c4710f5b701.war") 22:08:38,752 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/f866feb4-4244-418d-abc8-4c4710f5b701' from server 'default-server' 22:08:38,759 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment f866feb4-4244-418d-abc8-4c4710f5b701.war (runtime-name: f866feb4-4244-418d-abc8-4c4710f5b701.war) in 6ms 22:08:38,768 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/60/635d63370dae30bb822711bd56bb48c4dfcdf9/content 22:08:38,768 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f866feb4-4244-418d-abc8-4c4710f5b701.war" (runtime-name: "f866feb4-4244-418d-abc8-4c4710f5b701.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest 22:08:38,822 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server 22:08:38,827 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 22:08:38,828 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown' 22:08:38,840 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping 22:08:38,841 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default] 22:08:38,841 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS] 22:08:38,842 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending 22:08:38,843 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443 22:08:38,845 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending 22:08:38,845 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2 22:08:38,845 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080 22:08:38,847 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 2.3.0.Final stopping 22:08:38,929 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) stopped in 98ms [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/krazo-tck-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-tck --- [INFO] artifact com.google.guava:guava: checking for updates from sonatype-nexus-staging [INFO] artifact commons-cli:commons-cli: checking for updates from sonatype-nexus-staging [INFO] artifact ch.qos.logback:logback-classic: checking for updates from sonatype-nexus-staging [INFO] artifact commons-jxpath:commons-jxpath: checking for updates from sonatype-nexus-staging [INFO] artifact com.google.inject:guice: checking for updates from sonatype-nexus-staging [INFO] artifact commons-cli:commons-cli: checking for updates from eclipse.maven.central.mirror [INFO] artifact commons-jxpath:commons-jxpath: checking for updates from eclipse.maven.central.mirror [INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror [INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror [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 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.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 jakarta.platform:jakarta.jakartaee-web-api: checking for updates from eclipse.maven.central.mirror [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.maven:maven-core: checking for updates from sonatype-nexus-staging [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-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-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-model-builder: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-embedder: 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 sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-model-builder: 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.wagon:wagon-file: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-settings: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-repository-metadata: 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.plugin-tools:maven-plugin-annotations: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven.wagon:wagon-file: 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.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.codehaus.plexus:plexus-classworlds: 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-utils: checking for updates from sonatype-nexus-staging [INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-connector-basic: 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.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-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-spi: 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 sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-util: 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.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.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-api: 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.config:arquillian-config-impl-base: checking for updates from eclipse.maven.central.mirror [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.config:arquillian-config-spi: 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 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.container:arquillian-container-test-spi: checking for updates from sonatype-nexus-staging [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-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.core:arquillian-core-api: checking for updates from sonatype-nexus-staging [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-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-api: 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.core:arquillian-core-impl-base: 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-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.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.protocol:arquillian-protocol-servlet: checking for updates from sonatype-nexus-staging [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.test:arquillian-test-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from sonatype-nexus-staging [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-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-ejb: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: 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 sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from sonatype-nexus-staging [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-container: 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 eclipse.maven.central.mirror [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-api: checking for updates from eclipse.maven.central.mirror [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.shrinkwrap:shrinkwrap-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: 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-depchain: checking for updates from eclipse.maven.central.mirror [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.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:shrinkwrap-impl-nio2: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from sonatype-nexus-staging [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-depchain: 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.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging [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-impl-base: 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-impl-javaee: checking for updates from sonatype-nexus-staging [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-spi: 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-impl-jboss: checking for updates from eclipse.maven.central.mirror [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 sonatype-nexus-staging [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.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from sonatype-nexus-staging [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-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: checking for updates from eclipse.maven.central.mirror [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-api-maven-embedded: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from sonatype-nexus-staging [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-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-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-gradle-depchain: 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-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror [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-impl-maven-archive: checking for updates from eclipse.maven.central.mirror [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-spi: checking for updates from sonatype-nexus-staging [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-spi-maven: checking for updates from sonatype-nexus-staging [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 eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: 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.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.5 [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] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.1 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.2 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.apache.commons:commons-lang3 ....................... 3.4 -> 3.12.0 [INFO] org.apache.maven:maven-artifact ............... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-builder-support ........ 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-compat ................. 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-core ................... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-embedder ............... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-model .................. 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-model-builder .......... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-plugin-api ............. 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-repository-metadata .... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-settings ............... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven:maven-settings-builder ....... 3.3.9 -> 4.0.0-alpha-4 [INFO] org.apache.maven.plugin-tools:maven-plugin-annotations ... [INFO] 3.4 -> 3.7.1 [INFO] org.apache.maven.wagon:wagon-file ...................... 2.10 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-http ...................... 2.10 -> 3.5.3 [INFO] org.apache.maven.wagon:wagon-provider-api .............. 2.10 -> 3.5.3 [INFO] org.codehaus.plexus:plexus-classworlds ................ 2.5.2 -> 2.7.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.5.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.1.0 [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-M8 -> 3.1.1 [INFO] org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.1 [INFO] org.jboss.arquillian.config:arquillian-config-api ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.config:arquillian-config-impl-base ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.config:arquillian-config-spi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.container:arquillian-container-impl-base ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.container:arquillian-container-spi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.container:arquillian-container-test-api ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.container:arquillian-container-test-impl-base ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.container:arquillian-container-test-spi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.core:arquillian-core-api ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.core:arquillian-core-impl-base ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.core:arquillian-core-spi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.junit:arquillian-junit-container ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.junit:arquillian-junit-core ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.junit:arquillian-junit-standalone ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.protocol:arquillian-protocol-jmx ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.protocol:arquillian-protocol-servlet ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.test:arquillian-test-api ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.test:arquillian-test-impl-base ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.test:arquillian-test-spi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testenricher:arquillian-testenricher-resource ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testng:arquillian-testng-container ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testng:arquillian-testng-core ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.arquillian.testng:arquillian-testng-standalone ... [INFO] 1.5.0.Final -> 1.7.0.Alpha14 [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.2.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.2.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 ................................... 2.0.3 -> 2.0.6 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.6 [INFO] org.sonatype.plexus:plexus-sec-dispatcher ................. 1.3 -> 1.4 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha5 -> 5.0.0.Alpha6 [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-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/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.Final:zip [INFO] wildfly-preview-dist-27.0.0.Final.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:59 min [INFO] Finished at: 2023-02-07T22:08:45Z [INFO] ------------------------------------------------------------------------ [27.0.0.Final] $ /bin/sh -xe /tmp/jenkins10561272492821378626.sh + java -version + uname -a Archiving artifacts Finished: SUCCESS