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-2lntn is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-2lntn" 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-2lntn" - 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-2lntn" - 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-2lntn (basic) in workspace /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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-jdk17-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/jenkins12384141738765446032.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: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+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 jakarta.annotation:jakarta.annotation-api: checking for updates from sonatype-nexus-staging [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: 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 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 eclipse.maven.central.mirror [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: 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 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.interceptor:jakarta.interceptor-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.annotation:jakarta.annotation-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.mvc:jakarta.mvc-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.interceptor:jakarta.interceptor-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact junit:junit: checking for updates from sonatype-nexus-staging [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging [INFO] artifact org.easymock:easymock: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish:jakarta.el: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging [INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.easymock:easymock: 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.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.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.hibernate.validator:hibernate-validator-cdi: 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] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging [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.slf4j:slf4j-simple: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-simple: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.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.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from sonatype-nexus-staging [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from sonatype-nexus-staging [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] 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-jdk17-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-jdk17-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-jdk17-latest/version/27.0.0.Final/core/target/classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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 [ 22.908 s] [INFO] Eclipse Krazo Core ................................. SUCCESS [ 10.730 s] [INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 0.442 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.884 s [INFO] Finished at: 2023-02-07T22:10:07Z [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: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+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-jdk17-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-jdk17-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-jdk17-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:10:42 PM org.jboss.threads.Version INFO: JBoss Threads version 2.4.0.Final Feb 07, 2023 10:10:42 PM org.jboss.as.arquillian.container.CommonManagedDeployableContainer startInternal INFO: Starting container with: [/opt/tools/java/temurin/jdk-17/latest/bin/java, -D[Standalone], -Xms64m, -Xmx512m, -Djava.net.preferIPv4Stack=true, -Djava.awt.headless=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -ea, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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, -Djava.security.manager=allow, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-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-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/modules, org.jboss.as.standalone] Feb 07, 2023 10:10:42 PM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 5.0.24.Final Feb 07, 2023 10:10:42 PM org.xnio.Xnio INFO: XNIO version 3.8.7.Final Feb 07, 2023 10:10:42 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.8.7.Final Feb 07, 2023 10:10:42 PM org.wildfly.security.Version INFO: ELY00001: WildFly Elytron version 1.19.0.Final 22:10:43,642 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final 22:10:44,597 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final 22:10:44,606 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 22:10:44,730 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) starting 22:10:46,255 INFO [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 2.0.0.Final 22:10:46,733 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye' 22:10:46,734 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 35) WFLYCTL0481: The runtime dependency package 'io.smallrye.opentracing-contrib' is already registered at location '/subsystem=microprofile-opentracing-smallrye' 22:10:47,349 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 10) 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:10:47,568 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 22:10:47,582 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.8.8.Final 22:10:47,623 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.8.8.Final 22:10:47,644 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem 22:10:47,646 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.2.1.Final 22:10:47,646 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem. 22:10:47,722 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem 22:10:47,723 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem 22:10:47,724 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:10:47,727 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:10:47,730 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem 22:10:47,732 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem 22:10:47,829 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem 22:10:47,829 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main] 22:10:47,831 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension 22:10:47,832 INFO [org.wildfly.extension.micrometer] (ServerService Thread Pool -- 65) WFLYMMTREXT0001: Activating Micrometer Subsystem 22:10:48,026 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1) 22:10:48,027 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.26.Final 22:10:48,223 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final) 22:10:48,326 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.0.Final starting 22:10:48,422 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2 22:10:48,422 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service 22:10:48,521 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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:10:48,526 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing. 22:10:48,526 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) 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:10:48,531 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 22:10:48,626 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/application.keystore' does not exist. Used blank. 22:10:48,639 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-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:10:48,722 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server. 22:10:48,738 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests. 22:10:48,739 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting 22:10:48,940 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 22:10:49,045 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 22:10:49,236 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443 22:10:49,239 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 22:10:49,747 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none 22:10:49,748 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/deployments 22:10:49,955 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 6.1.0.Final (Apache CXF 3.5.2.jbossorg-3) 22:10:50,244 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 22:10:50,246 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) started in 7513ms - Started 290 of 563 services (357 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml 22:10:50,248 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 22:10:50,248 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 22:10:52,872 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1b/8c9c7e8d8834d2c2416dfc190cc9db7bc9f05e/content 22:10:52,901 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "f7f31bc1-7b24-42c2-850c-01a784e2b710.war" (runtime-name: "f7f31bc1-7b24-42c2-850c-01a784e2b710.war") 22:10:53,694 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment f7f31bc1-7b24-42c2-850c-01a784e2b710.war 22:10:53,876 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 8.0.0.Final 22:10:54,249 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:10:54,267 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:10:54,276 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:10:54,278 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f7f31bc1-7b24-42c2-850c-01a784e2b710.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:10:54,389 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 5.1.0 (Final) 22:10:55,852 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:10:55,938 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/f7f31bc1-7b24-42c2-850c-01a784e2b710' 22:10:56,599 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:10:57,044 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:10:57,050 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:10:57,050 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:10:57,123 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/f7f31bc1-7b24-42c2-850c-01a784e2b710' for server 'default-server' 22:10:57,172 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f7f31bc1-7b24-42c2-850c-01a784e2b710.war" (runtime-name : "f7f31bc1-7b24-42c2-850c-01a784e2b710.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:11:00,241 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/f7f31bc1-7b24-42c2-850c-01a784e2b710' from server 'default-server' 22:11:00,269 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment f7f31bc1-7b24-42c2-850c-01a784e2b710.war (runtime-name: f7f31bc1-7b24-42c2-850c-01a784e2b710.war) in 30ms 22:11:00,354 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1b/8c9c7e8d8834d2c2416dfc190cc9db7bc9f05e/content 22:11:00,354 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f7f31bc1-7b24-42c2-850c-01a784e2b710.war" (runtime-name: "f7f31bc1-7b24-42c2-850c-01a784e2b710.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.814 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest 22:11:01,340 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/96/25e73c319dd2533b155d4e2414a8ffdaafb84a/content 22:11:01,347 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "60672272-41ef-4719-bc94-6c02c802c693.war" (runtime-name: "60672272-41ef-4719-bc94-6c02c802c693.war") 22:11:01,566 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 60672272-41ef-4719-bc94-6c02c802c693.war 22:11:01,678 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:01,680 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:11:01,681 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:01,681 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=60672272-41ef-4719-bc94-6c02c802c693.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:02,141 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:02,146 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/60672272-41ef-4719-bc94-6c02c802c693' 22:11:02,225 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:02,265 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:02,266 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:02,266 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:02,284 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/60672272-41ef-4719-bc94-6c02c802c693' for server 'default-server' 22:11:02,351 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "60672272-41ef-4719-bc94-6c02c802c693.war" (runtime-name : "60672272-41ef-4719-bc94-6c02c802c693.war") 22:11:03,133 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/60672272-41ef-4719-bc94-6c02c802c693' from server 'default-server' 22:11:03,144 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 60672272-41ef-4719-bc94-6c02c802c693.war (runtime-name: 60672272-41ef-4719-bc94-6c02c802c693.war) in 12ms 22:11:03,159 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/96/25e73c319dd2533b155d4e2414a8ffdaafb84a/content 22:11:03,159 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "60672272-41ef-4719-bc94-6c02c802c693.war" (runtime-name: "60672272-41ef-4719-bc94-6c02c802c693.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.72 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest 22:11:03,677 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/56/dad9af70bf664267e11d936d5ba52e5473ff48/content 22:11:03,681 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war" (runtime-name: "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war") 22:11:03,832 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war 22:11:03,930 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:03,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:11:03,932 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:03,932 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:04,330 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:04,335 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/13f33b0a-be1c-47aa-bc7e-a02e80a76df2' 22:11:04,379 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:04,449 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:04,451 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:04,451 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:04,468 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/13f33b0a-be1c-47aa-bc7e-a02e80a76df2' for server 'default-server' 22:11:04,525 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war" (runtime-name : "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war") 22:11:04,967 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/13f33b0a-be1c-47aa-bc7e-a02e80a76df2' from server 'default-server' 22:11:05,029 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war (runtime-name: 13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war) in 63ms 22:11:05,044 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/56/dad9af70bf664267e11d936d5ba52e5473ff48/content 22:11:05,044 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war" (runtime-name: "13f33b0a-be1c-47aa-bc7e-a02e80a76df2.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest 22:11:05,582 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/1862004c836e091f4ab11430f163c9e416841b/content 22:11:05,622 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war" (runtime-name: "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war") 22:11:05,851 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 5b5fe865-cbc5-496f-88a7-d46d5d671d02.war 22:11:05,976 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:05,978 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:11:05,979 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:05,979 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=5b5fe865-cbc5-496f-88a7-d46d5d671d02.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:06,366 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:06,371 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/5b5fe865-cbc5-496f-88a7-d46d5d671d02' 22:11:06,462 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:06,542 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:06,543 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:06,543 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:06,560 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/5b5fe865-cbc5-496f-88a7-d46d5d671d02' for server 'default-server' 22:11:06,583 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war" (runtime-name : "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war") 22:11:07,051 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/5b5fe865-cbc5-496f-88a7-d46d5d671d02' from server 'default-server' 22:11:07,063 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 5b5fe865-cbc5-496f-88a7-d46d5d671d02.war (runtime-name: 5b5fe865-cbc5-496f-88a7-d46d5d671d02.war) in 13ms 22:11:07,127 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/1862004c836e091f4ab11430f163c9e416841b/content 22:11:07,127 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war" (runtime-name: "5b5fe865-cbc5-496f-88a7-d46d5d671d02.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.07 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest 22:11:07,661 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4d/e59525d6e957f16c1e5adafa57289eb073f8b3/content 22:11:07,665 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war" (runtime-name: "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war") 22:11:07,798 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war 22:11:07,874 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:07,875 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:11:07,876 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:07,877 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:08,183 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:08,189 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/adc9659c-6bb5-4706-b0b7-9ce1369fdde2' 22:11:08,275 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:08,334 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:08,335 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:08,335 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:08,360 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/adc9659c-6bb5-4706-b0b7-9ce1369fdde2' for server 'default-server' 22:11:08,375 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war" (runtime-name : "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war") 22:11:08,674 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/adc9659c-6bb5-4706-b0b7-9ce1369fdde2' from server 'default-server' 22:11:08,729 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war (runtime-name: adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war) in 61ms 22:11:08,743 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4d/e59525d6e957f16c1e5adafa57289eb073f8b3/content 22:11:08,743 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war" (runtime-name: "adc9659c-6bb5-4706-b0b7-9ce1369fdde2.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest 22:11:09,271 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/3b/096708ed29655cbc52f507e16b4901b1555df7/content 22:11:09,274 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war" (runtime-name: "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war") 22:11:09,441 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war 22:11:09,540 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:09,541 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:11:09,542 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:09,542 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:09,929 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:09,933 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e' 22:11:10,031 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:10,065 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:10,066 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:10,066 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:10,122 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e' for server 'default-server' 22:11:10,138 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war" (runtime-name : "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war") 22:11:10,541 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e' from server 'default-server' 22:11:10,551 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war (runtime-name: e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war) in 10ms 22:11:10,564 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/3b/096708ed29655cbc52f507e16b4901b1555df7/content 22:11:10,564 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war" (runtime-name: "e3c72ded-6ab7-4a0b-b2d2-6861d50c7a6e.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.814 s - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest 22:11:11,066 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/89/bc126f960316b0a53d238718f2d79c21adcd9e/content 22:11:11,070 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "055e1053-cce6-4938-888a-7fce77cccb4e.war" (runtime-name: "055e1053-cce6-4938-888a-7fce77cccb4e.war") 22:11:11,247 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 055e1053-cce6-4938-888a-7fce77cccb4e.war 22:11:11,344 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:11,345 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:11:11,346 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:11,346 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=055e1053-cce6-4938-888a-7fce77cccb4e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:11,740 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:11,744 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/055e1053-cce6-4938-888a-7fce77cccb4e' 22:11:11,782 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:11,854 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:11,855 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:11,855 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:11,871 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/055e1053-cce6-4938-888a-7fce77cccb4e' for server 'default-server' 22:11:11,927 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "055e1053-cce6-4938-888a-7fce77cccb4e.war" (runtime-name : "055e1053-cce6-4938-888a-7fce77cccb4e.war") 22:11:12,456 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/055e1053-cce6-4938-888a-7fce77cccb4e' from server 'default-server' 22:11:12,466 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 055e1053-cce6-4938-888a-7fce77cccb4e.war (runtime-name: 055e1053-cce6-4938-888a-7fce77cccb4e.war) in 11ms 22:11:12,532 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/89/bc126f960316b0a53d238718f2d79c21adcd9e/content 22:11:12,533 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "055e1053-cce6-4938-888a-7fce77cccb4e.war" (runtime-name: "055e1053-cce6-4938-888a-7fce77cccb4e.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.974 s - in ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest 22:11:13,062 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/38/4cdbe04dab26765920c79f3b04f86480eef413/content 22:11:13,068 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war" (runtime-name: "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war") 22:11:13,271 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment fb86a605-4e7e-4db3-883a-7b746fe10b3a.war 22:11:13,367 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:13,368 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:11:13,369 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:13,369 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fb86a605-4e7e-4db3-883a-7b746fe10b3a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:13,700 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:13,722 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/fb86a605-4e7e-4db3-883a-7b746fe10b3a' 22:11:13,773 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:13,829 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:13,830 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:13,830 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:13,857 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/fb86a605-4e7e-4db3-883a-7b746fe10b3a' for server 'default-server' 22:11:13,878 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war" (runtime-name : "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war") 22:11:14,435 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/fb86a605-4e7e-4db3-883a-7b746fe10b3a' from server 'default-server' 22:11:14,446 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment fb86a605-4e7e-4db3-883a-7b746fe10b3a.war (runtime-name: fb86a605-4e7e-4db3-883a-7b746fe10b3a.war) in 11ms 22:11:14,473 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/38/4cdbe04dab26765920c79f3b04f86480eef413/content 22:11:14,521 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war" (runtime-name: "fb86a605-4e7e-4db3-883a-7b746fe10b3a.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.972 s - in ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest [INFO] Running ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest 22:11:15,027 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bf/9bb69a7c78e32fe83f4ed0cfd638e8252c1aeb/content 22:11:15,031 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war" (runtime-name: "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war") 22:11:15,164 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment d6e40e14-a4f8-4da2-ae34-ed06a7831630.war 22:11:15,269 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:15,270 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:11:15,271 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:15,271 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=d6e40e14-a4f8-4da2-ae34-ed06a7831630.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:15,628 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:15,632 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/d6e40e14-a4f8-4da2-ae34-ed06a7831630' 22:11:15,670 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:15,699 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:15,700 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:15,700 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:15,739 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/d6e40e14-a4f8-4da2-ae34-ed06a7831630' for server 'default-server' 22:11:15,755 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war" (runtime-name : "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war") 22:11:16,141 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/d6e40e14-a4f8-4da2-ae34-ed06a7831630' from server 'default-server' 22:11:16,153 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment d6e40e14-a4f8-4da2-ae34-ed06a7831630.war (runtime-name: d6e40e14-a4f8-4da2-ae34-ed06a7831630.war) in 13ms 22:11:16,173 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/bf/9bb69a7c78e32fe83f4ed0cfd638e8252c1aeb/content 22:11:16,174 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war" (runtime-name: "d6e40e14-a4f8-4da2-ae34-ed06a7831630.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s - in ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest 22:11:16,749 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c0/c71dd842ea298eeb2344a927d0ba6bc4732ddc/content 22:11:16,752 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war" (runtime-name: "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war") 22:11:16,869 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment a30b3891-746d-4a72-9ac5-2de8cb9e361e.war 22:11:16,960 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:16,961 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:11:16,962 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:16,962 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a30b3891-746d-4a72-9ac5-2de8cb9e361e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:17,369 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:17,373 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/a30b3891-746d-4a72-9ac5-2de8cb9e361e' 22:11:17,457 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:17,523 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:17,524 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:17,524 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:17,538 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/a30b3891-746d-4a72-9ac5-2de8cb9e361e' for server 'default-server' 22:11:17,552 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war" (runtime-name : "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war") 22:11:17,936 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/a30b3891-746d-4a72-9ac5-2de8cb9e361e' from server 'default-server' 22:11:17,945 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment a30b3891-746d-4a72-9ac5-2de8cb9e361e.war (runtime-name: a30b3891-746d-4a72-9ac5-2de8cb9e361e.war) in 9ms 22:11:17,958 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c0/c71dd842ea298eeb2344a927d0ba6bc4732ddc/content 22:11:17,958 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war" (runtime-name: "a30b3891-746d-4a72-9ac5-2de8cb9e361e.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 s - in ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest 22:11:18,400 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b8/a693ac932f27cf6e188c2d381c40ee235516e9/content 22:11:18,403 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "18eac176-a614-4ca8-b78d-9cf232f79c12.war" (runtime-name: "18eac176-a614-4ca8-b78d-9cf232f79c12.war") 22:11:18,489 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 18eac176-a614-4ca8-b78d-9cf232f79c12.war 22:11:18,547 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:18,548 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:11:18,549 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:18,549 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=18eac176-a614-4ca8-b78d-9cf232f79c12.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:18,777 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:18,781 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/18eac176-a614-4ca8-b78d-9cf232f79c12' 22:11:18,842 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:11:18,870 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:11:18,871 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:11:18,871 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:11:18,886 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/18eac176-a614-4ca8-b78d-9cf232f79c12' for server 'default-server' 22:11:18,924 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "18eac176-a614-4ca8-b78d-9cf232f79c12.war" (runtime-name : "18eac176-a614-4ca8-b78d-9cf232f79c12.war") 22:11:19,369 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/18eac176-a614-4ca8-b78d-9cf232f79c12' from server 'default-server' 22:11:19,378 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 18eac176-a614-4ca8-b78d-9cf232f79c12.war (runtime-name: 18eac176-a614-4ca8-b78d-9cf232f79c12.war) in 10ms 22:11:19,442 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b8/a693ac932f27cf6e188c2d381c40ee235516e9/content 22:11:19,442 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "18eac176-a614-4ca8-b78d-9cf232f79c12.war" (runtime-name: "18eac176-a614-4ca8-b78d-9cf232f79c12.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s - in ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest 22:11:19,951 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f7/0fd8d6bca86b60c02d189ac901697fb206ad21/content 22:11:19,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "461c80a4-3831-494d-9db4-7ff62e8b4e55.war" (runtime-name: "461c80a4-3831-494d-9db4-7ff62e8b4e55.war") 22:11:20,070 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 461c80a4-3831-494d-9db4-7ff62e8b4e55.war 22:11:20,129 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:20,130 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:11:20,131 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:20,131 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=461c80a4-3831-494d-9db4-7ff62e8b4e55.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:20,426 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:20,430 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/461c80a4-3831-494d-9db4-7ff62e8b4e55' 22:11:20,466 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:20,492 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:20,493 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:20,493 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:20,504 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/461c80a4-3831-494d-9db4-7ff62e8b4e55' for server 'default-server' 22:11:20,542 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "461c80a4-3831-494d-9db4-7ff62e8b4e55.war" (runtime-name : "461c80a4-3831-494d-9db4-7ff62e8b4e55.war") 22:11:20,769 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/461c80a4-3831-494d-9db4-7ff62e8b4e55' from server 'default-server' 22:11:20,778 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 461c80a4-3831-494d-9db4-7ff62e8b4e55.war (runtime-name: 461c80a4-3831-494d-9db4-7ff62e8b4e55.war) in 10ms 22:11:20,835 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f7/0fd8d6bca86b60c02d189ac901697fb206ad21/content 22:11:20,835 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "461c80a4-3831-494d-9db4-7ff62e8b4e55.war" (runtime-name: "461c80a4-3831-494d-9db4-7ff62e8b4e55.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s - in ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest 22:11:21,202 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/62/4e2e861c7e3394716592e788030407c7618885/content 22:11:21,204 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war" (runtime-name: "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war") 22:11:21,326 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war 22:11:21,372 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:21,373 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:11:21,373 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:21,374 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:21,584 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:21,588 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/bc7fcb90-3a42-42d9-99cb-e6582c1e14c8' 22:11:21,649 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:11:21,691 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:11:21,693 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:11:21,693 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:11:21,723 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/bc7fcb90-3a42-42d9-99cb-e6582c1e14c8' for server 'default-server' 22:11:21,749 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war" (runtime-name : "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war") 22:11:21,974 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/bc7fcb90-3a42-42d9-99cb-e6582c1e14c8' from server 'default-server' 22:11:21,983 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war (runtime-name: bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war) in 10ms 22:11:22,037 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/62/4e2e861c7e3394716592e788030407c7618885/content 22:11:22,037 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war" (runtime-name: "bc7fcb90-3a42-42d9-99cb-e6582c1e14c8.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s - in ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest [INFO] Running ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest 22:11:22,457 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/6e/ab54e4d4aa0558a30b18654f8cf927e8d26963/content 22:11:22,460 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "b8cd4857-0121-438a-a04f-2105f7b814c0.war" (runtime-name: "b8cd4857-0121-438a-a04f-2105f7b814c0.war") 22:11:22,550 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment b8cd4857-0121-438a-a04f-2105f7b814c0.war 22:11:22,600 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:22,601 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:11:22,602 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:22,602 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b8cd4857-0121-438a-a04f-2105f7b814c0.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:22,848 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:22,852 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/b8cd4857-0121-438a-a04f-2105f7b814c0' 22:11:22,886 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:22,935 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:22,936 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:22,936 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:22,944 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/b8cd4857-0121-438a-a04f-2105f7b814c0' for server 'default-server' 22:11:22,958 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "b8cd4857-0121-438a-a04f-2105f7b814c0.war" (runtime-name : "b8cd4857-0121-438a-a04f-2105f7b814c0.war") 22:11:23,164 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/b8cd4857-0121-438a-a04f-2105f7b814c0' from server 'default-server' 22:11:23,173 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment b8cd4857-0121-438a-a04f-2105f7b814c0.war (runtime-name: b8cd4857-0121-438a-a04f-2105f7b814c0.war) in 10ms 22:11:23,184 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/6e/ab54e4d4aa0558a30b18654f8cf927e8d26963/content 22:11:23,185 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "b8cd4857-0121-438a-a04f-2105f7b814c0.war" (runtime-name: "b8cd4857-0121-438a-a04f-2105f7b814c0.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 s - in ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest [INFO] Running ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest 22:11:23,648 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/34/64edf469da76423f3dfbacc052795993bf9a47/content 22:11:23,651 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "c6b5b218-acb2-498b-bdac-80c7af36b78b.war" (runtime-name: "c6b5b218-acb2-498b-bdac-80c7af36b78b.war") 22:11:23,740 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment c6b5b218-acb2-498b-bdac-80c7af36b78b.war 22:11:23,787 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:23,788 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:11:23,788 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:23,789 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c6b5b218-acb2-498b-bdac-80c7af36b78b.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:24,039 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:24,044 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/c6b5b218-acb2-498b-bdac-80c7af36b78b' 22:11:24,075 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:24,098 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:24,098 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:24,121 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:24,148 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/c6b5b218-acb2-498b-bdac-80c7af36b78b' for server 'default-server' 22:11:24,164 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c6b5b218-acb2-498b-bdac-80c7af36b78b.war" (runtime-name : "c6b5b218-acb2-498b-bdac-80c7af36b78b.war") 22:11:24,245 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:11:24,303 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:11:24,360 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:11:24,382 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:11:24,430 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:11:24,450 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:11:24,525 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/c6b5b218-acb2-498b-bdac-80c7af36b78b' from server 'default-server' 22:11:24,537 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment c6b5b218-acb2-498b-bdac-80c7af36b78b.war (runtime-name: c6b5b218-acb2-498b-bdac-80c7af36b78b.war) in 13ms 22:11:24,549 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/34/64edf469da76423f3dfbacc052795993bf9a47/content 22:11:24,549 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "c6b5b218-acb2-498b-bdac-80c7af36b78b.war" (runtime-name: "c6b5b218-acb2-498b-bdac-80c7af36b78b.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s - in ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest 22:11:25,066 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/8f/8794a7c2f5dc4274ed4c274224fcc30c33c737/content 22:11:25,069 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "7536f0b8-2565-4a8a-a9fd-e29104873354.war" (runtime-name: "7536f0b8-2565-4a8a-a9fd-e29104873354.war") 22:11:25,258 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 7536f0b8-2565-4a8a-a9fd-e29104873354.war 22:11:25,349 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:25,351 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:11:25,352 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:25,352 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7536f0b8-2565-4a8a-a9fd-e29104873354.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:25,660 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:25,666 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/7536f0b8-2565-4a8a-a9fd-e29104873354' 22:11:25,749 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:25,781 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlApplication$Proxy$_$$_WeldClientProxy 22:11:25,782 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:25,782 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:25,827 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/7536f0b8-2565-4a8a-a9fd-e29104873354' for server 'default-server' 22:11:25,849 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "7536f0b8-2565-4a8a-a9fd-e29104873354.war" (runtime-name : "7536f0b8-2565-4a8a-a9fd-e29104873354.war") 22:11:25,988 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/7536f0b8-2565-4a8a-a9fd-e29104873354' from server 'default-server' 22:11:26,023 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 7536f0b8-2565-4a8a-a9fd-e29104873354.war (runtime-name: 7536f0b8-2565-4a8a-a9fd-e29104873354.war) in 36ms 22:11:26,043 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/8f/8794a7c2f5dc4274ed4c274224fcc30c33c737/content 22:11:26,043 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "7536f0b8-2565-4a8a-a9fd-e29104873354.war" (runtime-name: "7536f0b8-2565-4a8a-a9fd-e29104873354.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.491 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest 22:11:26,456 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ac/d5ec3a297ad57fc500fbd052debb287039f583/content 22:11:26,459 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war" (runtime-name: "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war") 22:11:26,633 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 164c5ff5-cdc9-41e4-846c-b5298304bd5e.war 22:11:26,676 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:26,678 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:11:26,678 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:26,679 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=164c5ff5-cdc9-41e4-846c-b5298304bd5e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:26,963 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:26,968 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/164c5ff5-cdc9-41e4-846c-b5298304bd5e' 22:11:27,023 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:27,058 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationApplication$Proxy$_$$_WeldClientProxy 22:11:27,059 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:27,059 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:27,071 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/164c5ff5-cdc9-41e4-846c-b5298304bd5e' for server 'default-server' 22:11:27,084 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war" (runtime-name : "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war") 22:11:27,188 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/164c5ff5-cdc9-41e4-846c-b5298304bd5e' from server 'default-server' 22:11:27,198 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 164c5ff5-cdc9-41e4-846c-b5298304bd5e.war (runtime-name: 164c5ff5-cdc9-41e4-846c-b5298304bd5e.war) in 10ms 22:11:27,230 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ac/d5ec3a297ad57fc500fbd052debb287039f583/content 22:11:27,230 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war" (runtime-name: "164c5ff5-cdc9-41e4-846c-b5298304bd5e.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s - in ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest [INFO] Running ee.jakarta.tck.mvc.tests.application.context.MvcContextTest 22:11:27,583 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/30/53821acfc2995e48a26a0f134022ee68fae7dd/content 22:11:27,586 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "0ff93528-ded5-449f-a504-5ee433f740f8.war" (runtime-name: "0ff93528-ded5-449f-a504-5ee433f740f8.war") 22:11:27,702 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 0ff93528-ded5-449f-a504-5ee433f740f8.war 22:11:27,755 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:27,756 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:11:27,757 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:27,757 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=0ff93528-ded5-449f-a504-5ee433f740f8.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:27,984 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:27,990 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/0ff93528-ded5-449f-a504-5ee433f740f8' 22:11:28,046 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:28,073 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:28,074 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:28,074 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:28,083 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/0ff93528-ded5-449f-a504-5ee433f740f8' for server 'default-server' 22:11:28,097 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "0ff93528-ded5-449f-a504-5ee433f740f8.war" (runtime-name : "0ff93528-ded5-449f-a504-5ee433f740f8.war") 22:11:28,346 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/0ff93528-ded5-449f-a504-5ee433f740f8' from server 'default-server' 22:11:28,354 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 0ff93528-ded5-449f-a504-5ee433f740f8.war (runtime-name: 0ff93528-ded5-449f-a504-5ee433f740f8.war) in 9ms 22:11:28,367 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/30/53821acfc2995e48a26a0f134022ee68fae7dd/content 22:11:28,367 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "0ff93528-ded5-449f-a504-5ee433f740f8.war" (runtime-name: "0ff93528-ded5-449f-a504-5ee433f740f8.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in ee.jakarta.tck.mvc.tests.application.context.MvcContextTest [INFO] Running ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest 22:11:28,768 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/51/acf01b7453acca7c55fbeb1a20e9181047183e/content 22:11:28,770 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war" (runtime-name: "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war") 22:11:28,857 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 5a23b3b9-911e-483f-b8e4-9fe299cf9743.war 22:11:28,898 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:28,899 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:11:28,900 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:28,900 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=5a23b3b9-911e-483f-b8e4-9fe299cf9743.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:29,136 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:29,140 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/5a23b3b9-911e-483f-b8e4-9fe299cf9743' 22:11:29,173 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:29,198 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteCustomApplication$Proxy$_$$_WeldClientProxy 22:11:29,199 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:29,199 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:29,229 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/5a23b3b9-911e-483f-b8e4-9fe299cf9743' for server 'default-server' 22:11:29,242 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war" (runtime-name : "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war") 22:11:29,458 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/5a23b3b9-911e-483f-b8e4-9fe299cf9743' from server 'default-server' 22:11:29,467 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 5a23b3b9-911e-483f-b8e4-9fe299cf9743.war (runtime-name: 5a23b3b9-911e-483f-b8e4-9fe299cf9743.war) in 10ms 22:11:29,479 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/51/acf01b7453acca7c55fbeb1a20e9181047183e/content 22:11:29,479 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war" (runtime-name: "5a23b3b9-911e-483f-b8e4-9fe299cf9743.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s - in ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest [INFO] Running ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest 22:11:29,885 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/e2/2b7e88e2a4901ad4cb0c8b59765ef4d39713fd/content 22:11:29,888 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war" (runtime-name: "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war") 22:11:30,006 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war 22:11:30,077 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:30,078 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:11:30,079 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:30,079 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:30,279 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:30,283 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/3820dee8-bce4-4ff0-8aa9-0d7b29987fd8' 22:11:30,343 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:30,385 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.CustomFormMethodOverwriteFieldApplication$Proxy$_$$_WeldClientProxy 22:11:30,386 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:30,386 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:30,401 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/3820dee8-bce4-4ff0-8aa9-0d7b29987fd8' for server 'default-server' 22:11:30,425 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war" (runtime-name : "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war") 22:11:30,657 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/3820dee8-bce4-4ff0-8aa9-0d7b29987fd8' from server 'default-server' 22:11:30,669 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war (runtime-name: 3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war) in 12ms 22:11:30,727 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/e2/2b7e88e2a4901ad4cb0c8b59765ef4d39713fd/content 22:11:30,727 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war" (runtime-name: "3820dee8-bce4-4ff0-8aa9-0d7b29987fd8.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 s - in ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest [INFO] Running ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest 22:11:31,165 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/62/6f44de53366621b905bd1454b453e2c629f1d9/content 22:11:31,168 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "57a7a87b-990c-4db9-bdaa-9f0dca936928.war" (runtime-name: "57a7a87b-990c-4db9-bdaa-9f0dca936928.war") 22:11:31,291 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 57a7a87b-990c-4db9-bdaa-9f0dca936928.war 22:11:31,363 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:31,364 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:11:31,365 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:31,365 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=57a7a87b-990c-4db9-bdaa-9f0dca936928.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:31,590 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:31,594 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/57a7a87b-990c-4db9-bdaa-9f0dca936928' 22:11:31,648 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:11:31,675 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:11:31,676 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:11:31,676 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:11:31,690 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/57a7a87b-990c-4db9-bdaa-9f0dca936928' for server 'default-server' 22:11:31,704 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "57a7a87b-990c-4db9-bdaa-9f0dca936928.war" (runtime-name : "57a7a87b-990c-4db9-bdaa-9f0dca936928.war") 22:11:32,161 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/57a7a87b-990c-4db9-bdaa-9f0dca936928' from server 'default-server' 22:11:32,169 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 57a7a87b-990c-4db9-bdaa-9f0dca936928.war (runtime-name: 57a7a87b-990c-4db9-bdaa-9f0dca936928.war) in 9ms 22:11:32,233 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/62/6f44de53366621b905bd1454b453e2c629f1d9/content 22:11:32,234 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "57a7a87b-990c-4db9-bdaa-9f0dca936928.war" (runtime-name: "57a7a87b-990c-4db9-bdaa-9f0dca936928.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s - in ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest 22:11:32,680 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c3/335b453f783ace8e8cb6d73c888bf5542c88d1/content 22:11:32,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "a76562aa-285e-4ccf-b766-6e317d94bc6d.war" (runtime-name: "a76562aa-285e-4ccf-b766-6e317d94bc6d.war") 22:11:32,842 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment a76562aa-285e-4ccf-b766-6e317d94bc6d.war 22:11:32,947 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:32,948 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:11:32,950 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:32,950 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=a76562aa-285e-4ccf-b766-6e317d94bc6d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:33,277 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:33,283 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/a76562aa-285e-4ccf-b766-6e317d94bc6d' 22:11:33,351 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:33,391 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigApplication$Proxy$_$$_WeldClientProxy 22:11:33,392 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:33,392 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:33,421 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/a76562aa-285e-4ccf-b766-6e317d94bc6d' for server 'default-server' 22:11:33,438 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "a76562aa-285e-4ccf-b766-6e317d94bc6d.war" (runtime-name : "a76562aa-285e-4ccf-b766-6e317d94bc6d.war") 22:11:33,858 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/a76562aa-285e-4ccf-b766-6e317d94bc6d' from server 'default-server' 22:11:33,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment a76562aa-285e-4ccf-b766-6e317d94bc6d.war (runtime-name: a76562aa-285e-4ccf-b766-6e317d94bc6d.war) in 10ms 22:11:33,885 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c3/335b453f783ace8e8cb6d73c888bf5542c88d1/content 22:11:33,886 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "a76562aa-285e-4ccf-b766-6e317d94bc6d.war" (runtime-name: "a76562aa-285e-4ccf-b766-6e317d94bc6d.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.643 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest 22:11:34,283 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f6/7305f23b5877ada79b8db1ed8d8b18d8ac431d/content 22:11:34,285 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "016450a5-3c09-4845-956d-dd0cb9346cf5.war" (runtime-name: "016450a5-3c09-4845-956d-dd0cb9346cf5.war") 22:11:34,369 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 016450a5-3c09-4845-956d-dd0cb9346cf5.war 22:11:34,434 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:34,435 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:11:34,436 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:34,436 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=016450a5-3c09-4845-956d-dd0cb9346cf5.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:34,688 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 80) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:34,692 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 80) Initializing Mojarra 4.0.0.SP01 for context '/016450a5-3c09-4845-956d-dd0cb9346cf5' 22:11:34,753 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 80) Initializing Eclipse Krazo... 22:11:34,786 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 80) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigApplication$Proxy$_$$_WeldClientProxy 22:11:34,788 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:11:34,788 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:11:34,803 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0021: Registered web context: '/016450a5-3c09-4845-956d-dd0cb9346cf5' for server 'default-server' 22:11:34,830 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "016450a5-3c09-4845-956d-dd0cb9346cf5.war" (runtime-name : "016450a5-3c09-4845-956d-dd0cb9346cf5.war") 22:11:35,274 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 80) WFLYUT0022: Unregistered web context: '/016450a5-3c09-4845-956d-dd0cb9346cf5' from server 'default-server' 22:11:35,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 016450a5-3c09-4845-956d-dd0cb9346cf5.war (runtime-name: 016450a5-3c09-4845-956d-dd0cb9346cf5.war) in 9ms 22:11:35,294 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f6/7305f23b5877ada79b8db1ed8d8b18d8ac431d/content 22:11:35,294 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "016450a5-3c09-4845-956d-dd0cb9346cf5.war" (runtime-name: "016450a5-3c09-4845-956d-dd0cb9346cf5.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.37 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest 22:11:35,790 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/11/29d021630177c45622dafd277f9edbcf523beb/content 22:11:35,794 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "46740154-e27f-4266-a3f4-eabeeddd6891.war" (runtime-name: "46740154-e27f-4266-a3f4-eabeeddd6891.war") 22:11:35,897 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 46740154-e27f-4266-a3f4-eabeeddd6891.war 22:11:35,955 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:35,956 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:11:35,957 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:35,957 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=46740154-e27f-4266-a3f4-eabeeddd6891.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:36,185 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:36,190 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/46740154-e27f-4266-a3f4-eabeeddd6891' 22:11:36,274 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:36,322 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigApplication$Proxy$_$$_WeldClientProxy 22:11:36,323 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:36,323 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:36,338 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/46740154-e27f-4266-a3f4-eabeeddd6891' for server 'default-server' 22:11:36,352 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "46740154-e27f-4266-a3f4-eabeeddd6891.war" (runtime-name : "46740154-e27f-4266-a3f4-eabeeddd6891.war") 22:11:36,703 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/46740154-e27f-4266-a3f4-eabeeddd6891' from server 'default-server' 22:11:36,729 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 46740154-e27f-4266-a3f4-eabeeddd6891.war (runtime-name: 46740154-e27f-4266-a3f4-eabeeddd6891.war) in 27ms 22:11:36,741 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/11/29d021630177c45622dafd277f9edbcf523beb/content 22:11:36,741 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "46740154-e27f-4266-a3f4-eabeeddd6891.war" (runtime-name: "46740154-e27f-4266-a3f4-eabeeddd6891.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.416 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest 22:11:37,255 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/dd/32c4c0dc2b54fd0dad6649c1b2ee0fd726e0fc/content 22:11:37,258 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "01685e54-650b-4662-9858-a6acf8786397.war" (runtime-name: "01685e54-650b-4662-9858-a6acf8786397.war") 22:11:37,380 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 01685e54-650b-4662-9858-a6acf8786397.war 22:11:37,431 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:37,432 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:11:37,432 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:37,432 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=01685e54-650b-4662-9858-a6acf8786397.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:37,639 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:37,644 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/01685e54-650b-4662-9858-a6acf8786397' 22:11:37,692 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:11:37,730 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 27) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigApplication$Proxy$_$$_WeldClientProxy 22:11:37,731 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:11:37,731 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:11:37,744 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/01685e54-650b-4662-9858-a6acf8786397' for server 'default-server' 22:11:37,758 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "01685e54-650b-4662-9858-a6acf8786397.war" (runtime-name : "01685e54-650b-4662-9858-a6acf8786397.war") 22:11:38,191 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/01685e54-650b-4662-9858-a6acf8786397' from server 'default-server' 22:11:38,227 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 01685e54-650b-4662-9858-a6acf8786397.war (runtime-name: 01685e54-650b-4662-9858-a6acf8786397.war) in 36ms 22:11:38,238 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/dd/32c4c0dc2b54fd0dad6649c1b2ee0fd726e0fc/content 22:11:38,238 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "01685e54-650b-4662-9858-a6acf8786397.war" (runtime-name: "01685e54-650b-4662-9858-a6acf8786397.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.492 s - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest 22:11:38,787 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/77/041678a0a846f4f9b5db8fb3b1d6f940a7b214/content 22:11:38,790 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "287624c2-8a62-4fd4-9c14-269fc398087f.war" (runtime-name: "287624c2-8a62-4fd4-9c14-269fc398087f.war") 22:11:38,869 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 287624c2-8a62-4fd4-9c14-269fc398087f.war 22:11:38,946 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:38,947 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:11:38,948 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:38,949 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=287624c2-8a62-4fd4-9c14-269fc398087f.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:39,199 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:39,221 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/287624c2-8a62-4fd4-9c14-269fc398087f' 22:11:39,258 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:11:39,285 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:11:39,287 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:11:39,287 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:11:39,298 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/287624c2-8a62-4fd4-9c14-269fc398087f' for server 'default-server' 22:11:39,326 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "287624c2-8a62-4fd4-9c14-269fc398087f.war" (runtime-name : "287624c2-8a62-4fd4-9c14-269fc398087f.war") 22:11:39,472 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/287624c2-8a62-4fd4-9c14-269fc398087f' from server 'default-server' 22:11:39,481 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 287624c2-8a62-4fd4-9c14-269fc398087f.war (runtime-name: 287624c2-8a62-4fd4-9c14-269fc398087f.war) in 10ms 22:11:39,526 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/77/041678a0a846f4f9b5db8fb3b1d6f940a7b214/content 22:11:39,527 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "287624c2-8a62-4fd4-9c14-269fc398087f.war" (runtime-name: "287624c2-8a62-4fd4-9c14-269fc398087f.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 s - in ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest 22:11:39,891 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b0/cb586cd104219de13e548eb4b8bbf518ce965d/content 22:11:39,894 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "4c697b8e-da9f-4e88-b44f-90e7825586c2.war" (runtime-name: "4c697b8e-da9f-4e88-b44f-90e7825586c2.war") 22:11:39,968 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 4c697b8e-da9f-4e88-b44f-90e7825586c2.war 22:11:40,012 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:40,013 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:11:40,014 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:40,014 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=4c697b8e-da9f-4e88-b44f-90e7825586c2.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:40,236 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:40,240 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/4c697b8e-da9f-4e88-b44f-90e7825586c2' 22:11:40,277 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:40,326 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:40,328 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:40,328 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:40,342 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/4c697b8e-da9f-4e88-b44f-90e7825586c2' for server 'default-server' 22:11:40,360 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "4c697b8e-da9f-4e88-b44f-90e7825586c2.war" (runtime-name : "4c697b8e-da9f-4e88-b44f-90e7825586c2.war") 22:11:40,768 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/4c697b8e-da9f-4e88-b44f-90e7825586c2' from server 'default-server' 22:11:40,826 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 4c697b8e-da9f-4e88-b44f-90e7825586c2.war (runtime-name: 4c697b8e-da9f-4e88-b44f-90e7825586c2.war) in 58ms 22:11:40,838 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b0/cb586cd104219de13e548eb4b8bbf518ce965d/content 22:11:40,838 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "4c697b8e-da9f-4e88-b44f-90e7825586c2.war" (runtime-name: "4c697b8e-da9f-4e88-b44f-90e7825586c2.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest 22:11:41,361 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/33/f4d71dc194b0b51c11b56743c75c15de66e96a/content 22:11:41,364 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "7dac49da-2aec-4243-bd12-37f25c20953b.war" (runtime-name: "7dac49da-2aec-4243-bd12-37f25c20953b.war") 22:11:41,443 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 7dac49da-2aec-4243-bd12-37f25c20953b.war 22:11:41,483 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:41,483 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:11:41,484 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:41,484 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7dac49da-2aec-4243-bd12-37f25c20953b.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:41,743 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:41,749 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/7dac49da-2aec-4243-bd12-37f25c20953b' 22:11:41,790 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:41,843 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderApplication$Proxy$_$$_WeldClientProxy 22:11:41,844 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:41,844 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:41,854 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/7dac49da-2aec-4243-bd12-37f25c20953b' for server 'default-server' 22:11:41,873 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "7dac49da-2aec-4243-bd12-37f25c20953b.war" (runtime-name : "7dac49da-2aec-4243-bd12-37f25c20953b.war") 22:11:42,132 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/7dac49da-2aec-4243-bd12-37f25c20953b' from server 'default-server' 22:11:42,140 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 7dac49da-2aec-4243-bd12-37f25c20953b.war (runtime-name: 7dac49da-2aec-4243-bd12-37f25c20953b.war) in 8ms 22:11:42,151 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/33/f4d71dc194b0b51c11b56743c75c15de66e96a/content 22:11:42,151 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "7dac49da-2aec-4243-bd12-37f25c20953b.war" (runtime-name: "7dac49da-2aec-4243-bd12-37f25c20953b.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest 22:11:42,572 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/40/6f5b918cd26453eec5d47dd2b8c2d97b88370d/content 22:11:42,575 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war" (runtime-name: "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war") 22:11:42,682 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 94e94f27-6b45-4a9d-bfb3-abffcd002a30.war 22:11:42,753 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:42,754 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:11:42,755 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:42,755 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=94e94f27-6b45-4a9d-bfb3-abffcd002a30.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:42,957 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:42,960 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/94e94f27-6b45-4a9d-bfb3-abffcd002a30' 22:11:43,040 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:43,073 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:43,074 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:43,074 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:43,083 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/94e94f27-6b45-4a9d-bfb3-abffcd002a30' for server 'default-server' 22:11:43,095 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war" (runtime-name : "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war") 22:11:43,348 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/94e94f27-6b45-4a9d-bfb3-abffcd002a30' from server 'default-server' 22:11:43,355 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 94e94f27-6b45-4a9d-bfb3-abffcd002a30.war (runtime-name: 94e94f27-6b45-4a9d-bfb3-abffcd002a30.war) in 7ms 22:11:43,366 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/40/6f5b918cd26453eec5d47dd2b8c2d97b88370d/content 22:11:43,366 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war" (runtime-name: "94e94f27-6b45-4a9d-bfb3-abffcd002a30.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest [INFO] Running ee.jakarta.tck.mvc.tests.security.xss.EncodersTest 22:11:43,786 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/80/04f058ddde39b8a2aa2aa58f3e834e13aee3b3/content 22:11:43,789 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "daefecb9-9de9-46e7-8db0-f4b2650703f7.war" (runtime-name: "daefecb9-9de9-46e7-8db0-f4b2650703f7.war") 22:11:43,865 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment daefecb9-9de9-46e7-8db0-f4b2650703f7.war 22:11:43,925 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:43,927 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:11:43,927 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:43,928 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=daefecb9-9de9-46e7-8db0-f4b2650703f7.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:44,088 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:44,092 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/daefecb9-9de9-46e7-8db0-f4b2650703f7' 22:11:44,151 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:44,174 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:44,175 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:44,175 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:44,186 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/daefecb9-9de9-46e7-8db0-f4b2650703f7' for server 'default-server' 22:11:44,198 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "daefecb9-9de9-46e7-8db0-f4b2650703f7.war" (runtime-name : "daefecb9-9de9-46e7-8db0-f4b2650703f7.war") 22:11:44,653 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/daefecb9-9de9-46e7-8db0-f4b2650703f7' from server 'default-server' 22:11:44,661 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment daefecb9-9de9-46e7-8db0-f4b2650703f7.war (runtime-name: daefecb9-9de9-46e7-8db0-f4b2650703f7.war) in 8ms 22:11:44,672 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/80/04f058ddde39b8a2aa2aa58f3e834e13aee3b3/content 22:11:44,672 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "daefecb9-9de9-46e7-8db0-f4b2650703f7.war" (runtime-name: "daefecb9-9de9-46e7-8db0-f4b2650703f7.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s - in ee.jakarta.tck.mvc.tests.security.xss.EncodersTest [INFO] Running ee.jakarta.tck.mvc.tests.events.MvcEventsTest 22:11:45,050 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b8/1bac92b94c251b077202707b02fc6894a21204/content 22:11:45,052 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "26e42db8-c127-4c21-9353-fce1146fc315.war" (runtime-name: "26e42db8-c127-4c21-9353-fce1146fc315.war") 22:11:45,140 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 26e42db8-c127-4c21-9353-fce1146fc315.war 22:11:45,181 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:45,182 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:11:45,183 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:45,183 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=26e42db8-c127-4c21-9353-fce1146fc315.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:45,424 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:45,428 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/26e42db8-c127-4c21-9353-fce1146fc315' 22:11:45,470 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:45,498 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:45,498 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:45,499 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:45,511 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/26e42db8-c127-4c21-9353-fce1146fc315' for server 'default-server' 22:11:45,532 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "26e42db8-c127-4c21-9353-fce1146fc315.war" (runtime-name : "26e42db8-c127-4c21-9353-fce1146fc315.war") 22:11:45,752 ERROR [org.jboss.resteasy.core.providerfactory.DefaultExceptionMapper] (default task-1) RESTEASY002375: Error processing request GET /26e42db8-c127-4c21-9353-fce1146fc315/mvc/events/controller-error - ee.jakarta.tck.mvc.tests.events.MvcEventsController.controllerError: java.lang.IllegalStateException at deployment.26e42db8-c127-4c21-9353-fce1146fc315.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController.controllerError(MvcEventsController.java:51) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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.26e42db8-c127-4c21-9353-fce1146fc315.war//org.eclipse.krazo.lifecycle.RequestLifecycle.aroundController(RequestLifecycle.java:63) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.war//org.eclipse.krazo.lifecycle.RequestLifecycle$Proxy$_$$_WeldClientProxy.aroundController(Unknown Source) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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.26e42db8-c127-4c21-9353-fce1146fc315.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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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.26e42db8-c127-4c21-9353-fce1146fc315.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController$Proxy$_$$_WeldSubclass.controllerError(Unknown Source) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:833) 22:11:45,853 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.26e42db8-c127-4c21-9353-fce1146fc315.war//org.eclipse.krazo.core.ViewableWriter.writeTo(ViewableWriter.java:167) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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:833) Caused by: jakarta.mvc.engine.ViewEngineException: org.apache.jasper.JasperException: jakarta.el.ELException: java.lang.IllegalStateException at deployment.26e42db8-c127-4c21-9353-fce1146fc315.war//org.eclipse.krazo.engine.JspViewEngine.processView(JspViewEngine.java:60) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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.26e42db8-c127-4c21-9353-fce1146fc315.war//org.eclipse.krazo.engine.ServletViewEngine.forwardRequest(ServletViewEngine.java:121) at deployment.26e42db8-c127-4c21-9353-fce1146fc315.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.26e42db8-c127-4c21-9353-fce1146fc315.war//ee.jakarta.tck.mvc.tests.events.MvcEventsController.lambda$viewError$2(MvcEventsController.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at jakarta.el.api@4.0.0.Final//jakarta.el.ELUtil.invokeMethod(ELUtil.java:216) ... 110 more 22:11:45,939 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/26e42db8-c127-4c21-9353-fce1146fc315' from server 'default-server' 22:11:45,946 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 26e42db8-c127-4c21-9353-fce1146fc315.war (runtime-name: 26e42db8-c127-4c21-9353-fce1146fc315.war) in 7ms 22:11:45,957 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b8/1bac92b94c251b077202707b02fc6894a21204/content 22:11:45,957 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "26e42db8-c127-4c21-9353-fce1146fc315.war" (runtime-name: "26e42db8-c127-4c21-9353-fce1146fc315.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.28 s - in ee.jakarta.tck.mvc.tests.events.MvcEventsTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest 22:11:46,383 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/76/aaabf7a5febd7f6ce6e962ed885dfb2f50b54a/content 22:11:46,425 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war" (runtime-name: "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war") 22:11:46,527 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war 22:11:46,574 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:46,575 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:11:46,575 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:46,576 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:46,792 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:46,834 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/ae8de548-70ce-44c5-9ff7-f7596b4d43ca' 22:11:46,866 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:46,888 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:46,889 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:46,889 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:46,902 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/ae8de548-70ce-44c5-9ff7-f7596b4d43ca' for server 'default-server' 22:11:46,934 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war" (runtime-name : "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war") 22:11:47,140 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/ae8de548-70ce-44c5-9ff7-f7596b4d43ca' from server 'default-server' 22:11:47,148 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war (runtime-name: ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war) in 8ms 22:11:47,159 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/76/aaabf7a5febd7f6ce6e962ed885dfb2f50b54a/content 22:11:47,159 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war" (runtime-name: "ae8de548-70ce-44c5-9ff7-f7596b4d43ca.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s - in ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest 22:11:47,492 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/18/9436c2b871f3145a743d99bff5045253505ac2/content 22:11:47,494 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war" (runtime-name: "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war") 22:11:47,576 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war 22:11:47,610 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:47,611 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:11:47,612 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:47,612 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:47,780 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:47,784 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/03431ac5-f3b1-4f53-8616-e4dcef1f84e8' 22:11:47,837 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:47,858 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:47,859 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:47,859 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:47,870 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/03431ac5-f3b1-4f53-8616-e4dcef1f84e8' for server 'default-server' 22:11:47,881 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war" (runtime-name : "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war") 22:11:48,041 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.03431ac5-f3b1-4f53-8616-e4dcef1f84e8.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:833) 22:11:48,059 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:11:48,131 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:11:48,148 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/03431ac5-f3b1-4f53-8616-e4dcef1f84e8' from server 'default-server' 22:11:48,155 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war (runtime-name: 03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war) in 7ms 22:11:48,165 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/18/9436c2b871f3145a743d99bff5045253505ac2/content 22:11:48,165 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war" (runtime-name: "03431ac5-f3b1-4f53-8616-e4dcef1f84e8.war") [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest 22:11:48,540 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/fe/ee0c1693200b6f350c0520ec19b1bfdf4a00bb/content 22:11:48,542 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "0be16e83-0da1-4653-ace7-cf9933e83f21.war" (runtime-name: "0be16e83-0da1-4653-ace7-cf9933e83f21.war") 22:11:48,646 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 0be16e83-0da1-4653-ace7-cf9933e83f21.war 22:11:48,723 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:48,724 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:11:48,724 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:48,725 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=0be16e83-0da1-4653-ace7-cf9933e83f21.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:48,926 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:48,929 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/0be16e83-0da1-4653-ace7-cf9933e83f21' 22:11:48,960 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:48,980 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:48,981 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:48,981 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:49,024 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/0be16e83-0da1-4653-ace7-cf9933e83f21' for server 'default-server' 22:11:49,040 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "0be16e83-0da1-4653-ace7-cf9933e83f21.war" (runtime-name : "0be16e83-0da1-4653-ace7-cf9933e83f21.war") 22:11:49,172 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/0be16e83-0da1-4653-ace7-cf9933e83f21' from server 'default-server' 22:11:49,179 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 0be16e83-0da1-4653-ace7-cf9933e83f21.war (runtime-name: 0be16e83-0da1-4653-ace7-cf9933e83f21.war) in 7ms 22:11:49,194 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/fe/ee0c1693200b6f350c0520ec19b1bfdf4a00bb/content 22:11:49,194 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "0be16e83-0da1-4653-ace7-cf9933e83f21.war" (runtime-name: "0be16e83-0da1-4653-ace7-cf9933e83f21.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s - in ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest 22:11:49,557 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/6d/7718bd7d370b5efe8942b97dd26fbd3df0e6e1/content 22:11:49,559 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war" (runtime-name: "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war") 22:11:49,632 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war 22:11:49,668 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:49,669 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:11:49,670 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:49,670 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:49,881 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:49,886 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/801b6a80-6aa8-4aa3-a0e2-fb83decb530e' 22:11:49,942 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:49,966 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:49,967 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:49,968 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:49,992 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/801b6a80-6aa8-4aa3-a0e2-fb83decb530e' for server 'default-server' 22:11:50,005 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war" (runtime-name : "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war") 22:11:50,293 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/801b6a80-6aa8-4aa3-a0e2-fb83decb530e' from server 'default-server' 22:11:50,321 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war (runtime-name: 801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war) in 28ms 22:11:50,331 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/6d/7718bd7d370b5efe8942b97dd26fbd3df0e6e1/content 22:11:50,331 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war" (runtime-name: "801b6a80-6aa8-4aa3-a0e2-fb83decb530e.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s - in ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest 22:11:50,692 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/84/f4f3223058c1f25a70b48afe7ea41343a4eff3/content 22:11:50,694 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war" (runtime-name: "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war") 22:11:50,795 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war 22:11:50,844 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:50,845 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:11:50,846 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:50,846 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:51,042 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:51,047 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/2bfbf23a-83d7-4ee5-9d8b-750424635e8a' 22:11:51,096 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:51,140 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:51,141 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:51,141 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:51,151 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/2bfbf23a-83d7-4ee5-9d8b-750424635e8a' for server 'default-server' 22:11:51,169 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war" (runtime-name : "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war") 22:11:51,316 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/2bfbf23a-83d7-4ee5-9d8b-750424635e8a' from server 'default-server' 22:11:51,325 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war (runtime-name: 2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war) in 9ms 22:11:51,341 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/84/f4f3223058c1f25a70b48afe7ea41343a4eff3/content 22:11:51,341 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war" (runtime-name: "2bfbf23a-83d7-4ee5-9d8b-750424635e8a.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest 22:11:51,943 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/72/1d650f4473bf9b6fce94930b4df8506d9ae463/content 22:11:51,946 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "cfafb2f0-31f6-47ca-b088-59eb161ec121.war" (runtime-name: "cfafb2f0-31f6-47ca-b088-59eb161ec121.war") 22:11:52,059 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment cfafb2f0-31f6-47ca-b088-59eb161ec121.war 22:11:52,137 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:52,138 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:11:52,138 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:52,139 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=cfafb2f0-31f6-47ca-b088-59eb161ec121.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:52,452 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:52,456 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/cfafb2f0-31f6-47ca-b088-59eb161ec121' 22:11:52,537 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:52,559 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:52,560 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:52,560 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:52,571 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/cfafb2f0-31f6-47ca-b088-59eb161ec121' for server 'default-server' 22:11:52,582 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "cfafb2f0-31f6-47ca-b088-59eb161ec121.war" (runtime-name : "cfafb2f0-31f6-47ca-b088-59eb161ec121.war") 22:11:52,755 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/cfafb2f0-31f6-47ca-b088-59eb161ec121' from server 'default-server' 22:11:52,761 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment cfafb2f0-31f6-47ca-b088-59eb161ec121.war (runtime-name: cfafb2f0-31f6-47ca-b088-59eb161ec121.war) in 7ms 22:11:52,777 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/72/1d650f4473bf9b6fce94930b4df8506d9ae463/content 22:11:52,777 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "cfafb2f0-31f6-47ca-b088-59eb161ec121.war" (runtime-name: "cfafb2f0-31f6-47ca-b088-59eb161ec121.war") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 s - in ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest 22:11:53,097 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b4/deaad029d0806dd6512dc81f1b6e2da14a1c87/content 22:11:53,099 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "e0c75cd5-a041-47ff-87c6-341b892bc358.war" (runtime-name: "e0c75cd5-a041-47ff-87c6-341b892bc358.war") 22:11:53,169 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment e0c75cd5-a041-47ff-87c6-341b892bc358.war 22:11:53,215 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:53,216 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:11:53,216 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:53,217 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e0c75cd5-a041-47ff-87c6-341b892bc358.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:53,387 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 4) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:53,421 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 4) Initializing Mojarra 4.0.0.SP01 for context '/e0c75cd5-a041-47ff-87c6-341b892bc358' 22:11:53,449 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 4) Initializing Eclipse Krazo... 22:11:53,468 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:53,469 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:53,469 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 4) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:53,477 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/e0c75cd5-a041-47ff-87c6-341b892bc358' for server 'default-server' 22:11:53,488 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "e0c75cd5-a041-47ff-87c6-341b892bc358.war" (runtime-name : "e0c75cd5-a041-47ff-87c6-341b892bc358.war") 22:11:53,612 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: '/e0c75cd5-a041-47ff-87c6-341b892bc358' from server 'default-server' 22:11:53,626 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment e0c75cd5-a041-47ff-87c6-341b892bc358.war (runtime-name: e0c75cd5-a041-47ff-87c6-341b892bc358.war) in 15ms 22:11:53,636 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b4/deaad029d0806dd6512dc81f1b6e2da14a1c87/content 22:11:53,636 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "e0c75cd5-a041-47ff-87c6-341b892bc358.war" (runtime-name: "e0c75cd5-a041-47ff-87c6-341b892bc358.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s - in ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest 22:11:53,908 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c6/ffe0a2f256205eac215b9bafc3d75e79a4df39/content 22:11:53,910 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war" (runtime-name: "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war") 22:11:53,974 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war 22:11:54,008 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:54,009 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:11:54,009 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:54,010 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:54,174 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:54,177 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc' 22:11:54,228 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 22:11:54,248 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:54,248 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:54,249 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 38) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:54,256 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc' for server 'default-server' 22:11:54,266 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war" (runtime-name : "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war") 22:11:54,437 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc' from server 'default-server' 22:11:54,443 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war (runtime-name: eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war) in 7ms 22:11:54,453 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c6/ffe0a2f256205eac215b9bafc3d75e79a4df39/content 22:11:54,453 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war" (runtime-name: "eff96b38-b99a-4e83-ae5f-b5ec0dbc72dc.war") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest 22:11:54,865 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c5/25989b025804aac15016cad775f07ed8f1a609/content 22:11:54,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "1e298ce4-9426-40e0-aa62-10e6331806eb.war" (runtime-name: "1e298ce4-9426-40e0-aa62-10e6331806eb.war") 22:11:54,929 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 1e298ce4-9426-40e0-aa62-10e6331806eb.war 22:11:54,968 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:54,969 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:11:54,970 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:54,970 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1e298ce4-9426-40e0-aa62-10e6331806eb.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:55,152 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 7) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:55,155 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 7) Initializing Mojarra 4.0.0.SP01 for context '/1e298ce4-9426-40e0-aa62-10e6331806eb' 22:11:55,192 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 7) Initializing Eclipse Krazo... 22:11:55,236 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:55,237 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:55,237 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 7) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:55,246 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0021: Registered web context: '/1e298ce4-9426-40e0-aa62-10e6331806eb' for server 'default-server' 22:11:55,256 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "1e298ce4-9426-40e0-aa62-10e6331806eb.war" (runtime-name : "1e298ce4-9426-40e0-aa62-10e6331806eb.war") 22:11:55,557 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 7) WFLYUT0022: Unregistered web context: '/1e298ce4-9426-40e0-aa62-10e6331806eb' from server 'default-server' 22:11:55,563 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 1e298ce4-9426-40e0-aa62-10e6331806eb.war (runtime-name: 1e298ce4-9426-40e0-aa62-10e6331806eb.war) in 7ms 22:11:55,622 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c5/25989b025804aac15016cad775f07ed8f1a609/content 22:11:55,622 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "1e298ce4-9426-40e0-aa62-10e6331806eb.war" (runtime-name: "1e298ce4-9426-40e0-aa62-10e6331806eb.war") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s - in ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest 22:11:56,021 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/04d9128641d99630e9314f35605e1cb06546ed/content 22:11:56,023 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war" (runtime-name: "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war") 22:11:56,122 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war 22:11:56,159 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:56,160 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:11:56,161 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:56,161 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:56,364 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:56,367 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/f5aa2f69-dac6-4334-8d5c-b5f9305afb3d' 22:11:56,437 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:56,460 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:56,461 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:56,461 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:56,474 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/f5aa2f69-dac6-4334-8d5c-b5f9305afb3d' for server 'default-server' 22:11:56,522 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war" (runtime-name : "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war") 22:11:56,845 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: '/f5aa2f69-dac6-4334-8d5c-b5f9305afb3d' from server 'default-server' 22:11:56,853 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war (runtime-name: f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war) in 8ms 22:11:56,864 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0a/04d9128641d99630e9314f35605e1cb06546ed/content 22:11:56,864 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war" (runtime-name: "f5aa2f69-dac6-4334-8d5c-b5f9305afb3d.war") [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 s - in ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest 22:11:57,282 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0b/23cddb6e9da657284d0cd4eda4281043ed1a88/content 22:11:57,284 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war" (runtime-name: "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war") 22:11:57,384 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war 22:11:57,429 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:57,431 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:11:57,431 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:57,431 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:57,628 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 27) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:57,633 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 27) Initializing Mojarra 4.0.0.SP01 for context '/bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739' 22:11:57,675 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 27) Initializing Eclipse Krazo... 22:11:57,698 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:11:57,698 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:11:57,698 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:11:57,732 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0021: Registered web context: '/bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739' for server 'default-server' 22:11:57,744 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war" (runtime-name : "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war") 22:11:57,969 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 27) WFLYUT0022: Unregistered web context: '/bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739' from server 'default-server' 22:11:57,976 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war (runtime-name: bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war) in 8ms 22:11:58,023 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/0b/23cddb6e9da657284d0cd4eda4281043ed1a88/content 22:11:58,024 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war" (runtime-name: "bb1e3a17-9dc9-4740-b4ac-9aaa8aef5739.war") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest 22:11:58,443 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/39/712cb53b0b6f413cb9dd6e59d27b18a89e2052/content 22:11:58,446 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war" (runtime-name: "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war") 22:11:58,536 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war 22:11:58,576 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 22:11:58,577 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:11:58,577 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 22:11:58,577 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-2lntn, jaeger.version=Java-1.6.0, ip=10.40.13.52}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 22:11:58,769 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 28) Eclipse Krazo version 3.1.0-SNAPSHOT started 22:11:58,772 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 28) Initializing Mojarra 4.0.0.SP01 for context '/8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5' 22:11:58,829 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 28) Initializing Eclipse Krazo... 22:11:58,850 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 22:11:58,851 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 22:11:58,851 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 28) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 22:11:58,860 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: '/8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5' for server 'default-server' 22:11:58,871 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war" (runtime-name : "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war") 22:11:59,029 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5' from server 'default-server' 22:11:59,036 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war (runtime-name: 8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war) in 7ms 22:11:59,053 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk17-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/39/712cb53b0b6f413cb9dd6e59d27b18a89e2052/content 22:11:59,054 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war" (runtime-name: "8bc7b8cb-ea44-4734-a9eb-a129c73bd2a5.war") [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest 22:11:59,060 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server 22:11:59,064 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 22:11:59,064 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown' 22:11:59,126 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping 22:11:59,127 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default] 22:11:59,128 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener https suspending 22:11:59,128 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS] 22:11:59,128 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443 22:11:59,130 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending 22:11:59,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080 22:11:59,131 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = h2 22:11:59,132 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 2.3.0.Final stopping 22:11:59,142 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) stopped in 74ms [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-jdk17-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 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 commons-cli:commons-cli: checking for updates from sonatype-nexus-staging [INFO] artifact com.google.inject:guice: checking for updates from sonatype-nexus-staging [INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror [INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror [INFO] artifact commons-cli:commons-cli: 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 commons-jxpath:commons-jxpath: 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.maven:maven-builder-support: 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-artifact: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-builder-support: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from eclipse.maven.central.mirror [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-embedder: checking for updates from sonatype-nexus-staging [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 eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-core: 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-model: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-model-builder: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven:maven-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-model: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-settings-builder: 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-plugin-api: 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-model-builder: checking for updates from eclipse.maven.central.mirror [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.wagon:wagon-http: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.apache.maven: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-http: 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-provider-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from sonatype-nexus-staging [INFO] artifact org.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.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-component-annotations: 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.eclipse.aether:aether-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-impl: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-util: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-impl: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.aether:aether-util: checking for updates from eclipse.maven.central.mirror [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 sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from eclipse.maven.central.mirror [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.config:arquillian-config-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-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.core:arquillian-core-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from eclipse.maven.central.mirror [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-container: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.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.junit:arquillian-junit-standalone: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: 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.protocol:arquillian-protocol-servlet: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: 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.testenricher:arquillian-testenricher-initialcontext: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: 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.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.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.shrinkwrap:shrinkwrap-api: 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-nio2: 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-impl-nio2: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-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 eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: 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-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: 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-impl-javaee: checking for updates from sonatype-nexus-staging [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.resolver:shrinkwrap-resolver-api: checking for updates from sonatype-nexus-staging [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-impl-base: 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 eclipse.maven.central.mirror [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-gradle-embedded-archive: 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-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from 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-embedded: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-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-impl-maven-archive: 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-embedded: checking for updates from sonatype-nexus-staging [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-maven-plugin: 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-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-gradle-depchain: 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.sonatype.plexus:plexus-cipher: checking for updates from sonatype-nexus-staging [INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: 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.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: 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] artifact org.sonatype.plexus:plexus-cipher: 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-jdk17-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-jdk17-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:54 min [INFO] Finished at: 2023-02-07T22:12:04Z [INFO] ------------------------------------------------------------------------ [27.0.0.Final] $ /bin/sh -xe /tmp/jenkins2801729294497113401.sh + java -version + uname -a Archiving artifacts Finished: SUCCESS