apupier commented on PR #22580:
URL: https://github.com/apache/camel/pull/22580#issuecomment-4235310387

   current erro ris:
   
   ```
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed for image pgvector/pgvector:pg18
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
        at 
org.apache.camel.test.infra.postgres.services.PostgresLocalContainerInfraService.initialize(PostgresLocalContainerInfraService.java:83)
        at 
org.apache.camel.test.infra.common.services.TestServiceUtil.tryInitialize(TestServiceUtil.java:54)
        at 
org.apache.camel.test.infra.common.services.TestService.beforeAll(TestService.java:28)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        Suppressed: java.lang.NullPointerException: Cannot invoke 
"org.apache.camel.test.junit6.CamelContextManager.stop()" because 
"this.contextManager" is null
                at 
org.apache.camel.test.junit6.ContextManagerExtension.afterAll(ContextManagerExtension.java:77)
                ... 1 more
   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
   Caused by: java.lang.IllegalStateException: Wait strategy failed. Container 
exited with code 255
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:520)
        ... 8 more
   Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out 
waiting for log output matching '.*database system is ready to accept 
connections.*\s'
        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.postgresql.PostgreSQLContainer.waitUntilContainerStarted(PostgreSQLContainer.java:142)
        at 
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:487)
        ... 8 more
   ```
   
   
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1784/testReport/org.apache.camel.component.pgvector/PgVectorComponentIT/BuildAndTest___Matrix___JDK_NAME____jdk_17_latest___PLATFORM____s390x____Build_and_test______/


-- 
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