apupier commented on PR #20816: URL: https://github.com/apache/camel/pull/20816#issuecomment-3778445838
@Megha-Megha13 this is failing on Jenkins Ci: https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1574/testReport/junit/org.apache.camel.component.keycloak/KeycloakTestInfraIT/BuildAndTest___Matrix___JDK_NAME____jdk_17_latest___PLATFORM____ppc64le____Build_and_test______/ ``` org.testcontainers.containers.ContainerLaunchException: Container startup failed for image icr.io/ppc64le-oss/keycloak-ppc64le:v26.0.5-bv at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.apache.camel.test.infra.keycloak.services.KeycloakLocalContainerInfraService.initialize(KeycloakLocalContainerInfraService.java:100) 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) ... 5 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) ... 6 more ``` Could you have a look please? -- 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]
