testlens-app[bot] commented on PR #15465:
URL: https://github.com/apache/grails-core/pull/15465#issuecomment-4472451028

   ## 🚨 TestLens detected 8 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
   
   | Check | Project/Task | Test | Runs |
   |---|---|---|---|
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | 
ApplyTemplateWithoutReferringToTagLibPropertySpec > test tags with 
applyTemplate without referring to tagLib anywhere in this spec | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | ControllerTagLibMethodDispatchSpec > 
test controller which invokes a tag which invokes another tag | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | FirstTagLibSpec > test invoking a tag 
which invokes a tag in another taglib | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | SampleTagLibSpec > test a tag that 
access the model | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | SampleTagLibSpec > test simple tag as 
method | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | SampleTagLibSpec > test tag as method 
with parameters | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | SampleTagLibSpec > test tags with 
applyTemplate | ❌ |
   | [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465)
 | :grails-test-examples-demo33:test | SimpleJunitTagSpec > testSomethingSimple 
| ❌ |
   
   🏷️ Commit: b64974f300aab53b95cdb2171fd066448b03c8bb
   ▶️ Tests:  1529 executed
   🟡 Checks: 24/31 completed
   
   ### Test Failures (first 5 of 8)
   
   <details>
   
   <summary><strong>ApplyTemplateWithoutReferringToTagLibPropertySpec > test 
tags with applyTemplate without referring to tagLib anywhere in this 
spec</strong> (:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   applyTemplate('<demo:helloWorld/>') == 'Hello, World!'
   |
   org.grails.taglib.GrailsTagException: [Byte array resource 
[test_1779050441661]:1] [Byte array resource [test_1779050441661]:1] Tag 
[helloWorld] does not exist. No tag library found for namespace: demo
        at org.grails.gsp.GroovyPage.throwRootCause(GroovyPage.java:520)
        at org.grails.gsp.GroovyPage.invokeTag(GroovyPage.java:443)
        at test_1779050441661.run(test_1779050441661:14)
        at 
org.grails.gsp.GroovyPageWritable.doWriteTo(GroovyPageWritable.java:151)
        at org.grails.gsp.GroovyPageWritable.writeTo(GroovyPageWritable.java:89)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.renderTemplateToStringWriter(GrailsWebUnitTest.groovy:244)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:229)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:50)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:214)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:45)
        at demo.ApplyTemplateWithoutReferringToTagLibPropertySpec.test tags 
with applyTemplate without referring to tagLib anywhere in this 
spec(ApplyTemplateWithoutReferringToTagLibPropertySpec.groovy:29)
   
        at demo.ApplyTemplateWithoutReferringToTagLibPropertySpec.test tags 
with applyTemplate without referring to tagLib anywhere in this 
spec(ApplyTemplateWithoutReferringToTagLibPropertySpec.groovy:29)
   Caused by: org.grails.taglib.GrailsTagException: [Byte array resource 
[test_1779050441661]:1] [Byte array resource [test_1779050441661]:1] Tag 
[helloWorld] does not exist. No tag library found for namespace: demo
        at org.grails.gsp.GroovyPage.throwRootCause(GroovyPage.java:520)
        at org.grails.gsp.GroovyPage.invokeTag(GroovyPage.java:443)
        at test_1779050441661.run(test_1779050441661:14)
        at 
