[
https://issues.apache.org/jira/browse/CAMEL-20279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799712#comment-17799712
]
Aurélien Pupier commented on CAMEL-20279:
-----------------------------------------
That's interesting feddback. Woulde be nice to report these failures too to see
if it is the exact same stacktrace, if it is using the exact same image.
it can give hints to investigate and it will also allows for newcomers to know
that it is a known issue when it is failing on these other components too.
> Fix issue related to flaky test S3CreateDownloadLinkOperationIT
> ---------------------------------------------------------------
>
> Key: CAMEL-20279
> URL: https://issues.apache.org/jira/browse/CAMEL-20279
> Project: Camel
> Issue Type: Task
> Components: camel-aws2
> Affects Versions: 4.3.0
> Reporter: Aurélien Pupier
> Priority: Major
>
> {noformat}
> [camel-aws2-s3] [ERROR]
> org.apache.camel.component.aws2.s3.integration.S3CreateDownloadLinkOperationIT
> -- Time elapsed: 60.31 s <<< ERROR!
> org.testcontainers.containers.ContainerLaunchException: Container startup
> failed for image localstack/localstack:3.0.2
> at
> org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
> at
> org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
> at
> org.apache.camel.test.infra.aws2.services.AWSLocalContainerService.initialize(AWSLocalContainerService.java:106)
> 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:50)
> 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:347)
> ... 5 more
> Caused by: org.testcontainers.containers.ContainerLaunchException: Could not
> create/start container
> at
> org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:566)
> at
> org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:357)
> at
> org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
> ... 6 more
> Caused by: java.lang.IllegalStateException: Wait strategy failed. Container
> exited with code 245
> at
> org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:536)
> ... 8 more
> Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out
> waiting for log output matching '.*Ready\.
> '
> 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:912)
> at
> org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:503)
> ... 8 more
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)