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

   ## 🚨 TestLens detected 10 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/28227377741/job/83622499468?pr=2631)
 > :test
   
   | Test | Runs |
   |---|---|
   | Groovy11985 > testStaticOverrideUnderCompileStatic\(\) | ❌ |
   | Groovy11985 > testStaticOverrideVisibleFromInstanceMethod\(\) | ❌ |
   | Groovy11985 > testStaticOverrideVisibleFromTraitThisCall\(\) | ❌ |
   | Groovy11985 > testStaticOverrideVisibleFromTraitUnqualifiedCall\(\) | ❌ |
   | Groovy11985 > testSuperTraitPublicStaticIsPolymorphic\(\) | ❌ |
   | Groovy12093 > anchored\_isKeyedOnCallee | ❌ |
   | Groovy12093 > plainStatic\_compileStatic\_overrideVisible | ❌ |
   | TraitStaticDispatchMatrix > row01\_publicStatic\_overrideSeenByTrait | ❌ |
   | TraitStaticDispatchMatrix > row10\_subclassAnchorsOnDirectImplementer | ❌ |
   | TraitStaticDispatchMatrix > row12\_overloadUnderCompileStatic\_observed | 
❌ |
   
   🏷️ Commit: e2f6c79d7093913c892e21947f716274b8b878aa
   ▶️ Tests:  70874 executed
   🟡 Checks: 19/23 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>Groovy11985 > 
testStaticOverrideUnderCompileStatic()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert MyNullableValidateable.defaultNullableSeenByTrait() == true
                                 |                            |
                                 false                        false
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript16.run(TestScript16.groovy:15)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy11985.testStaticOverrideUnderCompileStatic(Groovy11985.groovy:83)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy11985 > 
testStaticOverrideVisibleFromInstanceMethod()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert new C().greet() == 'class'
          |       |       |
          |       'trait' false
          C@58636b50
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript17.run(TestScript17.groovy:10)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy11985.testStaticOverrideVisibleFromInstanceMethod(Groovy11985.groovy:67)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy11985 > 
testStaticOverrideVisibleFromTraitThisCall()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert MyNullableValidateable.defaultNullableSeenByTrait() == true
                                 |                            |
                                 false                        false
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript14.run(TestScript14.groovy:11)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy11985.testStaticOverrideVisibleFromTraitThisCall(Groovy11985.groovy:33)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy11985 > 
testStaticOverrideVisibleFromTraitUnqualifiedCall()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert MyNullableValidateable.defaultNullableUnqualified() == true
                                 |                            |
                                 false                        false
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript12.run(TestScript12.groovy:10)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy11985.testStaticOverrideVisibleFromTraitUnqualifiedCall(Groovy11985.groovy:51)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy11985 > 
testSuperTraitPublicStaticIsPolymorphic()</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert D.greet() == 'override'
            |       |
            'base'  false
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript11.run(TestScript11.groovy:7)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy11985.testSuperTraitPublicStaticIsPolymorphic(Groovy11985.groovy:119)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy12093 > anchored_isKeyedOnCallee</strong> (:test in 
<a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert Over.bothSeen() == [true, false]
               |          |
               |          false
               [false, false]
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript7.run(TestScript7.groovy:16)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy12093.anchored_isKeyedOnCallee(Groovy12093.groovy:68)
   ```
   
   </details>
   <details>
   
   <summary><strong>Groovy12093 > 
plainStatic_compileStatic_overrideVisible</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert Impl.seen() == 'impl'
               |      |
               |      false
               'trait'
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:400)
        at TestScript4.run(TestScript4.groovy:10)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:553)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:588)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:572)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:106)
        at groovy.test.GroovyAssert.assertScript(GroovyAssert.java:96)
        at 
org.codehaus.groovy.transform.traitx.Groovy12093.plainStatic_compileStatic_overrideVisible(Groovy12093.groovy:90)
   ```
   
   </details>
   <details>
   
   <summary><strong>TraitStaticDispatchMatrix > 
row01_publicStatic_overrideSeenByTrait</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   java.lang.AssertionError: row1 this. : override must be visible to trait 
body, got false — on 5.0.0–5.0.6 / 6.0.0-alpha-1 this is the GROOVY-8854 
regression (fixed in 5.0.7 / 6.0.0-alpha-2 by GROOVY-11985). Expression: 
(r.overThis == true)
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:402)
        at 
