testlens-app[bot] commented on PR #16021: URL: https://github.com/apache/grails-core/pull/16021#issuecomment-5080993318
## 🚨 TestLens detected 3 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 / Spring Security Config Functional Tests \(static\)](https://github.com/apache/grails-core/actions/runs/30178615104/job/89731381313?pr=16021) > :grails-test-examples-spring-security-core-functional-test-app:integrationTest | Test | Runs | Flakiness | |---|---|--:| | RoleSpec | ❌ | 0% 🟢 | | StaticSecuritySpec | ❌ | 0% 🟢 | | UserSpec | ❌ | 0% 🟢 | 🏷️ Commit: bb8a7af36515eff9d671ce308fa20403287a2e75 ▶️ Tests: 19203 executed 🟡 Checks: 20/47 completed ### Test Failures <details> <summary><strong>RoleSpec</strong> (:grails-test-examples-spring-security-core-functional-test-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/30178615104/job/89731381313?pr=16021">CI / Spring Security Config Functional Tests (static)</a>)</summary> ``` org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=testcontainers/ryuk:0.12.0, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@26d7cb0d) at org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1364) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:351) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322) 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:109) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:321) at grails.plugin.geb.WebDriverContainerHolder.startContainer(WebDriverContainerHolder.groovy:270) at grails.plugin.geb.WebDriverContainerHolder.reinitialize(WebDriverContainerHolder.groovy:163) at grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:82) at groovy.lang.Closure.call(Closure.java:433) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused by: org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: Condition with 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:985) at org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954) 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:1362) ... 14 more ``` </details> <details> <summary><strong>StaticSecuritySpec</strong> (:grails-test-examples-spring-security-core-functional-test-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/30178615104/job/89731381313?pr=16021">CI / Spring Security Config Functional Tests (static)</a>)</summary> ``` java.lang.NullPointerException: Cannot invoke "geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null at grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93) at groovy.lang.Closure.call(Closure.java:433) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ``` </details> <details> <summary><strong>UserSpec</strong> (:grails-test-examples-spring-security-core-functional-test-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/30178615104/job/89731381313?pr=16021">CI / Spring Security Config Functional Tests (static)</a>)</summary> ``` java.lang.NullPointerException: Cannot invoke "geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null at grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93) at groovy.lang.Closure.call(Closure.java:433) at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 RoleSpec <!-- uniqueId=[engine:spock]/[spec:specs.RoleSpec] --> 🔲 StaticSecuritySpec <!-- uniqueId=[engine:spock]/[spec:specs.StaticSecuritySpec] --> 🔲 UserSpec <!-- uniqueId=[engine:spock]/[spec:specs.UserSpec] --> 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]
