testlens-app[bot] commented on PR #2669: URL: https://github.com/apache/groovy/pull/2669#issuecomment-4887026466
## 🚨 TestLens detected 1 failed test 🚨 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 #### [Build and test / lts \(21, ubuntu-latest\)](https://github.com/apache/groovy/actions/runs/28749165886/job/85245172749?pr=2669) > :groovy-jmx:test | Test | Runs | |---|---| | JmxTest > testTomcat\(\) | ❌ | 🏷️ Commit: c807c6edd448a0eb836f4dd83d6592fa6c5e712f ▶️ Tests: 21019 executed 🟡 Checks: 5/29 completed ### Test Failures <details> <summary><strong>JmxTest > testTomcat()</strong> (:groovy-jmx:test in <a href="https://github.com/apache/groovy/actions/runs/28749165886/job/85245172749?pr=2669">Build and test / lts (21, ubuntu-latest)</a>)</summary> ``` org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: TestScriptee76e6c620754dda853b13d3b22df94e.groovy: 13: unable to resolve class org.jfree.chart.ChartFactory @ line 13, column 20. import org.jfree.chart.ChartFactory ^ TestScriptee76e6c620754dda853b13d3b22df94e.groovy: 14: unable to resolve class org.jfree.data.category.DefaultCategoryDataset @ line 14, column 20. import org.jfree.data.category.DefaultCategoryDataset as Dataset ^ TestScriptee76e6c620754dda853b13d3b22df94e.groovy: 15: unable to resolve class org.jfree.chart.plot.PlotOrientation @ line 15, column 20. import org.jfree.chart.plot.PlotOrientation as Orientation ^ 3 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:333) at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:989) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:749) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:723) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:423) at groovy.lang.GroovyClassLoader.lambda$parseClass$3(GroovyClassLoader.java:364) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:143) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:364) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:348) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:308) at gls.CompilableTestSupport.shouldCompile(CompilableTestSupport.groovy:95) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:502) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:298) at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1684) at JmxTest.testTomcat(JmxTest.groovy:137) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 JmxTest > testTomcat\(\) <!-- uniqueId=[engine:junit-jupiter]/[class:JmxTest]/[method:testTomcat()] --> 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]
