quarkus
quarkus copied to clipboard
Bump avro.version from 1.11.0 to 1.11.1
Bumps avro.version
from 1.11.0 to 1.11.1.
Updates avro
from 1.11.0 to 1.11.1
Updates avro-compiler
from 1.11.0 to 1.11.1
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Failing Jobs - Building f5757405506b0b439dd71709124c5d5b9a9341fc
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
✖ | Native Tests - Data6 | Build |
Failures | Logs | Raw logs |
✖ | Native Tests - Messaging1 | Build |
Failures | Logs | Raw logs |
Failures
:gear: Native Tests - Data6 #
- Failing: integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling integration-tests/hibernate-search-orm-opensearch
:package: integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling
✖ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-search-orm-elasticsearch-coordination-outbox-polling: Failed to build quarkus application
:package: integration-tests/hibernate-search-orm-opensearch
✖ Failed to execute goal io.fabric8:docker-maven-plugin:0.40.1:start (docker-start) on project quarkus-integration-test-hibernate-search-orm-opensearch: I/O Error
:gear: Native Tests - Messaging1 #
- Failing: integration-tests/kafka-avro integration-tests/kafka-avro-apicurio2
:package: integration-tests/kafka-avro
✖ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-kafka-avro: Failed to build quarkus application
:package: integration-tests/kafka-avro-apicurio2
✖ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-kafka-avro-apicurio2: Failed to build quarkus application
@ozangunalp apparently, this upgrade breaks the Kafka Avro tests. Could you have a look?
@gsmet I finally re-wrote the substitution for the class GenericDatumReader
from Avro to match the latest version.
But If we remove the substitution altogether the native compiler no longer complains about the thread usage, both of our ITs pass and the behavior seems to be the same.
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Failing Jobs - Building 8ec3a91bc219a84d5d6f856012647bfb1482c887
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
:heavy_check_mark: | JVM Tests - JDK 11 | ||||
:heavy_check_mark: | JVM Tests - JDK 17 | ||||
✖ | JVM Tests - JDK 18 | Build |
Failures | Logs | Raw logs |
✖ | Native Tests - Cache | Build |
Failures | Logs | Raw logs |
✖ | Native Tests - Data6 | Build |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
:gear: JVM Tests - JDK 18 #
- Failing: extensions/smallrye-reactive-messaging-kafka/deployment
! Skipped: integration-tests/kafka-oauth-keycloak integration-tests/kafka-sasl-elytron integration-tests/kubernetes/quarkus-standard-way-kafka and 3 more
:package: extensions/smallrye-reactive-messaging-kafka/deployment
✖ io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario2
line 87
- More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Failed to wait for test run 5 State{lastRun=5, running=true, inProgress=false, run=1, passed=1, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false, isInstrumentationBasedReload=false, isLiveReload=true}
at io.quarkus.test.ContinuousTestingTestUtils.waitForNextCompletion(ContinuousTestingTestUtils.java:44)
at io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario2(KafkaDevServicesContinuousTestingTestCase.java:87)
:gear: Native Tests - Cache #
- Failing: integration-tests/infinispan-client
:package: integration-tests/infinispan-client
✖ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-infinispan-client: Failed to build quarkus application
:gear: Native Tests - Data6 #
- Failing: integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling integration-tests/hibernate-search-orm-opensearch
:package: integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling
✖ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-search-orm-elasticsearch-coordination-outbox-polling: Failed to build quarkus application
:package: integration-tests/hibernate-search-orm-opensearch
✖ Failed to execute goal io.fabric8:docker-maven-plugin:0.40.1:start (docker-start) on project quarkus-integration-test-hibernate-search-orm-opensearch: I/O Error
@ozangunalp I think the failures are related as the errors are of the form:
Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: Detected a started Thread in the image heap. Threads running in the image generator are no longer running at image runtime. To see how this object got instantiated use --trace-object-instantiation=java.lang.Thread. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=
. Or you can write your own initialization methods and call them explicitly from your main entry point.
So I don't know exactly which class but my guess is that it's the one for which you removed the substitution.
That's odd, I didn't expected that infinispan failure was related. Without the substitution the avro related native compilations passed. I'll push the fixed substitution rather than removing it.
Failing Jobs - Building 4d2032ea08bcfe1770e5dfc679f694d5a8702e72
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
✖ | Gradle Tests - JDK 11 | Build |
Failures | Logs | Raw logs |
:heavy_check_mark: | Gradle Tests - JDK 11 Windows |
Full information is available in the Build summary check run.
Failures
:gear: Gradle Tests - JDK 11 #
- Failing: integration-tests/gradle
:package: integration-tests/gradle
✖ io.quarkus.gradle.devmode.CompositeBuildWithDependenciesDevModeTest.main
line 24
- More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference, java.util.concurrent.atomic.AtomicReferencejava.lang.String, java.lang.Stringboolean was not fulfilled within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
CI is definitely happier.