testlens-app[bot] commented on PR #2815:
URL: https://github.com/apache/groovy/pull/2815#issuecomment-5327361071

   ## 🚨 TestLens detected 27 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
   
   #### [Build and test / lts \(17, 
macos-latest\)](https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815)
 > :test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | ArrayCoerceTest > testMakeArrayThenCoerceToAnotherType\(\) | ❌ | 0% 🟢 
|
   | ArrayTest > testAssignmentOfSingleCharStringToNumberArrays\(\) | ❌ | 
0% 🟢 |
   | ArrayTest > testCharArrayAssignToElement\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testCharacterArrayElementAssignments\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testDoubleArrayCreate\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testDoubleArrayWithInitializer\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testFlattenArray\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testFlattenArrayOfArrays\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testFlattenArrayOfLists\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testFlattenArrayOfPrimitiveArrays\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testIntArrayCreate\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testIntArrayWithInitializer\(\) | ❌ | 0% 🟢 |
   | ArrayTest > testSum\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsByte\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsDouble\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsFloat\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsInt\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsLong\(\) | ❌ | 0% 🟢 |
   | AsTest > testGStringAsShort\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsBigDecimal\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsBigInteger\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsByte\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsDouble\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsFloat\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsInt\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsLong\(\) | ❌ | 0% 🟢 |
   | AsTest > testStringAsShort\(\) | ❌ | 0% 🟢 |
   
   🏷️ Commit: 760fa5504bc70f3caa42f43279a904e9f5ebac9f
   ▶️ Tests:  7853 executed
   🟡 Checks: 1/29 completed
   
   ### Test Failures (first 10 of 27)
   
   <details>
   
   <summary><strong>ArrayCoerceTest > 
testMakeArrayThenCoerceToAnotherType()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$445
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at 
groovy.ArrayCoerceTest.testMakeArrayThenCoerceToAnotherType(ArrayCoerceTest.groovy:132)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$445
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > 
testAssignmentOfSingleCharStringToNumberArrays()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1831
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at 
groovy.ArrayTest.testAssignmentOfSingleCharStringToNumberArrays(ArrayTest.groovy:297)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1831
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testCharArrayAssignToElement()</strong> (:test 
in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1831
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testCharArrayAssignToElement(ArrayTest.groovy:57)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1831
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testCharacterArrayElementAssignments()</strong> 
(:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1831
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at 
groovy.ArrayTest.testCharacterArrayElementAssignments(ArrayTest.groovy:273)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1831
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testDoubleArrayCreate()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$443
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testDoubleArrayCreate(ArrayTest.groovy:150)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$443
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testDoubleArrayWithInitializer()</strong> 
(:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$443
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testDoubleArrayWithInitializer(ArrayTest.groovy:156)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$443
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testFlattenArray()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1993
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testFlattenArray(ArrayTest.groovy:431)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1993
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testFlattenArrayOfArrays()</strong> (:test in 
<a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1993
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testFlattenArrayOfArrays(ArrayTest.groovy:445)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1993
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testFlattenArrayOfLists()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$1993
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at groovy.ArrayTest.testFlattenArrayOfLists(ArrayTest.groovy:438)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$1993
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ArrayTest > testFlattenArrayOfPrimitiveArrays()</strong> 
(:test in <a 
href="https://github.com/apache/groovy/actions/runs/32129568318/job/95687499433?pr=2815";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   groovy.lang.GroovyRuntimeException: Failed to create DGM method proxy : 
java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.dgm$191
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:126)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.proxy(GeneratedMetaMethod.java:113)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.isValidMethod(GeneratedMetaMethod.java:97)
        at 
groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3540)
        at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3532)
        at 
groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1621)
        at 
groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1512)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:915)
        at 
org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.selectForColdReflection(Selector.java:1433)
        at 
org.codehaus.groovy.vmplugin.v8.ColdReflectiveMethodHandleWrapper.tryBuild(ColdReflectiveMethodHandleWrapper.java:142)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:758)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:745)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:472)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCacheHandle$1(IndyInterface.java:497)
        at 
org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:153)
        at 
org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCacheHandle(IndyInterface.java:496)
        at 
groovy.ArrayTest.testFlattenArrayOfPrimitiveArrays(ArrayTest.groovy:460)
   Caused by: java.lang.ClassNotFoundException: 
org.codehaus.groovy.runtime.dgm$191
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
        at 
org.codehaus.groovy.reflection.GeneratedMetaMethod$Proxy.createProxy(GeneratedMetaMethod.java:121)
        ... 16 more
   ```
   
   </details>
   
   ### Muted Tests (first 20 of 27)
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 ArrayCoerceTest > testMakeArrayThenCoerceToAnotherType\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayCoerceTest]/[method:testMakeArrayThenCoerceToAnotherType()]
 -->
   🔲 ArrayTest > testAssignmentOfSingleCharStringToNumberArrays\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testAssignmentOfSingleCharStringToNumberArrays()]
 -->
   🔲 ArrayTest > testCharArrayAssignToElement\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testCharArrayAssignToElement()]
 -->
   🔲 ArrayTest > testCharacterArrayElementAssignments\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testCharacterArrayElementAssignments()]
 -->
   🔲 ArrayTest > testDoubleArrayCreate\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testDoubleArrayCreate()]
 -->
   🔲 ArrayTest > testDoubleArrayWithInitializer\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testDoubleArrayWithInitializer()]
 -->
   🔲 ArrayTest > testFlattenArray\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testFlattenArray()]
 -->
   🔲 ArrayTest > testFlattenArrayOfArrays\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testFlattenArrayOfArrays()]
 -->
   🔲 ArrayTest > testFlattenArrayOfLists\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testFlattenArrayOfLists()]
 -->
   🔲 ArrayTest > testFlattenArrayOfPrimitiveArrays\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testFlattenArrayOfPrimitiveArrays()]
 -->
   🔲 ArrayTest > testIntArrayCreate\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testIntArrayCreate()]
 -->
   🔲 ArrayTest > testIntArrayWithInitializer\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testIntArrayWithInitializer()]
 -->
   🔲 ArrayTest > testSum\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.ArrayTest]/[method:testSum()] -->
   🔲 AsTest > testGStringAsByte\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsByte()]
 -->
   🔲 AsTest > testGStringAsDouble\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsDouble()]
 -->
   🔲 AsTest > testGStringAsFloat\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsFloat()]
 -->
   🔲 AsTest > testGStringAsInt\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsInt()]
 -->
   🔲 AsTest > testGStringAsLong\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsLong()]
 -->
   🔲 AsTest > testGStringAsShort\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testGStringAsShort()]
 -->
   🔲 AsTest > testStringAsBigDecimal\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.AsTest]/[method:testStringAsBigDecimal()]
 -->
   
   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]

Reply via email to