Skip to content

Upgrade codeblock dev ui lib to 1.0.12

quarkus-bot / Build summary for d74ad37811c479b3cea8934a4fb317ac71b98eec completed Feb 20, 2024 in 0s

Build summary for d74ad37811c479b3cea8934a4fb317ac71b98eec

Failing Jobs - Building d74ad37 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
βœ”οΈ JVM Tests - JDK 17 Logs Raw logs 🚧
βœ– JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🚧
βœ”οΈ JVM Tests - JDK 21 Logs Raw logs 🚧
βœ– MicroProfile TCKs Tests Verify Failures Logs Raw logs 🚧

⚠️ This workflow run had flaky tests. See details for more information.

Details

Test Failures

βš™οΈ JVM Tests - JDK 17 Windows #

- Failing: integration-tests/rest-client-reactive 

πŸ“¦ integration-tests/rest-client-reactive

βœ– Failed to execute goal uk.co.automatictester:truststore-maven-plugin:3.0.0:generate-truststore (self-signed-truststore) on project quarkus-integration-test-rest-client-reactive: Execution self-signed-truststore of goal uk.co.automatictester:truststore-maven-plugin:3.0.0:generate-truststore failed: java.net.ConnectException: Connection timed out: connect


βš™οΈ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

πŸ“¦ tcks/resteasy-reactive

βœ– Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

πŸ“¦ tcks/resteasy-reactive/target/testsuite/tests

# Tests:    2841
+ Success:  2744
- Failures: 1
- Errors:   0
! Skipped:  96

βœ– com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostFor1500msTest line 571 - History - Source on GitHub - πŸ …

com.sun.ts.tests.jaxrs.common.JAXRSCommonClient$Fault: The message has been sent unexpectedly soon, sooner then 2000ms
	at com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostFor1500msTest(JAXRSClient0175.java:571)

https://github.com/quarkusio/quarkus/blob/d74ad37811c479b3cea8934a4fb317ac71b98eec/tcks/resteasy-reactive/target/testsuite/tests/src/test/java/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource/JAXRSClient0175.java#L571

Flaky tests - Develocity

βš™οΈ JVM Tests - JDK 17

πŸ“¦ extensions/grpc/deployment

βœ– io.quarkus.grpc.server.devmode.GrpcDevModeTest.testProtoFileChangeReload - History

  • /home/runner/work/quarkus/quarkus/extensions/grpc/deployment/target/quarkus-dev-mode-test4564520563806661793/target/classes/io/grpc/reflection/testing/NestedTypeOuter$Middle$Inner$1.class - java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException: /home/runner/work/quarkus/quarkus/extensions/grpc/deployment/target/quarkus-dev-mode-test4564520563806661793/target/classes/io/grpc/reflection/testing/NestedTypeOuter$Middle$Inner$1.class
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148)
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
	at java.base/java.nio.file.Files.readAttributes(Files.java:1851)

πŸ“¦ extensions/smallrye-reactive-messaging-kafka/deployment

βœ– io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - History

  • Assertion condition defined as a io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase 
Expecting size of:
  []
to be greater than or equal to 2 but was 0 within 10 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)

πŸ“¦ integration-tests/opentelemetry

βœ– io.quarkus.it.opentelemetry.EndUserEnabledTest.baseTest - History

  • AttributesMap{data={http.scheme=http, http.method=GET, net.protocol.name=http, http.route=/otel/enduser, code.namespace=io.quarkus.it.opentelemetry.util.EndUserResource, http.client_ip=127.0.0.1, http.status_code=200, net.host.port=8081, http.response_content_length=0, code.function=dummy, http.target=/otel/enduser, net.host.name=localhost, user_agent.original=Apache-HttpClient/4.5.14 (Java/17.0.10)}, capacity=128, totalAddedValues=13} ==> expected: <testUser> but was: <null> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: AttributesMap{data={http.scheme=http, http.method=GET, net.protocol.name=http, http.route=/otel/enduser, code.namespace=io.quarkus.it.opentelemetry.util.EndUserResource, http.client_ip=127.0.0.1, http.status_code=200, net.host.port=8081, http.response_content_length=0, code.function=dummy, http.target=/otel/enduser, net.host.name=localhost, user_agent.original=Apache-HttpClient/4.5.14 (Java/17.0.10)}, capacity=128, totalAddedValues=13} ==> expected: <testUser> but was: <null>
	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:182)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
	at io.quarkus.it.opentelemetry.EndUserEnabledTest.evaluateAttributes...

βš™οΈ JVM Tests - JDK 21

πŸ“¦ core/deployment

βœ– io.quarkus.deployment.dev.FileSystemWatcherTestCase.testFileSystemWatcher - History

  • expected: not <null> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:49)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:35)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:30)
	at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:304)
	at io.quarkus.deployment.dev.FileSystemWatcherTestCase.consumeEvents(FileSystemWatcherTestCase.java:172)

βš™οΈ Maven Tests - JDK 17 Windows

πŸ“¦ integration-tests/devmode

βœ– io.quarkus.test.devui.DevUIQuteBuildTimeDataTest.testTemplates - History

  • java.lang.RuntimeException: Failed to start quarkus - io.quarkus.dev.appstate.ApplicationStartException
io.quarkus.dev.appstate.ApplicationStartException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.dev.appstate.ApplicationStateNotification.waitForApplicationStart(ApplicationStateNotification.java:58)
	at io.quarkus.runner.bootstrap.StartupActionImpl.runMainClass(StartupActionImpl.java:132)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.firstStart(IsolatedDevModeMain.java:114)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:433)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:55)
	at io.quarkus.bootstrap.app.CuratedApplication.runInCl(CuratedApplication.java:138)
	at io.quarkus.bootstrap.app.CuratedApplication.runInAugmentClassLoader(CuratedApplication.java:93)

Annotations

Check failure on line 571 in tcks/resteasy-reactive/target/testsuite/tests/src/test/java/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource/JAXRSClient0175.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for d74ad37811c479b3cea8934a4fb317ac71b98eec

MicroProfile TCKs Tests

com.sun.ts.tests.jaxrs.common.JAXRSCommonClient$Fault: The message has been sent unexpectedly soon, sooner then 2000ms
	at com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostFor1500msTest(JAXRSClient0175.java:571)
Raw output
com.sun.ts.tests.jaxrs.common.JAXRSCommonClient$Fault: The message has been sent unexpectedly soon, sooner then 2000ms
	at com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostFor1500msTest(JAXRSClient0175.java:571)