testlens-app[bot] commented on PR #16075: URL: https://github.com/apache/grails-core/pull/16075#issuecomment-5146142996
## 🚨 TestLens detected 4 failed tests 🚨 Here is what you can do: 1) Inspect the test failures carefully. 2) If you are convinced that some of the tests are flaky, you can mute them below. 3) Finally, trigger a rerun by checking the rerun checkbox. ### Test Summary #### [CI - Groovy Joint Validation Build / build\_grails](https://github.com/apache/grails-core/actions/runs/30652716706/job/91230444882?pr=16075) > :grails-data-hibernate7-dbmigration:test | Test | Runs | Flakiness | |---|---|--:| | HibernateCatalogSnapshotGeneratorSpec | ❌ | 0% 🟢 | | HibernateForeignKeySnapshotGeneratorSpec | ❌ | 0% 🟢 | | HibernateIndexSnapshotGeneratorSpec | ❌ | 0% 🟢 | | HibernatePrimaryKeySnapshotGeneratorSpec | ❌ | 0% 🟢 | 🏷️ Commit: 308857cd770663a218166af3b7b9cf6570cb9d25 ▶️ Tests: 18362 executed 🟡 Checks: 25/54 completed ### Test Failures <details> <summary><strong>HibernateCatalogSnapshotGeneratorSpec</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/30652716706/job/91230444882?pr=16075">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=testcontainers/ryuk:0.14.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@6f65a439) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42) at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245) at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108) at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:111) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers_closure4(TestcontainersMethodInterceptor.groovy:102) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers(TestcontainersMethodInterceptor.groovy:99) at org.testcontainers.spock.TestcontainersMethodInterceptor.interceptSetupSpecMethod(TestcontainersMethodInterceptor.groovy:26) at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:36) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139) at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.testcontainers.images.RemoteDockerImage was not fulfilled within 2 minutes. at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:109) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35) at org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20) at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1306) ... 15 more ``` </details> <details> <summary><strong>HibernateForeignKeySnapshotGeneratorSpec</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/30652716706/job/91230444882?pr=16075">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=testcontainers/ryuk:0.14.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@6f65a439) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42) at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245) at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108) at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:111) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers_closure4(TestcontainersMethodInterceptor.groovy:102) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers(TestcontainersMethodInterceptor.groovy:99) at org.testcontainers.spock.TestcontainersMethodInterceptor.interceptSetupSpecMethod(TestcontainersMethodInterceptor.groovy:26) at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:36) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139) at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.testcontainers.images.RemoteDockerImage was not fulfilled within 2 minutes. at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:109) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35) at org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20) at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1306) ... 15 more ``` </details> <details> <summary><strong>HibernateIndexSnapshotGeneratorSpec</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/30652716706/job/91230444882?pr=16075">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=testcontainers/ryuk:0.14.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@6f65a439) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42) at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245) at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108) at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:111) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers_closure4(TestcontainersMethodInterceptor.groovy:102) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers(TestcontainersMethodInterceptor.groovy:99) at org.testcontainers.spock.TestcontainersMethodInterceptor.interceptSetupSpecMethod(TestcontainersMethodInterceptor.groovy:26) at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:36) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139) at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.testcontainers.images.RemoteDockerImage was not fulfilled within 2 minutes. at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:109) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35) at org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20) at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1306) ... 15 more ``` </details> <details> <summary><strong>HibernatePrimaryKeySnapshotGeneratorSpec</strong> (:grails-data-hibernate7-dbmigration:test in <a href="https://github.com/apache/grails-core/actions/runs/30652716706/job/91230444882?pr=16075">CI - Groovy Joint Validation Build / build_grails</a>)</summary> ``` org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=testcontainers/ryuk:0.14.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@6f65a439) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42) at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245) at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108) at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:111) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers_closure4(TestcontainersMethodInterceptor.groovy:102) at org.testcontainers.spock.TestcontainersMethodInterceptor.startContainers(TestcontainersMethodInterceptor.groovy:99) at org.testcontainers.spock.TestcontainersMethodInterceptor.interceptSetupSpecMethod(TestcontainersMethodInterceptor.groovy:26) at org.spockframework.runtime.extension.AbstractMethodInterceptor.intercept(AbstractMethodInterceptor.java:36) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139) at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.testcontainers.images.RemoteDockerImage was not fulfilled within 2 minutes. at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:109) at org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35) at org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20) at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1306) ... 15 more ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 HibernateCatalogSnapshotGeneratorSpec <!-- uniqueId=[engine:spock]/[spec:liquibase.ext.hibernate.snapshot.HibernateCatalogSnapshotGeneratorSpec] --> 🔲 HibernateForeignKeySnapshotGeneratorSpec <!-- uniqueId=[engine:spock]/[spec:liquibase.ext.hibernate.snapshot.HibernateForeignKeySnapshotGeneratorSpec] --> 🔲 HibernateIndexSnapshotGeneratorSpec <!-- uniqueId=[engine:spock]/[spec:liquibase.ext.hibernate.snapshot.HibernateIndexSnapshotGeneratorSpec] --> 🔲 HibernatePrimaryKeySnapshotGeneratorSpec <!-- uniqueId=[engine:spock]/[spec:liquibase.ext.hibernate.snapshot.HibernatePrimaryKeySnapshotGeneratorSpec] --> Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 **Rerun jobs** --- _Learn more about TestLens at [testlens.app](https://testlens.app)._ -- 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]