org.grails.gsp.GroovyPageWritable.doWriteTo(GroovyPageWritable.java:151)
        at org.grails.gsp.GroovyPageWritable.writeTo(GroovyPageWritable.java:89)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.renderTemplateToStringWriter(GrailsWebUnitTest.groovy:244)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:229)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:50)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:214)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:45)
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>ControllerTagLibMethodDispatchSpec > test controller which 
invokes a tag which invokes another tag</strong> 
(:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   groovy.lang.MissingMethodException: No signature of method: 
org.grails.taglib.NamespacedTagDispatcher.sayHello() is applicable for argument 
types: () values: []
        at 
org.grails.taglib.TagLibraryMetaUtils.methodMissingForTagLib(TagLibraryMetaUtils.groovy:251)
        at 
org.grails.taglib.NamespacedTagDispatcher.methodMissing(NamespacedTagDispatcher.groovy:64)
        at 
demo.DemoController.invokeTagWhichInvokesTag(DemoController.groovy:39)
        at 
org.grails.testing.runtime.support.ActionSettingMethodHandler.invoke(ActionSettingMethodHandler.groovy:50)
        at demo.ControllerTagLibMethodDispatchSpec.test controller which 
invokes a tag which invokes another 
tag(ControllerTagLibMethodDispatchSpec.groovy:33)
   ```
   
   </details>
   <details>
   
   <summary><strong>FirstTagLibSpec > test invoking a tag which invokes a tag 
in another taglib</strong> (:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   tagLib.sayHello() == 'BEFORE Hello From SecondTagLib AFTER'
   |      |
   |      groovy.lang.MissingMethodException: No signature of method: 
org.grails.taglib.NamespacedTagDispatcher.sayHello() is applicable for argument 
types: () values: []
   |            at 
org.grails.taglib.TagLibraryMetaUtils.methodMissingForTagLib(TagLibraryMetaUtils.groovy:251)
   |            at 
org.grails.taglib.NamespacedTagDispatcher.methodMissing(NamespacedTagDispatcher.groovy:64)
   |            at demo.FirstTagLib.sayHello(FirstTagLib.groovy:32)
   |            at demo.FirstTagLibSpec.test invoking a tag which invokes a tag 
in another taglib(FirstTagLibSpec.groovy:33)
   <demo.FirstTagLib@2d4eba14 grails_artefact_TagLibrary__rawEncoder=null 
grails_artefact_gsp_TagLibraryInvoker__developmentMode=false 
grails_artefact_gsp_TagLibraryInvoker__tagLibraryLookup=org.grails.testing.runtime.support.LazyTagLibraryLookup@61d87509
 grails_web_api_WebAttributes__grailsApplication=null 
grails_web_api_ServletAttributes__applicationContext=null 
grails_web_api_ServletAttributes__servletContext=null>
   
        at demo.FirstTagLibSpec.test invoking a tag which invokes a tag in 
another taglib(FirstTagLibSpec.groovy:33)
   Caused by: groovy.lang.MissingMethodException: No signature of method: 
org.grails.taglib.NamespacedTagDispatcher.sayHello() is applicable for argument 
types: () values: []
        at 
org.grails.taglib.TagLibraryMetaUtils.methodMissingForTagLib(TagLibraryMetaUtils.groovy:251)
        at 
org.grails.taglib.NamespacedTagDispatcher.methodMissing(NamespacedTagDispatcher.groovy:64)
        at demo.FirstTagLib.sayHello(FirstTagLib.groovy:32)
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>SampleTagLibSpec > test a tag that access the 
model</strong> (:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition failed with Exception:
   
   applyTemplate('<demo:renderSomeNumber value="${x + y}"/>', [x: 23, y: 19]) 
== 'The Number Is 42'
   |
   org.grails.taglib.GrailsTagException: [Byte array resource 
[test_1779050470696]:1] [Byte array resource [test_1779050470696]:1] Tag 
[renderSomeNumber] does not exist. No tag library found for namespace: demo
        at org.grails.gsp.GroovyPage.throwRootCause(GroovyPage.java:520)
        at org.grails.gsp.GroovyPage.invokeTag(GroovyPage.java:443)
        at test_1779050470696.run(test_1779050470696:14)
        at 
org.grails.gsp.GroovyPageWritable.doWriteTo(GroovyPageWritable.java:151)
        at org.grails.gsp.GroovyPageWritable.writeTo(GroovyPageWritable.java:89)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.renderTemplateToStringWriter(GrailsWebUnitTest.groovy:244)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:229)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:50)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:214)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:45)
        at demo.SampleTagLibSpec.test a tag that access the 
model(SampleTagLibSpec.groovy:50)
   
        at demo.SampleTagLibSpec.test a tag that access the 
model(SampleTagLibSpec.groovy:50)
   Caused by: org.grails.taglib.GrailsTagException: [Byte array resource 
[test_1779050470696]:1] [Byte array resource [test_1779050470696]:1] Tag 
[renderSomeNumber] does not exist. No tag library found for namespace: demo
        at org.grails.gsp.GroovyPage.throwRootCause(GroovyPage.java:520)
        at org.grails.gsp.GroovyPage.invokeTag(GroovyPage.java:443)
        at test_1779050470696.run(test_1779050470696:14)
        at 
org.grails.gsp.GroovyPageWritable.doWriteTo(GroovyPageWritable.java:151)
        at org.grails.gsp.GroovyPageWritable.writeTo(GroovyPageWritable.java:89)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.renderTemplateToStringWriter(GrailsWebUnitTest.groovy:244)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:229)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:50)
        at 
grails.testing.web.GrailsWebUnitTest$Trait$Helper.applyTemplate(GrailsWebUnitTest.groovy:214)
        at 
grails.testing.web.taglib.TagLibUnitTest$Trait$Helper.applyTemplate(TagLibUnitTest.groovy:45)
        ... 1 more
   ```
   
   </details>
   <details>
   
   <summary><strong>SampleTagLibSpec > test simple tag as method</strong> 
(:grails-test-examples-demo33:test in <a 
href="https://github.com/apache/grails-core/actions/runs/26001554051/job/76425755095?pr=15465";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   Condition not satisfied:
   
   tagLib.helloWorld() == 'Hello, World!'
   |      |            |
   |      |            false
   |      
<org.grails.taglib.encoder.OutputEncodingStack$OutputProxyWriter@5afa5d7 
writerGroup=org.grails.taglib.encoder.OutputEncodingStack$OutputProxyWriterGroup@32e9ebbf
 this$0=org.grails.taglib.encoder.OutputEncodingStack@3d435f83 
factory=org.grails.taglib.encoder.OutputEncodingStack$4@2a91c30c 
destinationActivated=true trouble=false 
out=org.grails.buffer.CodecPrintWriter@545ac5d5 allowUnwrappingOut=true 
usageFlag=true streamCharBufferTarget=null previousOut=null 
writeBuffer=inaccessible lock=inaccessible>
   <demo.SampleTagLib@44acc838 grails_artefact_TagLibrary__rawEncoder=null 
grails_artefact_gsp_TagLibraryInvoker__developmentMode=false 
grails_artefact_gsp_TagLibraryInvoker__tagLibraryLookup=org.grails.testing.runtime.support.LazyTagLibraryLookup@9236b61
 grails_web_api_WebAttributes__grailsApplication=null 
grails_web_api_ServletAttributes__applicationContext=null 
grails_web_api_ServletAttributes__servletContext=null>
   
        at demo.SampleTagLibSpec.test simple tag as 
method(SampleTagLibSpec.groovy:31)
   ```
   
   |expected|actual|
   |---|---|
   |<s>Hello,</s> <s>World!</s>|<b>Failed</b> <b>to render value due to:</b>|
   ||<b></b>|
   ||<b>java.lang.reflect.InaccessibleObjectException: Unable to make field 
private char[] java.io.Writer.writeBuffer accessible: module java.base does not 
"opens java.io" to unnamed module @20435c40</b>|
   ||<b>    at 
java.base/java.lang.reflect.AccessibleObject.throwInaccessibleObjectException(AccessibleObject.java:391)</b>|
   ||<b>    at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:367)</b>|
   ||<b>    at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:315)</b>|
   ||<b>    at 
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:183)</b>|
   ||<b>    at 
java.base/java.lang.reflect.Field.setAccessible(Field.java:177)</b>|
   ||<b>    at 
org.spockframework.runtime.condition.DiffedObjectAsBeanRenderer.render(DiffedObjectAsBeanRenderer.java:31)</b>|
   ||<b>    at 
org.spockframework.runtime.condition.ObjectRendererService.render(ObjectRendererService.java:50)</b>|
   ||<b>    at 
org.spockframework.runtime.MasterRunSupervisor.renderValue(MasterRunSupervisor.java:109)</b>|
   ||<b>    at 
org.spockframework.runtime.MasterRunSupervisor.convertToComparisonFailure(MasterRunSupervisor.java:92)</b>|
   ||<b>    at 
org.spockframework.runtime.MasterRunSupervisor.transform(MasterRunSupervisor.java:67)</b>|
   ||<b>    at 
org.spockframework.runtime.MasterRunSupervisor.error(MasterRunSupervisor.java:46)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:409)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)</b>|
   ||<b>    at 
org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)</b>|
   ||<b>    at 
org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)</b>|
   ||<b>    at 
org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:176)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)</b>|
   ||<b>    at 
org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)</b>|
   ||<b>    at 
org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)</b>|
   ||<b>    at 
org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)</b>|
   ||<b>    at 
org.spockframework.runtime.IterationNode.around(IterationNode.java:67)</b>|
   ||<b>    at 
org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52)</b>|
   ||<b>    at 
org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)</b>|
   ||<b>    at 
org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)</b>|
   ||<b>    at 
org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)</b>|
   ||<b>    at 
org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)</b>|
   ||<b>    at 
org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52)</b>|
   ||<b>    at 
org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)</b>|
   ||<b>    at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)</b>|
   ||<b>    at 
org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)</b>|
   ||<b>    at 
org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)</b>|
   ||<b>    at 
org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)</b>|
   ||<b>    at 
org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)</b>|
   ||<b>    at org.spockframework.runtime.SpecNode.around(SpecNode.java:63)</b>|
   ||<b>    at org.spockframework.runtime.SpecNode.around(SpecNode.java:11)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)</b>|
   ||<b>    at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:36)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:52)</b>|
   ||<b>    at 
org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:58)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:246)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:218)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:179)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:66)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:157)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:65)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:125)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:93)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:48)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$0(InterceptingLauncher.java:41)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:40)</b>|
   ||<b>    at 
org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:48)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestDefinitionProcessor$CollectThenExecuteTestDefinitionConsumer.processAllTestDefinitions(JUnitPlatformTestDefinitionProcessor.java:179)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestDefinitionProcessor$CollectThenExecuteTestDefinitionConsumer.access$000(JUnitPlatformTestDefinitionProcessor.java:122)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestDefinitionProcessor.stop(JUnitPlatformTestDefinitionProcessor.java:116)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.SuiteTestDefinitionProcessor.stop(SuiteTestDefinitionProcessor.java:63)</b>|
   ||<b>    at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)</b>|
   ||<b>    at java.base/java.lang.reflect.Method.invoke(Method.java:580)</b>|
   ||<b>    at 
org.gradle.internal.dispatch.MethodInvocation.invokeOn(MethodInvocation.java:77)</b>|
   ||<b>    at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:28)</b>|
   ||<b>    at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:19)</b>|
   ||<b>    at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)</b>|
   ||<b>    at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:88)</b>|
   ||<b>    at jdk.proxy1/jdk.proxy1.$Proxy4.stop(Unknown Source)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:195)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:126)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)</b>|
   ||<b>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)</b>|
   ||<b>    at 
org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)</b>|
   ||<b>    at 
org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:122)</b>|
   ||<b>    at 
org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:72)</b>|
   ||<b>    at 
worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)</b>|
   ||<b>    at 
worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)</b>|
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 ApplyTemplateWithoutReferringToTagLibPropertySpec > test tags with 
applyTemplate without referring to tagLib anywhere in this spec <!-- 
uniqueId=[engine:spock]/[spec:demo.ApplyTemplateWithoutReferringToTagLibPropertySpec]/[feature:$spock_feature_0_0]
 -->
   🔲 ControllerTagLibMethodDispatchSpec > test controller which invokes a tag 
which invokes another tag <!-- 
uniqueId=[engine:spock]/[spec:demo.ControllerTagLibMethodDispatchSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 FirstTagLibSpec > test invoking a tag which invokes a tag in another 
taglib <!-- 
uniqueId=[engine:spock]/[spec:demo.FirstTagLibSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 SampleTagLibSpec > test a tag that access the model <!-- 
uniqueId=[engine:spock]/[spec:demo.SampleTagLibSpec]/[feature:$spock_feature_0_3]
 -->
   🔲 SampleTagLibSpec > test simple tag as method <!-- 
uniqueId=[engine:spock]/[spec:demo.SampleTagLibSpec]/[feature:$spock_feature_0_0]
 -->
   🔲 SampleTagLibSpec > test tag as method with parameters <!-- 
uniqueId=[engine:spock]/[spec:demo.SampleTagLibSpec]/[feature:$spock_feature_0_2]
 -->
   🔲 SampleTagLibSpec > test tags with applyTemplate <!-- 
uniqueId=[engine:spock]/[spec:demo.SampleTagLibSpec]/[feature:$spock_feature_0_1]
 -->
   🔲 SimpleJunitTagSpec > testSomethingSimple <!-- 
uniqueId=[engine:spock]/[spec:demo.SimpleJunitTagSpec]/[feature:$spock_feature_0_0]
 -->
   
   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