apupier opened a new pull request, #22144: URL: https://github.com/apache/camel/pull/22144
Reverts apache/camel#22090 it upgraded the ryuk image from 0.13.0 to 0.14.0 https://github.com/testcontainers/testcontainers-java/releases/tag/2.0.4 https://github.com/testcontainers/testcontainers-java/pull/11486/changes and the image failed to start on ppc64le: ``` org.testcontainers.containers.ContainerLaunchException: Container startup failed for image testcontainers/ryuk:0.14.0 at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42) at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245) at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108) at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:111) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316) at org.apache.camel.test.infra.messaging.services.MessagingLocalContainerInfraService.initialize(MessagingLocalContainerInfraService.java:61) at org.apache.camel.test.infra.common.services.TestServiceUtil.tryInitialize(TestServiceUtil.java:43) at org.apache.camel.test.infra.common.services.TestService.beforeAll(TestService.java:28) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 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:331) ... 11 more Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:551) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:341) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) ... 12 more Caused by: java.lang.IllegalStateException: Wait strategy failed. Container is removed at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:498) ... 14 more Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Started.*' 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) ... 14 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]
