Started by upstream project "nightly" build number 122 originally caused by: Started by an SCM change Running as SYSTEM Agent basic-82kgm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-82kgm" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.krazo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-82kgm" - 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-82kgm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-krazo" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-82kgm in workspace /home/jenkins/agent/workspace/tck-wildfly [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/krazo.git > git init /home/jenkins/agent/workspace/tck-wildfly # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 96a839e692a863e591d82d2d55d6c438902645d4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 96a839e692a863e591d82d2d55d6c438902645d4 # timeout=10 Commit message: "Merge pull request #247 from erdlet/246-remove-cxf" > git rev-list --no-walk a8cfb03d04cd1c0062c5aab1fc9ad4021bdc392b # timeout=10 [tck-wildfly] $ /bin/sh -xe /tmp/jenkins8395389024459541795.sh + curl -L -s -o wildfly.zip https://download.jboss.org/wildfly/23.0.0.Final/wildfly-preview-23.0.0.Final.zip + unzip -q wildfly.zip + mv wildfly-preview-23.0.0.Final wildfly + timeout 30 tail -F wildfly.log + LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly/bin/standalone.sh ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /home/jenkins/agent/workspace/tck-wildfly/wildfly JAVA: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/latest/bin/java JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED ========================================================================= 21:07:33,091 INFO [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final 21:07:34,765 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final 21:07:34,772 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 21:07:34,922 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Preview 23.0.0.Final (WildFly Core 15.0.0.Final) starting 21:07:35,644 INFO [org.wildfly.security] (ServerService Thread Pool -- 21) ELY00001: WildFly Elytron version 1.15.1.Final 21:07:36,127 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. 21:07:36,183 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 36) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation. 21:07:36,287 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 21:07:36,300 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.8.4.Final 21:07:36,306 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.8.4.Final 21:07:36,355 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem. 21:07:36,357 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 4 IO threads with 32 max task threads based on your 2 available processors 21:07:36,377 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 51) WFLYHEALTH0001: Activating Base Health Subsystem 21:07:36,384 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 3.15.1.Final 21:07:36,384 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 62) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem 21:07:36,387 INFO [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 63) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem 21:07:36,392 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.4.27.Final) 21:07:36,392 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 64) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem 21:07:36,392 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main] 21:07:36,396 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 61) WFLYMETRICS0001: Activating Base Metrics Subsystem 21:07:36,398 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem 21:07:36,406 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 72) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique. 21:07:36,480 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 74) WFLYWS0002: Activating WebServices Extension 21:07:36,510 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 43) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4) 21:07:36,577 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.20.Final 21:07:36,582 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.5.Final starting 21:07:36,585 WARN [org.wildfly.extension.elytron] (MSC service thread 1-3) WFLYELY00023: KeyStore file '/home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore' does not exist. Used blank. 21:07:36,589 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2 21:07:36,686 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY01084: KeyStore /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost 21:07:36,699 INFO [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service 21:07:36,782 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 21:07:36,781 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 73) WFLYUT0014: Creating file handler for path '/home/jenkins/agent/workspace/tck-wildfly/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 21:07:36,795 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host. 21:07:36,796 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing. 21:07:36,880 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server. 21:07:36,880 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) Queuing requests. 21:07:36,882 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting 21:07:37,039 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 21:07:37,082 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 21:07:37,110 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 21:07:37,382 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Preview cumulative patch ID is: base, one-off patches include: none 21:07:37,391 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost 21:07:37,393 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jenkins/agent/workspace/tck-wildfly/wildfly/standalone/deployments 21:07:37,409 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443 21:07:37,497 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.4.2.Final (Apache CXF 3.3.9) 21:07:37,591 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 21:07:37,593 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Preview 23.0.0.Final (WildFly Core 15.0.0.Final) started in 9666ms - Started 307 of 548 services (346 services are lazy, passive or on-demand) 21:07:37,593 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 21:07:37,594 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 + true [tck-wildfly] $ /opt/tools/apache-maven/latest/bin/mvn -V -B clean install -Pstaging Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 15.0.2, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/15.0.2+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.12-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Krazo Parent [pom] [INFO] Eclipse Krazo Core [jar] [INFO] Eclipse Krazo Jersey [jar] [INFO] Eclipse Krazo RESTEasy [jar] [INFO] Eclipse Krazo TCK Runner [jar] [INFO] Eclipse Krazo Extensions Parent [pom] [INFO] Eclipse Krazo AsciiDoc Extension [jar] [INFO] Eclipse Krazo Freemarker Extension [jar] [INFO] Eclipse Krazo Jade Extension [jar] [INFO] Eclipse Krazo JSR-223 Extension [jar] [INFO] Eclipse Krazo Mustache Extension [jar] [INFO] Eclipse Krazo StringTemplate Extension [jar] [INFO] Eclipse Krazo Velocity Extension [jar] [INFO] Eclipse Krazo Integration Tests Parent [pom] [INFO] Eclipse Krazo Application Path Tests [war] [INFO] Eclipse Krazo Book CDI tests [war] [INFO] Eclipse Krazo Book Models Tests [war] [INFO] Eclipse Krazo CDI Conversation Tests [war] [INFO] Eclipse Krazo CSRF Property Tests [war] [INFO] Eclipse Krazo Default Extension Tests [war] [INFO] Eclipse Krazo CDI Events Tests [war] [INFO] Eclipse Krazo Exceptions Tests [war] [INFO] Eclipse Krazo Facelets Tests [war] [INFO] Eclipse Krazo Locale Tests [war] [INFO] Eclipse Krazo Produces Tests [war] [INFO] Eclipse Krazo Redirect Tests [war] [INFO] Eclipse Krazo RedirectScope Tests [war] [INFO] Eclipse Krazo RedirectScope2 Tests [war] [INFO] Eclipse Krazo RedirectScope3 Tests [war] [INFO] Eclipse Krazo RequestDispatcher tests [war] [INFO] Eclipse Krazo Returns Tests [war] [INFO] Eclipse Krazo Validation Tests [war] [INFO] Eclipse Krazo Validation I18N Tests [war] [INFO] Eclipse Krazo View Annotation Tests [war] [INFO] Eclipse Krazo UriBuilder Test [war] [INFO] Eclipse Krazo Testsuite [jar] [INFO] Eclipse Krazo Documentation [pom] [INFO] Archetype for Jakarta EE 9 with Eclipse Krazo [maven-archetype] [INFO] [INFO] -------------------< org.eclipse.krazo:krazo-parent >------------------- [INFO] Building Eclipse Krazo Parent 2.1.0-SNAPSHOT [1/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-parent --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/2.1.0-SNAPSHOT/krazo-parent-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-core >-------------------- [INFO] Building Eclipse Krazo Core 2.1.0-SNAPSHOT [2/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-core --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ krazo-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/tck-wildfly/core/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/tck-wildfly/core/target/classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/main/java/org/eclipse/krazo/binding/convert/ConverterRegistry.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-core --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/tck-wildfly/core/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/uri/ApplicationUrisTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/uri/ApplicationUrisTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tck-wildfly/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo. at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94) at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:246) at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188) at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:563) at java.base/java.lang.ClassLoader.defineClass2(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1108) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:183) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:784) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:705) at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:586) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:634) at java.base/java.lang.Class.forName(Class.java:546) at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:854) at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1078) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1301) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1386) at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:89) at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:86) at java.base/java.security.AccessController.doPrivileged(AccessController.java:554) at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.(CLDRLocaleProviderAdapter.java:86) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188) at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287) at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258) at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:960) at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:491) at java.base/java.text.MessageFormat.subformat(MessageFormat.java:1296) at java.base/java.text.MessageFormat.format(MessageFormat.java:886) at java.base/java.text.Format.format(Format.java:159) at java.base/java.text.MessageFormat.format(MessageFormat.java:861) at org.junit.runners.Parameterized$RunnersFactory.createTestWithParameters(Parameterized.java:499) at org.junit.runners.Parameterized$RunnersFactory.createTestWithNotNormalizedParameters(Parameterized.java:413) at org.junit.runners.Parameterized$RunnersFactory.createTestsForParameters(Parameterized.java:478) at org.junit.runners.Parameterized$RunnersFactory.createRunnersForParameters(Parameterized.java:459) at org.junit.runners.Parameterized$RunnersFactory.createRunners(Parameterized.java:392) at org.junit.runners.Parameterized$RunnersFactory.access$100(Parameterized.java:360) at org.junit.runners.Parameterized.(Parameterized.java:307) at org.junit.runners.Parameterized.(Parameterized.java:303) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:125) at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:111) at org.junit.runners.Suite.(Suite.java:102) at org.junit.experimental.runners.Enclosed.(Enclosed.java:31) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:107) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28) at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo. at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159) at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109) at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92) ... 75 more Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 59 at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.(ClassReader.java:195) at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.(ClassReader.java:176) at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.(ClassReader.java:162) at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280) at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75) at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107) ... 76 more [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest [INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest [INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest [INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest [INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest [INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest [INFO] Running org.eclipse.krazo.security.EncodersImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.krazo.security.EncodersImplTest [INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.krazo.uri.ApplicationUrisTest [INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.krazo.uri.UriTemplateParserTest [INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest [INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.krazo.core.ViewResponseFilterTest [INFO] Running org.eclipse.krazo.core.ModelsImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.core.ModelsImplTest [INFO] Running org.eclipse.krazo.core.ViewableWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.krazo.core.ViewableWriterTest [INFO] Running org.eclipse.krazo.core.MessagesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.core.MessagesTest [INFO] Running org.eclipse.krazo.util.BeanUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.util.BeanUtilsTest [INFO] Running org.eclipse.krazo.util.CdiUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.util.CdiUtilsTest [INFO] Running org.eclipse.krazo.util.PropertyUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PropertyUtilsTest [INFO] Running org.eclipse.krazo.util.PathUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.util.PathUtilsTest [INFO] Running org.eclipse.krazo.util.AnnotationUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.util.AnnotationUtilsTest [INFO] Running org.eclipse.krazo.util.ControllerUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.util.ControllerUtilsTest [INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.engine.ViewEngineBaseTest [INFO] Running org.eclipse.krazo.engine.ViewEngineContextImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.engine.ViewEngineContextImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (default-report) @ krazo-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/tck-wildfly/core/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Krazo Core' with 92 classes [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/core/target/krazo-core-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/core/target/krazo-core-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.1.0-SNAPSHOT/krazo-core-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.1.0-SNAPSHOT/krazo-core-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.krazo:krazo-jersey >------------------- [INFO] Building Eclipse Krazo Jersey 2.1.0-SNAPSHOT [3/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jersey --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jersey --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jersey --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/jersey/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-jersey --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jersey --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/jersey/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jersey --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/jersey/target/krazo-jersey-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jersey/target/krazo-jersey-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.1.0-SNAPSHOT/krazo-jersey-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.1.0-SNAPSHOT/krazo-jersey-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------ [INFO] Building Eclipse Krazo RESTEasy 2.1.0-SNAPSHOT [4/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-resteasy --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-resteasy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-resteasy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/resteasy/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-resteasy --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-resteasy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/resteasy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-resteasy --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-resteasy --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-resteasy --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/resteasy/target/krazo-resteasy-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/resteasy/target/krazo-resteasy-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.1.0-SNAPSHOT/krazo-resteasy-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.1.0-SNAPSHOT/krazo-resteasy-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-tck >--------------------- [INFO] Building Eclipse Krazo TCK Runner 2.1.0-SNAPSHOT [5/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-tck --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/tck/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tck-wildfly/tck/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/tck/target/krazo-tck-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/tck/target/krazo-tck-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.1.0-SNAPSHOT/krazo-tck-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.1.0-SNAPSHOT/krazo-tck-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.ext:krazo-ext-parent >--------------- [INFO] Building Eclipse Krazo Extensions Parent 2.1.0-SNAPSHOT [6/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-ext-parent --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-ext-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-ext-parent --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/2.1.0-SNAPSHOT/krazo-ext-parent-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.ext:krazo-asciidoc >---------------- [INFO] Building Eclipse Krazo AsciiDoc Extension 2.1.0-SNAPSHOT [7/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-asciidoc --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-asciidoc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-asciidoc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-asciidoc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-asciidoc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-asciidoc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-asciidoc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-asciidoc --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/target/krazo-asciidoc-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-asciidoc --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/target/krazo-asciidoc-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.1.0-SNAPSHOT/krazo-asciidoc-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/asciidoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.1.0-SNAPSHOT/krazo-asciidoc-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.ext:krazo-freemarker >--------------- [INFO] Building Eclipse Krazo Freemarker Extension 2.1.0-SNAPSHOT [8/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-freemarker --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-freemarker --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-freemarker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-freemarker --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/target/krazo-freemarker-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/target/krazo-freemarker-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.1.0-SNAPSHOT/krazo-freemarker-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/freemarker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.1.0-SNAPSHOT/krazo-freemarker-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.krazo.ext:krazo-jade >------------------ [INFO] Building Eclipse Krazo Jade Extension 2.1.0-SNAPSHOT [9/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jade --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jade --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jade --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jade --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/jade/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jade --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/jade/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jade --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jade --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jade --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/jade/target/krazo-jade-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jade --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jade/target/krazo-jade-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.1.0-SNAPSHOT/krazo-jade-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.1.0-SNAPSHOT/krazo-jade-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo.ext:krazo-jsr223 >----------------- [INFO] Building Eclipse Krazo JSR-223 Extension 2.1.0-SNAPSHOT [10/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jsr223 --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jsr223 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jsr223 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jsr223 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jsr223 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jsr223 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jsr223 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jsr223 --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/target/krazo-jsr223-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jsr223 --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/target/krazo-jsr223-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.1.0-SNAPSHOT/krazo-jsr223-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/jsr223/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.1.0-SNAPSHOT/krazo-jsr223-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.ext:krazo-mustache >---------------- [INFO] Building Eclipse Krazo Mustache Extension 2.1.0-SNAPSHOT [11/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-mustache --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-mustache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-mustache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-mustache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-mustache --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/target/krazo-mustache-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-mustache --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/target/krazo-mustache-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.1.0-SNAPSHOT/krazo-mustache-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/mustache/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.1.0-SNAPSHOT/krazo-mustache-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.krazo.ext:krazo-stringtemplate >------------- [INFO] Building Eclipse Krazo StringTemplate Extension 2.1.0-SNAPSHOT [12/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-stringtemplate --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-stringtemplate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-stringtemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-stringtemplate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-stringtemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-stringtemplate --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-stringtemplate --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-stringtemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/target/krazo-stringtemplate-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-stringtemplate --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/target/krazo-stringtemplate-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.1.0-SNAPSHOT/krazo-stringtemplate-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/stringtemplate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.1.0-SNAPSHOT/krazo-stringtemplate-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.ext:krazo-velocity >---------------- [INFO] Building Eclipse Krazo Velocity Extension 2.1.0-SNAPSHOT [13/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-velocity --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-velocity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-velocity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-velocity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-velocity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-velocity --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-velocity --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-velocity --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/target/krazo-velocity-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-velocity --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/target/krazo-velocity-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.1.0-SNAPSHOT/krazo-velocity-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/ext/velocity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.1.0-SNAPSHOT/krazo-velocity-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >---------- [INFO] Building Eclipse Krazo Integration Tests Parent 2.1.0-SNAPSHOT [14/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-examples-parent --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-examples-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/2.1.0-SNAPSHOT/krazo-examples-parent-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.krazo.examples:application-path >------------- [INFO] Building Eclipse Krazo Application Path Tests 2.1.0-SNAPSHOT [15/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ application-path --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ application-path --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ application-path --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ application-path --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ application-path --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ application-path --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ application-path --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ application-path --- [INFO] Packaging webapp [INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/tck-wildfly/examples/application-path/target/test-application-path] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/application-path/src/main/webapp] [INFO] Webapp assembled in [22 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/target/test-application-path.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ application-path --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.1.0-SNAPSHOT/application-path-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.1.0-SNAPSHOT/application-path-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.examples:book-cdi >----------------- [INFO] Building Eclipse Krazo Book CDI tests 2.1.0-SNAPSHOT [16/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-cdi --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-cdi --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/target/test-book-cdi] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/target/test-book-cdi.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ book-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.1.0-SNAPSHOT/book-cdi-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.1.0-SNAPSHOT/book-cdi-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.examples:book-models >--------------- [INFO] Building Eclipse Krazo Book Models Tests 2.1.0-SNAPSHOT [17/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-models --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-models --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-models --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-models --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-models --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-models --- [INFO] Packaging webapp [INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/tck-wildfly/examples/book-models/target/test-book-models] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/book-models/src/main/webapp] [INFO] Webapp assembled in [10 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/target/test-book-models.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ book-models --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.1.0-SNAPSHOT/book-models-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.1.0-SNAPSHOT/book-models-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.krazo.examples:conversation >--------------- [INFO] Building Eclipse Krazo CDI Conversation Tests 2.1.0-SNAPSHOT [18/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ conversation --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ conversation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ conversation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ conversation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ conversation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ conversation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ conversation --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ conversation --- [INFO] Packaging webapp [INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-conversation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/conversation/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-conversation.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.1.0-SNAPSHOT/conversation-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.1.0-SNAPSHOT/conversation-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.krazo.examples:csrf-property >-------------- [INFO] Building Eclipse Krazo CSRF Property Tests 2.1.0-SNAPSHOT [19/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ csrf-property --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ csrf-property --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ csrf-property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ csrf-property --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ csrf-property --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ csrf-property --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ csrf-property --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ csrf-property --- [INFO] Packaging webapp [INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/target/test-csrf-property] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/target/test-csrf-property.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ csrf-property --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.1.0-SNAPSHOT/csrf-property-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.1.0-SNAPSHOT/csrf-property-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo.examples:def-ext >----------------- [INFO] Building Eclipse Krazo Default Extension Tests 2.1.0-SNAPSHOT [20/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ def-ext --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ def-ext --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ def-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ def-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ def-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ def-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ def-ext --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ def-ext --- [INFO] Packaging webapp [INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/target/test-def-ext] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/target/test-def-ext.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ def-ext --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.1.0-SNAPSHOT/def-ext-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.1.0-SNAPSHOT/def-ext-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo.examples:events >------------------ [INFO] Building Eclipse Krazo CDI Events Tests 2.1.0-SNAPSHOT [21/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ events --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ events --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ events --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ events --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ events --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/events/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ events --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ events --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ events --- [INFO] Packaging webapp [INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-events] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/events/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-events.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ events --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.1.0-SNAPSHOT/events-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.1.0-SNAPSHOT/events-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.examples:exceptions >---------------- [INFO] Building Eclipse Krazo Exceptions Tests 2.1.0-SNAPSHOT [22/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exceptions --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ exceptions --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exceptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ exceptions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exceptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ exceptions --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ exceptions --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ exceptions --- [INFO] Packaging webapp [INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-exceptions] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-exceptions.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.1.0-SNAPSHOT/exceptions-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.1.0-SNAPSHOT/exceptions-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.examples:facelets >----------------- [INFO] Building Eclipse Krazo Facelets Tests 2.1.0-SNAPSHOT [23/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ facelets --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ facelets --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ facelets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ facelets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ facelets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ facelets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ facelets --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ facelets --- [INFO] Packaging webapp [INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-facelets] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/facelets/src/main/webapp] [INFO] Webapp assembled in [39 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-facelets.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.1.0-SNAPSHOT/facelets-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.1.0-SNAPSHOT/facelets-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo.examples:locale >------------------ [INFO] Building Eclipse Krazo Locale Tests 2.1.0-SNAPSHOT [24/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ locale --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ locale --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ locale --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ locale --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ locale --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ locale --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ locale --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ locale --- [INFO] Packaging webapp [INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-locale] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/locale/src/main/webapp] [INFO] Webapp assembled in [10 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-locale.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ locale --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.1.0-SNAPSHOT/locale-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.1.0-SNAPSHOT/locale-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.examples:produces >----------------- [INFO] Building Eclipse Krazo Produces Tests 2.1.0-SNAPSHOT [25/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ produces --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ produces --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ produces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ produces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ produces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ produces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ produces --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ produces --- [INFO] Packaging webapp [INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-produces] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/produces/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-produces.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ produces --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.1.0-SNAPSHOT/produces-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.1.0-SNAPSHOT/produces-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.krazo.examples:redirect >----------------- [INFO] Building Eclipse Krazo Redirect Tests 2.1.0-SNAPSHOT [26/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirect --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirect --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirect --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirect --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirect --- [INFO] Packaging webapp [INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-redirect] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirect/src/main/webapp] [INFO] Webapp assembled in [25 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-redirect.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.1.0-SNAPSHOT/redirect-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.1.0-SNAPSHOT/redirect-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.krazo.examples:redirectScope >-------------- [INFO] Building Eclipse Krazo RedirectScope Tests 2.1.0-SNAPSHOT [27/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-redirectscope] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-redirectscope.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.1.0-SNAPSHOT/redirectScope-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.1.0-SNAPSHOT/redirectScope-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >-------------- [INFO] Building Eclipse Krazo RedirectScope2 Tests 2.1.0-SNAPSHOT [28/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope2 --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope2 --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope2 --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-redirectscope2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/src/main/webapp] [INFO] Webapp assembled in [54 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-redirectscope2.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.1.0-SNAPSHOT/redirectScope2-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.1.0-SNAPSHOT/redirectScope2-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >-------------- [INFO] Building Eclipse Krazo RedirectScope3 Tests 2.1.0-SNAPSHOT [29/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope3 --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope3 --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope3 --- [INFO] Packaging webapp [INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-redirectscope3] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/src/main/webapp] [INFO] Webapp assembled in [53 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-redirectscope3.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.1.0-SNAPSHOT/redirectScope3-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.1.0-SNAPSHOT/redirectScope3-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------ [INFO] Building Eclipse Krazo RequestDispatcher tests 2.1.0-SNAPSHOT [30/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ requestDispatcher --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ requestDispatcher --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ requestDispatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ requestDispatcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ requestDispatcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ requestDispatcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ requestDispatcher --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ requestDispatcher --- [INFO] Packaging webapp [INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-requestDispatcher] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-requestDispatcher.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.1.0-SNAPSHOT/requestDispatcher-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.1.0-SNAPSHOT/requestDispatcher-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo.examples:returns >----------------- [INFO] Building Eclipse Krazo Returns Tests 2.1.0-SNAPSHOT [31/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ returns --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ returns --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ returns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ returns --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ returns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/returns/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ returns --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ returns --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ returns --- [INFO] Packaging webapp [INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-returns] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/returns/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-returns.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ returns --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.1.0-SNAPSHOT/returns-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.1.0-SNAPSHOT/returns-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.examples:validation >---------------- [INFO] Building Eclipse Krazo Validation Tests 2.1.0-SNAPSHOT [32/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/validation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation --- [INFO] Packaging webapp [INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-validation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/validation/src/main/webapp] [INFO] Webapp assembled in [64 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-validation.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ validation --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.1.0-SNAPSHOT/validation-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.1.0-SNAPSHOT/validation-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.krazo.examples:validation-i18n >------------- [INFO] Building Eclipse Krazo Validation I18N Tests 2.1.0-SNAPSHOT [33/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation-i18n --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation-i18n --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation-i18n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation-i18n --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation-i18n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation-i18n --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation-i18n --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation-i18n --- [INFO] Packaging webapp [INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/target/test-validation-i18n] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/target/test-validation-i18n.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ validation-i18n --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.1.0-SNAPSHOT/validation-i18n-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.1.0-SNAPSHOT/validation-i18n-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.krazo.examples:view-annotation >------------- [INFO] Building Eclipse Krazo View Annotation Tests 2.1.0-SNAPSHOT [34/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ view-annotation --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ view-annotation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ view-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ view-annotation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ view-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ view-annotation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ view-annotation --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ view-annotation --- [INFO] Packaging webapp [INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/target/test-view-annotation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/src/main/webapp] [INFO] Webapp assembled in [20 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/target/test-view-annotation.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ view-annotation --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.1.0-SNAPSHOT/view-annotation-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.1.0-SNAPSHOT/view-annotation-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo.examples:uri-builder >--------------- [INFO] Building Eclipse Krazo UriBuilder Test 2.1.0-SNAPSHOT [35/38] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uri-builder --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ uri-builder --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uri-builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ uri-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uri-builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ uri-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ uri-builder --- [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ uri-builder --- [INFO] Packaging webapp [INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/target/uri-builder] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/target/uri-builder.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uri-builder --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.1.0-SNAPSHOT/uri-builder-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.1.0-SNAPSHOT/uri-builder-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------ [INFO] Building Eclipse Krazo Testsuite 2.1.0-SNAPSHOT [36/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-testsuite --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-testsuite --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/tck-wildfly/testsuite/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/tck-wildfly/testsuite/target/test-classes [INFO] /home/jenkins/agent/workspace/tck-wildfly/testsuite/src/test/java/org/eclipse/krazo/test/EncodingIT.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tck-wildfly/testsuite/src/test/java/org/eclipse/krazo/test/EncodingIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-testsuite --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/testsuite/target/krazo-testsuite-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ krazo-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ krazo-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/testsuite/target/krazo-testsuite-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.1.0-SNAPSHOT/krazo-testsuite-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.1.0-SNAPSHOT/krazo-testsuite-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.krazo:krazo-documentation >---------------- [INFO] Building Eclipse Krazo Documentation 2.1.0-SNAPSHOT [37/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-documentation --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-documentation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Rendered /home/jenkins/agent/workspace/tck-wildfly/documentation/src/main/asciidoc/index.adoc [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-documentation --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/2.1.0-SNAPSHOT/krazo-documentation-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.krazo:krazo-jakartaee9-archetype >------------ [INFO] Building Archetype for Jakarta EE 9 with Eclipse Krazo 2.1.0-SNAPSHOT [38/38] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jakartaee9-archetype --- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee9-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jakartaee9-archetype --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/archetype/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ krazo-jakartaee9-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ krazo-jakartaee9-archetype >>> [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ krazo-jakartaee9-archetype <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ krazo-jakartaee9-archetype --- [INFO] Building jar: /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-javadoc) > generate-sources @ krazo-jakartaee9-archetype >>> [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-javadoc) < generate-sources @ krazo-jakartaee9-archetype <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-javadoc) @ krazo-jakartaee9-archetype --- [INFO] [INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ krazo-jakartaee9-archetype --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ krazo-jakartaee9-archetype --- [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tck-wildfly/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee9-archetype --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Krazo Parent 2.1.0-SNAPSHOT: [INFO] [INFO] Eclipse Krazo Parent ............................... SUCCESS [ 8.601 s] [INFO] Eclipse Krazo Core ................................. SUCCESS [ 39.076 s] [INFO] Eclipse Krazo Jersey ............................... SUCCESS [ 1.030 s] [INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 8.513 s] [INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [ 14.405 s] [INFO] Eclipse Krazo Extensions Parent .................... SUCCESS [ 0.004 s] [INFO] Eclipse Krazo AsciiDoc Extension ................... SUCCESS [ 5.210 s] [INFO] Eclipse Krazo Freemarker Extension ................. SUCCESS [ 0.324 s] [INFO] Eclipse Krazo Jade Extension ....................... SUCCESS [ 2.994 s] [INFO] Eclipse Krazo JSR-223 Extension .................... SUCCESS [ 0.234 s] [INFO] Eclipse Krazo Mustache Extension ................... SUCCESS [ 0.829 s] [INFO] Eclipse Krazo StringTemplate Extension ............. SUCCESS [ 0.908 s] [INFO] Eclipse Krazo Velocity Extension ................... SUCCESS [ 2.066 s] [INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [ 0.004 s] [INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [ 5.859 s] [INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [ 0.255 s] [INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [ 0.288 s] [INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [ 0.266 s] [INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [ 0.246 s] [INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [ 0.268 s] [INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [ 0.215 s] [INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [ 0.229 s] [INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [ 0.258 s] [INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [ 0.321 s] [INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [ 0.269 s] [INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [ 0.218 s] [INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [ 0.219 s] [INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [ 0.282 s] [INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [ 0.300 s] [INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [ 0.372 s] [INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [ 0.300 s] [INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [ 0.426 s] [INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [ 0.607 s] [INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [ 0.272 s] [INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [ 0.218 s] [INFO] Eclipse Krazo Testsuite ............................ SUCCESS [ 6.742 s] [INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 18.075 s] [INFO] Archetype for Jakarta EE 9 with Eclipse Krazo ...... SUCCESS [ 9.170 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:47 min [INFO] Finished at: 2021-04-17T21:10:44Z [INFO] ------------------------------------------------------------------------ [tck-wildfly] $ /opt/tools/apache-maven/latest/bin/mvn -pl tck -B -V -Dtck-env=wildfly verify surefire-report:report -Pstaging Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 15.0.2, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-15/15.0.2+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.12-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.eclipse.krazo:krazo-tck >--------------------- [INFO] Building Eclipse Krazo TCK Runner 2.1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-wildfly [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-wildfly/tck/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest Apr 17, 2021 9:11:22 PM org.jboss.remoting3.EndpointImpl INFO: JBoss Remoting version 5.0.0.Final Apr 17, 2021 9:11:22 PM org.xnio.Xnio INFO: XNIO version 3.5.1.Final Apr 17, 2021 9:11:22 PM org.xnio.nio.NioXnio INFO: XNIO NIO Implementation Version 3.5.1.Final Apr 17, 2021 9:11:22 PM org.wildfly.security.Version INFO: ELY00001: WildFly Elytron version 1.1.0.Final Apr 17, 2021 9:11:26 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 9b2594f3-e3f0-475f-a534-de10f92bd0d2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"9b2594f3-e3f0-475f-a534-de10f92bd0d2.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.782 s <<< FAILURE! - in jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest [ERROR] jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest Time elapsed: 5.78 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 9b2594f3-e3f0-475f-a534-de10f92bd0d2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"9b2594f3-e3f0-475f-a534-de10f92bd0d2.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest Apr 17, 2021 9:11:27 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 74f66a2c-c1cc-41fc-a86a-077e4d23fde0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"74f66a2c-c1cc-41fc-a86a-077e4d23fde0.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.492 s <<< FAILURE! - in jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest [ERROR] jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest Time elapsed: 1.492 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 74f66a2c-c1cc-41fc-a86a-077e4d23fde0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"74f66a2c-c1cc-41fc-a86a-077e4d23fde0.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest Apr 17, 2021 9:11:28 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 1b9a9611-bfe7-4efc-91f4-ef85306ab5e0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"1b9a9611-bfe7-4efc-91f4-ef85306ab5e0.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.091 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest [ERROR] jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest Time elapsed: 1.091 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 1b9a9611-bfe7-4efc-91f4-ef85306ab5e0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"1b9a9611-bfe7-4efc-91f4-ef85306ab5e0.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.base.BindingBaseTest Apr 17, 2021 9:11:30 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy fe7f23f2-8d61-4b24-ae33-beb4d838327f.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"fe7f23f2-8d61-4b24-ae33-beb4d838327f.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.232 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.base.BindingBaseTest [ERROR] jakarta.mvc.tck.tests.binding.base.BindingBaseTest Time elapsed: 1.232 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy fe7f23f2-8d61-4b24-ae33-beb4d838327f.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"fe7f23f2-8d61-4b24-ae33-beb4d838327f.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest Apr 17, 2021 9:11:31 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy a9207ad7-9d53-4a94-b1ef-f1198b4e9774.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"a9207ad7-9d53-4a94-b1ef-f1198b4e9774.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.186 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest Time elapsed: 1.186 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy a9207ad7-9d53-4a94-b1ef-f1198b4e9774.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"a9207ad7-9d53-4a94-b1ef-f1198b4e9774.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest Apr 17, 2021 9:11:32 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy c9d8e2c6-a138-417a-8232-9e36749d9da2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"c9d8e2c6-a138-417a-8232-9e36749d9da2.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.051 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest Time elapsed: 1.051 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy c9d8e2c6-a138-417a-8232-9e36749d9da2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"c9d8e2c6-a138-417a-8232-9e36749d9da2.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingLongTest Apr 17, 2021 9:11:33 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 326c0c91-a337-43f5-a58d-0b6076611d2e.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"326c0c91-a337-43f5-a58d-0b6076611d2e.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.93 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingLongTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingLongTest Time elapsed: 0.93 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 326c0c91-a337-43f5-a58d-0b6076611d2e.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"326c0c91-a337-43f5-a58d-0b6076611d2e.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest Apr 17, 2021 9:11:34 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 812dfada-106e-4b72-ac0d-35c8f685dba6.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"812dfada-106e-4b72-ac0d-35c8f685dba6.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.128 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest Time elapsed: 1.128 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 812dfada-106e-4b72-ac0d-35c8f685dba6.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"812dfada-106e-4b72-ac0d-35c8f685dba6.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest Apr 17, 2021 9:11:35 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy f44b601d-d6f9-46f5-93c7-6cc20981e8db.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"f44b601d-d6f9-46f5-93c7-6cc20981e8db.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.037 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest Time elapsed: 1.037 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy f44b601d-d6f9-46f5-93c7-6cc20981e8db.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"f44b601d-d6f9-46f5-93c7-6cc20981e8db.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest Apr 17, 2021 9:11:36 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 5bb1ae77-b71e-49a1-87f5-ed7c783e841d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"5bb1ae77-b71e-49a1-87f5-ed7c783e841d.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.914 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest [ERROR] jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest Time elapsed: 0.914 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 5bb1ae77-b71e-49a1-87f5-ed7c783e841d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"5bb1ae77-b71e-49a1-87f5-ed7c783e841d.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.binding.types.BindingTypesTest Apr 17, 2021 9:11:37 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 6218ba0b-4637-4abf-93cd-a63b6503ae89.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"6218ba0b-4637-4abf-93cd-a63b6503ae89.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.93 s <<< FAILURE! - in jakarta.mvc.tck.tests.binding.types.BindingTypesTest [ERROR] jakarta.mvc.tck.tests.binding.types.BindingTypesTest Time elapsed: 0.93 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 6218ba0b-4637-4abf-93cd-a63b6503ae89.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"6218ba0b-4637-4abf-93cd-a63b6503ae89.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest Apr 17, 2021 9:11:38 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy ffde24d7-d49a-4cfa-8cfb-df5051b9c5d3.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"ffde24d7-d49a-4cfa-8cfb-df5051b9c5d3.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.894 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest [ERROR] jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest Time elapsed: 0.894 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy ffde24d7-d49a-4cfa-8cfb-df5051b9c5d3.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ffde24d7-d49a-4cfa-8cfb-df5051b9c5d3.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest Apr 17, 2021 9:11:39 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy ae082c26-4882-4fbf-9458-3ca97c294e45.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"ae082c26-4882-4fbf-9458-3ca97c294e45.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.855 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest [ERROR] jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest Time elapsed: 0.854 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy ae082c26-4882-4fbf-9458-3ca97c294e45.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ae082c26-4882-4fbf-9458-3ca97c294e45.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest Apr 17, 2021 9:11:40 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 07c4515d-9081-4050-b68a-d9e2c304399d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"07c4515d-9081-4050-b68a-d9e2c304399d.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.122 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest [ERROR] jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest Time elapsed: 1.122 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 07c4515d-9081-4050-b68a-d9e2c304399d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"07c4515d-9081-4050-b68a-d9e2c304399d.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest Apr 17, 2021 9:11:41 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 3c9b6267-a223-473b-945a-ef608ece4117.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"3c9b6267-a223-473b-945a-ef608ece4117.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.952 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest [ERROR] jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest Time elapsed: 0.952 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 3c9b6267-a223-473b-945a-ef608ece4117.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"3c9b6267-a223-473b-945a-ef608ece4117.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest Apr 17, 2021 9:11:42 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 8e4d57c9-d80a-452f-9943-1ae20d529886.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"8e4d57c9-d80a-452f-9943-1ae20d529886.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.958 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest [ERROR] jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest Time elapsed: 0.958 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 8e4d57c9-d80a-452f-9943-1ae20d529886.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"8e4d57c9-d80a-452f-9943-1ae20d529886.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest Apr 17, 2021 9:11:43 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 1fcccbfd-c7b4-41c1-b1c4-2ebcbb75c634.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"1fcccbfd-c7b4-41c1-b1c4-2ebcbb75c634.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.867 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest [ERROR] jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest Time elapsed: 0.867 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 1fcccbfd-c7b4-41c1-b1c4-2ebcbb75c634.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"1fcccbfd-c7b4-41c1-b1c4-2ebcbb75c634.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest Apr 17, 2021 9:11:43 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy a70c9ba3-ea23-4be4-938c-789db04d32e2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"a70c9ba3-ea23-4be4-938c-789db04d32e2.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.788 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest [ERROR] jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest Time elapsed: 0.788 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy a70c9ba3-ea23-4be4-938c-789db04d32e2.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"a70c9ba3-ea23-4be4-938c-789db04d32e2.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest Apr 17, 2021 9:11:44 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 1baa3d4c-e157-4e78-8f42-ba51a3d64503.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"1baa3d4c-e157-4e78-8f42-ba51a3d64503.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.839 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest [ERROR] jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest Time elapsed: 0.839 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 1baa3d4c-e157-4e78-8f42-ba51a3d64503.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"1baa3d4c-e157-4e78-8f42-ba51a3d64503.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest Apr 17, 2021 9:11:45 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 9c0fd48f-244c-41f6-bf28-e2218931b5c1.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"9c0fd48f-244c-41f6-bf28-e2218931b5c1.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.755 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest [ERROR] jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest Time elapsed: 0.755 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 9c0fd48f-244c-41f6-bf28-e2218931b5c1.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"9c0fd48f-244c-41f6-bf28-e2218931b5c1.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest Apr 17, 2021 9:11:46 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy a99ee90f-ce21-4663-a6b9-dd37f816a589.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"a99ee90f-ce21-4663-a6b9-dd37f816a589.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.725 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest [ERROR] jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest Time elapsed: 0.725 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy a99ee90f-ce21-4663-a6b9-dd37f816a589.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"a99ee90f-ce21-4663-a6b9-dd37f816a589.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest Apr 17, 2021 9:11:47 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 78cc99be-035c-4c7c-8419-9a236b56987b.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"78cc99be-035c-4c7c-8419-9a236b56987b.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.811 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest [ERROR] jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest Time elapsed: 0.811 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 78cc99be-035c-4c7c-8419-9a236b56987b.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"78cc99be-035c-4c7c-8419-9a236b56987b.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest Apr 17, 2021 9:11:47 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy f6434317-e099-4af7-97ea-8a33a3d246c3.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"f6434317-e099-4af7-97ea-8a33a3d246c3.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.79 s <<< FAILURE! - in jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest [ERROR] jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest Time elapsed: 0.79 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy f6434317-e099-4af7-97ea-8a33a3d246c3.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"f6434317-e099-4af7-97ea-8a33a3d246c3.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.application.inheritance.InheritanceTest Apr 17, 2021 9:11:48 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 1911c718-62b7-44dd-9afd-c760b614c3cd.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"1911c718-62b7-44dd-9afd-c760b614c3cd.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.769 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.inheritance.InheritanceTest [ERROR] jakarta.mvc.tck.tests.application.inheritance.InheritanceTest Time elapsed: 0.769 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 1911c718-62b7-44dd-9afd-c760b614c3cd.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"1911c718-62b7-44dd-9afd-c760b614c3cd.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest Apr 17, 2021 9:11:49 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy b79f44db-0016-4453-9827-29e048081689.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"b79f44db-0016-4453-9827-29e048081689.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.712 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest [ERROR] jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest Time elapsed: 0.711 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy b79f44db-0016-4453-9827-29e048081689.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"b79f44db-0016-4453-9827-29e048081689.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest Apr 17, 2021 9:11:50 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 4cd4b734-8c43-436c-8c76-2b7a96b297e5.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"4cd4b734-8c43-436c-8c76-2b7a96b297e5.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.897 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest [ERROR] jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest Time elapsed: 0.897 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 4cd4b734-8c43-436c-8c76-2b7a96b297e5.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"4cd4b734-8c43-436c-8c76-2b7a96b297e5.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.application.context.MvcContextTest Apr 17, 2021 9:11:50 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 0802791d-3734-45fb-baa5-7c405bacb0e8.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"0802791d-3734-45fb-baa5-7c405bacb0e8.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.705 s <<< FAILURE! - in jakarta.mvc.tck.tests.application.context.MvcContextTest [ERROR] jakarta.mvc.tck.tests.application.context.MvcContextTest Time elapsed: 0.705 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 0802791d-3734-45fb-baa5-7c405bacb0e8.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"0802791d-3734-45fb-baa5-7c405bacb0e8.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest Apr 17, 2021 9:11:51 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 3a9285e1-9814-4b16-b21e-2559fe0f026b.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"3a9285e1-9814-4b16-b21e-2559fe0f026b.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.788 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest [ERROR] jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest Time elapsed: 0.788 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 3a9285e1-9814-4b16-b21e-2559fe0f026b.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"3a9285e1-9814-4b16-b21e-2559fe0f026b.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.i18n.access.I18nAccessTest Apr 17, 2021 9:11:52 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 77d8f898-1af7-4f79-a3d4-6a945b7de3ea.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"77d8f898-1af7-4f79-a3d4-6a945b7de3ea.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.733 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.access.I18nAccessTest [ERROR] jakarta.mvc.tck.tests.i18n.access.I18nAccessTest Time elapsed: 0.733 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 77d8f898-1af7-4f79-a3d4-6a945b7de3ea.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"77d8f898-1af7-4f79-a3d4-6a945b7de3ea.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest Apr 17, 2021 9:11:53 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy a0aef010-5df3-474f-8868-2956f6cd39bd.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"a0aef010-5df3-474f-8868-2956f6cd39bd.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.803 s <<< FAILURE! - in jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest [ERROR] jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest Time elapsed: 0.803 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy a0aef010-5df3-474f-8868-2956f6cd39bd.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"a0aef010-5df3-474f-8868-2956f6cd39bd.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.events.MvcEventsTest Apr 17, 2021 9:11:54 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy ba7ffb6e-09e3-45fc-867d-693c904e9121.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"ba7ffb6e-09e3-45fc-867d-693c904e9121.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.765 s <<< FAILURE! - in jakarta.mvc.tck.tests.events.MvcEventsTest [ERROR] jakarta.mvc.tck.tests.events.MvcEventsTest Time elapsed: 0.765 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy ba7ffb6e-09e3-45fc-867d-693c904e9121.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ba7ffb6e-09e3-45fc-867d-693c904e9121.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest Apr 17, 2021 9:11:54 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 70b3a130-4f95-4d88-baef-40bb16ca5bb5.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"70b3a130-4f95-4d88-baef-40bb16ca5bb5.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.96 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest [ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest Time elapsed: 0.96 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 70b3a130-4f95-4d88-baef-40bb16ca5bb5.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"70b3a130-4f95-4d88-baef-40bb16ca5bb5.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest Apr 17, 2021 9:11:56 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 1dcb1d19-294a-4240-972e-fd1937d61d41.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"1dcb1d19-294a-4240-972e-fd1937d61d41.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.643 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest [ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest Time elapsed: 1.643 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 1dcb1d19-294a-4240-972e-fd1937d61d41.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"1dcb1d19-294a-4240-972e-fd1937d61d41.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest Apr 17, 2021 9:11:58 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy e3a069ab-b1db-413f-9ef2-ec5f45b7bf0d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"e3a069ab-b1db-413f-9ef2-ec5f45b7bf0d.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.722 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest [ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest Time elapsed: 1.722 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy e3a069ab-b1db-413f-9ef2-ec5f45b7bf0d.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"e3a069ab-b1db-413f-9ef2-ec5f45b7bf0d.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest Apr 17, 2021 9:11:59 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy e7dafe0f-06dd-447e-a9b0-d1907f207a50.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"e7dafe0f-06dd-447e-a9b0-d1907f207a50.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.553 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest [ERROR] jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest Time elapsed: 1.553 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy e7dafe0f-06dd-447e-a9b0-d1907f207a50.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"e7dafe0f-06dd-447e-a9b0-d1907f207a50.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest Apr 17, 2021 9:12:01 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 6250cd27-9bbc-41cd-9c43-75602bd187c0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"6250cd27-9bbc-41cd-9c43-75602bd187c0.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.703 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest [ERROR] jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest Time elapsed: 1.703 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 6250cd27-9bbc-41cd-9c43-75602bd187c0.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"6250cd27-9bbc-41cd-9c43-75602bd187c0.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest Apr 17, 2021 9:12:03 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 821dc141-ea80-44d9-93ff-c33d32470f27.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"821dc141-ea80-44d9-93ff-c33d32470f27.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.797 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest [ERROR] jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest Time elapsed: 1.797 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 821dc141-ea80-44d9-93ff-c33d32470f27.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"821dc141-ea80-44d9-93ff-c33d32470f27.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest Apr 17, 2021 9:12:04 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 47dc66ab-7323-4248-a647-a3ad8f154f11.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"47dc66ab-7323-4248-a647-a3ad8f154f11.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.746 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest [ERROR] jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest Time elapsed: 0.746 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 47dc66ab-7323-4248-a647-a3ad8f154f11.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"47dc66ab-7323-4248-a647-a3ad8f154f11.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest Apr 17, 2021 9:12:04 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy 538a8aad-3f58-450f-b83c-95d996e34d47.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"538a8aad-3f58-450f-b83c-95d996e34d47.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.711 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest [ERROR] jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest Time elapsed: 0.711 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy 538a8aad-3f58-450f-b83c-95d996e34d47.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"538a8aad-3f58-450f-b83c-95d996e34d47.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] Running jakarta.mvc.tck.tests.security.xss.EncodersTest Apr 17, 2021 9:12:05 PM org.jboss.as.arquillian.container.ArchiveDeployer undeploy WARN: Failed to undeploy efc807eb-232d-48d6-8bca-a959bf0f7aaf.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0216: Management resource '[(\"deployment\" => \"efc807eb-232d-48d6-8bca-a959bf0f7aaf.war\")]' not found"}} [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.695 s <<< FAILURE! - in jakarta.mvc.tck.tests.security.xss.EncodersTest [ERROR] jakarta.mvc.tck.tests.security.xss.EncodersTest Time elapsed: 0.695 s <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy efc807eb-232d-48d6-8bca-a959bf0f7aaf.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"efc807eb-232d-48d6-8bca-a959bf0f7aaf.war\".undertow-deployment" => "java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton Caused by: java.lang.RuntimeException: RESTEASY003400: Illegal to inject a non-interface type into a singleton"}}}} [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] MvcAppAnnotationTest.jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest » Deployment [ERROR] MvcAppWebXmlTest.jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest » Deployment [ERROR] MvcContextTest.jakarta.mvc.tck.tests.application.context.MvcContextTest » Deployment [ERROR] InheritanceTest.jakarta.mvc.tck.tests.application.inheritance.InheritanceTest » Deployment [ERROR] BindingBaseTest.jakarta.mvc.tck.tests.binding.base.BindingBaseTest » Deployment [ERROR] BindingBooleanTest.jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest » Deployment [ERROR] BindingBigDecimalTest.jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest » Deployment [ERROR] BindingBigIntegerTest.jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest » Deployment [ERROR] BindingDoubleTest.jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest » Deployment [ERROR] BindingFloatTest.jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest » Deployment [ERROR] BindingIntegerTest.jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest » Deployment [ERROR] BindingLongTest.jakarta.mvc.tck.tests.binding.numeric.BindingLongTest » Deployment [ERROR] BindingTypesTest.jakarta.mvc.tck.tests.binding.types.BindingTypesTest » Deployment [ERROR] MvcEventsTest.jakarta.mvc.tck.tests.events.MvcEventsTest » Deployment Cannot d... [ERROR] I18nAccessTest.jakarta.mvc.tck.tests.i18n.access.I18nAccessTest » Deployment C... [ERROR] I18nAlgorithmTest.jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest » Deployment [ERROR] I18nStandardTest.jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest » Deployment [ERROR] ControllerAnnotationTest.jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest » Deployment [ERROR] InjectParamsTest.jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest » Deployment [ERROR] MediaTypeTest.jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest » Deployment [ERROR] ReturnTypeTest.jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest » Deployment [ERROR] CdiControllerTest.jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest » Deployment [ERROR] ControllerLifecycleTest.jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest » Deployment [ERROR] InjectProxyTest.jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest » Deployment [ERROR] BuiltinEngineModelTest.jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest » Deployment [ERROR] RedirectScopeTest.jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest » Deployment [ERROR] SendRedirectTest.jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest » Deployment [ERROR] ResponseFeaturesTest.jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest » Deployment [ERROR] UriBuildingTest.jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest » Deployment Can... [ERROR] CsrfBaseTest.jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest » Deployment [ERROR] CsrfCustomMapperTest.jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest » Deployment [ERROR] CsrfCustomHeaderTest.jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest » Deployment [ERROR] CsrfDefaultHeaderTest.jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest » Deployment [ERROR] CsrfVerifyDefaultConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest » Deployment [ERROR] CsrfVerifyExplicitConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest » Deployment [ERROR] CsrfVerifyImplicitConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest » Deployment [ERROR] CsrfVerifyOffConfigTest.jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest » Deployment [ERROR] EncodersTest.jakarta.mvc.tck.tests.security.xss.EncodersTest » Deployment Cann... [ERROR] ViewEngineAlgorithmTest.jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest » Deployment [ERROR] ViewEngineBaseTest.jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest » Deployment [INFO] [ERROR] Tests run: 40, Failures: 0, Errors: 40, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:20 min [INFO] Finished at: 2021-04-17T21:12:06Z [INFO] ------------------------------------------------------------------------ [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/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