apupier commented on PR #8213:
URL: https://github.com/apache/camel-quarkus/pull/8213#issuecomment-3809733701

   failure (which i do not see why it would be linked to the PR):
   
   ```
    2026-01-28 08:13:57,752 ERROR 
[tc.quay.io/strimzi-test-container/test-container:latest-kafka-4.1.0] 
(ForkJoinPool.commonPool-worker-3) Could not start container [Error Occurred 
After Shutdown]: java.lang.IllegalStateException: Wait strategy failed. 
Container exited with code 126
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:520)
        at 
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:341)
        at 
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:331)
        at 
io.strimzi.test.container.StrimziKafkaContainer.doStart(StrimziKafkaContainer.java:190)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
        at 
io.quarkus.devservices.common.StartableContainer.start(StartableContainer.java:30)
        at 
io.quarkus.deployment.builditem.DevServicesRegistryBuildItem.reallyStart(DevServicesRegistryBuildItem.java:177)
        at 
io.quarkus.deployment.builditem.DevServicesRegistryBuildItem.start(DevServicesRegistryBuildItem.java:131)
        at 
io.quarkus.deployment.builditem.DevServicesRegistryBuildItem.lambda$startSelectedServices$2(DevServicesRegistryBuildItem.java:115)
        at 
java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
        at 
java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
        at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
        at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
        at 
java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
        at 
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
        at 
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
   Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out 
waiting for log output matching '.*Transitioning from RECOVERY to RUNNING.*'
        at 
org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:47)
        at 
org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)
        at 
org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:904)
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:487)
        ... 16 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to