raboof commented on PR #7917:
URL: https://github.com/apache/geode/pull/7917#issuecomment-3228401458

   This does seem problematic though:
   
   ```
   SingleServerSNIAcceptanceTest > initializationError FAILED
       org.testcontainers.containers.ContainerLaunchException: Container 
startup failed
           at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:349)
           at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
           at 
org.testcontainers.containers.DockerComposeContainer.startAmbassadorContainers(DockerComposeContainer.java:359)
           at 
org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:190)
           at 
org.apache.geode.rules.DockerComposeRule$1.evaluate(DockerComposeRule.java:102)
           at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
           at org.junit.rules.RunRules.evaluate(RunRules.java:20)
           at org.junit.rules.RunRules.evaluate(RunRules.java:20)
           at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
           at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
           at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
           at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
           at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
           at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
           at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
           at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
           at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
           at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
           at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
           at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
           at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
           at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
           at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)
           at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)
           at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)
           at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
           at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
           at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
           at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
           at com.sun.proxy.$Proxy2.stop(Unknown Source)
           at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:135)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
           at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
           at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
           at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
           at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
           at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
           at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
           at java.lang.Thread.run(Thread.java:750)
           Caused by:
           org.rnorth.ducttape.RetryCountExceededException: Retry limit hit 
with exception
               at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
               at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
               ... 50 more
               Caused by:
               org.testcontainers.containers.ContainerLaunchException: Could 
not create/start container
                   at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542)
                   at 
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
                   at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
                   ... 51 more
                   Caused by:
                   org.testcontainers.containers.ContainerLaunchException: 
Aborting attempt to link to container composel83qje_haproxy_1 as it is not 
running
                       at 
org.testcontainers.containers.GenericContainer.applyConfiguration(GenericContainer.java:828)
                       at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:378)
                       ... 53 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to