-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve Awaiting thread pool shutdown
message
#48813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The queue size part is removed from that message if the queue is unbounded
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🚧 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectGradleTest.
- History - More details - Source on GitHub
java.lang.StackOverflowError
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:163)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.a(SourceFile:24)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.print(SourceFile:131)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.a(SourceFile:102)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.b(SourceFile:65)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.a.a(SourceFile:85)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.a.flush(SourceFile:78)
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
⚙️ JVM Tests - JDK 21 #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectGradleTest.
- History - More details - Source on GitHub
java.lang.StackOverflowError
at java.base/sun.nio.cs.UTF_8$Encoder.encodeArrayLoop(UTF_8.java:461)
at java.base/sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:564)
at java.base/java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:586)
at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:370)
at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357)
at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158)
at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139)
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
⚙️ JVM Tests - JDK 17 Windows #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectGradleTest.
- History - More details - Source on GitHub
java.lang.StackOverflowError
at java.base/java.io.BufferedWriter.flushBuffer(BufferedWriter.java:120)
at java.base/java.io.BufferedWriter.write(BufferedWriter.java:233)
at java.base/java.io.Writer.write(Writer.java:249)
at java.base/java.io.PrintStream.write(PrintStream.java:697)
at java.base/java.io.PrintStream.print(PrintStream.java:863)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.print(SourceFile:131)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.a(SourceFile:102)
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
Flaky tests - Develocity
⚙️ JVM Tests - JDK 21
📦 extensions/smallrye-reactive-messaging/deployment
✖ io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector
- History
Condition with Lambda expression in io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest was not fulfilled within 10 seconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest was not fulfilled within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:40)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
⚙️ JVM Integration Tests - JDK 17
📦 integration-tests/kafka-devservices
✖ io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange
- History
New containers: [Container(command=sh -c 'while [ ! -f /work/run.sh ]; do sleep 0.1; done; sleep 0.1; /work/run.sh', created=1751902816, id=63aee2d3892fedb1819becc00c623ac12645a64a93ccf7b3f9a947dc16b6eb23, image=quay.io/ogunalp/kafka-native:latest, imageId=sha256:99fa71388449ac7ff46bda7f6d645fb4435d9a21dce3d4dbcaedfc8a738afd6b, names=[/xenodochial_raman], ports=[ContainerPort(ip=0.0.0.0, privatePort=9092, publicPort=32857, type=tcp), ContainerPort(ip=::, privatePort=9092, publicPort=32857, type=tcp)], labels={architecture=x86_64, build-date=2025-03-25T21:45:00Z, com.redhat.component=ubi9-micro-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements\#UBI, description=Very small image which doesn't install the package manager., distribution-scope=public, io.buildah.version=1.39.0-dev, io.k8s.description=Very small image which doesn't install the package manager., io.k8s.display-name=Red Hat Universal Base Image 9 Micro, io.openshift.expos...
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError:
New containers: [Container(command=sh -c 'while [ ! -f /work/run.sh ]; do sleep 0.1; done; sleep 0.1; /work/run.sh', created=1751902816, id=63aee2d3892fedb1819becc00c623ac12645a64a93ccf7b3f9a947dc16b6eb23, image=quay.io/ogunalp/kafka-native:latest, imageId=sha256:99fa71388449ac7ff46bda7f6d645fb4435d9a21dce3d4dbcaedfc8a738afd6b, names=[/xenodochial_raman], ports=[ContainerPort(ip=0.0.0.0, privatePort=9092, publicPort=32857, type=tcp), ContainerPort(ip=::, privatePort=9092, publicPort=32857, type=tcp)], labels={architecture=x86_64, build-date=2025-03-25T21:45:00Z, com.redhat.component=ubi9-micro-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, description=Very small image which doesn't install the package manager., distribution-scope=public, io.buildah.version=1.39.0-dev, io.k8s.description=Very small image which doesn't install the package manager., io.k8s.display-name=Red Hat Universal ...
⚙️ JVM Integration Tests - JDK 21
📦 integration-tests/kafka-devservices
✖ io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange
- History
1 expectation failed. Expected status code <200> but was <500>.
-java.lang.AssertionError
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
Test errors unrelated |
The queue size part is removed from that message if the queue is unbounded