Skip to content

Take JVM args into account when creating AOT file#53058

Merged
geoand merged 1 commit into
quarkusio:mainfrom
geoand:#52935
Mar 16, 2026
Merged

Take JVM args into account when creating AOT file#53058
geoand merged 1 commit into
quarkusio:mainfrom
geoand:#52935

Conversation

@geoand

@geoand geoand commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

@quarkus-bot

quarkus-bot Bot commented Mar 16, 2026

Copy link
Copy Markdown

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 0d8fa98.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Integration Tests - JDK 17 Build Failures Logs Raw logs 🔍
✔️ JVM Integration Tests - JDK 17 Windows Logs Raw logs 🔍
✔️ JVM Integration Tests - JDK 21 Logs Raw logs 🔍
✔️ JVM Integration Tests - JDK 25 Logs Raw logs 🔍
✔️ JVM Integration Tests - JDK 25 Semeru Logs Raw logs 🔍

You can consult the Develocity build scans.

Failures

⚙️ JVM Integration Tests - JDK 17 #

- Failing: integration-tests/compose-devservices 

📦 integration-tests/compose-devservices

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-compose-devservices:

See /home/runner/_work/quarkus/quarkus/integration-tests/compose-devservices/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process


Flaky tests - Develocity

⚙️ JVM Tests - JDK 25

📦 extensions/opentelemetry/deployment

io.quarkus.opentelemetry.deployment.OpenTelemetryMDCTest.vertxAsync - History

  • Failing map: {spanId=ab70c70bd7d970e8, traceId=42fcbebc1b2671cb7840e8df7620da56, sampled=true, parentId=9cd4ca23e0121f6c} - java.lang.AssertionError
Details
java.lang.AssertionError: Failing map: {spanId=ab70c70bd7d970e8, traceId=42fcbebc1b2671cb7840e8df7620da56, sampled=true, parentId=9cd4ca23e0121f6c}
	at io.quarkus.opentelemetry.deployment.OpenTelemetryMDCTest.lambda$vertxAsync$2(OpenTelemetryMDCTest.java:150)
	at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:722)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:803)
	at io.quarkus.opentelemetry.deployment.OpenTelemetryMDCTest.vertxAsync(OpenTelemetryMDCTest.java:146)

⚙️ JVM Tests - JDK 25 Semeru

📦 extensions/micrometer-opentelemetry/deployment

io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_LongTaskTimer - History

  • expected: <0> but was: <1> - org.opentest4j.AssertionFailedError
Details
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:168)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:163)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:662)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_LongTaskTimer(MicrometerTimedInterceptorTest.java:215)

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingWorkingAppPropsTestCase.testContinuousTestingScenario3 - History

  • org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/library/redis:7 - java.util.concurrent.CompletionException
Details
java.util.concurrent.CompletionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/library/redis:7
	at java.base/java.util.concurrent.CompletableFuture.wrapInCompletionException(CompletableFuture.java:323)
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:359)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:364)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1828)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1817)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)

@geoand geoand merged commit 50d1509 into quarkusio:main Mar 16, 2026
63 of 64 checks passed
@geoand geoand deleted the #52935 branch March 16, 2026 12:44
@quarkus-bot quarkus-bot Bot added this to the 3.35 - main milestone Mar 16, 2026
@gsmet gsmet modified the milestones: 3.35 - main, 3.32.4 Mar 17, 2026
@cescoffier

Copy link
Copy Markdown
Member

🤖 Automatically associated with the WG - AOT Support Working Group based on AI classification.

@cescoffier cescoffier moved this to Done in WG - AOT Support Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

quarkus-container-image-jib ignores jvm-additional-arguments when generating AOT cache

3 participants