org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix.row01_publicStatic_overrideSeenByTrait(TraitStaticDispatchMatrix.groovy:157)
   ```
   
   </details>
   <details>
   
   <summary><strong>TraitStaticDispatchMatrix > 
row10_subclassAnchorsOnDirectImplementer</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   java.lang.AssertionError: row10 a: A's override must be visible to A.m1(), 
got T.m2 — see row 1 note on the GROOVY-8854 regression. Expression: (r.a == 
A.m2)
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:402)
        at 
org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix.row10_subclassAnchorsOnDirectImplementer(TraitStaticDispatchMatrix.groovy:394)
   ```
   
   </details>
   <details>
   
   <summary><strong>TraitStaticDispatchMatrix > 
row12_overloadUnderCompileStatic_observed</strong> (:test in <a 
href="https://github.com/apache/groovy/actions/runs/28227377741/job/83622499468?pr=2631";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   java.lang.AssertionError: row12: expected '21' (post-GROOVY-11985), got '22' 
— on 5.0.0–5.0.6 / 6.0.0-alpha-1 this returns '22' (the regression boundary). 
Expression: (out == 21). Values: out = 22
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:402)
        at 
org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix.row12_overloadUnderCompileStatic_observed(TraitStaticDispatchMatrix.groovy:476)
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 Groovy11985 > testStaticOverrideUnderCompileStatic\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.codehaus.groovy.transform.traitx.Groovy11985]/[method:testStaticOverrideUnderCompileStatic()]
 -->
   🔲 Groovy11985 > testStaticOverrideVisibleFromInstanceMethod\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.codehaus.groovy.transform.traitx.Groovy11985]/[method:testStaticOverrideVisibleFromInstanceMethod()]
 -->
   🔲 Groovy11985 > testStaticOverrideVisibleFromTraitThisCall\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.codehaus.groovy.transform.traitx.Groovy11985]/[method:testStaticOverrideVisibleFromTraitThisCall()]
 -->
   🔲 Groovy11985 > testStaticOverrideVisibleFromTraitUnqualifiedCall\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.codehaus.groovy.transform.traitx.Groovy11985]/[method:testStaticOverrideVisibleFromTraitUnqualifiedCall()]
 -->
   🔲 Groovy11985 > testSuperTraitPublicStaticIsPolymorphic\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:org.codehaus.groovy.transform.traitx.Groovy11985]/[method:testSuperTraitPublicStaticIsPolymorphic()]
 -->
   🔲 Groovy12093 > anchored\_isKeyedOnCallee <!-- 
uniqueId=[engine:junit-vintage]/[runner:org.codehaus.groovy.transform.traitx.Groovy12093]/[test:anchored_isKeyedOnCallee(org.codehaus.groovy.transform.traitx.Groovy12093)]
 -->
   🔲 Groovy12093 > plainStatic\_compileStatic\_overrideVisible <!-- 
uniqueId=[engine:junit-vintage]/[runner:org.codehaus.groovy.transform.traitx.Groovy12093]/[test:plainStatic_compileStatic_overrideVisible(org.codehaus.groovy.transform.traitx.Groovy12093)]
 -->
   🔲 TraitStaticDispatchMatrix > row01\_publicStatic\_overrideSeenByTrait <!-- 
uniqueId=[engine:junit-vintage]/[runner:org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix]/[test:row01_publicStatic_overrideSeenByTrait(org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix)]
 -->
   🔲 TraitStaticDispatchMatrix > row10\_subclassAnchorsOnDirectImplementer <!-- 
uniqueId=[engine:junit-vintage]/[runner:org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix]/[test:row10_subclassAnchorsOnDirectImplementer(org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix)]
 -->
   🔲 TraitStaticDispatchMatrix > row12\_overloadUnderCompileStatic\_observed 
<!-- 
uniqueId=[engine:junit-vintage]/[runner:org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix]/[test:row12_overloadUnderCompileStatic_observed(org.codehaus.groovy.transform.traitx.TraitStaticDispatchMatrix)]
 -->
   
   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