Open xstefank opened 1 week ago
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Quarkus Documentation CI
This is the status report for running Quarkus Documentation CI
on commit d3cc7eab48b7a9d753fd47ca3eeef14d8988684b.
:white_check_mark: The latest workflow run for the pull request has completed successfully.
It should be safe to merge provided you have a look at the other checks in the summary.
[!WARNING] There are other workflow runs running, you probably need to wait for their status before merging.
🎊 PR Preview fcf042c5fba4a247a33b6ece192b2414011cc063 has been successfully built and deployed to https://quarkus-pr-main-44513-preview.surge.sh/version/main/guides/
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Quarkus CI
This is the status report for running Quarkus CI
on commit d3cc7eab48b7a9d753fd47ca3eeef14d8988684b.
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
:heavy_check_mark: | JVM Tests - JDK 17 | Logs | Raw logs | :mag: | ||
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | :mag: |
Full information is available in the Build summary check run. You can consult the Develocity build scans.
- Failing: integration-tests/test-extension/extension/deployment
! Skipped: integration-tests/test-extension/tests
✖ io.quarkus.extest.OverrideBuildTimeConfigTest.
- History - More details - Source on GitHub
✖ io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingWorkingAppPropsTestCase.testContinuousTestingScenario3
- History
io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor\#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
- java.lang.RuntimeException
@radcortez I think we have a problem with the new config stuff.
We have another failure here with:
2024-11-14T18:36:49.8668243Z Nov 14, 2024 6:36:49 PM io.quarkus.runtime.ApplicationLifecycleManager run
2024-11-14T18:36:49.8669181Z ERROR: Failed to start application
2024-11-14T18:36:49.8669886Z java.lang.RuntimeException: Failed to start quarkus
2024-11-14T18:36:49.8671108Z at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
2024-11-14T18:36:49.8672143Z at io.quarkus.runtime.Application.start(Application.java:101)
2024-11-14T18:36:49.8673466Z at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:121)
2024-11-14T18:36:49.8674711Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:71)
2024-11-14T18:36:49.8675535Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:44)
2024-11-14T18:36:49.8676374Z at io.quarkus.runtime.Quarkus.run(Quarkus.java:124)
2024-11-14T18:36:49.8677225Z at io.quarkus.runner.GeneratedMain.main(Unknown Source)
2024-11-14T18:36:49.8678573Z at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
2024-11-14T18:36:49.8679985Z at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2024-11-14T18:36:49.8681645Z at io.quarkus.bootstrap.runner.QuarkusEntryPoint.doRun(QuarkusEntryPoint.java:62)
2024-11-14T18:36:49.8683007Z at io.quarkus.bootstrap.runner.QuarkusEntryPoint.main(QuarkusEntryPoint.java:33)
2024-11-14T18:36:49.8684630Z Caused by: java.util.NoSuchElementException: SRCFG00027: Could not find a mapping for io.quarkus.runtime.ConfigConfig
2024-11-14T18:36:49.8686239Z at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:631)
2024-11-14T18:36:49.8687591Z at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:621)
2024-11-14T18:36:49.8689087Z at io.quarkus.runtime.configuration.ConfigRecorder.handleConfigChange(ConfigRecorder.java:63)
2024-11-14T18:36:49.8690986Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy_8(Unknown Source)
2024-11-14T18:36:49.8693205Z at io.quarkus.deployment.steps.ConfigGenerationBuildStep$checkForBuildTimeConfigChange1532146938.deploy(Unknown Source)
I was looking into it, but I really can't explain the cause yet. To make things worse, it is an intermittent error :(
@gsmet sorry for the late update, busy with the book.
Quarkus Documentation CI
This is the status report for running Quarkus Documentation CI
on commit 9c9e1dc77925544c193782680e3b394edbe86ede.
:white_check_mark: The latest workflow run for the pull request has completed successfully.
It should be safe to merge provided you have a look at the other checks in the summary.
[!WARNING] There are other workflow runs running, you probably need to wait for their status before merging.
Quarkus CI
This is the status report for running Quarkus CI
on commit 9c9e1dc77925544c193782680e3b394edbe86ede.
:white_check_mark: The latest workflow run for the pull request has completed successfully.
It should be safe to merge provided you have a look at the other checks in the summary.
You can consult the Develocity build scans.
✖ io.quarkus.it.opentelemetry.vertx.exporter.grpc.SimpleGrpcNoTLSWithCompressionTest.test
- History
Assertion condition defined as a Lambda expression in io.quarkus.it.opentelemetry.vertx.exporter.AbstractExporterTest Expecting Optional to contain a value but it was empty within 30 seconds.
- org.awaitility.core.ConditionTimeoutException
✖ io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testStreamingOutputCall
- History
INTERNAL: Half-closed without a request
- io.grpc.StatusRuntimeException
Narayana LRA moved to a separate repository with a separate lifecycle - https://github.com/jbosstm/lra.