quarkus-bot / Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
completed
Oct 30, 2023 in 0s
Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
Failing Jobs - Building 204ffa2 - Back to Pull request
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 11 | Build |
Failures | Logs | Raw logs | |
✖ | JVM Tests - JDK 17 | Build |
Logs | Raw logs | ||
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | |
✖ | JVM Tests - JDK 21 | Build |
Logs | Raw logs |
Details
Test Failures
⚙️ JVM Tests - JDK 11 #
- Failing: extensions/grpc/deployment integration-tests/hibernate-orm-compatibility-5.6/mariadb integration-tests/hibernate-orm-compatibility-5.6/postgresql
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/opentelemetry/deployment and 52 more
📦 extensions/grpc/deployment
# Tests: 234
+ Success: 233
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.grpc.server.devmode.GrpcDevModeTest.testEchoStreamReload
line 119
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting
📦 integration-tests/hibernate-orm-compatibility-5.6/mariadb
# Tests: 13
+ Success: 12
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.it.hibernate.compatibility.CompatibilityTest.offsetTime
line 122
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
📦 integration-tests/hibernate-orm-compatibility-5.6/postgresql
# Tests: 13
+ Success: 12
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.it.hibernate.compatibility.CompatibilityTest.offsetTime
line 122
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
⚙️ JVM Tests - JDK 17 Windows #
- Failing: integration-tests/smallrye-context-propagation
📦 integration-tests/smallrye-context-propagation
# Tests: 28
+ Success: 27
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.context.test.SimpleContextPropagationTest.testArcTCContextPropagationDisabled
line 92
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError: expected: <2> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
Annotations
quarkus-bot / Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
JVM Tests - JDK 11
java.lang.AssertionError:
Expecting
Raw output
java.lang.AssertionError:
Expecting
<CompletableFuture[Failed with the following stack trace:
io.grpc.StatusRuntimeException: UNKNOWN: io.smallrye.mutiny.subscription.BackPressureFailure - Could not emit tick 132 due to lack of requests
at io.grpc.Status.asRuntimeException(Status.java:537)
at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:481)
at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489)
at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453)
at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:574)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:72)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:742)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:723)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
]>
to be completed.
Be aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on
at io.quarkus.grpc.server.devmode.GrpcDevModeTest.testEchoStreamReload(GrpcDevModeTest.java:119)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
quarkus-bot / Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
JVM Tests - JDK 11
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
Raw output
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
but was: 12:58:30+01:00
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at io.quarkus.it.hibernate.compatibility.CompatibilityTest.offsetTime(CompatibilityTest.java:122)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
quarkus-bot / Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
JVM Tests - JDK 11
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
Raw output
org.opentest4j.AssertionFailedError:
expected: 11:58:30+01:00
but was: 12:58:30+01:00
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at io.quarkus.it.hibernate.compatibility.CompatibilityTest.offsetTime(CompatibilityTest.java:122)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
quarkus-bot / Build summary for 204ffa23f0fedb312e787fdc482d818fd6448c0f
JVM Tests - JDK 17 Windows
org.opentest4j.AssertionFailedError: expected: <2> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
Raw output
org.opentest4j.AssertionFailedError: expected: <2> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:527)
at io.quarkus.context.test.SimpleContextPropagationTest.testArcTCContextPropagationDisabled(SimpleContextPropagationTest.java:92)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:500)
at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:414)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Loading