Chris, I have next error in api-catalog branch. Ha...
# dev-frontend
a
Chris, I have next error in api-catalog branch. Have you faced that before?
Copy code
> Task :airbyte-integrations:connectors:destination-jdbc:test

JdbcDestinationTest > testSpec() FAILED
    org.testcontainers.containers.ContainerLaunchException: Container startup failed
        at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:330)
        at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
        at io.airbyte.integrations.destination.jdbc.JdbcDestinationTest.setup(JdbcDestinationTest.java:115)

        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:323)
            ... 2 more

            Caused by:
            org.testcontainers.containers.ContainerLaunchException: Could not create/start container
                at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:497)
                at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:325)
                at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
                ... 3 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:49)
                    at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:35)
                    at org.testcontainers.containers.PostgreSQLContainer.waitUntilContainerStarted(PostgreSQLContainer.java:130)
                    at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:440)
                    ... 5 more
c
yuck.
has this happened multiple times? there are a couple pretty rare transient issues with test containers.
want to sanity check that it happened twice in a row.
if it did, i will dig in more.
a
I can try to run it 1 more time. So far I had issue with running
./gradlew clean build -x test
as some python base source was failing. Decided to try without -x test. Actually its possible that i just had got out of RAM and something gone wrong.
👍 1
c
No sorry, i’ve never seen this
a
Nevermind, I was able to build. Not from the first try but at least was able 🙂
👌 1