Started by upstream project "tck-wildfly" build number 65 originally caused by: Started by upstream project "nightly" build number 166 originally caused by: Started by user Ivar Grimstad Running as Ivar Grimstad Agent basic-9b52j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-9b52j" 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-9b52j" - 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-9b52j" - 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-3131.vf2b_b_798b_ce99" 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-9b52j (basic) in workspace /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/krazo.git > git init /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0804607838475206c9781ae6f3b4fe92b31bd16a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0804607838475206c9781ae6f3b4fe92b31bd16a # timeout=10 Commit message: "New parent pom (#371)" > git rev-list --no-walk bd8b1ac2612a9ffbd6ef493e1979a9b7310e2b7c # timeout=10 [27.0.0.Final] $ /bin/sh -xe /tmp/jenkins14482378980798665349.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.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.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 4.0.0-SNAPSHOT [1/3] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ krazo-parent --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-parent --- [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/target/bom.xml [INFO] attaching as krazo-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as krazo-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-parent --- [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: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from sonatype-nexus-staging [INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from sonatype-nexus-staging [INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: 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 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 io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-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:jakarta.mvc-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from sonatype-nexus-staging [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:jakarta.mvc-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.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging [INFO] artifact jakarta.servlet:jakarta.servlet-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 junit:junit: checking for updates from sonatype-nexus-staging [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging [INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from eclipse.maven.central.mirror [INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror [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 jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from sonatype-nexus-staging [INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from sonatype-nexus-staging [INFO] artifact org.easymock:easymock: 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.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from sonatype-nexus-staging [INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging [INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-simple: checking for updates from sonatype-nexus-staging [INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: 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.slf4j:slf4j-api: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.slf4j:slf4j-simple: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from eclipse.maven.central.mirror [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [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:4.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-parent --- [INFO] Skipping dependency license check [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-parent --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-core >-------------------- [INFO] Building Eclipse Krazo Core 4.0.0-SNAPSHOT [2/3] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ krazo-core --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default-prepare-agent) @ krazo-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/jacoco.exec [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.7:report (default-report) @ krazo-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/krazo-core-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/bom.xml [INFO] attaching as krazo-core-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as krazo-core-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-core --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-core --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-core --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/krazo-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/core/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------ [INFO] Building Eclipse Krazo RESTEasy 4.0.0-SNAPSHOT [3/3] [INFO] from resteasy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ krazo-resteasy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-resteasy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-resteasy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-resteasy --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-resteasy --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ krazo-resteasy --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ krazo-resteasy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/bom.xml [INFO] attaching as krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/bom.json [INFO] attaching as krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-resteasy --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] fish.payara.arquillian:arquillian-payara-server-managed ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] fish.payara.arquillian:arquillian-payara-server-remote ... [INFO] 3.0.alpha7 -> 3.0.alpha8 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta ... [INFO] 2.1.0 -> 2.1.3 [INFO] io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ... [INFO] 2.1.0 -> 2.1.4 [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api ... [INFO] 4.0.1 -> 4.1.0.Alpha1 [INFO] jakarta.interceptor:jakarta.interceptor-api ....... 2.1.0 -> 2.2.0-RC1 [INFO] net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0 [INFO] org.easymock:easymock ................................... 4.3 -> 5.2.0 [INFO] org.glassfish.jersey.core:jersey-common ............... 3.1.1 -> 3.1.3 [INFO] org.glassfish.jersey.core:jersey-server ............... 3.1.1 -> 3.1.3 [INFO] org.hibernate.validator:hibernate-validator-cdi ... [INFO] 8.0.0.Final -> 8.0.1.Final [INFO] org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.5.Final [INFO] org.jboss.resteasy:resteasy-validator-provider ... [INFO] 6.2.1.Final -> 6.2.5.Final [INFO] org.omnifaces.arquillian:arquillian-glassfish-server-remote ... [INFO] 1.2 -> 1.4 [INFO] org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.9 [INFO] org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.9 [INFO] org.wildfly.arquillian:wildfly-arquillian-container-managed ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] org.wildfly.arquillian:wildfly-arquillian-container-remote ... [INFO] 5.0.0.Alpha6 -> 5.0.1.Final [INFO] [INFO] No dependencies in Dependencies have newer versions. [INFO] [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-resteasy --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ krazo-resteasy --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/resteasy/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT-cyclonedx.json [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Krazo Parent 4.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Krazo Parent ............................... SUCCESS [ 29.491 s] [INFO] Eclipse Krazo Core ................................. SUCCESS [ 10.942 s] [INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 0.898 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 55.624 s [INFO] Finished at: 2023-10-25T17:47:04Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 8 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-jar-plugin:3.2.0 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.7 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.codehaus.mojo:versions-maven-plugin:2.8.1 [WARNING] * org.eclipse.dash:license-tool-plugin:0.0.1-SNAPSHOT [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [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.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-tck >--------------------- [INFO] Building Eclipse Krazo TCK Runner 4.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'reportSets' is unknown for plugin 'maven-surefire-report-plugin:2.18.1:report (default-cli)' [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/classes [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- dependency:3.3.0:unpack (unpack) @ krazo-tck --- [INFO] Configured Artifact: org.wildfly:wildfly-preview-dist:27.0.0.Final:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/wildfly/wildfly-preview-dist/27.0.0.Final/wildfly-preview-dist-27.0.0.Final.zip to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target with includes "" and excludes "" [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ krazo-tck --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest Oct 25, 2023 5:47:37 PM org.jboss.threads.Version INFO: JBoss Threads version 2.4.0.Final Oct 25, 2023 5:47:37 PM org.jboss.as.arquillian.container.CommonManagedDeployableContainer startInternal INFO: Starting container with: [/opt/tools/java/temurin/jdk-11/latest/bin/java, -D[Standalone], -Xms64m, -Xmx512m, -Djava.net.preferIPv4Stack=true, -Djava.awt.headless=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -ea, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final, --add-exports=java.desktop/sun.awt=ALL-UNNAMED, --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED, --add-exports=java.naming/com.sun.jndi.url.ldap=ALL-UNNAMED, --add-exports=java.naming/com.sun.jndi.url.ldaps=ALL-UNNAMED, --add-exports=jdk.naming.dns/com.sun.jndi.dns=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.invoke=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.security=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.management/javax.management=ALL-UNNAMED, --add-opens=java.naming/javax.naming=ALL-UNNAMED, --add-modules=java.se, -Djboss.home.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final, -Djboss.server.base.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone, -Djboss.server.log.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/log, -Djboss.server.config.dir=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration, -Dorg.jboss.boot.log.file=/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/log/server.log, -Dlogging.configuration=file:/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/logging.properties, -jar, /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/jboss-modules.jar, -mp, /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/modules, org.jboss.as.standalone] Oct 25, 2023 5:47:37 PM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 5.0.26.Final Oct 25, 2023 5:47:38 PM org.xnio.Xnio INFO: XNIO version 3.8.8.Final Oct 25, 2023 5:47:38 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.8.8.Final Oct 25, 2023 5:47:38 PM org.wildfly.security.Version INFO: ELY00001: WildFly Elytron version 2.0.0.Final 17:47:38,846 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final 17:47:39,683 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final 17:47:39,689 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 17:47:39,850 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) starting WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-19.0.0.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 17:47:40,830 INFO [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 2.0.0.Final 17:47:41,133 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' 17:47:41,235 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' 17:47:41,544 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 32) 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. 17:47:41,646 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 17:47:41,660 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.8.8.Final 17:47:41,666 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.8.Final 17:47:41,739 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 54) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem 17:47:41,740 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0001: Activating Infinispan subsystem. 17:47:41,748 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 55) WFLYHEALTH0001: Activating Base Health Subsystem 17:47:41,753 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.26.Final 17:47:41,750 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 58) WFLYRS0016: RESTEasy version 6.2.1.Final 17:47:41,759 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1) 17:47:41,851 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 66) WFLYCONF0001: Activating MicroProfile Config Subsystem 17:47:41,852 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 67) WFLYJWT0001: Activating MicroProfile JWT Subsystem 17:47:41,861 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 68) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem 17:47:41,841 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.9.Final) 17:47:41,938 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem 17:47:41,849 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 63) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main] 17:47:41,928 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 17:47:41,968 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 78) WFLYWS0002: Activating WebServices Extension 17:47:41,962 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2 17:47:42,030 INFO [org.wildfly.extension.micrometer] (ServerService Thread Pool -- 65) WFLYMMTREXT0001: Activating Micrometer Subsystem 17:47:41,966 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. 17:47:42,155 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/application.keystore' does not exist. Used blank. 17:47:42,334 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.3.0.Final starting 17:47:42,339 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost 17:47:42,342 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service 17:47:42,347 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing. 17:47:42,347 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 17:47:42,351 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) 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. 17:47:42,427 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 17:47:42,467 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server. 17:47:42,628 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests. 17:47:42,629 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting 17:47:42,730 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 17:47:42,955 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443 17:47:43,056 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 17:47:43,243 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none 17:47:43,263 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 17:47:43,258 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-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/deployments 17:47:43,364 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) 17:47:43,640 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 17:47:43,642 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) started in 5415ms - Started 290 of 563 services (357 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml 17:47:43,645 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 17:47:43,645 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 17:47:45,565 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4e/d596543c93017a81fde6e5217414bd653d7b8e/content 17:47:45,588 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "c67a7e7c-b774-4a48-9c81-a0f1971ea339.war" (runtime-name: "c67a7e7c-b774-4a48-9c81-a0f1971ea339.war") 17:47:46,064 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment c67a7e7c-b774-4a48-9c81-a0f1971ea339.war 17:47:46,183 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 8.0.0.Final 17:47:46,449 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:46,467 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:46,477 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:46,479 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=c67a7e7c-b774-4a48-9c81-a0f1971ea339.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:46,577 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 5.1.0 (Final) 17:47:47,663 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:47,698 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/c67a7e7c-b774-4a48-9c81-a0f1971ea339' 17:47:48,103 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:47:48,440 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:48,448 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:48,448 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:48,505 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/c67a7e7c-b774-4a48-9c81-a0f1971ea339' for server 'default-server' 17:47:48,551 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "c67a7e7c-b774-4a48-9c81-a0f1971ea339.war" (runtime-name : "c67a7e7c-b774-4a48-9c81-a0f1971ea339.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.708 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest Time elapsed: 11.701 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest 17:47:49,479 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/18/82117de0ad6d1fce1e98d5659c4f49aec543ac/content 17:47:49,483 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war" (runtime-name: "1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war") 17:47:49,640 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war 17:47:49,731 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:49,733 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:49,739 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:49,740 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:50,100 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:50,132 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/1a8c87d0-bd3c-44dc-9608-6dbae6be4786' 17:47:50,169 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:47:50,197 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:50,226 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:50,226 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:50,240 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/1a8c87d0-bd3c-44dc-9608-6dbae6be4786' for server 'default-server' 17:47:50,259 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war" (runtime-name : "1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.31 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest Time elapsed: 1.31 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest 17:47:50,684 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7b/06c86242c05df5f2ef1ac1ab54800849240820/content 17:47:50,686 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war" (runtime-name: "54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war") 17:47:50,800 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war 17:47:50,866 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:50,868 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:50,868 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:50,868 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:51,160 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:51,163 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef' 17:47:51,234 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:47:51,276 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:51,277 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:51,277 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:51,327 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef' for server 'default-server' 17:47:51,348 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war" (runtime-name : "54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.083 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest Time elapsed: 1.083 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest 17:47:51,961 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/2f/ddf2d1edc5f4af3c5fbdb012efe62f6e8678bf/content 17:47:51,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "f1da48d6-7468-4620-b136-b7cee2b9bcf6.war" (runtime-name: "f1da48d6-7468-4620-b136-b7cee2b9bcf6.war") 17:47:52,094 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment f1da48d6-7468-4620-b136-b7cee2b9bcf6.war 17:47:52,176 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:52,177 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:52,178 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:52,178 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=f1da48d6-7468-4620-b136-b7cee2b9bcf6.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:52,446 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:52,450 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/f1da48d6-7468-4620-b136-b7cee2b9bcf6' 17:47:52,480 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:47:52,559 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:52,560 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:52,560 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:52,579 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/f1da48d6-7468-4620-b136-b7cee2b9bcf6' for server 'default-server' 17:47:52,634 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "f1da48d6-7468-4620-b136-b7cee2b9bcf6.war" (runtime-name : "f1da48d6-7468-4620-b136-b7cee2b9bcf6.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.279 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest Time elapsed: 1.279 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest 17:47:53,075 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/44/55bf5f18eea2232942128035c9c75a34c79f4c/content 17:47:53,078 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "996089b8-7b36-42ae-a606-bc1f56270f5e.war" (runtime-name: "996089b8-7b36-42ae-a606-bc1f56270f5e.war") 17:47:53,184 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 996089b8-7b36-42ae-a606-bc1f56270f5e.war 17:47:53,250 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:53,251 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:53,252 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:53,253 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=996089b8-7b36-42ae-a606-bc1f56270f5e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:53,529 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:53,533 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/996089b8-7b36-42ae-a606-bc1f56270f5e' 17:47:53,571 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:47:53,647 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 17:47:53,648 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. 17:47:53,648 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. 17:47:53,684 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/996089b8-7b36-42ae-a606-bc1f56270f5e' for server 'default-server' 17:47:53,737 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "996089b8-7b36-42ae-a606-bc1f56270f5e.war" (runtime-name : "996089b8-7b36-42ae-a606-bc1f56270f5e.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.099 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest Time elapsed: 1.099 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest 17:47:54,156 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/cc/1380edbaebcb7ef6a2a1a20ed3f94b598bc259/content 17:47:54,159 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "7f925313-9e2c-48d6-b329-9364628371da.war" (runtime-name: "7f925313-9e2c-48d6-b329-9364628371da.war") 17:47:54,248 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 7f925313-9e2c-48d6-b329-9364628371da.war 17:47:54,292 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:54,293 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:54,294 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:54,294 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=7f925313-9e2c-48d6-b329-9364628371da.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:54,662 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:54,667 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/7f925313-9e2c-48d6-b329-9364628371da' 17:47:54,746 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:47:54,774 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:54,775 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:54,775 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:54,792 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/7f925313-9e2c-48d6-b329-9364628371da' for server 'default-server' 17:47:54,840 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "7f925313-9e2c-48d6-b329-9364628371da.war" (runtime-name : "7f925313-9e2c-48d6-b329-9364628371da.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.101 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest [ERROR] ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest Time elapsed: 1.101 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest 17:47:55,260 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ef/2ddca9076641b7a44d98edd25357fea750c396/content 17:47:55,263 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "cd26fe68-6315-4c39-a8bc-454ce2b41466.war" (runtime-name: "cd26fe68-6315-4c39-a8bc-454ce2b41466.war") 17:47:55,362 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment cd26fe68-6315-4c39-a8bc-454ce2b41466.war 17:47:55,450 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:55,451 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:55,452 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:55,452 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=cd26fe68-6315-4c39-a8bc-454ce2b41466.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:55,867 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:55,870 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/cd26fe68-6315-4c39-a8bc-454ce2b41466' 17:47:55,939 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:47:55,962 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 17:47:55,963 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. 17:47:55,963 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. 17:47:55,976 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/cd26fe68-6315-4c39-a8bc-454ce2b41466' for server 'default-server' 17:47:55,990 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "cd26fe68-6315-4c39-a8bc-454ce2b41466.war" (runtime-name : "cd26fe68-6315-4c39-a8bc-454ce2b41466.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.145 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest [ERROR] ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest Time elapsed: 1.144 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest 17:47:56,357 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1a/5105fadbebbd3352dc670be32cf61524f97ee3/content 17:47:56,360 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "85983a21-8015-4248-a18c-4723062bb962.war" (runtime-name: "85983a21-8015-4248-a18c-4723062bb962.war") 17:47:56,552 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 85983a21-8015-4248-a18c-4723062bb962.war 17:47:56,642 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:56,643 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:56,644 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:56,644 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=85983a21-8015-4248-a18c-4723062bb962.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:56,860 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:56,864 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/85983a21-8015-4248-a18c-4723062bb962' 17:47:56,932 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:47:56,967 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:56,968 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:56,968 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:56,981 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/85983a21-8015-4248-a18c-4723062bb962' for server 'default-server' 17:47:56,996 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "85983a21-8015-4248-a18c-4723062bb962.war" (runtime-name : "85983a21-8015-4248-a18c-4723062bb962.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.003 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest [ERROR] ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest Time elapsed: 1.002 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest 17:47:57,333 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/9b/131083f7859bef13f7114782e2cff757de7434/content 17:47:57,336 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "56507d5b-fa92-417f-8272-241ee2daa629.war" (runtime-name: "56507d5b-fa92-417f-8272-241ee2daa629.war") 17:47:57,392 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 56507d5b-fa92-417f-8272-241ee2daa629.war 17:47:57,440 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:57,441 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:57,442 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:57,442 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=56507d5b-fa92-417f-8272-241ee2daa629.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:57,589 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:57,593 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/56507d5b-fa92-417f-8272-241ee2daa629' 17:47:57,648 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:47:57,667 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:57,668 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:57,669 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:57,688 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/56507d5b-fa92-417f-8272-241ee2daa629' for server 'default-server' 17:47:57,707 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "56507d5b-fa92-417f-8272-241ee2daa629.war" (runtime-name : "56507d5b-fa92-417f-8272-241ee2daa629.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.707 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest [ERROR] ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest Time elapsed: 0.707 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest 17:47:58,083 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/31/0a9e217f7339be00c722b08389bae1d967ece8/content 17:47:58,085 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "bee43c66-e3f8-487d-851f-497889ec92a1.war" (runtime-name: "bee43c66-e3f8-487d-851f-497889ec92a1.war") 17:47:58,230 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment bee43c66-e3f8-487d-851f-497889ec92a1.war 17:47:58,281 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:58,282 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:58,327 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:58,327 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bee43c66-e3f8-487d-851f-497889ec92a1.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:58,556 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:58,559 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/bee43c66-e3f8-487d-851f-497889ec92a1' 17:47:58,591 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:47:58,635 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:47:58,636 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:47:58,636 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:47:58,651 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/bee43c66-e3f8-487d-851f-497889ec92a1' for server 'default-server' 17:47:58,659 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "bee43c66-e3f8-487d-851f-497889ec92a1.war" (runtime-name : "bee43c66-e3f8-487d-851f-497889ec92a1.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.934 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest [ERROR] ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest Time elapsed: 0.934 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest 17:47:59,059 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/49/421351d34f77330a3263c0cfbaed3cacac3558/content 17:47:59,062 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "19778055-5a3f-4c8c-a88a-75e1b0b94c51.war" (runtime-name: "19778055-5a3f-4c8c-a88a-75e1b0b94c51.war") 17:47:59,170 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 19778055-5a3f-4c8c-a88a-75e1b0b94c51.war 17:47:59,245 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:47:59,257 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:47:59,259 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:47:59,259 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=19778055-5a3f-4c8c-a88a-75e1b0b94c51.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:47:59,531 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:47:59,535 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/19778055-5a3f-4c8c-a88a-75e1b0b94c51' 17:47:59,567 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:47:59,590 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 17:47:59,591 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. 17:47:59,591 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. 17:47:59,603 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/19778055-5a3f-4c8c-a88a-75e1b0b94c51' for server 'default-server' 17:47:59,636 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "19778055-5a3f-4c8c-a88a-75e1b0b94c51.war" (runtime-name : "19778055-5a3f-4c8c-a88a-75e1b0b94c51.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.972 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest [ERROR] ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest Time elapsed: 0.972 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest 17:48:00,010 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/02/bb5be8fe2c748901cedc323e2a5ab09e784c64/content 17:48:00,024 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "6b2a9381-4968-4309-8120-89c17f9aa5db.war" (runtime-name: "6b2a9381-4968-4309-8120-89c17f9aa5db.war") 17:48:00,191 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 6b2a9381-4968-4309-8120-89c17f9aa5db.war 17:48:00,229 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:00,230 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:00,253 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:00,253 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6b2a9381-4968-4309-8120-89c17f9aa5db.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:00,665 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:00,669 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/6b2a9381-4968-4309-8120-89c17f9aa5db' 17:48:00,715 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:48:00,745 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:00,747 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:00,747 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:00,758 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/6b2a9381-4968-4309-8120-89c17f9aa5db' for server 'default-server' 17:48:00,772 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "6b2a9381-4968-4309-8120-89c17f9aa5db.war" (runtime-name : "6b2a9381-4968-4309-8120-89c17f9aa5db.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.137 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest [ERROR] ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest Time elapsed: 1.136 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest 17:48:01,215 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/50/6a09f68f70fab6e4ae43107a372c362fbe51e0/content 17:48:01,217 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "1970a0d2-58d5-4803-8bdd-a9519845d512.war" (runtime-name: "1970a0d2-58d5-4803-8bdd-a9519845d512.war") 17:48:01,282 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 1970a0d2-58d5-4803-8bdd-a9519845d512.war 17:48:01,330 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:01,331 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:01,332 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:01,332 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1970a0d2-58d5-4803-8bdd-a9519845d512.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:01,498 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:01,500 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/1970a0d2-58d5-4803-8bdd-a9519845d512' 17:48:01,545 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:01,563 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:01,564 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:01,564 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:01,573 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/1970a0d2-58d5-4803-8bdd-a9519845d512' for server 'default-server' 17:48:01,580 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "1970a0d2-58d5-4803-8bdd-a9519845d512.war" (runtime-name : "1970a0d2-58d5-4803-8bdd-a9519845d512.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.796 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest [ERROR] ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest Time elapsed: 0.796 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest 17:48:01,887 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/5e/1ecf870795b74fc6b87f464b033fbc99d7d55f/content 17:48:01,889 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "d56946af-5d9d-4cf1-8655-05585dc00716.war" (runtime-name: "d56946af-5d9d-4cf1-8655-05585dc00716.war") 17:48:01,963 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment d56946af-5d9d-4cf1-8655-05585dc00716.war 17:48:01,992 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:01,993 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:01,993 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:01,993 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=d56946af-5d9d-4cf1-8655-05585dc00716.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:02,181 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:02,184 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/d56946af-5d9d-4cf1-8655-05585dc00716' 17:48:02,236 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:48:02,261 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 17:48:02,262 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. 17:48:02,262 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. 17:48:02,272 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/d56946af-5d9d-4cf1-8655-05585dc00716' for server 'default-server' 17:48:02,283 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "d56946af-5d9d-4cf1-8655-05585dc00716.war" (runtime-name : "d56946af-5d9d-4cf1-8655-05585dc00716.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.699 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest [ERROR] ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest Time elapsed: 0.699 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest 17:48:02,664 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/46/56d712d704ee42d729cfa2a2dae72c1a9ed521/content 17:48:02,666 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "ad50f49d-2c5b-4571-87f0-841ed35efcf0.war" (runtime-name: "ad50f49d-2c5b-4571-87f0-841ed35efcf0.war") 17:48:02,718 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ad50f49d-2c5b-4571-87f0-841ed35efcf0.war 17:48:02,749 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:02,750 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:02,750 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:02,750 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ad50f49d-2c5b-4571-87f0-841ed35efcf0.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:02,930 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:02,934 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/ad50f49d-2c5b-4571-87f0-841ed35efcf0' 17:48:02,956 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:02,971 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:02,972 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:02,972 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:02,983 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/ad50f49d-2c5b-4571-87f0-841ed35efcf0' for server 'default-server' 17:48:02,995 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "ad50f49d-2c5b-4571-87f0-841ed35efcf0.war" (runtime-name : "ad50f49d-2c5b-4571-87f0-841ed35efcf0.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.708 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest [ERROR] ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest Time elapsed: 0.707 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest 17:48:03,262 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/8e/8c56837d475d67f4779fc6839a9578692559b1/content 17:48:03,264 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war" (runtime-name: "65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war") 17:48:03,333 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war 17:48:03,373 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:03,375 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:03,375 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:03,375 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:03,545 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:03,549 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/65647d29-de2c-4a9e-9910-d3ffdbe05aeb' 17:48:03,583 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:48:03,603 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlApplication$Proxy$_$$_WeldClientProxy 17:48:03,627 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:03,627 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:03,642 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/65647d29-de2c-4a9e-9910-d3ffdbe05aeb' for server 'default-server' 17:48:03,649 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war" (runtime-name : "65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.653 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest [ERROR] ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest Time elapsed: 0.653 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest 17:48:03,963 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/5c/db8eaa0247aec9850a50b3e0214d4b3d4da49d/content 17:48:03,965 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "b4d170cd-6532-4cde-9049-da421efd4b29.war" (runtime-name: "b4d170cd-6532-4cde-9049-da421efd4b29.war") 17:48:04,031 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment b4d170cd-6532-4cde-9049-da421efd4b29.war 17:48:04,069 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:04,069 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:04,070 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:04,070 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b4d170cd-6532-4cde-9049-da421efd4b29.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:04,231 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:04,234 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/b4d170cd-6532-4cde-9049-da421efd4b29' 17:48:04,255 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:04,273 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationApplication$Proxy$_$$_WeldClientProxy 17:48:04,273 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:04,273 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:04,281 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/b4d170cd-6532-4cde-9049-da421efd4b29' for server 'default-server' 17:48:04,290 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "b4d170cd-6532-4cde-9049-da421efd4b29.war" (runtime-name : "b4d170cd-6532-4cde-9049-da421efd4b29.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.638 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest [ERROR] ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest Time elapsed: 0.637 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.application.context.MvcContextTest 17:48:04,654 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7d/9ddfc9d17194e927db7ddda90934045274aa58/content 17:48:04,656 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "be079507-833c-4d89-81c0-9b67b05f1055.war" (runtime-name: "be079507-833c-4d89-81c0-9b67b05f1055.war") 17:48:04,743 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment be079507-833c-4d89-81c0-9b67b05f1055.war 17:48:04,768 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:04,769 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:04,769 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:04,769 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=be079507-833c-4d89-81c0-9b67b05f1055.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:04,930 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:04,933 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/be079507-833c-4d89-81c0-9b67b05f1055' 17:48:04,963 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:04,983 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:04,984 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:04,984 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:04,992 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/be079507-833c-4d89-81c0-9b67b05f1055' for server 'default-server' 17:48:05,006 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "be079507-833c-4d89-81c0-9b67b05f1055.war" (runtime-name : "be079507-833c-4d89-81c0-9b67b05f1055.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.712 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.application.context.MvcContextTest [ERROR] ee.jakarta.tck.mvc.tests.application.context.MvcContextTest Time elapsed: 0.712 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest 17:48:05,275 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/1c/62f3bcce8d9b8e2606510598059dc590c7a02c/content 17:48:05,277 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "80bf55fc-383a-448a-be9d-dc440c3f9877.war" (runtime-name: "80bf55fc-383a-448a-be9d-dc440c3f9877.war") 17:48:05,344 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 80bf55fc-383a-448a-be9d-dc440c3f9877.war 17:48:05,378 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:05,379 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:05,394 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:05,394 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=80bf55fc-383a-448a-be9d-dc440c3f9877.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:05,557 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:05,560 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/80bf55fc-383a-448a-be9d-dc440c3f9877' 17:48:05,584 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:48:05,599 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteCustomApplication$Proxy$_$$_WeldClientProxy 17:48:05,600 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:05,601 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:05,632 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/80bf55fc-383a-448a-be9d-dc440c3f9877' for server 'default-server' 17:48:05,640 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "80bf55fc-383a-448a-be9d-dc440c3f9877.war" (runtime-name : "80bf55fc-383a-448a-be9d-dc440c3f9877.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.613 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest [ERROR] ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest Time elapsed: 0.613 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest 17:48:05,973 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/c9/65815e7c2b7f2bae9f99367e18978611f950f5/content 17:48:05,975 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war" (runtime-name: "bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war") 17:48:06,036 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war 17:48:06,063 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:06,063 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:06,064 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:06,064 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:06,230 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:06,232 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/bf2564a6-a5cd-47e7-9fe7-9304c9e89456' 17:48:06,254 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:06,268 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.form.CustomFormMethodOverwriteFieldApplication$Proxy$_$$_WeldClientProxy 17:48:06,269 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:06,269 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:06,279 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/bf2564a6-a5cd-47e7-9fe7-9304c9e89456' for server 'default-server' 17:48:06,287 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war" (runtime-name : "bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.643 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest [ERROR] ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest Time elapsed: 0.643 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest 17:48:06,535 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/07/0c868b7c430e622e26e28e68babcdf359d089a/content 17:48:06,537 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "8a5e5619-5408-4848-82fd-91f232879c2c.war" (runtime-name: "8a5e5619-5408-4848-82fd-91f232879c2c.war") 17:48:06,591 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 8a5e5619-5408-4848-82fd-91f232879c2c.war 17:48:06,621 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:06,621 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:06,622 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:06,622 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=8a5e5619-5408-4848-82fd-91f232879c2c.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:06,763 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:06,766 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/8a5e5619-5408-4848-82fd-91f232879c2c' 17:48:06,792 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:48:06,807 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:06,807 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:06,807 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:06,831 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/8a5e5619-5408-4848-82fd-91f232879c2c' for server 'default-server' 17:48:06,842 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "8a5e5619-5408-4848-82fd-91f232879c2c.war" (runtime-name : "8a5e5619-5408-4848-82fd-91f232879c2c.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.553 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest [ERROR] ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest Time elapsed: 0.553 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest 17:48:07,075 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f5/8a251ac64f9d60f6d5547cbc2f9bfb53ca1c48/content 17:48:07,077 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "e70d8d25-2c5c-4705-b8fe-717ff827aeae.war" (runtime-name: "e70d8d25-2c5c-4705-b8fe-717ff827aeae.war") 17:48:07,135 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment e70d8d25-2c5c-4705-b8fe-717ff827aeae.war 17:48:07,161 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:07,161 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:07,162 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:07,162 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e70d8d25-2c5c-4705-b8fe-717ff827aeae.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:07,299 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:07,301 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/e70d8d25-2c5c-4705-b8fe-717ff827aeae' 17:48:07,349 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:07,366 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigApplication$Proxy$_$$_WeldClientProxy 17:48:07,366 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:07,366 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:07,375 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/e70d8d25-2c5c-4705-b8fe-717ff827aeae' for server 'default-server' 17:48:07,386 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "e70d8d25-2c5c-4705-b8fe-717ff827aeae.war" (runtime-name : "e70d8d25-2c5c-4705-b8fe-717ff827aeae.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.541 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest Time elapsed: 0.54 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest 17:48:07,632 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/8d/c93237d8446146dae0b2835f39619b374c0b34/content 17:48:07,634 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "b3bab879-f1f9-44d2-8579-ff469cc683eb.war" (runtime-name: "b3bab879-f1f9-44d2-8579-ff469cc683eb.war") 17:48:07,695 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment b3bab879-f1f9-44d2-8579-ff469cc683eb.war 17:48:07,744 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:07,745 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:07,745 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:07,745 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b3bab879-f1f9-44d2-8579-ff469cc683eb.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:07,910 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:07,913 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/b3bab879-f1f9-44d2-8579-ff469cc683eb' 17:48:07,949 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:07,972 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigApplication$Proxy$_$$_WeldClientProxy 17:48:07,973 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:07,973 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:07,983 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/b3bab879-f1f9-44d2-8579-ff469cc683eb' for server 'default-server' 17:48:07,994 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "b3bab879-f1f9-44d2-8579-ff469cc683eb.war" (runtime-name : "b3bab879-f1f9-44d2-8579-ff469cc683eb.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.605 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest Time elapsed: 0.605 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest 17:48:08,206 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/e5/044a036cd5c5e2b6c4b5ff50996acd6991ee93/content 17:48:08,208 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war" (runtime-name: "fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war") 17:48:08,270 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war 17:48:08,294 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:08,295 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:08,295 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:08,295 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:08,484 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 37) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:08,486 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 37) Initializing Mojarra 4.0.0.SP01 for context '/fdf7d8c2-1fc6-4004-a309-33ad925acc5a' 17:48:08,505 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 37) Initializing Eclipse Krazo... 17:48:08,543 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigApplication$Proxy$_$$_WeldClientProxy 17:48:08,544 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:08,544 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 37) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:08,557 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0021: Registered web context: '/fdf7d8c2-1fc6-4004-a309-33ad925acc5a' for server 'default-server' 17:48:08,571 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war" (runtime-name : "fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.575 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest Time elapsed: 0.575 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest 17:48:08,881 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/f0/8d20d77b9d4570bee8de8d9990c4b4cdd66ca9/content 17:48:08,883 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "94898800-52cd-4eae-930b-0785d0f66ba0.war" (runtime-name: "94898800-52cd-4eae-930b-0785d0f66ba0.war") 17:48:08,961 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 94898800-52cd-4eae-930b-0785d0f66ba0.war 17:48:08,989 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:08,990 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:08,990 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:08,990 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=94898800-52cd-4eae-930b-0785d0f66ba0.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:09,170 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 83) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:09,173 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 83) Initializing Mojarra 4.0.0.SP01 for context '/94898800-52cd-4eae-930b-0785d0f66ba0' 17:48:09,199 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 83) Initializing Eclipse Krazo... 17:48:09,212 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigApplication$Proxy$_$$_WeldClientProxy 17:48:09,213 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:09,213 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:09,221 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: '/94898800-52cd-4eae-930b-0785d0f66ba0' for server 'default-server' 17:48:09,239 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "94898800-52cd-4eae-930b-0785d0f66ba0.war" (runtime-name : "94898800-52cd-4eae-930b-0785d0f66ba0.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.671 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest Time elapsed: 0.671 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest 17:48:09,510 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/01/553977a6472e5235ff4abe368004a53a6ee0ba/content 17:48:09,512 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war" (runtime-name: "fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war") 17:48:09,581 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war 17:48:09,606 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:09,607 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:09,607 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:09,607 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:09,789 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:09,792 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/fc7d2238-df0b-4f97-8812-314ecc2c3d3b' 17:48:09,836 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:09,856 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:09,858 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:09,858 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:09,869 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/fc7d2238-df0b-4f97-8812-314ecc2c3d3b' for server 'default-server' 17:48:09,876 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war" (runtime-name : "fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.627 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest Time elapsed: 0.627 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest 17:48:10,099 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/b5/f497e6f4d9889e1fe22ef4f8583a85a6b75ce4/content 17:48:10,101 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "03939f61-a3e0-4000-b7f0-7904c3fe7748.war" (runtime-name: "03939f61-a3e0-4000-b7f0-7904c3fe7748.war") 17:48:10,179 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 03939f61-a3e0-4000-b7f0-7904c3fe7748.war 17:48:10,272 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:10,273 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:10,274 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:10,274 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=03939f61-a3e0-4000-b7f0-7904c3fe7748.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:10,485 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 83) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:10,487 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 83) Initializing Mojarra 4.0.0.SP01 for context '/03939f61-a3e0-4000-b7f0-7904c3fe7748' 17:48:10,511 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 83) Initializing Eclipse Krazo... 17:48:10,534 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:10,535 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:10,535 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:10,542 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: '/03939f61-a3e0-4000-b7f0-7904c3fe7748' for server 'default-server' 17:48:10,551 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "03939f61-a3e0-4000-b7f0-7904c3fe7748.war" (runtime-name : "03939f61-a3e0-4000-b7f0-7904c3fe7748.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.678 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest Time elapsed: 0.678 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest 17:48:10,858 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/61/5f72b5786075997aeea74c46ede3bccb751753/content 17:48:10,861 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "473ef250-34c3-48bd-abf5-90452d06836b.war" (runtime-name: "473ef250-34c3-48bd-abf5-90452d06836b.war") 17:48:10,919 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 473ef250-34c3-48bd-abf5-90452d06836b.war 17:48:10,959 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:10,959 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:10,960 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:10,960 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=473ef250-34c3-48bd-abf5-90452d06836b.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:11,134 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:11,136 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/473ef250-34c3-48bd-abf5-90452d06836b' 17:48:11,160 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:11,182 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderApplication$Proxy$_$$_WeldClientProxy 17:48:11,182 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:11,182 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:11,189 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/473ef250-34c3-48bd-abf5-90452d06836b' for server 'default-server' 17:48:11,198 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "473ef250-34c3-48bd-abf5-90452d06836b.war" (runtime-name : "473ef250-34c3-48bd-abf5-90452d06836b.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.637 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest Time elapsed: 0.637 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest 17:48:11,524 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7e/87bb7059104a9e40374d55e03a65fc2525d89a/content 17:48:11,526 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "e86d59c2-0d24-463f-b167-4c5c183e42f9.war" (runtime-name: "e86d59c2-0d24-463f-b167-4c5c183e42f9.war") 17:48:11,581 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment e86d59c2-0d24-463f-b167-4c5c183e42f9.war 17:48:11,611 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:11,612 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:11,612 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:11,612 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=e86d59c2-0d24-463f-b167-4c5c183e42f9.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:11,753 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:11,756 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/e86d59c2-0d24-463f-b167-4c5c183e42f9' 17:48:11,781 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:11,795 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:11,796 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:11,796 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:11,802 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/e86d59c2-0d24-463f-b167-4c5c183e42f9' for server 'default-server' 17:48:11,830 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "e86d59c2-0d24-463f-b167-4c5c183e42f9.war" (runtime-name : "e86d59c2-0d24-463f-b167-4c5c183e42f9.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.603 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest [ERROR] ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest Time elapsed: 0.602 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.security.xss.EncodersTest 17:48:12,026 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ee/f23c9d206c1826da76a73a322ff081b7bc1e29/content 17:48:12,028 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war" (runtime-name: "02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war") 17:48:12,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war 17:48:12,133 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:12,134 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:12,138 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:12,138 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:12,280 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:12,283 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/02a160ce-ae9d-461b-a5ab-e0d8063bfbbf' 17:48:12,342 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:12,362 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:12,363 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:12,363 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:12,374 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/02a160ce-ae9d-461b-a5ab-e0d8063bfbbf' for server 'default-server' 17:48:12,385 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war" (runtime-name : "02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.552 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.security.xss.EncodersTest [ERROR] ee.jakarta.tck.mvc.tests.security.xss.EncodersTest Time elapsed: 0.552 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.events.MvcEventsTest 17:48:12,666 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/07/937a74bc1ab2083e237137d4a34f27017218e1/content 17:48:12,668 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "9707270c-6009-4751-ace6-e21189f0e85f.war" (runtime-name: "9707270c-6009-4751-ace6-e21189f0e85f.war") 17:48:12,737 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 9707270c-6009-4751-ace6-e21189f0e85f.war 17:48:12,775 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:12,776 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:12,777 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:12,777 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=9707270c-6009-4751-ace6-e21189f0e85f.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:12,904 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:12,934 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/9707270c-6009-4751-ace6-e21189f0e85f' 17:48:12,954 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:12,968 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:12,968 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:12,968 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:12,980 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/9707270c-6009-4751-ace6-e21189f0e85f' for server 'default-server' 17:48:12,992 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "9707270c-6009-4751-ace6-e21189f0e85f.war" (runtime-name : "9707270c-6009-4751-ace6-e21189f0e85f.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.604 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.events.MvcEventsTest [ERROR] ee.jakarta.tck.mvc.tests.events.MvcEventsTest Time elapsed: 0.604 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest 17:48:13,298 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/64/eea76eb02435d0a9a89b975a438678c645573e/content 17:48:13,300 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "1a18e2a9-65e3-47bb-aea2-171d09afb34a.war" (runtime-name: "1a18e2a9-65e3-47bb-aea2-171d09afb34a.war") 17:48:13,362 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 1a18e2a9-65e3-47bb-aea2-171d09afb34a.war 17:48:13,398 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:13,399 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:13,399 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:13,399 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=1a18e2a9-65e3-47bb-aea2-171d09afb34a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:13,564 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:13,567 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/1a18e2a9-65e3-47bb-aea2-171d09afb34a' 17:48:13,589 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:13,604 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:13,628 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:13,629 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:13,643 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/1a18e2a9-65e3-47bb-aea2-171d09afb34a' for server 'default-server' 17:48:13,659 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "1a18e2a9-65e3-47bb-aea2-171d09afb34a.war" (runtime-name : "1a18e2a9-65e3-47bb-aea2-171d09afb34a.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.664 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest Time elapsed: 0.664 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest 17:48:13,866 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/cb/5e3332f0a65ddca778db92218235251e579383/content 17:48:13,868 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war" (runtime-name: "34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war") 17:48:13,914 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war 17:48:13,953 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:13,954 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:13,955 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:13,955 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:14,090 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:14,093 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/34861fad-c9a2-4e42-8efd-ecdfe71d71e3' 17:48:14,156 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:14,174 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:14,175 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:14,175 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:14,187 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/34861fad-c9a2-4e42-8efd-ecdfe71d71e3' for server 'default-server' 17:48:14,198 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war" (runtime-name : "34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.537 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest Time elapsed: 0.536 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest 17:48:14,584 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/37/c673392c803df6958c7ff8f68049ca535fd823/content 17:48:14,588 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "ffdba309-a5e6-473a-b214-9b1f88d68b0d.war" (runtime-name: "ffdba309-a5e6-473a-b214-9b1f88d68b0d.war") 17:48:14,678 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ffdba309-a5e6-473a-b214-9b1f88d68b0d.war 17:48:14,750 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:14,751 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:14,751 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:14,751 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=ffdba309-a5e6-473a-b214-9b1f88d68b0d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:14,907 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:14,928 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/ffdba309-a5e6-473a-b214-9b1f88d68b0d' 17:48:14,953 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:48:14,975 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 17:48:14,976 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. 17:48:14,976 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. 17:48:14,985 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/ffdba309-a5e6-473a-b214-9b1f88d68b0d' for server 'default-server' 17:48:14,996 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "ffdba309-a5e6-473a-b214-9b1f88d68b0d.war" (runtime-name : "ffdba309-a5e6-473a-b214-9b1f88d68b0d.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.769 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest Time elapsed: 0.769 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest 17:48:15,286 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/10/45df9819a45c3a9238a991efc6f4a945a75f73/content 17:48:15,288 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war" (runtime-name: "6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war") 17:48:15,340 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war 17:48:15,373 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:15,374 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:15,375 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:15,375 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:15,503 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:15,505 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d' 17:48:15,550 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:15,565 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:15,565 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:15,565 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:15,575 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d' for server 'default-server' 17:48:15,586 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war" (runtime-name : "6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.586 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest Time elapsed: 0.586 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest 17:48:15,875 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/a6/d2a4fcc60e5a6250185e0cdc00c85509919fcc/content 17:48:15,877 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "5df97cd0-2281-48eb-a52e-f6de761d7ace.war" (runtime-name: "5df97cd0-2281-48eb-a52e-f6de761d7ace.war") 17:48:15,943 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment 5df97cd0-2281-48eb-a52e-f6de761d7ace.war 17:48:15,978 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-4) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:15,979 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-4) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:15,981 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:15,981 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=5df97cd0-2281-48eb-a52e-f6de761d7ace.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:16,129 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:16,132 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/5df97cd0-2281-48eb-a52e-f6de761d7ace' 17:48:16,158 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:16,182 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:16,183 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:16,183 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:16,191 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/5df97cd0-2281-48eb-a52e-f6de761d7ace' for server 'default-server' 17:48:16,199 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "5df97cd0-2281-48eb-a52e-f6de761d7ace.war" (runtime-name : "5df97cd0-2281-48eb-a52e-f6de761d7ace.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.611 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest Time elapsed: 0.611 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest 17:48:16,431 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/38/e1e6f563e77d5e634728baaf7ec07398ffe6d5/content 17:48:16,433 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "73d7e13c-458e-41b2-9e50-3d1559902ad9.war" (runtime-name: "73d7e13c-458e-41b2-9e50-3d1559902ad9.war") 17:48:16,499 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 73d7e13c-458e-41b2-9e50-3d1559902ad9.war 17:48:16,524 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:16,524 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:16,525 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:16,525 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=73d7e13c-458e-41b2-9e50-3d1559902ad9.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:16,679 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:16,683 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/73d7e13c-458e-41b2-9e50-3d1559902ad9' 17:48:16,735 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:16,750 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:16,751 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:16,751 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:16,760 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/73d7e13c-458e-41b2-9e50-3d1559902ad9' for server 'default-server' 17:48:16,768 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "73d7e13c-458e-41b2-9e50-3d1559902ad9.war" (runtime-name : "73d7e13c-458e-41b2-9e50-3d1559902ad9.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.566 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest Time elapsed: 0.566 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest 17:48:17,087 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/42/dc3f60f9da335655fefdb2dbb748339767803c/content 17:48:17,092 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "37175b72-3d0d-42e0-b7b8-2d044661943a.war" (runtime-name: "37175b72-3d0d-42e0-b7b8-2d044661943a.war") 17:48:17,153 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 37175b72-3d0d-42e0-b7b8-2d044661943a.war 17:48:17,181 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:17,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 17:48:17,184 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:17,184 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=37175b72-3d0d-42e0-b7b8-2d044661943a.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:17,351 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 23) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:17,353 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 23) Initializing Mojarra 4.0.0.SP01 for context '/37175b72-3d0d-42e0-b7b8-2d044661943a' 17:48:17,372 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 23) Initializing Eclipse Krazo... 17:48:17,386 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:17,387 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:17,387 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 23) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:17,393 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0021: Registered web context: '/37175b72-3d0d-42e0-b7b8-2d044661943a' for server 'default-server' 17:48:17,404 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "37175b72-3d0d-42e0-b7b8-2d044661943a.war" (runtime-name : "37175b72-3d0d-42e0-b7b8-2d044661943a.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.654 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest Time elapsed: 0.654 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest 17:48:17,668 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/4a/69e41199e96e707f899b5b30bee3c494d33d01/content 17:48:17,677 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "789153ff-1701-41b8-ba3e-d99accd1727e.war" (runtime-name: "789153ff-1701-41b8-ba3e-d99accd1727e.war") 17:48:17,727 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment 789153ff-1701-41b8-ba3e-d99accd1727e.war 17:48:17,765 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:17,766 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:17,767 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:17,767 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=789153ff-1701-41b8-ba3e-d99accd1727e.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:17,901 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 84) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:17,904 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 84) Initializing Mojarra 4.0.0.SP01 for context '/789153ff-1701-41b8-ba3e-d99accd1727e' 17:48:17,950 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 84) Initializing Eclipse Krazo... 17:48:17,970 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:17,971 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:17,971 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:17,980 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/789153ff-1701-41b8-ba3e-d99accd1727e' for server 'default-server' 17:48:17,991 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "789153ff-1701-41b8-ba3e-d99accd1727e.war" (runtime-name : "789153ff-1701-41b8-ba3e-d99accd1727e.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.562 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest Time elapsed: 0.562 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest 17:48:18,219 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/5b/402e07977296cd452f5d6e331124aff6c3f784/content 17:48:18,222 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "bf481a23-0bd9-4965-8573-1c450c987306.war" (runtime-name: "bf481a23-0bd9-4965-8573-1c450c987306.war") 17:48:18,288 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment bf481a23-0bd9-4965-8573-1c450c987306.war 17:48:18,347 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-1) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:18,348 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:18,349 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:18,349 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bf481a23-0bd9-4965-8573-1c450c987306.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:18,543 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 35) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:18,546 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 35) Initializing Mojarra 4.0.0.SP01 for context '/bf481a23-0bd9-4965-8573-1c450c987306' 17:48:18,578 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 35) Initializing Eclipse Krazo... 17:48:18,628 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:18,629 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:18,629 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 35) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:18,638 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0021: Registered web context: '/bf481a23-0bd9-4965-8573-1c450c987306' for server 'default-server' 17:48:18,653 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "bf481a23-0bd9-4965-8573-1c450c987306.war" (runtime-name : "bf481a23-0bd9-4965-8573-1c450c987306.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.66 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest Time elapsed: 0.66 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest 17:48:18,976 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/42/44d6196fc0d8b20c52e15e41ee4eeef1505b88/content 17:48:18,979 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war" (runtime-name: "b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war") 17:48:19,131 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war 17:48:19,171 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:19,171 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:19,172 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:19,173 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:19,529 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 84) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:19,532 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 84) Initializing Mojarra 4.0.0.SP01 for context '/b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9' 17:48:19,559 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 84) Initializing Eclipse Krazo... 17:48:19,612 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:19,613 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:19,613 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:19,639 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9' for server 'default-server' 17:48:19,650 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war" (runtime-name : "b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.002 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest Time elapsed: 1.002 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest 17:48:19,959 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/ea/cfb58d5fdf1120203c227253a5d432d0f50af2/content 17:48:19,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "40e30301-62c6-471d-a3e8-c56b4afef398.war" (runtime-name: "40e30301-62c6-471d-a3e8-c56b4afef398.war") 17:48:20,013 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment 40e30301-62c6-471d-a3e8-c56b4afef398.war 17:48:20,056 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-3) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:20,057 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-3) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:20,058 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:20,058 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=40e30301-62c6-471d-a3e8-c56b4afef398.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:20,252 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 38) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:20,254 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 38) Initializing Mojarra 4.0.0.SP01 for context '/40e30301-62c6-471d-a3e8-c56b4afef398' 17:48:20,278 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 38) Initializing Eclipse Krazo... 17:48:20,300 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 17:48:20,301 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. 17:48:20,301 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. 17:48:20,329 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/40e30301-62c6-471d-a3e8-c56b4afef398' for server 'default-server' 17:48:20,340 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "40e30301-62c6-471d-a3e8-c56b4afef398.war" (runtime-name : "40e30301-62c6-471d-a3e8-c56b4afef398.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.678 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest Time elapsed: 0.678 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' [INFO] Running ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest 17:48:20,678 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/wildfly-preview-27.0.0.Final/standalone/data/content/7f/6817870c48b132a2ee3b4454c5b1251b523633/content 17:48:20,685 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "bd6bd542-d47c-4c36-9849-ac01aa838340.war" (runtime-name: "bd6bd542-d47c-4c36-9849-ac01aa838340.war") 17:48:20,769 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment bd6bd542-d47c-4c36-9849-ac01aa838340.war 17:48:20,829 INFO [org.wildfly.extension.micrometer] (MSC service thread 1-2) WFLYMMTREXT0002: Micrometer Subsystem is processing deployment 17:48:20,829 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-2) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender 17:48:20,830 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown. 17:48:20,830 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=bd6bd542-d47c-4c36-9849-ac01aa838340.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=basic-9b52j, jaeger.version=Java-1.6.0, ip=10.40.20.254}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) 17:48:20,957 INFO [org.eclipse.krazo.servlet.KrazoContainerInitializer] (ServerService Thread Pool -- 84) Eclipse Krazo version 4.0.0-SNAPSHOT started 17:48:20,959 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 84) Initializing Mojarra 4.0.0.SP01 for context '/bd6bd542-d47c-4c36-9849-ac01aa838340' 17:48:20,979 INFO [org.eclipse.krazo.bootstrap.Initializer] (ServerService Thread Pool -- 84) Initializing Eclipse Krazo... 17:48:20,993 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002225: Deploying jakarta.ws.rs.core.Application: class ee.jakarta.tck.mvc.common.DefaultApplication$Proxy$_$$_WeldClientProxy 17:48:20,994 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.bootstrap.CoreFeature is already registered. 2nd registration is being ignored. 17:48:20,994 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 84) RESTEASY002155: Provider class org.eclipse.krazo.forms.FormMethodOverwriteFilter is already registered. 2nd registration is being ignored. 17:48:21,002 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/bd6bd542-d47c-4c36-9849-ac01aa838340' for server 'default-server' 17:48:21,033 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "bd6bd542-d47c-4c36-9849-ac01aa838340.war" (runtime-name : "bd6bd542-d47c-4c36-9849-ac01aa838340.war") [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.691 s <<< FAILURE! - in ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest [ERROR] ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest Time elapsed: 0.691 s <<< ERROR! java.lang.NoSuchMethodError: 'void org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext.(java.lang.String, int, boolean)' 17:48:21,042 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0272: Suspending server 17:48:21,044 INFO [org.jboss.as.ejb3] (management-handler-thread - 2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 17:48:21,049 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown' 17:48:21,237 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default] 17:48:21,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0022: Unregistered web context: '/1a18e2a9-65e3-47bb-aea2-171d09afb34a' from server 'default-server' 17:48:21,238 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0022: Unregistered web context: '/6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d' from server 'default-server' 17:48:21,241 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0022: Unregistered web context: '/19778055-5a3f-4c8c-a88a-75e1b0b94c51' from server 'default-server' 17:48:21,242 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 23) WFLYUT0022: Unregistered web context: '/80bf55fc-383a-448a-be9d-dc440c3f9877' from server 'default-server' 17:48:21,243 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 85) WFLYUT0022: Unregistered web context: '/fc7d2238-df0b-4f97-8812-314ecc2c3d3b' from server 'default-server' 17:48:21,246 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 37) WFLYUT0022: Unregistered web context: '/ad50f49d-2c5b-4571-87f0-841ed35efcf0' from server 'default-server' 17:48:21,246 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/5df97cd0-2281-48eb-a52e-f6de761d7ace' from server 'default-server' 17:48:21,247 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 86) WFLYUT0022: Unregistered web context: '/e70d8d25-2c5c-4705-b8fe-717ff827aeae' from server 'default-server' 17:48:21,248 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 87) WFLYUT0022: Unregistered web context: '/65647d29-de2c-4a9e-9910-d3ffdbe05aeb' from server 'default-server' 17:48:21,249 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 89) WFLYUT0022: Unregistered web context: '/37175b72-3d0d-42e0-b7b8-2d044661943a' from server 'default-server' 17:48:21,255 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 91) WFLYUT0022: Unregistered web context: '/b4d170cd-6532-4cde-9049-da421efd4b29' from server 'default-server' 17:48:21,255 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 88) WFLYUT0022: Unregistered web context: '/54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef' from server 'default-server' 17:48:21,255 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 90) WFLYUT0022: Unregistered web context: '/f1da48d6-7468-4620-b136-b7cee2b9bcf6' from server 'default-server' 17:48:21,256 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0022: Unregistered web context: '/02a160ce-ae9d-461b-a5ab-e0d8063bfbbf' from server 'default-server' 17:48:21,264 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 93) WFLYUT0022: Unregistered web context: '/bf481a23-0bd9-4965-8573-1c450c987306' from server 'default-server' 17:48:21,264 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 94) WFLYUT0022: Unregistered web context: '/c67a7e7c-b774-4a48-9c81-a0f1971ea339' from server 'default-server' 17:48:21,264 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 92) WFLYUT0022: Unregistered web context: '/73d7e13c-458e-41b2-9e50-3d1559902ad9' from server 'default-server' 17:48:21,264 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 97) WFLYUT0022: Unregistered web context: '/bee43c66-e3f8-487d-851f-497889ec92a1' from server 'default-server' 17:48:21,271 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 96) WFLYUT0022: Unregistered web context: '/9707270c-6009-4751-ace6-e21189f0e85f' from server 'default-server' 17:48:21,279 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 95) WFLYUT0022: Unregistered web context: '/56507d5b-fa92-417f-8272-241ee2daa629' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 107) WFLYUT0022: Unregistered web context: '/40e30301-62c6-471d-a3e8-c56b4afef398' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 109) WFLYUT0022: Unregistered web context: '/473ef250-34c3-48bd-abf5-90452d06836b' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 103) WFLYUT0022: Unregistered web context: '/94898800-52cd-4eae-930b-0785d0f66ba0' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 106) WFLYUT0022: Unregistered web context: '/be079507-833c-4d89-81c0-9b67b05f1055' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 100) WFLYUT0022: Unregistered web context: '/34861fad-c9a2-4e42-8efd-ecdfe71d71e3' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 98) WFLYUT0022: Unregistered web context: '/1970a0d2-58d5-4803-8bdd-a9519845d512' from server 'default-server' 17:48:21,280 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 99) WFLYUT0022: Unregistered web context: '/6b2a9381-4968-4309-8120-89c17f9aa5db' from server 'default-server' 17:48:21,284 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 110) WFLYUT0022: Unregistered web context: '/ffdba309-a5e6-473a-b214-9b1f88d68b0d' from server 'default-server' 17:48:21,290 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 104) WFLYUT0022: Unregistered web context: '/85983a21-8015-4248-a18c-4723062bb962' from server 'default-server' 17:48:21,291 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 102) WFLYUT0022: Unregistered web context: '/7f925313-9e2c-48d6-b329-9364628371da' from server 'default-server' 17:48:21,294 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 111) WFLYUT0022: Unregistered web context: '/bf2564a6-a5cd-47e7-9fe7-9304c9e89456' from server 'default-server' 17:48:21,295 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 113) WFLYUT0022: Unregistered web context: '/e86d59c2-0d24-463f-b167-4c5c183e42f9' from server 'default-server' 17:48:21,296 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 101) WFLYUT0022: Unregistered web context: '/996089b8-7b36-42ae-a606-bc1f56270f5e' from server 'default-server' 17:48:21,327 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 115) WFLYUT0022: Unregistered web context: '/fdf7d8c2-1fc6-4004-a309-33ad925acc5a' from server 'default-server' 17:48:21,348 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 112) WFLYUT0022: Unregistered web context: '/1a8c87d0-bd3c-44dc-9608-6dbae6be4786' from server 'default-server' 17:48:21,349 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 117) WFLYUT0022: Unregistered web context: '/bd6bd542-d47c-4c36-9849-ac01aa838340' from server 'default-server' 17:48:21,351 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 118) WFLYUT0022: Unregistered web context: '/8a5e5619-5408-4848-82fd-91f232879c2c' from server 'default-server' 17:48:21,351 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 114) WFLYUT0022: Unregistered web context: '/b3bab879-f1f9-44d2-8579-ff469cc683eb' from server 'default-server' 17:48:21,352 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 120) WFLYUT0022: Unregistered web context: '/cd26fe68-6315-4c39-a8bc-454ce2b41466' from server 'default-server' 17:48:21,357 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 105) WFLYUT0022: Unregistered web context: '/b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9' from server 'default-server' 17:48:21,358 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 108) WFLYUT0022: Unregistered web context: '/03939f61-a3e0-4000-b7f0-7904c3fe7748' from server 'default-server' 17:48:21,359 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 121) WFLYUT0022: Unregistered web context: '/789153ff-1701-41b8-ba3e-d99accd1727e' from server 'default-server' 17:48:21,363 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 116) WFLYUT0022: Unregistered web context: '/d56946af-5d9d-4cf1-8655-05585dc00716' from server 'default-server' 17:48:21,474 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping 17:48:21,567 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS] 17:48:21,632 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2 17:48:21,679 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 5df97cd0-2281-48eb-a52e-f6de761d7ace.war (runtime-name: 5df97cd0-2281-48eb-a52e-f6de761d7ace.war) in 617ms 17:48:21,680 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war (runtime-name: 6df105e3-3ce9-4fb3-bb4a-0ab37ff3ee8d.war) in 627ms 17:48:21,680 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 789153ff-1701-41b8-ba3e-d99accd1727e.war (runtime-name: 789153ff-1701-41b8-ba3e-d99accd1727e.war) in 618ms 17:48:21,680 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ad50f49d-2c5b-4571-87f0-841ed35efcf0.war (runtime-name: ad50f49d-2c5b-4571-87f0-841ed35efcf0.war) in 625ms 17:48:21,680 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war (runtime-name: b5027cfa-c14f-4ce4-8f6f-73bc7324b3c9.war) in 626ms 17:48:21,681 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 19778055-5a3f-4c8c-a88a-75e1b0b94c51.war (runtime-name: 19778055-5a3f-4c8c-a88a-75e1b0b94c51.war) in 624ms 17:48:21,681 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 03939f61-a3e0-4000-b7f0-7904c3fe7748.war (runtime-name: 03939f61-a3e0-4000-b7f0-7904c3fe7748.war) in 619ms 17:48:21,681 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment b4d170cd-6532-4cde-9049-da421efd4b29.war (runtime-name: b4d170cd-6532-4cde-9049-da421efd4b29.war) in 619ms 17:48:21,681 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war (runtime-name: 65647d29-de2c-4a9e-9910-d3ffdbe05aeb.war) in 627ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment f1da48d6-7468-4620-b136-b7cee2b9bcf6.war (runtime-name: f1da48d6-7468-4620-b136-b7cee2b9bcf6.war) in 619ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war (runtime-name: 54763c49-6fe6-4c8a-b8d9-f69e7ae6b0ef.war) in 623ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 37175b72-3d0d-42e0-b7b8-2d044661943a.war (runtime-name: 37175b72-3d0d-42e0-b7b8-2d044661943a.war) in 619ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment e70d8d25-2c5c-4705-b8fe-717ff827aeae.war (runtime-name: e70d8d25-2c5c-4705-b8fe-717ff827aeae.war) in 620ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 9707270c-6009-4751-ace6-e21189f0e85f.war (runtime-name: 9707270c-6009-4751-ace6-e21189f0e85f.war) in 620ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war (runtime-name: fc7d2238-df0b-4f97-8812-314ecc2c3d3b.war) in 629ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war (runtime-name: 02a160ce-ae9d-461b-a5ab-e0d8063bfbbf.war) in 628ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 73d7e13c-458e-41b2-9e50-3d1559902ad9.war (runtime-name: 73d7e13c-458e-41b2-9e50-3d1559902ad9.war) in 620ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 80bf55fc-383a-448a-be9d-dc440c3f9877.war (runtime-name: 80bf55fc-383a-448a-be9d-dc440c3f9877.war) in 625ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 94898800-52cd-4eae-930b-0785d0f66ba0.war (runtime-name: 94898800-52cd-4eae-930b-0785d0f66ba0.war) in 620ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 1970a0d2-58d5-4803-8bdd-a9519845d512.war (runtime-name: 1970a0d2-58d5-4803-8bdd-a9519845d512.war) in 620ms 17:48:21,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment d56946af-5d9d-4cf1-8655-05585dc00716.war (runtime-name: d56946af-5d9d-4cf1-8655-05585dc00716.war) in 620ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment be079507-833c-4d89-81c0-9b67b05f1055.war (runtime-name: be079507-833c-4d89-81c0-9b67b05f1055.war) in 627ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 85983a21-8015-4248-a18c-4723062bb962.war (runtime-name: 85983a21-8015-4248-a18c-4723062bb962.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment ffdba309-a5e6-473a-b214-9b1f88d68b0d.war (runtime-name: ffdba309-a5e6-473a-b214-9b1f88d68b0d.war) in 630ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war (runtime-name: bf2564a6-a5cd-47e7-9fe7-9304c9e89456.war) in 625ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 6b2a9381-4968-4309-8120-89c17f9aa5db.war (runtime-name: 6b2a9381-4968-4309-8120-89c17f9aa5db.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 7f925313-9e2c-48d6-b329-9364628371da.war (runtime-name: 7f925313-9e2c-48d6-b329-9364628371da.war) in 631ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war (runtime-name: fdf7d8c2-1fc6-4004-a309-33ad925acc5a.war) in 628ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment 1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war (runtime-name: 1a8c87d0-bd3c-44dc-9608-6dbae6be4786.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment bd6bd542-d47c-4c36-9849-ac01aa838340.war (runtime-name: bd6bd542-d47c-4c36-9849-ac01aa838340.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment cd26fe68-6315-4c39-a8bc-454ce2b41466.war (runtime-name: cd26fe68-6315-4c39-a8bc-454ce2b41466.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment b3bab879-f1f9-44d2-8579-ff469cc683eb.war (runtime-name: b3bab879-f1f9-44d2-8579-ff469cc683eb.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment bee43c66-e3f8-487d-851f-497889ec92a1.war (runtime-name: bee43c66-e3f8-487d-851f-497889ec92a1.war) in 621ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 56507d5b-fa92-417f-8272-241ee2daa629.war (runtime-name: 56507d5b-fa92-417f-8272-241ee2daa629.war) in 630ms 17:48:21,683 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 8a5e5619-5408-4848-82fd-91f232879c2c.war (runtime-name: 8a5e5619-5408-4848-82fd-91f232879c2c.war) in 621ms 17:48:21,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 40e30301-62c6-471d-a3e8-c56b4afef398.war (runtime-name: 40e30301-62c6-471d-a3e8-c56b4afef398.war) in 628ms 17:48:21,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war (runtime-name: 34861fad-c9a2-4e42-8efd-ecdfe71d71e3.war) in 622ms 17:48:21,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 1a18e2a9-65e3-47bb-aea2-171d09afb34a.war (runtime-name: 1a18e2a9-65e3-47bb-aea2-171d09afb34a.war) in 631ms 17:48:21,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment bf481a23-0bd9-4965-8573-1c450c987306.war (runtime-name: bf481a23-0bd9-4965-8573-1c450c987306.war) in 622ms 17:48:21,684 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment 473ef250-34c3-48bd-abf5-90452d06836b.war (runtime-name: 473ef250-34c3-48bd-abf5-90452d06836b.war) in 622ms 17:48:21,688 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment 996089b8-7b36-42ae-a606-bc1f56270f5e.war (runtime-name: 996089b8-7b36-42ae-a606-bc1f56270f5e.war) in 630ms 17:48:21,689 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment e86d59c2-0d24-463f-b167-4c5c183e42f9.war (runtime-name: e86d59c2-0d24-463f-b167-4c5c183e42f9.war) in 627ms 17:48:21,691 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment c67a7e7c-b774-4a48-9c81-a0f1971ea339.war (runtime-name: c67a7e7c-b774-4a48-9c81-a0f1971ea339.war) in 629ms 17:48:21,727 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending 17:48:21,728 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending 17:48:21,729 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443 17:48:21,729 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080 17:48:21,731 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.3.0.Final stopping 17:48:21,739 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Preview 27.0.0.Final (WildFly Core 19.0.0.Final) stopped in 681ms [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] MvcAppAnnotationTest.ee.jakarta.tck.mvc.tests.application.app.MvcAppAnnotationTest » NoSuchMethod [ERROR] MvcAppWebXmlTest.ee.jakarta.tck.mvc.tests.application.app.MvcAppWebXmlTest » NoSuchMethod [ERROR] MvcContextTest.ee.jakarta.tck.mvc.tests.application.context.MvcContextTest » NoSuchMethod [ERROR] InheritanceTest.ee.jakarta.tck.mvc.tests.application.inheritance.InheritanceTest » NoSuchMethod [ERROR] BindingBaseTest.ee.jakarta.tck.mvc.tests.binding.base.BindingBaseTest » NoSuchMethod [ERROR] BindingBooleanTest.ee.jakarta.tck.mvc.tests.binding.bool.BindingBooleanTest » NoSuchMethod [ERROR] BindingBigDecimalTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigDecimalTest » NoSuchMethod [ERROR] BindingBigIntegerTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingBigIntegerTest » NoSuchMethod [ERROR] BindingDoubleTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingDoubleTest » NoSuchMethod [ERROR] BindingFloatTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingFloatTest » NoSuchMethod [ERROR] BindingIntegerTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingIntegerTest » NoSuchMethod [ERROR] BindingLongTest.ee.jakarta.tck.mvc.tests.binding.numeric.BindingLongTest » NoSuchMethod [ERROR] BindingTypesTest.ee.jakarta.tck.mvc.tests.binding.types.BindingTypesTest » NoSuchMethod [ERROR] MvcEventsTest.ee.jakarta.tck.mvc.tests.events.MvcEventsTest » NoSuchMethod 'vo... [ERROR] CustomFormMethodFieldTest.ee.jakarta.tck.mvc.tests.form.CustomFormMethodFieldTest » NoSuchMethod [ERROR] DefaultFormMethodOverwriteTest.ee.jakarta.tck.mvc.tests.form.DefaultFormMethodOverwriteTest » NoSuchMethod [ERROR] DisabledFormMethodOverwriteTest.ee.jakarta.tck.mvc.tests.form.DisabledFormMethodOverwriteTest » NoSuchMethod [ERROR] I18nAccessTest.ee.jakarta.tck.mvc.tests.i18n.access.I18nAccessTest » NoSuchMethod [ERROR] I18nAlgorithmTest.ee.jakarta.tck.mvc.tests.i18n.algorithm.I18nAlgorithmTest » NoSuchMethod [ERROR] I18nStandardTest.ee.jakarta.tck.mvc.tests.i18n.standard.I18nStandardTest » NoSuchMethod [ERROR] ControllerAnnotationTest.ee.jakarta.tck.mvc.tests.mvc.controller.annotation.ControllerAnnotationTest » NoSuchMethod [ERROR] InjectParamsTest.ee.jakarta.tck.mvc.tests.mvc.controller.inject.InjectParamsTest » NoSuchMethod [ERROR] MediaTypeTest.ee.jakarta.tck.mvc.tests.mvc.controller.mediatype.MediaTypeTest » NoSuchMethod [ERROR] ReturnTypeTest.ee.jakarta.tck.mvc.tests.mvc.controller.returntype.ReturnTypeTest » NoSuchMethod [ERROR] CdiControllerTest.ee.jakarta.tck.mvc.tests.mvc.instances.cdi.CdiControllerTest » NoSuchMethod [ERROR] ControllerLifecycleTest.ee.jakarta.tck.mvc.tests.mvc.instances.lifecycle.ControllerLifecycleTest » NoSuchMethod [ERROR] InjectProxyTest.ee.jakarta.tck.mvc.tests.mvc.instances.proxy.InjectProxyTest » NoSuchMethod [ERROR] BuiltinEngineModelTest.ee.jakarta.tck.mvc.tests.mvc.models.BuiltinEngineModelTest » NoSuchMethod [ERROR] RedirectScopeTest.ee.jakarta.tck.mvc.tests.mvc.redirect.scope.RedirectScopeTest » NoSuchMethod [ERROR] SendRedirectTest.ee.jakarta.tck.mvc.tests.mvc.redirect.send.SendRedirectTest » NoSuchMethod [ERROR] ResponseFeaturesTest.ee.jakarta.tck.mvc.tests.mvc.response.ResponseFeaturesTest » NoSuchMethod [ERROR] UriBuildingTest.ee.jakarta.tck.mvc.tests.mvc.uri.UriBuildingTest » NoSuchMethod [ERROR] CsrfBaseTest.ee.jakarta.tck.mvc.tests.security.csrf.base.CsrfBaseTest » NoSuchMethod [ERROR] CsrfCustomMapperTest.ee.jakarta.tck.mvc.tests.security.csrf.exception.CsrfCustomMapperTest » NoSuchMethod [ERROR] CsrfCustomHeaderTest.ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfCustomHeaderTest » NoSuchMethod [ERROR] CsrfDefaultHeaderTest.ee.jakarta.tck.mvc.tests.security.csrf.header.CsrfDefaultHeaderTest » NoSuchMethod [ERROR] CsrfVerifyDefaultConfigTest.ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest » NoSuchMethod [ERROR] CsrfVerifyExplicitConfigTest.ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest » NoSuchMethod [ERROR] CsrfVerifyImplicitConfigTest.ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest » NoSuchMethod [ERROR] CsrfVerifyOffConfigTest.ee.jakarta.tck.mvc.tests.security.csrf.verify.CsrfVerifyOffConfigTest » NoSuchMethod [ERROR] EncodersTest.ee.jakarta.tck.mvc.tests.security.xss.EncodersTest » NoSuchMethod [ERROR] ViewEngineAlgorithmTest.ee.jakarta.tck.mvc.tests.viewengine.algorithm.ViewEngineAlgorithmTest » NoSuchMethod [ERROR] ViewEngineBaseTest.ee.jakarta.tck.mvc.tests.viewengine.base.ViewEngineBaseTest » NoSuchMethod [INFO] [ERROR] Tests run: 43, Failures: 0, Errors: 43, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:16 min [INFO] Finished at: 2023-10-25T17:48:22Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 7 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project krazo-tck: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/tck-wildfly/jdk/temurin-jdk11-latest/version/27.0.0.Final/tck/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Build step 'Invoke top-level Maven targets' marked build as failure Archiving artifacts Finished: FAILURE