quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Move narayana-lra extension to the new separated LRA project #44513

Open xstefank opened 1 week ago

xstefank commented 1 week ago

Narayana LRA moved to a separate repository with a separate lifecycle - https://github.com/jbosstm/lra.

quarkus-bot[bot] commented 1 week ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow 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.

github-actions[bot] commented 1 week ago

🎊 PR Preview fcf042c5fba4a247a33b6ece192b2414011cc063 has been successfully built and deployed to https://quarkus-pr-main-44513-preview.surge.sh/version/main/guides/

quarkus-bot[bot] commented 1 week ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow Quarkus CI

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

Failing Jobs

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.

Failures

:gear: JVM Tests - JDK 21 #

- Failing: integration-tests/test-extension/extension/deployment 
! Skipped: integration-tests/test-extension/tests 

:package: integration-tests/test-extension/extension/deployment

✖ io.quarkus.extest.OverrideBuildTimeConfigTest. - History - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: The produced jar could not be launched. Consult the above output for the exact cause. at io.quarkus.test.QuarkusProdModeTest.beforeAll(QuarkusProdModeTest.java:499) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) Caused by: java.lang.RuntimeException: The produced jar could not be launched. Consult the above output for the exact cause. at io.quarkus.test.QuarkusProdModeTest.ensureApplicationStartupOrFailure(QuarkusProdModeTest.java:691) at io.quarkus.test.QuarkusProdModeTest.start(QuarkusProdModeTest.java:617) at io.quarkus.test.QuarkusProdModeTest.beforeAll(QuarkusProdModeTest.java:486) ... 1 more ```

Flaky tests - Develocity

:gear: JVM Tests - JDK 21

:package: extensions/smallrye-reactive-messaging-kafka/deployment

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

``` java.lang.RuntimeException: 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) at io.quarkus.builder.BuildContext.run(BuildContext.java:256) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) ```
gsmet commented 1 week ago

@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)
radcortez commented 1 week ago

I was looking into it, but I really can't explain the cause yet. To make things worse, it is an intermittent error :(

xstefank commented 12 hours ago

@gsmet sorry for the late update, busy with the book.

quarkus-bot[bot] commented 12 hours ago

Status for workflow 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-bot[bot] commented 7 hours ago

Status for workflow 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.


Flaky tests - Develocity

:gear: JVM Tests - JDK 17

:package: integration-tests/opentelemetry-vertx-exporter

✖ io.quarkus.it.opentelemetry.vertx.exporter.grpc.SimpleGrpcNoTLSWithCompressionTest.test - History

``` org.awaitility.core.ConditionTimeoutException: 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. 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) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006) at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790) ```

:gear: JVM Tests - JDK 21

:package: integration-tests/virtual-threads/grpc-virtual-threads

✖ io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testStreamingOutputCall - History

``` io.grpc.StatusRuntimeException: INTERNAL: Half-closed without a request at io.grpc.Status.asRuntimeException(Status.java:533) at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:631) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132) at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testStreamingOutputCall(VirtualThreadTestBase.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:967) at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:817) ```