testlens-app[bot] commented on PR #15993: URL: https://github.com/apache/grails-core/pull/15993#issuecomment-5002263843
## 🚨 TestLens detected 4 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 / Build Grails-Core \(macos-latest, 21\)](https://github.com/apache/grails-core/actions/runs/29572885394/job/87860564137?pr=15993) > :grails-shell-cli:test | Test | Runs | Flakiness | |---|---|--:| | SpringApplicationRunnerSpec > ROOT OFF prints <span>#</span>failureMode failures to stderr > ROOT OFF prints reload failures to stderr | ❌ | 0% 🟢 | | SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures launch failures without stderr duplication | ❌ | 0% 🟢 | | SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures reload failures without stderr duplication | ❌ | 0% 🟢 | | SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures shutdown failures without stderr duplication | ❌ | 0% 🟢 | 🏷️ Commit: 250380367ff9e096953924ffc73be27ad71ac59a ▶️ Tests: 14235 executed 🟡 Checks: 25/55 completed ### Test Failures <details> <summary><strong>SpringApplicationRunnerSpec > ROOT OFF prints <span>#</span>failureMode failures to stderr > ROOT OFF prints reload failures to stderr</strong> (:grails-shell-cli:test in <a href="https://github.com/apache/grails-core/actions/runs/29572885394/job/87860564137?pr=15993">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: process.exitValue() == 0 | | | | 1 false Process[pid=35354, exitValue=1] SLF4J(I): Attempting to load provider "ch.qos.logback.classic.spi.LogbackServiceProvider" specified via "slf4j.provider" system property Assertion failed: assert stderr.contains(expectedFailure()) | | | | false 'ReloadFailure' 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:104) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) at org.grails.cli.command.run.SpringApplicationRunnerSpec.runFixture(SpringApplicationRunnerSpec.groovy:64) at org.grails.cli.command.run.SpringApplicationRunnerSpec.ROOT OFF prints #failureMode failures to stderr(SpringApplicationRunnerSpec.groovy:33) ``` |expected|actual| |---|---| |<s>0</s>|<b>1</b>| </details> <details> <summary><strong>SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures launch failures without stderr duplication</strong> (:grails-shell-cli:test in <a href="https://github.com/apache/grails-core/actions/runs/29572885394/job/87860564137?pr=15993">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: process.exitValue() == 0 | | | | 1 false Process[pid=35838, exitValue=1] SLF4J(I): Attempting to load provider "ch.qos.logback.classic.spi.LogbackServiceProvider" specified via "slf4j.provider" system property Assertion failed: assert stderr.empty | | | false 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:94) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) Exception in thread "main" Assertion failed: assert stderr.empty | | | false 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:94) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) at org.grails.cli.command.run.SpringApplicationRunnerSpec.runFixture(SpringApplicationRunnerSpec.groovy:64) at org.grails.cli.command.run.SpringApplicationRunnerSpec.enabled logging captures #failureMode failures without stderr duplication(SpringApplicationRunnerSpec.groovy:41) ``` |expected|actual| |---|---| |<s>0</s>|<b>1</b>| </details> <details> <summary><strong>SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures reload failures without stderr duplication</strong> (:grails-shell-cli:test in <a href="https://github.com/apache/grails-core/actions/runs/29572885394/job/87860564137?pr=15993">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: process.exitValue() == 0 | | | | 1 false Process[pid=36211, exitValue=1] SLF4J(I): Attempting to load provider "ch.qos.logback.classic.spi.LogbackServiceProvider" specified via "slf4j.provider" system property Assertion failed: assert stderr.empty | | | false 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:94) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) at org.grails.cli.command.run.SpringApplicationRunnerSpec.runFixture(SpringApplicationRunnerSpec.groovy:64) at org.grails.cli.command.run.SpringApplicationRunnerSpec.enabled logging captures #failureMode failures without stderr duplication(SpringApplicationRunnerSpec.groovy:41) ``` |expected|actual| |---|---| |<s>0</s>|<b>1</b>| </details> <details> <summary><strong>SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication > enabled logging captures shutdown failures without stderr duplication</strong> (:grails-shell-cli:test in <a href="https://github.com/apache/grails-core/actions/runs/29572885394/job/87860564137?pr=15993">CI / Build Grails-Core (macos-latest, 21)</a>)</summary> ``` Condition not satisfied: process.exitValue() == 0 | | | | 1 false Process[pid=36527, exitValue=1] SLF4J(I): Attempting to load provider "ch.qos.logback.classic.spi.LogbackServiceProvider" specified via "slf4j.provider" system property Assertion failed: assert stderr.empty | | | false 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:94) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) Exception in thread "main" Assertion failed: assert stderr.empty | | | false 'Maven settings decryption failed. Some Maven repositories may be inaccessible\n' at org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:412) at org.grails.cli.command.run.LifecycleVerifier.assertFailure(LifecycleVerifier.groovy:94) at org.grails.cli.command.run.LifecycleVerifier.verifyLifecycle(LifecycleVerifier.groovy:81) at org.grails.cli.command.run.LifecycleVerifier.verify(LifecycleVerifier.groovy:55) at org.grails.cli.command.run.SpringApplicationRunnerSpec.main(SpringApplicationRunnerSpec.groovy:100) at org.grails.cli.command.run.SpringApplicationRunnerSpec.runFixture(SpringApplicationRunnerSpec.groovy:64) at org.grails.cli.command.run.SpringApplicationRunnerSpec.enabled logging captures #failureMode failures without stderr duplication(SpringApplicationRunnerSpec.groovy:41) ``` |expected|actual| |---|---| |<s>0</s>|<b>1</b>| </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 SpringApplicationRunnerSpec > ROOT OFF prints <span>#</span>failureMode failures to stderr <!-- uniqueId=[engine:spock]/[spec:org.grails.cli.command.run.SpringApplicationRunnerSpec]/[feature:$spock_feature_0_0] --> 🔲 SpringApplicationRunnerSpec > enabled logging captures <span>#</span>failureMode failures without stderr duplication <!-- uniqueId=[engine:spock]/[spec:org.grails.cli.command.run.SpringApplicationRunnerSpec]/[feature:$spock_feature_0_1] --> 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]
