Hi Do you have docker daemon running ? If you are in MacOS, can you please check if you have the docker dock symbolic link ?
It seems that the test container is not cleanly running. Regards JB Le lun. 23 juin 2025 à 11:12, Claude Warren, Jr <claude.war...@aiven.io.invalid> a écrit : > I tried to run the kafka-connect integration testing this morning on my > system and it failed. > > Command used: > > ./gradlew > :iceberg-kafka-connect:iceberg-kafka-connect-runtime:integrationTest > > Versions on which it failed: > > custom version of iceberg 1.9.0 > custom version of iceberg 1.9.1 > apache iceberg 1.9.0 > apache iceberg 1.9.1 > apache iceberg 1.9.x > apache iceberg main > > I do not have access to run the test action on the Iceberg git repository. > I can find no mention of the tests in issues or mail history (my search > fu may be poor) > > Can someone run this test on github or at least verify that the problem is > not with my system? > > the error I receive is: > > > Task :iceberg-kafka-connect:iceberg-kafka-connect-runtime:integrationTest > {noformat} > IntegrationDynamicTableTest > initializationError FAILED > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:351 > Caused by: org.rnorth.ducttape.RetryCountExceededException at > Unreliables.java:88 > Caused by: > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:556 > Caused by: java.lang.IllegalStateException at > GenericContainer.java:487 > > IntegrationMultiTableTest > initializationError FAILED > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:351 > Caused by: org.rnorth.ducttape.RetryCountExceededException at > Unreliables.java:88 > Caused by: > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:556 > Caused by: java.lang.IllegalStateException at > GenericContainer.java:487 > > IntegrationTest > initializationError FAILED > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:351 > Caused by: org.rnorth.ducttape.RetryCountExceededException at > Unreliables.java:88 > Caused by: > org.testcontainers.containers.ContainerLaunchException at > GenericContainer.java:556 > Caused by: java.lang.IllegalStateException at > GenericContainer.java:487 > > 3 tests completed, 3 failed > > {noformat} > > Thank you, > Claude > >