Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for WFCORE-7097 and Fix for WFCORE-7098 #6283

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jfdenise
Copy link
Contributor

@bstansberry
Copy link
Contributor

@jamezp Please review as you're kind of an SME on this.

@jfdenise @yersan @jamezp I put the 27.x label on this mostly to get your attention so you can think whether this needs to be in WF 35 or not. I suspect the only urgency around this is the intermittent failure WFCORE-7097 mentions, and then the bootable jar failures we are seeing in full WF in ts/int/elytron-oidc-client. But those don't force us to do something quickly if we don't think that's the right thing to do; those both may have workarounds.

Comment on lines +37 to +41
if (Files.notExists(cleanupMarker)) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I follow this. Can you explain why we were seeing an issue if the file does not exist here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case, the process is started but the cleanup already occurred (a timeout + a previous process running).

}
// Do a last cleanup, in case the cleanupMarker still exists (could have been deleted by running process).
if (Files.exists(cleanupMarker)) {
cleanup();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could potentially launch another process. We should probably just invoke the deleteDirectory() at this point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is done in purpose. On Windows we need the the external process. The cleanup waits until the process terminate (with a timeout).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the idea that if the process is running while the other the bootable JAR process is still running that we terminate that process and start a new one? I'm just a little confused on what we gain here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is in case, the previous process didn't complete the deletion for some reason (timeout and process forcibly terminated from the caller thread), we start a new process to finalize.

@wildfly-ci
Copy link

Core -> Full Integration Build 14432 outcome was UNKNOWN using a merge of a7eede0
Summary: Canceled (Error while applying patch; cannot find commit 12f2330 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:40

@wildfly-ci
Copy link

Core -> Full Integration Build 14131 outcome was UNKNOWN using a merge of a7eede0
Summary: Canceled (Error while applying patch; cannot find commit 12f2330 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:17

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14213 outcome was UNKNOWN using a merge of a7eede0
Summary: Canceled (Error while applying patch; cannot find commit 12f2330 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:16

@wildfly-ci
Copy link

Core -> Full Integration Build 14437 outcome was UNKNOWN using a merge of 5e6e784
Summary: Canceled (Error while applying patch; cannot find commit 36fce9b in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:16

@wildfly-ci
Copy link

Core -> Full Integration Build 14136 outcome was UNKNOWN using a merge of 5e6e784
Summary: Canceled (Error while applying patch; cannot find commit 36fce9b in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:22

@wildfly-ci
Copy link

Core -> Full Integration Build 14137 outcome was FAILURE using a merge of 5e6e784
Summary: Tests failed: 1 (1 new), passed: 4407, ignored: 55 Build time: 03:37:39

Failed tests

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase.timeout: java.lang.AssertionError: expected:<4> but was:<0>
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase.timeout(StatefulTimeoutTestCase.java:88)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
------- Stdout: -------
 [0m14:34:15,207 INFO  [org.jboss.modules] (main) JBoss Modules version 2.1.6.Final
 [0m [0m14:34:16,223 INFO  [org.jboss.msc] (main) JBoss MSC version 1.5.5.Final
 [0m [0m14:34:16,239 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
 [0m [0m14:34:16,416 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly 35.0.0.Final-SNAPSHOT (WildFly Core 27.0.0.Final-SNAPSHOT) starting
 [0m [0m14:34:18,321 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 2.6.0.Final
 [0m [0m14:34:19,723 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m14:34:19,767 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.8.16.Final
 [0m [0m14:34:19,793 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.16.Final
 [0m [0m14:34:19,844 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.2)
 [0m [0m14:34:19,968 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 40) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [0m14:34:19,991 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.30.Final
 [0m [0m14:34:20,011 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 41) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
 [0m [0m14:34:20,081 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 42) WFLYRS0016: RESTEasy version 6.2.11.Final
 [0m [0m14:34:20,101 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 44) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.3.13
 [0m [0m14:34:20,113 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
 [0m [0m14:34:20,125 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.10.Final)
 [0m [0m14:34:20,134 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 48) WFLYNAM0001: Activating Naming Subsystem
 [0m [33m14:34:20,217 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/configuration/application.keystore' does not exist. Used blank.
 [0m [33m14:34:20,279 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 53) 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.
 [0m [0m14:34:20,295 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
 [0m [0m14:34:20,298 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
 [0m [33m14:34:20,323 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY01084: KeyStore /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
 [0m [0m14:34:20,426 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
 [0m [0m14:34:20,503 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.18.Final starting
 [0m [33m14:34:20,760 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-4) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m14:34:20,793 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
 [0m [0m14:34:20,802 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) Queuing requests.
 [0m [0m14:34:20,803 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
 [0m [0m14:34:20,857 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
 [0mnode-1 2024-12-17 14:34:21,005 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/deployments
node-1 2024-12-17 14:34:21,108 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
node-1 2024-12-17 14:34:21,300 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
node-1 2024-12-17 14:34:21,601 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
node-1 2024-12-17 14:34:21,611 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
node-1 2024-12-17 14:34:21,611 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
node-1 2024-12-17 14:34:21,612 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly 35.0.0.Final-SNAPSHOT (WildFly Core 27.0.0.Final-SNAPSHOT) started in 7345ms - Started 286 of 660 services (449 services are lazy, passive or on-demand) - Server configuration file in use: standalone-full-ha.xml - Minimum feature stability level: community


@wildfly-ci

This comment was marked as off-topic.

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14220 outcome was UNKNOWN using a merge of 5e6e784
Summary: Canceled (Error while applying patch; cannot find commit 36fce9b in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6283/merge branch was updated and the commit selected for the ... Build time: 00:00:39

@wildfly-ci

This comment was marked as off-topic.

@@ -45,28 +46,13 @@ class InstallationCleaner implements Runnable {
}

@Override
public void run() {
public synchronized void run() {
Copy link
Collaborator

@yersan yersan Dec 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am missing something; this task is submitted by a SingleThreadExecutor in the BootableJar shutdown hook.
If we are marking it as synchronized, it only means that we could have more than one Bootable Jar instance for the same server home, right?
If that's true, the same marked file is also shared as a marker across the multiple Bootable JAR instances launched from the same home, wouldn't that be an issue after all?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this task is submitted by a SingleThreadExecutor in the BootableJar shutdown hook.
If we are marking it as synchronized, it only means that we could have more than one Bootable Jar instance for the same server home, right?

Well, even in that case, we are creating new instances of this InstallationCleaner on each shuftdown hook, so I don't get why the synchronized is required (or nice to have ) at this point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yersan , we could have a timeout on the calling thread. The task (running in its own thread) is not yet done, and the calling thread will attempt to do a cleanup again. We need to synchronize at this point to avoid multiple cleanup in //. synchronize enforces it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jfdenise ok, so it is not to allow dealing with muiltiple Bootable JARs from the same server home.

Ok, in that case, should not be InstallationCleaner.cleanup() method be the one that should be synchronized?

That's the method in common with the InstallationCleaner.run() and InstallationCleaner.cleanupTimeout() which are the entry points for the submitted task and the explicit cleaner.cleanupTimeout()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yersan The key piece is: Files.notExists(cleanupMarker)
We need to have all threads to share a common view on it. So all entry points to it should be synchronized.

@jfdenise
Copy link
Contributor Author

FYI, I am constantly re-running the 2 bootable JAR jobs, my goal is to run 10 times on the 2 platforms with no issues.

@jfdenise
Copy link
Contributor Author

@yersan , 10 green runs on each platform. I will stop testing.

@yersan yersan requested a review from jamezp December 18, 2024 16:12
@yersan
Copy link
Collaborator

yersan commented Dec 18, 2024

@jamezp Can you review again? Thanks!

Copy link
Member

@jamezp jamezp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving, but I think we might need to revisit this. I don't want to block fixing CI though.

I don't think this necessarily wrong, I think we're just overly using resources. We have a shutdown hook which attempts to cleanup the resources. On Windows these typically can't be cleaned up until the server process is ended. However, we attempt to wait for the process to end, then we launch another process as a final clean up. I think we could stream line this a bit, but I'd need to think it through a little more.

@@ -153,7 +159,9 @@ private void newProcess() throws IOException {
.redirectError(ProcessBuilder.Redirect.INHERIT)
.redirectOutput(ProcessBuilder.Redirect.INHERIT)
.directory(new File(System.getProperty("user.dir")));
builder.start();
process = builder.start();
process.waitFor(environment.getTimeout(), TimeUnit.SECONDS);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also sounds a bit inappropriate, since this method could be invoked directly from the shutdown hook thread. The shutdown hook API says that is inadvisable to attempt any user interaction or to perform a long-running computation in a shutdown hook.

I guess my question would be if this is somehow killed completely by the JVM, if there could be possibilities of having the started process running around.

In any case, if decided, we can move on and see how it behaves in the CI

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yersan , I was thinking to it more, and I think that we shouldn't merge it. Although I am confident on the Linux fix, it requires more on Windows front.

@jfdenise jfdenise marked this pull request as draft December 19, 2024 09:59
@yersan yersan added the hold Do not merge this PR label Dec 19, 2024
@jfdenise
Copy link
Contributor Author

@jamezp , When testing with a lot of corner cases (with complex scheduling scenarii) on Windows, I came to the conclusion that we need, in the forked process, to wait for the server process to terminate prior to delete the installation. That is the only way to ensure that nothing is left behind and the installation is actually deleted.

@jfdenise jfdenise marked this pull request as ready for review December 20, 2024 11:50
@wildfly-ci
Copy link

Core -> Full Integration Build 14158 outcome was FAILURE using a merge of 913f86c
Summary: Tests failed: 1 (1 new), passed: 4407, ignored: 55 Build time: 02:35:07

Failed tests

TestSuite: org.eclipse.microprofile.rest.client.tck.sse.BasicReactiveStreamsTest.testNamedEventSse: java.lang.AssertionError: Mock Sse Server did not start as expected expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:111)
	at org.testng.Assert.failNotEquals(Assert.java:1578)
	at org.testng.Assert.assertTrue(Assert.java:57)
	at org.eclipse.microprofile.rest.client.tck.sse.AbstractSseTest.launchServer(AbstractSseTest.java:62)
	at org.eclipse.microprofile.rest.client.tck.sse.AbstractSseTest.launchServer(AbstractSseTest.java:38)
	at org.eclipse.microprofile.rest.client.tck.sse.BasicReactiveStreamsTest.testNamedEventSse(BasicReactiveStreamsTest.java:165)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:141)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:686)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:230)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:63)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:992)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:203)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:154)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:134)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testng.TestRunner.privateRun(TestRunner.java:739)
	at org.testng.TestRunner.run(TestRunner.java:614)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:421)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:413)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:373)
	at org.testng.SuiteRunner.run(SuiteRunner.java:312)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1274)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1208)
	at org.testng.TestNG.runSuites(TestNG.java:1112)
	at org.testng.TestNG.run(TestNG.java:1079)


@wildfly-ci
Copy link

Core -> Full Integration Build 14159 outcome was FAILURE using a merge of 913f86c
Summary: Tests failed: 1 (1 new), passed: 4406, ignored: 56 Build time: 02:57:57

Failed tests

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase.timeout: java.lang.AssertionError: expected:<4> but was:<0>
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase.timeout(StatefulTimeoutTestCase.java:88)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
------- Stdout: -------
 [0m12:30:45,834 INFO  [org.jboss.modules] (main) JBoss Modules version 2.1.6.Final
 [0m [0m12:30:46,948 INFO  [org.jboss.msc] (main) JBoss MSC version 1.5.5.Final
 [0m [0m12:30:46,961 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
 [0m [0m12:30:47,188 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly 35.0.0.Final-SNAPSHOT (WildFly Core 27.0.0.Final-SNAPSHOT) starting
 [0m [0m12:30:49,278 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 2.6.0.Final
 [0m [0m12:30:50,730 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:30:50,759 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.8.16.Final
 [0m [0m12:30:50,770 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.8.16.Final
 [0m [0m12:30:50,830 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.30.Final
 [0m [0m12:30:50,904 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 41) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
 [0m [0m12:30:50,909 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 40) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [33m12:30:50,920 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 53) 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.
 [0m [0m12:30:50,923 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 42) WFLYRS0016: RESTEasy version 6.2.11.Final
 [0m [0m12:30:50,941 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 48) WFLYNAM0001: Activating Naming Subsystem
 [0m [0m12:30:51,013 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 44) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.3.13
 [0m [0m12:30:51,017 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.2)
 [0m [0m12:30:51,022 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
 [0m [0m12:30:51,058 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.10.Final)
 [0m [33m12:30:51,165 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/configuration/application.keystore' does not exist. Used blank.
 [0m [0m12:30:51,262 INFO  [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
 [0m [33m12:30:51,306 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY01084: KeyStore /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
 [0m [0m12:30:51,311 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.18.Final starting
 [0m [0m12:30:51,617 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
 [0m [0m12:30:51,618 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
 [0m [0m12:30:51,773 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.
 [0m [0m12:30:51,784 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) Queuing requests.
 [0m [0m12:30:51,785 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
 [0m [33m12:30:51,859 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-4) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:30:51,870 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
 [0m [0m12:30:51,877 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
 [0m [0m12:30:51,978 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
 [0mnode-1 2024-12-20 12:30:52,190 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-clustering-ejb-1/standalone/deployments
node-1 2024-12-20 12:30:52,403 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
node-1 2024-12-20 12:30:52,423 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
node-1 2024-12-20 12:30:52,423 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
node-1 2024-12-20 12:30:52,424 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly 35.0.0.Final-SNAPSHOT (WildFly Core 27.0.0.Final-SNAPSHOT) started in 7492ms - Started 286 of 660 services (449 services are lazy, passive or on-demand) - Server configuration file in use: standalone-full-ha.xml - Minimum feature stability level: community


@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14241 outcome was FAILURE using a merge of 913f86c
Summary: Tests failed: 2, passed: 5258, ignored: 85 Build time: 03:36:35

Failed tests

org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment(XercesUsageTestCase.java:74)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more
------- Stdout: -------
 [33m11:48:37,769 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:36f5 has 1 heuristic participant(s)!
 [0m [33m11:48:37,769 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:36f5, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:36fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@33fd5d5c >
 [0m [33m11:48:37,770 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:36f5, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:36fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@33fd5d5c >
 [0m [33m11:48:37,770 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:36f5 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:36f5, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:36fb, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@33fd5d5c >
 [0m [33m11:48:37,784 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:3707, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:370a, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.FINISH_OK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@37c2cffb >
 [0m [33m11:48:37,784 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:3707, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:370a, subordinatenodename=null, eis_name=unknown eis name >
 [0m [33m11:48:37,786 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:37be has 1 heuristic participant(s)!
 [0m [33m11:48:37,786 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37be, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37c7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@72c05767 >
 [0m [33m11:48:37,786 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37be, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37c7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@72c05767 >
 [0m [33m11:48:37,786 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:37be restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37be, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37c7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@72c05767 >
 [0m [33m11:48:37,788 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:37f1 has 1 heuristic participant(s)!
 [0m [33m11:48:37,788 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f1, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1a36ab48 >
 [0m [33m11:48:37,788 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f1, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1a36ab48 >
 [0m [33m11:48:37,788 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:37f1 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f1, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:37f7, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1a36ab48 >
 [0m [33m11:48:37,791 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:3815 has 1 heuristic participant(s)!
 [0m [33m11:48:37,791 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:3815, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:381b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@437802ef >
 [0m [33m11:48:37,791 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:3815, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:381b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@437802ef >
 [0m [33m11:48:37,791 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:3815 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801ed:-20eb107a:676555cc:3815, node_name=1, branch_uid=0:ffffc0a801ed:-20eb107a:676555cc:381b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@437802ef >
 [0m [33m11:48:37,793 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801ed:-20eb107a:676555cc:381e has 1 heuristic participant(s)!


org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment(XercesUsageInWebServiceTestCase.java:64)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more


@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14242 outcome was FAILURE using a merge of 913f86c
Summary: Tests failed: 2, passed: 5259, ignored: 84 Build time: 03:49:31

Failed tests

org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment(XercesUsageTestCase.java:74)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more
------- Stdout: -------
 [33m11:56:47,287 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3709 has 1 heuristic participant(s)!
 [0m [33m11:56:47,288 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3709, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:370f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@39e9a300 >
 [0m [33m11:56:47,288 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3709, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:370f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@39e9a300 >
 [0m [33m11:56:47,288 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3709 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3709, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:370f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@39e9a300 >
 [0m [33m11:56:47,306 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:371b, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:371e, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.FINISH_OK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3dd620e5 >
 [0m [33m11:56:47,306 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:371b, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:371e, subordinatenodename=null, eis_name=unknown eis name >
 [0m [33m11:56:47,307 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:37d2 has 1 heuristic participant(s)!
 [0m [33m11:56:47,308 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:37d2, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:37db, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@78d4a93b >
 [0m [33m11:56:47,308 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:37d2, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:37db, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@78d4a93b >
 [0m [33m11:56:47,308 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:37d2 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:37d2, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:37db, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@78d4a93b >
 [0m [33m11:56:47,313 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3805 has 1 heuristic participant(s)!
 [0m [33m11:56:47,314 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3805, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:380b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3d633757 >
 [0m [33m11:56:47,314 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3805, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:380b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3d633757 >
 [0m [33m11:56:47,314 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3805 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3805, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:380b, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3d633757 >
 [0m [33m11:56:47,319 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3829 has 1 heuristic participant(s)!
 [0m [33m11:56:47,319 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3829, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:382f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@49e67258 >
 [0m [33m11:56:47,319 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3829, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:382f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@49e67258 >
 [0m [33m11:56:47,319 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3829 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a801a1:-693745b1:67655793:3829, node_name=1, branch_uid=0:ffffc0a801a1:-693745b1:67655793:382f, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@49e67258 >
 [0m [33m11:56:47,322 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a801a1:-693745b1:67655793:3832 has 1 heuristic participant(s)!


org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-preview-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment(XercesUsageInWebServiceTestCase.java:64)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more


@jamezp
Copy link
Member

jamezp commented Dec 20, 2024

@jamezp , When testing with a lot of corner cases (with complex scheduling scenarii) on Windows, I came to the conclusion that we need, in the forked process, to wait for the server process to terminate prior to delete the installation. That is the only way to ensure that nothing is left behind and the installation is actually deleted.

@jfdenise Yes. That is what it's supposed to be doing currently. I guess I should read the Jira's to see what problem we're trying to solve.

One thing I'm not sure why I'd originally done, is create an Executor in the shutdown hook and launch the deletion in a new thread. That seems odd to me. However, the new process is correct. It's the only way on Windows that file locks will be removed.

@jamezp
Copy link
Member

jamezp commented Dec 20, 2024

Looking at the PermissionsDeploymentTestCase test, my guess is the testWithConfiguredMaxBootThreads is failing because it runs last on Windows. What is likely happening is on the ServerController.stop(), the new process is launched and the bootable JAR is being deleted when the new test starts. The new process is deleting files the second test is starting to extract.

The ServerController has some specific deleting of files for the bootable JAR. I think this is likely a timing issue.

@yersan yersan added 28.x and removed 27.x labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
28.x hold Do not merge this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants