-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Hide
AdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery is failing intermittently on Windows JDK 11 Jobs with the following error trace:
[Step 2/3] [INFO] Running org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [10:57:44]i: [Step 2/3] org.jboss.as.test.integration.domain.AdminOnlyModeTestCase [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testAdminOnlyModeRestartServers [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testAdminOnlyMode [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testServersCannotStartInAdminOnlyMode [11:00:33]W: [Step 2/3] [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 169.208 s <<< FAILURE! - in org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [11:00:33]W: [Step 2/3] [ERROR] testRequireLocalConfigWithoutDiscovery(org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase) Time elapsed: 120.264 s <<< FAILURE! [11:00:33] : [Step 2/3] java.lang.AssertionError [11:00:33] : [Step 2/3] at org.junit.Assert.fail(Assert.java:87) [11:00:33] : [Step 2/3] at org.junit.Assert.assertTrue(Assert.java:42) [11:00:33] : [Step 2/3] at org.junit.Assert.assertTrue(Assert.java:53) [11:00:33] : [Step 2/3] at org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery(AdminOnlyPolicyTestCase.java:183) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [11:00:33] : [Step 2/3] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [11:00:33] : [Step 2/3] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [11:00:33] : [Step 2/3] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [11:00:33] : [Step 2/3] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [11:00:33] : [Step 2/3] at org.junit.runners.Suite.runChild(Suite.java:128) [11:00:33] : [Step 2/3] at org.junit.runners.Suite.runChild(Suite.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [11:00:33] : [Step 2/3] [11:00:33] : [Step 2/3] [INFO] Running org.jboss.as.test.integration.domain.autoignore.AutoIgnoredResourcesDomainTestCase [11:00:33]F: [Step 2/3] org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithoutDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testChangeProfile [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithoutDiscovery [11:00:33]F: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithoutDiscovery [11:00:33]i: [testRequireLocalConfigWithoutDiscovery] [Test Output] 05:58:22,194 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final 05:58:22,518 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 05:58:22,553 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller' [Host Controller] 05:58:23,095 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final [Host Controller] 05:58:23,551 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final [Host Controller] 05:58:23,569 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final [Host Controller] 05:58:23,646 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 19.0.0.Beta17-SNAPSHOT starting [Host Controller] WARNING: An illegal reflective access operation has occurred [Host Controller] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/C:/BuildAgent/system/jetbrains.maven.runner/maven.repo.local-bt358/org/wildfly/core/wildfly-elytron-integration/19.0.0.Beta17-SNAPSHOT/wildfly-elytron-integration-19.0.0.Beta17-SNAPSHOT.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() [Host Controller] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions [Host Controller] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [Host Controller] WARNING: All illegal access operations will be denied in a future release [Host Controller] 05:58:24,152 INFO [org.wildfly.security] (Host Controller Service Threads - 2) ELY00001: WildFly Elytron version 1.20.0.Final [Host Controller] 05:58:24,583 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (29990) securePort (-1) [Host Controller] 05:58:24,592 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.8.7.Final [Host Controller] 05:58:24,604 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.7.Final [Host Controller] 05:58:24,694 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.25.Final [Host Controller] 05:58:24,747 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none [Host Controller] 05:58:24,780 INFO [org.jboss.as.remoting] (MSC service thread 1-2) WFLYRMT0001: Listening on [::1]:29999 [Host Controller] 05:58:24,821 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console [Host Controller] 05:58:24,927 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0145: The host cannot start because it was started in running mode 'ADMIN_ONLY' with no access to a local copy of the domain wide configuration policy, and the 'admin-only-policy' attribute was set to 'require-local-config'. Startup will be aborted. Use the '--cached-dc' command line argument to start in running mode 'ADMIN_ONLY'. [Host Controller] 05:58:24,927 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99 [11:00:33]F: [testRequireLocalConfigWithoutDiscovery] java.lang.AssertionError [11:00:33]F: [testRequireLocalConfigWithoutDiscovery] java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery(AdminOnlyPolicyTestCase.java:183) 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/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) 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) [11:00:36]E: [Step 2/3] Failed tests detected
The complete history is available here:
ShowAdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery is failing intermittently on Windows JDK 11 Jobs with the following error trace: [Step 2/3] [INFO] Running org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [10:57:44]i: [Step 2/3] org.jboss.as.test.integration.domain.AdminOnlyModeTestCase [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testAdminOnlyModeRestartServers [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testAdminOnlyMode [10:57:44]i: [org.jboss.as.test.integration.domain.AdminOnlyModeTestCase] testServersCannotStartInAdminOnlyMode [11:00:33]W: [Step 2/3] [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 169.208 s <<< FAILURE! - in org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [11:00:33]W: [Step 2/3] [ERROR] testRequireLocalConfigWithoutDiscovery(org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase) Time elapsed: 120.264 s <<< FAILURE! [11:00:33] : [Step 2/3] java.lang.AssertionError [11:00:33] : [Step 2/3] at org.junit.Assert.fail(Assert.java:87) [11:00:33] : [Step 2/3] at org.junit.Assert.assertTrue(Assert.java:42) [11:00:33] : [Step 2/3] at org.junit.Assert.assertTrue(Assert.java:53) [11:00:33] : [Step 2/3] at org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery(AdminOnlyPolicyTestCase.java:183) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [11:00:33] : [Step 2/3] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [11:00:33] : [Step 2/3] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [11:00:33] : [Step 2/3] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [11:00:33] : [Step 2/3] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [11:00:33] : [Step 2/3] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [11:00:33] : [Step 2/3] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [11:00:33] : [Step 2/3] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [11:00:33] : [Step 2/3] at org.junit.runners.Suite.runChild(Suite.java:128) [11:00:33] : [Step 2/3] at org.junit.runners.Suite.runChild(Suite.java:27) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [11:00:33] : [Step 2/3] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [11:00:33] : [Step 2/3] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [11:00:33] : [Step 2/3] [11:00:33] : [Step 2/3] [INFO] Running org.jboss.as.test.integration.domain.autoignore.AutoIgnoredResourcesDomainTestCase [11:00:33]F: [Step 2/3] org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithoutDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testChangeProfile [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithDiscovery [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testFetchFromMasterWithCachedDC [11:00:33]i: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testAllowNoConfigWithoutDiscovery [11:00:33]F: [org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase] testRequireLocalConfigWithoutDiscovery [11:00:33]i: [testRequireLocalConfigWithoutDiscovery] [Test Output] 05:58:22,194 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final 05:58:22,518 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 05:58:22,553 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller' [Host Controller] 05:58:23,095 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.3.Final [Host Controller] 05:58:23,551 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final [Host Controller] 05:58:23,569 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final [Host Controller] 05:58:23,646 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 19.0.0.Beta17-SNAPSHOT starting [Host Controller] WARNING: An illegal reflective access operation has occurred [Host Controller] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/C:/BuildAgent/system/jetbrains.maven.runner/maven.repo.local-bt358/org/wildfly/core/wildfly-elytron-integration/19.0.0.Beta17-SNAPSHOT/wildfly-elytron-integration-19.0.0.Beta17-SNAPSHOT.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() [Host Controller] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions [Host Controller] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [Host Controller] WARNING: All illegal access operations will be denied in a future release [Host Controller] 05:58:24,152 INFO [org.wildfly.security] (Host Controller Service Threads - 2) ELY00001: WildFly Elytron version 1.20.0.Final [Host Controller] 05:58:24,583 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (29990) securePort (-1) [Host Controller] 05:58:24,592 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.8.7.Final [Host Controller] 05:58:24,604 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.7.Final [Host Controller] 05:58:24,694 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.25.Final [Host Controller] 05:58:24,747 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none [Host Controller] 05:58:24,780 INFO [org.jboss.as.remoting] (MSC service thread 1-2) WFLYRMT0001: Listening on [::1]:29999 [Host Controller] 05:58:24,821 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console [Host Controller] 05:58:24,927 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0145: The host cannot start because it was started in running mode 'ADMIN_ONLY' with no access to a local copy of the domain wide configuration policy, and the 'admin-only-policy' attribute was set to 'require-local-config'. Startup will be aborted. Use the '--cached-dc' command line argument to start in running mode 'ADMIN_ONLY'. [Host Controller] 05:58:24,927 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99 [11:00:33]F: [testRequireLocalConfigWithoutDiscovery] java.lang.AssertionError [11:00:33]F: [testRequireLocalConfigWithoutDiscovery] java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.jboss.as.test.integration.domain.AdminOnlyPolicyTestCase.testRequireLocalConfigWithoutDiscovery(AdminOnlyPolicyTestCase.java:183) 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/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) 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) [11:00:36]E: [Step 2/3] Failed tests detected The complete history is available here: https://ci.wildfly.org/project.html?tab=testDetails&testNameId=-7734137221672455173&projectId=WildFlyCore_PullRequest