Skip to content

Conversation

@yrodiere
Copy link
Member

@quarkus-bot
Copy link

quarkus-bot bot commented Nov 17, 2025

/cc @gsmet (hibernate-orm)

@yrodiere yrodiere added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 17, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 17, 2025

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Data5 Build Failures Logs Raw logs 🔍
Native Tests - Data7 Build Failures Logs Raw logs 🔍
Native Tests - Security3 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ Native Tests - Data5 #

- Failing: integration-tests/hibernate-reactive-postgresql integration-tests/jpa-postgresql 

📦 integration-tests/hibernate-reactive-postgresql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-postgresql: Failed to build quarkus application

📦 integration-tests/jpa-postgresql

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.json - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: is "OK"
  Actual: {"details":"Error id 474e21b4-610f-4f9d-9ea6-9558a4fcfe22-1","stack":""}

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

⚙️ Native Tests - Data7 #

- Failing: integration-tests/hibernate-reactive-db2 integration-tests/hibernate-reactive-mariadb integration-tests/hibernate-reactive-mssql and 5 more

📦 integration-tests/hibernate-reactive-db2

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-db2: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mariadb

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mariadb: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mssql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mssql: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mysql

Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-hibernate-reactive-mysql: I/O Error

📦 integration-tests/hibernate-reactive-mysql-agroal-flyway

Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-hibernate-reactive-mysql-agroal-flyway: I/O Error

📦 integration-tests/hibernate-reactive-panache

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-panache-kotlin

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache-kotlin: Failed to build quarkus application

📦 integration-tests/reactive-db2-client

Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-reactive-db2-client: I/O Error


⚙️ Native Tests - Security3 #

- Failing: integration-tests/security-webauthn 

📦 integration-tests/security-webauthn

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-security-webauthn: Failed to build quarkus application


Flaky tests - Develocity

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@yrodiere
Copy link
Member Author

yrodiere commented Nov 17, 2025

Looks like at least some of the failures are caused by hibernate/hibernate-orm@a04f801, which removes a (SPI? internal) method that Hibernate Reactive relies on, ColumnValuesTableMutationBuilder#addKeyColumn(String, String, SelectableMapping).

@DavideD @dreab8 I assume a Hibernate Reactive 3.1.x release is in the plans to address these changes?

@DavideD
Copy link
Contributor

DavideD commented Nov 17, 2025

I will check

@dreab8
Copy link
Contributor

dreab8 commented Nov 19, 2025

@yrodiere
Copy link
Member Author

Thank you! I'll wait for the release then :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/hibernate-orm Hibernate ORM triage/flaky-test triage/waiting-for-ci Ready to merge when CI successfully finishes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants