wildfly-core icon indicating copy to clipboard operation
wildfly-core copied to clipboard

[WFCORE-6750] Integrate the scanner for the unstable API annotations

Open kabir opened this issue 1 year ago • 7 comments

https://issues.redhat.com/browse/WFCORE-6750 Proposal: TBD

kabir avatar Mar 20 '24 17:03 kabir

Dependency Tree Analyzer Output:

New Dependencies:

  • org.wildfly.unstable.api.annotation:unstable-api-annotation-classpath-indexer:jar:1.0.0.Beta1:compile

CC @wildfly/prod

github-actions[bot] avatar Mar 20 '24 17:03 github-actions[bot]

Core -> Full Integration Build 13598 outcome was FAILURE using a merge of 7d56a1ee48ca7daefa4f220c1b49c36b70e23b0b Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:00:21

wildfly-ci avatar Jun 12 '24 10:06 wildfly-ci

Core -> WildFly Preview Integration Build 13660 outcome was FAILURE using a merge of 7d56a1ee48ca7daefa4f220c1b49c36b70e23b0b Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:00:34

wildfly-ci avatar Jun 12 '24 10:06 wildfly-ci

Core -> Full Integration Build 13864 outcome was FAILURE using a merge of 7d56a1ee48ca7daefa4f220c1b49c36b70e23b0b Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:00:47

wildfly-ci avatar Jun 12 '24 10:06 wildfly-ci

Core -> Full Integration Build 13599 outcome was FAILURE using a merge of f096b5609aa69b1a08461871187649851155a22e Summary: Tests failed: 2 (2 new), passed: 3960, ignored: 61 Build time: 02:12:07

Failed tests

org.jboss.as.test.layers.base.LayersTestCase.testUnreferencedModules: java.lang.AssertionError: Some alias modules are referenced org.jboss.jandex
	at org.jboss.as.test.layers.LayersTest.testUnreferencedModules(LayersTest.java:241)
	at org.jboss.as.test.shared.LayersTestBase.testUnreferencedModules(LayersTestBase.java:423)
	at org.jboss.as.test.layers.base.LayersTestCase.testUnreferencedModules(LayersTestCase.java:24)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stderr: -------
Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.logging/java.util.logging.LogManager.<clinit>(LogManager.java:223)
	at org.jboss.logging.LoggerProviders.tryJBossLogManager(LoggerProviders.java:139)
	at org.jboss.logging.LoggerProviders.findProvider(LoggerProviders.java:80)
	at org.jboss.logging.LoggerProviders.find(LoggerProviders.java:32)
	at org.jboss.logging.LoggerProviders.<clinit>(LoggerProviders.java:29)
	at org.jboss.logging.Logger.getLogger(Logger.java:2465)
	at org.jboss.logging.Logger.getLogger(Logger.java:2491)
	at org.jboss.as.test.shared.util.AssumeTestGroupUtil.<clinit>(AssumeTestGroupUtil.java:46)
	at org.jboss.as.test.layers.base.LayersTestCase.testUnreferencedModules(LayersTestCase.java:22)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)


org.jboss.as.test.layers.expansion.LayersTestCase.testUnreferencedModules: java.lang.AssertionError: Some alias modules are referenced org.jboss.jandex
	at org.jboss.as.test.layers.LayersTest.testUnreferencedModules(LayersTest.java:241)
	at org.jboss.as.test.shared.LayersTestBase.testUnreferencedModules(LayersTestBase.java:423)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stderr: -------
Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.logging/java.util.logging.LogManager.<clinit>(LogManager.java:223)
	at org.jboss.logging.LoggerProviders.tryJBossLogManager(LoggerProviders.java:139)
	at org.jboss.logging.LoggerProviders.findProvider(LoggerProviders.java:80)
	at org.jboss.logging.LoggerProviders.find(LoggerProviders.java:32)
	at org.jboss.logging.LoggerProviders.<clinit>(LoggerProviders.java:29)
	at org.jboss.logging.Logger.getLogger(Logger.java:2465)
	at org.jboss.logging.Logger.getLogger(Logger.java:2491)
	at org.jboss.as.test.shared.util.AssumeTestGroupUtil.<clinit>(AssumeTestGroupUtil.java:46)
	at org.jboss.as.test.layers.expansion.LayersTestCase.getExpectedUnreferenced(LayersTestCase.java:14)
	at org.jboss.as.test.shared.LayersTestBase.testUnreferencedModules(LayersTestBase.java:423)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)


wildfly-ci avatar Jun 12 '24 12:06 wildfly-ci

Core -> WildFly Preview Integration Build 13661 outcome was FAILURE using a merge of f096b5609aa69b1a08461871187649851155a22e Summary: Tests failed: 1 (1 new), passed: 5007, ignored: 84 Build time: 03:06:16

Failed tests

org.jboss.as.test.layers.expansion.LayersTestCase.testUnreferencedModules: java.lang.AssertionError: Some alias modules are referenced org.jboss.jandex
	at org.jboss.as.test.layers.LayersTest.testUnreferencedModules(LayersTest.java:241)
	at org.jboss.as.test.shared.LayersTestBase.testUnreferencedModules(LayersTestBase.java:423)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stderr: -------
Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
	at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.logging/java.util.logging.LogManager.<clinit>(LogManager.java:222)
	at org.jboss.logging.LoggerProviders.tryJBossLogManager(LoggerProviders.java:139)
	at org.jboss.logging.LoggerProviders.findProvider(LoggerProviders.java:80)
	at org.jboss.logging.LoggerProviders.find(LoggerProviders.java:32)
	at org.jboss.logging.LoggerProviders.<clinit>(LoggerProviders.java:29)
	at org.jboss.logging.Logger.getLogger(Logger.java:2465)
	at org.jboss.logging.Logger.getLogger(Logger.java:2491)
	at org.jboss.as.test.shared.util.AssumeTestGroupUtil.<clinit>(AssumeTestGroupUtil.java:46)
	at org.jboss.as.test.layers.expansion.LayersTestCase.getExpectedUnreferenced(LayersTestCase.java:14)
	at org.jboss.as.test.shared.LayersTestBase.testUnreferencedModules(LayersTestBase.java:423)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)


wildfly-ci avatar Jun 12 '24 13:06 wildfly-ci

Core -> WildFly Preview Integration Build 13685 outcome was FAILURE using a merge of 718d76608895fd6492bc90eda082a7183559d932 Summary: Tests failed: 1 (1 new), passed: 4974, ignored: 85 Build time: 03:24:06

Failed tests

org.wildfly.test.integration.elytron.oidc.client.subsystem.OidcWithSubsystemConfigTest(layers-test): org.wildfly.test.integration.elytron.oidc.client.subsystem.OidcWithSubsystemConfigTest(layers-test).org.wildfly.test.integration.elytron.oidc.client.subsystem.OidcWithSubsystemConfigTest: java.lang.AssertionError
	at org.wildfly.test.integration.elytron.oidc.client.OidcBaseTest.sendRealmCreationRequest(OidcBaseTest.java:120)
	at org.wildfly.test.integration.elytron.oidc.client.subsystem.OidcWithSubsystemConfigTest$KeycloakAndSubsystemSetup.setup(OidcWithSubsystemConfigTest.java:185)
	at org.jboss.as.arquillian.container.ServerSetupObserver$ServerSetupTaskHolder.setup(ServerSetupObserver.java:249)
	at org.jboss.as.arquillian.container.ServerSetupObserver.executeSetup(ServerSetupObserver.java:180)
	at org.jboss.as.arquillian.container.ServerSetupObserver.handleBeforeDeployment(ServerSetupObserver.java:113)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stdout: -------
 [0m18:36:14,932 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/elytron-oidc-client/target/wildfly/standalone/data/content/7f/1ba125dfda70e004563b0a96f13375701161db/content
 [0m [0m18:36:14,939 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "arquillian-service" (runtime-name: "arquillian-service")
 [0m [33m18:36:15,251 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.jandex") which may be changed or removed in future versions without notice.
 [0m [33m18:36:15,252 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.wildfly.security.manager") which may be changed or removed in future versions without notice.
 [0m [33m18:36:15,252 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.jmx") which may be changed or removed in future versions without notice.
 [0m [33m18:36:15,252 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
 [0m [33m18:36:15,252 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.wildfly.common") which may be changed or removed in future versions without notice.
 [0m [33m18:36:15,261 WARN  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment arquillian-service contains Jakarta Contexts and Dependency Injection annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
 [0m [0m18:36:15,276 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "arquillian-service" (runtime-name : "arquillian-service")
 [0m [0m18:39:43,862 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019: Host default-host stopping
 [0m [0m18:39:43,869 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTP listener default suspending
 [0m [0m18:39:43,871 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
 [0m [0m18:39:43,871 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004: Undertow 2.3.14.Final stopping
 [0m [0m18:39:43,879 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment arquillian-service (runtime-name: arquillian-service) in 20ms
 [0m [0m18:39:43,890 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Preview 33.0.0.Beta1-SNAPSHOT (WildFly Core 25.0.0.Beta5-SNAPSHOT) stopped in 32ms
 [0m [0m18:39:43,894 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Preview 33.0.0.Beta1-SNAPSHOT (WildFly Core 25.0.0.Beta5-SNAPSHOT) starting
 [0m [0m18:39:44,091 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m18:39:44,108 INFO  [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 34) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
 [0m [0m18:39:44,113 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [33m18:39:44,119 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-7) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/elytron-oidc-client/target/wildfly/standalone/configuration/application.keystore' does not exist. Used blank.
 [0m [33m18:39:44,120 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY01084: KeyStore /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/elytron-oidc-client/target/wildfly/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost


wildfly-ci avatar Jun 21 '24 19:06 wildfly-ci

Core -> Full Integration Build 13889 outcome was FAILURE using a merge of 718d76608895fd6492bc90eda082a7183559d932 Summary: Tests failed: 1 (1 new), passed: 5836, ignored: 113 Build time: 04:15:26

Failed tests

TestSuite: org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest.testGTShorterTimeoutOverride: java.lang.AssertionError: serviceB should throw a TimeoutException in testGTShorterTimeoutOverride not a RuntimeException
	at deployment.ftTimeout.war//org.testng.Assert.fail(Assert.java:99)
	at deployment.ftTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest.testGTShorterTimeoutOverride(TimeoutTest.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at deployment.ftTimeout.war//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at deployment.ftTimeout.war//org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:239)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor275.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at deployment.ftTimeout.war//org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:253)
	at deployment.ftTimeout.war//org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:594)
	at deployment.ftTimeout.war//org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at deployment.ftTimeout.war//org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at deployment.ftTimeout.war//org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at deployment.ftTimeout.war//org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at deployment.ftTimeout.war//org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at deployment.ftTimeout.war//org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at deployment.ftTimeout.war//org.testng.TestRunner.privateRun(TestRunner.java:794)
	at deployment.ftTimeout.war//org.testng.TestRunner.run(TestRunner.java:596)
	at deployment.ftTimeout.war//org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at deployment.ftTimeout.war//org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at deployment.ftTimeout.war//org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at deployment.ftTimeout.war//org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at deployment.ftTimeout.war//org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at deployment.ftTimeout.war//org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at deployment.ftTimeout.war//org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at deployment.ftTimeout.war//org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at deployment.ftTimeout.war//org.testng.TestNG.runSuites(TestNG.java:1063)
	at deployment.ftTimeout.war//org.testng.TestNG.run(TestNG.java:1031)
	at [email protected]//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)
	at [email protected]//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at [email protected]//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at [email protected]//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at [email protected]//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at [email protected]//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at [email protected]//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at [email protected]//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at [email protected]//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at [email protected]//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)


wildfly-ci avatar Jun 21 '24 20:06 wildfly-ci

@kabir @pferraro @rhusar @ehsavoie thanks! :beers:

yersan avatar Jun 25 '24 15:06 yersan