Consistent report of unknown properties between JVM and Native mode #1428
Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
Failing Jobs - Building c30c849 - Back to Workflow run summary
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | Native Tests - AWT, ImageIO and Java2D, Packaging .so files | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Cache | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Data4 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Data5 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Data6 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Data7 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - DevTools Integration Tests | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - gRPC | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - HTTP | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Main | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Messaging1 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Messaging2 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Misc1 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Misc2 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Misc3 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Misc4 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Security1 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Security2 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Security3 | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Spring | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 | |
✖ | Native Tests - Windows support | Run actions/checkout@v4 |
Logs | Raw logs | 🚧 |
Warning
This workflow run had flaky tests. See details for more information.
Details
Test Failures
⚙️ JVM Tests - JDK 17 #
- Failing: extensions/hibernate-orm/deployment extensions/resteasy-classic/resteasy-client/deployment integration-tests/picocli-native
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 165 more
📦 extensions/hibernate-orm/deployment
# Tests: 718
+ Success: 712
- Failures: 5
- Errors: 0
! Skipped: 1
✖ io.quarkus.hibernate.orm.boot.StaticInitFailureTest.
line 35
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.
line 43
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.GetTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.TransactionAnnotationLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.UserTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
📦 extensions/resteasy-classic/resteasy-client/deployment
# Tests: 46
+ Success: 45
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.restclient.configuration.UnknownConfigTest.
line 25
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
📦 integration-tests/picocli-native
# Tests: 15
+ Success: 14
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(LaunchResult)
line 36
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:26:48,337 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
⚙️ JVM Tests - JDK 17 Windows #
- Failing: extensions/hibernate-orm/deployment extensions/resteasy-classic/resteasy-client/deployment integration-tests/picocli-native
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 165 more
📦 extensions/hibernate-orm/deployment
# Tests: 718
+ Success: 713
- Failures: 5
- Errors: 0
! Skipped: 0
✖ io.quarkus.hibernate.orm.boot.StaticInitFailureTest.
line 35
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.
line 43
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.GetTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.TransactionAnnotationLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.hibernate.orm.transaction.UserTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
📦 extensions/resteasy-classic/resteasy-client/deployment
# Tests: 46
+ Success: 45
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.restclient.configuration.UnknownConfigTest.
line 25
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
📦 integration-tests/picocli-native
# Tests: 15
+ Success: 14
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(LaunchResult)
line 36
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:50:31,244 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
⚙️ JVM Tests - JDK 21 #
📦 extensions/hibernate-orm/deployment
# Tests: 718
+ Success: 712
- Failures: 5
- Errors: 0
! Skipped: 1
✖ io.quarkus.hibernate.orm.boot.StaticInitFailureTest.
line 35
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
✖ io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.
line 43
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
✖ io.quarkus.hibernate.orm.transaction.GetTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
✖ io.quarkus.hibernate.orm.transaction.TransactionAnnotationLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
✖ io.quarkus.hibernate.orm.transaction.UserTransactionLifecycleTest.
- Source on GitHub - 🠅
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
📦 extensions/resteasy-classic/resteasy-client/deployment
# Tests: 46
+ Success: 45
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.restclient.configuration.UnknownConfigTest.
line 25
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
📦 integration-tests/picocli-native
# Tests: 15
+ Success: 14
- Failures: 1
- Errors: 0
! Skipped: 0
✖ io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(LaunchResult)
line 36
- Source on GitHub - 🠅
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:21:17,697 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
Flaky tests
⚙️ JVM Tests - JDK 17
📦 extensions/infinispan-cache/deployment
✖ io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls
expected: "thread1" but was: "thread2"
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError:
expected: "thread1"
but was: "thread2"
at io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls(InfinispanCacheTest.java:283)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:513)
at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:427)
Annotations
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
Raw output
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17
org.opentest4j.AssertionFailedError:
expected:
Raw output
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:26:48,337 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusMainTestExtension.interceptTestMethod(QuarkusMainTestExtension.java:303)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
Raw output
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 17 Windows
org.opentest4j.AssertionFailedError:
expected:
Raw output
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:50:31,244 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusMainTestExtension.interceptTestMethod(QuarkusMainTestExtension.java:303)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.boot.StaticInitFailureTest.lambda$static$2(StaticInitFailureTest.java:35)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.config.dialect.DbVersionExtraSpaceTest.lambda$static$2(DbVersionExtraSpaceTest.java:43)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
Raw output
java.lang.AssertionError:
Expecting empty but was: ["Unrecognized configuration key "%s" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo"]
at io.quarkus.hibernate.orm.transaction.AbstractTransactionLifecycleTest.lambda$static$2(AbstractTransactionLifecycleTest.java:55)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
Raw output
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at io.quarkus.restclient.configuration.UnknownConfigTest.lambda$static$3(UnknownConfigTest.java:25)
at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:830)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
github-actions / Build summary for c30c84953fa5564b550fc1f008c65a0b99b53d38
JVM Tests - JDK 21
org.opentest4j.AssertionFailedError:
expected:
Raw output
org.opentest4j.AssertionFailedError:
expected:
"beforeEach"
but was:
"2025-01-14 02:21:17,697 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
beforeEach"
at io.quarkus.it.picocli.BeforeEachLaunchTest.testLaunchResult(BeforeEachLaunchTest.java:36)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at io.quarkus.test.junit.QuarkusMainTestExtension.interceptTestMethod(QuarkusMainTestExtension.java:303)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)