Skip to content

Update SmallRye Config to 3.5.3 #1057

Update SmallRye Config to 3.5.3

Update SmallRye Config to 3.5.3 #1057

Triggered via push February 6, 2024 18:45
Status Failure
Total duration 6h 16m 5s
Artifacts 51
Initial JDK 17 Build
13m 56s
Initial JDK 17 Build
Attach pull request number
0s
Attach pull request number
CI Sanity Check
32s
CI Sanity Check
Calculate Test Jobs
10s
Calculate Test Jobs
Matrix: devtools-tests
Matrix: gradle-tests
Matrix: jvm-tests
Matrix: kubernetes-tests
Matrix: maven-tests
Matrix: native-tests
Matrix: quickstarts-tests
Matrix: virtual-thread-native-tests
MicroProfile TCKs Tests
44m 21s
MicroProfile TCKs Tests
Build report
42s
Build report
Fit to window
Zoom out
Zoom in

Annotations

57 errors and 47 warnings
Native Tests - Data5
Process completed with exit code 1.
Native Tests - Data7
Process completed with exit code 1.
Native Tests - Misc4
Process completed with exit code 1.
JVM Tests - JDK 17
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17
Process completed with exit code 1.
JVM Tests - JDK 17 Windows
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17 Windows
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17 Windows
Cannot invoke "io.quarkus.funqy.test.Identity.getName()" because "this.val$name" is null
JVM Tests - JDK 17 Windows
Process completed with exit code 1.
JVM Tests - JDK 21
The operation was canceled.
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/AgroalMetricsConfigActiveFalseTest.java#L47
org.opentest4j.AssertionFailedError: Agroal metrics should not be registered for deactivated datasources eagerly ==> expected: <null> but was: <io.quarkus.smallrye.metrics.runtime.SmallRyeMetricsFactory$SmallRyeCounter@4769a5a1> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L66
java.lang.AssertionError: Expecting actual throwable to have a cause but it did not, actual was: io.quarkus.runtime.configuration.ConfigurationException: quarkus.datasource."users".jdbc.url has not been defined
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L45
java.lang.AssertionError: Expecting actual throwable to have a cause but it did not, actual was: io.quarkus.runtime.configuration.ConfigurationException: quarkus.datasource."users".jdbc.url has not been defined
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L78
java.lang.AssertionError: Expecting actual throwable to be an instance of:
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/DataSourceHealthCheckConfigActiveFalseTest.java#L27
java.lang.AssertionError: 1 expectation failed. JSON path status doesn't match.
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesConfigDevModeTest.java#L26
java.lang.AssertionError: 1 expectation failed. Expected status code <200> but was <500>.
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesConfigTest.java#L40
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesConfigTest.testDataSourceInjection(MultipleDataSourcesConfigTest.java:40)
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesErroneousButWorkingConfigTest.java#L38
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesErroneousButWorkingConfigTest.testDataSourceInjection(MultipleDataSourcesErroneousButWorkingConfigTest.java:38)
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDevServicesDataSourcesConfigTest.java#L46
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDevServicesDataSourcesConfigTest.testDataSourceInjection(MultipleDevServicesDataSourcesConfigTest.java:46)
JVM Tests - JDK 17: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/NamedDataSourceConfigTest.java#L31
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.NamedDataSourceConfigTest.dataSourceAssert(NamedDataSourceConfigTest.java:47) at io.quarkus.agroal.test.NamedDataSourceConfigTest.testNamedDataSourceInjection(NamedDataSourceConfigTest.java:31)
JVM Tests - JDK 17: extensions/reactive-pg-client/deployment/src/test/java/io/quarkus/reactive/pg/client/DataSourceHealthCheckExclusionTest.java#L21
java.lang.AssertionError: 1 expectation failed. JSON path status doesn't match.
JVM Tests - JDK 17 Windows: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesConfigTest.java#L41
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesConfigTest.testDataSourceInjection(MultipleDataSourcesConfigTest.java:41)
JVM Tests - JDK 17 Windows: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesErroneousButWorkingConfigTest.java#L39
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesErroneousButWorkingConfigTest.testDataSourceInjection(MultipleDataSourcesErroneousButWorkingConfigTest.java:39)
JVM Tests - JDK 17 Windows: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/NamedDataSourceConfigTest.java#L31
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.NamedDataSourceConfigTest.dataSourceAssert(NamedDataSourceConfigTest.java:47) at io.quarkus.agroal.test.NamedDataSourceConfigTest.testNamedDataSourceInjection(NamedDataSourceConfigTest.java:31)
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/AgroalMetricsConfigActiveFalseTest.java#L47
org.opentest4j.AssertionFailedError: Agroal metrics should not be registered for deactivated datasources eagerly ==> expected: <null> but was: <io.quarkus.smallrye.metrics.runtime.SmallRyeMetricsFactory$SmallRyeCounter@7ed8b1e9> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L66
java.lang.AssertionError: Expecting actual throwable to have a cause but it did not, actual was: io.quarkus.runtime.configuration.ConfigurationException: quarkus.datasource."users".jdbc.url has not been defined
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L45
java.lang.AssertionError: Expecting actual throwable to have a cause but it did not, actual was: io.quarkus.runtime.configuration.ConfigurationException: quarkus.datasource."users".jdbc.url has not been defined
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/ConfigActiveFalseNamedDatasourceTest.java#L78
java.lang.AssertionError: Expecting actual throwable to be an instance of:
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/DataSourceHealthCheckConfigActiveFalseTest.java#L27
java.lang.AssertionError: 1 expectation failed. JSON path status doesn't match.
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesConfigTest.java#L40
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesConfigTest.testDataSourceInjection(MultipleDataSourcesConfigTest.java:40)
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDataSourcesErroneousButWorkingConfigTest.java#L38
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDataSourcesErroneousButWorkingConfigTest.testDataSourceInjection(MultipleDataSourcesErroneousButWorkingConfigTest.java:38)
JVM Tests - JDK 21: extensions/agroal/deployment/src/test/java/io/quarkus/agroal/test/MultipleDevServicesDataSourcesConfigTest.java#L46
java.lang.NullPointerException: Cannot invoke "java.security.Principal.getName()" because the return value of "io.agroal.api.configuration.AgroalConnectionFactoryConfiguration.principal()" is null at io.quarkus.agroal.test.MultipleDataSourcesTestUtil.testDataSource(MultipleDataSourcesTestUtil.java:29) at io.quarkus.agroal.test.MultipleDevServicesDataSourcesConfigTest.testDataSourceInjection(MultipleDevServicesDataSourcesConfigTest.java:46)
JVM Tests - JDK 21: extensions/reactive-pg-client/deployment/src/test/java/io/quarkus/reactive/pg/client/DataSourceHealthCheckExclusionTest.java#L21
java.lang.AssertionError: 1 expectation failed. JSON path status doesn't match.
Native Tests - Data5: integration-tests/narayana-jta/src/test/java/io/quarkus/narayana/jta/TransactionJdbcObjectStoreIT.java#L1
java.lang.RuntimeException: java.lang.RuntimeException: Unable to successfully launch process '8168'. Exit code is: '1'. at io.quarkus.test.junit.QuarkusIntegrationTestExtension.throwBootFailureException(QuarkusIntegrationTestExtension.java:372) at io.quarkus.test.junit.QuarkusIntegrationTestExtension.beforeEach(QuarkusIntegrationTestExtension.java:117)
Native Tests - Data5: integration-tests/narayana-jta/src/test/java/io/quarkus/narayana/jta/TransactionalITCase.java#L1
java.lang.RuntimeException: java.lang.RuntimeException: Unable to successfully launch process '8206'. Exit code is: '1'. at io.quarkus.test.junit.QuarkusIntegrationTestExtension.throwBootFailureException(QuarkusIntegrationTestExtension.java:372) at io.quarkus.test.junit.QuarkusIntegrationTestExtension.beforeEach(QuarkusIntegrationTestExtension.java:117)
Initial JDK 17 Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Quickstarts Compilation - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Virtual Thread - Messaging
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Kubernetes Tests - JDK 21
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Kubernetes Tests - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Devtools Tests - JDK 21
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Devtools Tests - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Amazon
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Kubernetes Tests - JDK 17 Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Devtools Tests - JDK 17 Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Virtual Thread - Main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gradle Tests - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Messaging2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Security3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Cache
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Data7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MicroProfile TCKs Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Misc2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Security1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Messaging1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - DevTools Integration Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Windows - RESTEasy Jackson
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Security2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gradle Tests - JDK 17 Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Gradle Tests - JDK 17 Windows
Failed to save: "C:\Program failed with error: The process 'C:\Program Files\Git\usr\bin\tar.exe' failed with exit code 2
Native Tests - AWT, ImageIO and Java2D
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Misc1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - gRPC
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Spring
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Misc3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Maven Tests - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - HTTP
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Tests - Misc4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Maven Tests - JDK 17 Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JVM Tests - JDK 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JVM Tests - JDK 17 Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JVM Tests - JDK 17 Windows
No files were found with the provided path: **/build.log. No artifacts will be uploaded.
JVM Tests - JDK 21
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
JVM Tests - JDK 21
No files were found with the provided path: **/build.log. No artifacts will be uploaded.
Build report
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
build-logs-JVM Tests - JDK 17 Expired
62 KB
build-reports-Devtools Tests - JDK 17 Expired
357 KB
build-reports-Devtools Tests - JDK 17 Windows Expired
422 KB
build-reports-Devtools Tests - JDK 21 Expired
358 KB
build-reports-Gradle Tests - JDK 17 Expired
1.2 MB
build-reports-Gradle Tests - JDK 17 Windows Expired
1.29 MB
build-reports-Initial JDK 17 Build Expired
24.1 KB
build-reports-JVM Tests - JDK 17 Expired
16 MB
build-reports-JVM Tests - JDK 17 Windows Expired
16.7 MB
build-reports-JVM Tests - JDK 21 Expired
11.3 MB
build-reports-Kubernetes Tests - JDK 17 Expired
1.01 MB
build-reports-Kubernetes Tests - JDK 17 Windows Expired
1.15 MB
build-reports-Kubernetes Tests - JDK 21 Expired
1.01 MB
build-reports-Maven Tests - JDK 17 Expired
761 KB
build-reports-Maven Tests - JDK 17 Windows Expired
794 KB
build-reports-MicroProfile TCKs Tests Expired
4.77 MB
build-reports-Native Tests - AWT, ImageIO and Java2D Expired
9.59 KB
build-reports-Native Tests - Amazon Expired
38.7 KB
build-reports-Native Tests - Cache Expired
56.2 KB
build-reports-Native Tests - Data1 Expired
107 KB
build-reports-Native Tests - Data2 Expired
124 KB
build-reports-Native Tests - Data3 Expired
63.6 KB
build-reports-Native Tests - Data4 Expired
86.7 KB
build-reports-Native Tests - Data5 Expired
101 KB
build-reports-Native Tests - Data6 Expired
76.5 KB
build-reports-Native Tests - Data7 Expired
60.1 KB
build-reports-Native Tests - DevTools Integration Tests Expired
9.93 KB
build-reports-Native Tests - HTTP Expired
235 KB
build-reports-Native Tests - Main Expired
573 KB
build-reports-Native Tests - Messaging1 Expired
90.6 KB
build-reports-Native Tests - Messaging2 Expired
35.6 KB
build-reports-Native Tests - Misc1 Expired
170 KB
build-reports-Native Tests - Misc2 Expired
124 KB
build-reports-Native Tests - Misc3 Expired
178 KB
build-reports-Native Tests - Misc4 Expired
129 KB
build-reports-Native Tests - Security1 Expired
63.6 KB
build-reports-Native Tests - Security2 Expired
87.1 KB
build-reports-Native Tests - Security3 Expired
37.9 KB
build-reports-Native Tests - Spring Expired
178 KB
build-reports-Native Tests - Windows - RESTEasy Jackson Expired
40.1 KB
build-reports-Native Tests - gRPC Expired
211 KB
build-reports-Quickstarts Compilation - JDK 17 Expired
6.2 KB
build-reports-Virtual Thread Support Tests Native - Main Expired
50.8 KB
build-reports-Virtual Thread Support Tests Native - Messaging Expired
24.6 KB
m2-io-quarkus Expired
78.3 MB
maven-build-scan-data Expired
24.5 MB
test-reports-jvm17 Expired
13.1 MB
test-reports-jvm17 Windows Expired
14.6 MB
test-reports-native-Data5 Expired
89.8 KB
test-reports-native-Data7 Expired
50.3 KB
test-reports-native-Misc4 Expired
135 KB