Skip to content

test

test #2458

GitHub Actions / Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7 completed Nov 11, 2023 in 0s

Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7

Failing Jobs - Building 588be57 - Back to Workflow run summary

Status Name Step Failures Logs Raw logs Build scan
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
Native Tests - Misc4 Build Failures Logs Raw logs

Details

Test Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

# Tests:    105
+ Success:  96
- Failures: 1
- Errors:   0
! Skipped:  8

io.quarkus.gradle.CustomManifestArgumentsTest.shouldContainsSpecificManifestProperty line 37 - Source on GitHub - 🠅

java.lang.AssertionError: 

Expecting actual not to be null


⚙️ Native Tests - Misc4 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

# Tests:    7
+ Success:  4
- Failures: 3
- Errors:   0
! Skipped:  0

io.quarkus.gradle.nativeimage.BasicJavaNativeBuildIT.shouldBuildNativeImage line 31 - Source on GitHub - 🠅

java.lang.AssertionError: 
native-image build log is missing certain expected log messages:

io.quarkus.gradle.nativeimage.BasicJavaNativeBuildIT.shouldBuildNativeImageWithCustomNameWithoutSuffix line 90 - Source on GitHub - 🠅

java.lang.AssertionError: 
native-image build log is missing certain expected log messages:

io.quarkus.gradle.nativeimage.BasicJavaNativeBuildIT.shouldBuildNativeImageWithCustomName line 60 - Source on GitHub - 🠅

java.lang.AssertionError: 
native-image build log is missing certain expected log messages:

Annotations

Check failure on line 37 in integration-tests/gradle/src/test/java/io/quarkus/gradle/CustomManifestArgumentsTest.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7

Gradle Tests - JDK 11 Windows

java.lang.AssertionError: 

Expecting actual not to be null
Raw output
java.lang.AssertionError: 

Expecting actual not to be null
	at io.quarkus.gradle.CustomManifestArgumentsTest.shouldContainsSpecificManifestProperty(CustomManifestArgumentsTest.java:37)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 31 in integration-tests/gradle/src/test/java/io/quarkus/gradle/nativeimage/BasicJavaNativeBuildIT.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7

Native Tests - Misc4

java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 
Raw output
java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 

 Downloading https://services.gradle.org/distributions/gradle-8.4-all.zip
....................10%....................20%....................30%.....................40%....................50%....................60%.....................70%....................80%....................90%.....................100%
Initialized native services in: /home/runner/.gradle/native
Initialized jansi services in: /home/runner/.gradle/native

Welcome to Gradle 8.4!

Here are the highlights of this release:
 - Compiling and testing with Java 21
 - Faster Java compilation on Windows
 - Role focused dependency configurations creation

For more details see https://docs.gradle.org/8.4/release-notes.html

Received JVM installation metadata from '/usr/lib/jvm/temurin-11-jdk-amd64': {JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64, JAVA_VERSION=11.0.21, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=11.0.21+9, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=11.0.21+9, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
Removing 0 daemon stop events from registry
Starting a Gradle Daemon (subsequent builds will be faster)
Starting process 'Gradle build daemon'. Working directory: /home/runner/.gradle/daemon/8.4 Command: /usr/lib/jvm/temurin-11-jdk-amd64/bin/java --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /home/runner/.gradle/wrapper/dists/gradle-8.4-all/56r6xik2f6skrm47et0ibifug/gradle-8.4/lib/gradle-launcher-8.4.jar -javaagent:/home/runner/.gradle/wrapper/dists/gradle-8.4-all/56r6xik2f6skrm47et0ibifug/gradle-8.4/lib/agents/gradle-instrumentation-agent-8.4.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.4
Successfully started process 'Gradle build daemon'
An attempt to start the daemon took 1.004 secs.
The client will now receive all logging from the daemon (pid: 2092). The daemon log file: /home/runner/.gradle/daemon/8.4/daemon-2092.out.log
Starting build in new daemon [memory: 512 MiB]
Using 4 worker leases.
Received JVM installation metadata from '/usr/lib/jvm/temurin-11-jdk-amd64': {JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64, JAVA_VERSION=11.0.21, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=11.0.21+9, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=11.0.21+9, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
Calculating task graph as no configuration cache is available for tasks: clean buildNative
Watching the file system is configured to be disabled
File system watching is inactive
Starting Build
Compiling settings file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/settings.gradle' using SubsetScriptTransformer.
Compiling settings file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/settings.gradle' using BuildScriptTransformer.
Settings evaluated using settings file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/settings.gradle'.
Projects loaded. Root project using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
Included projects: [root project 'foo']

> Configure project :
Evaluating root project 'foo' using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
Compiling build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle' using SubsetScriptTransformer.
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-bom/2.1.0/smallrye-common-bom-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-bom/2.1.0/smallrye-common-bom-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom, /home/runner/.m2/repository/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom, /home/runner/.m2/repository/com/fasterxml/oss-parent/50/oss-parent-50.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.3.1/mockito-bom-5.3.1.pom, /home/runner/.m2/repository/org/mockito/mockito-bom/5.3.1/mockito-bom-5.3.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.pom, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-parent/3.3.2/smallrye-config-parent-3.3.2.pom, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-parent/3.3.2/smallrye-config-parent-3.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom, /home/runner/.m2/repository/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom, /home/runner/.m2/repository/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom, /home/runner/.m2/repository/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.module to /home/runner/.gradle/.tmp/gradle_download3923312511206507657bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom, /home/runner/.m2/repository/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom, /home/runner/.m2/repository/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom, /home/runner/.m2/repository/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom, /home/runner/.m2/repository/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom, /home/runner/.m2/repository/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.module to /home/runner/.gradle/.tmp/gradle_download18134151859585710800bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.pom, /home/runner/.m2/repository/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom, /home/runner/.m2/repository/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/39/jboss-parent-39.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/39/jboss-parent-39.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom, /home/runner/.m2/repository/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/37/jboss-parent-37.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/37/jboss-parent-37.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/aesh/readline/2.4/readline-2.4.pom, /home/runner/.m2/repository/org/aesh/readline/2.4/readline-2.4.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/aesh/readline-all/2.4/readline-all-2.4.pom, /home/runner/.m2/repository/org/aesh/readline-all/2.4/readline-all-2.4.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/19/jboss-parent-19.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/19/jboss-parent-19.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/aesh/aesh/2.7/aesh-2.7.pom, /home/runner/.m2/repository/org/aesh/aesh/2.7/aesh-2.7.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/aesh/aesh-all/2.7/aesh-all-2.7.pom, /home/runner/.m2/repository/org/aesh/aesh-all/2.7/aesh-all-2.7.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom, /home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom, /home/runner/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom, /home/runner/.m2/repository/org/apache/apache/23/apache-23.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom, /home/runner/.m2/repository/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.module to /home/runner/.gradle/.tmp/gradle_download9863220181879295185bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom, /home/runner/.m2/repository/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/34/jboss-parent-34.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/34/jboss-parent-34.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.1.2/jandex-3.1.2.pom, /home/runner/.m2/repository/io/smallrye/jandex/3.1.2/jandex-3.1.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.1.2/jandex-parent-3.1.2.pom, /home/runner/.m2/repository/io/smallrye/jandex-parent/3.1.2/jandex-parent-3.1.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom, /home/runner/.m2/repository/org/ow2/asm/asm/9.5/asm-9.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom, /home/runner/.m2/repository/org/ow2/ow2/1.5.1/ow2-1.5.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom, /home/runner/.m2/repository/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom, /home/runner/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom, /home/runner/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom, /home/runner/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.pom, /home/runner/.m2/repository/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom, /home/runner/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.module to /home/runner/.gradle/.tmp/gradle_download5915482357320710920bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom, /home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.module to /home/runner/.gradle/.tmp/gradle_download568874645377138094bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom, /home/runner/.m2/repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/61/commons-parent-61.pom, /home/runner/.m2/repository/org/apache/commons/commons-parent/61/commons-parent-61.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom, /home/runner/.m2/repository/org/apache/apache/30/apache-30.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom, /home/runner/.m2/repository/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.module to /home/runner/.gradle/.tmp/gradle_download3361886811066262045bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-parent/2.1.0/smallrye-common-parent-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-parent/2.1.0/smallrye-common-parent-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom, /home/runner/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/fabric8/maven-model-helper/21/maven-model-helper-21.pom, /home/runner/.m2/repository/io/fabric8/maven-model-helper/21/maven-model-helper-21.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download14115792522537558391bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.2/jackson-dataformats-text-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.2/jackson-dataformats-text-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download2381864733244305005bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.15.2/jackson-modules-java8-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/module/jackson-modules-java8/2.15.2/jackson-modules-java8-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download2277152306542976970bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.3/maven-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven/3.9.3/maven-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom, /home/runner/.m2/repository/org/apache/maven/maven-parent/40/maven-parent-40.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom, /home/runner/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom, /home/runner/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, /home/runner/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download12350565529903153344bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom, /home/runner/.m2/repository/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.pom, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.pom, /home/runner/.m2/repository/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom, /home/runner/.m2/repository/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/18/jboss-parent-18.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/18/jboss-parent-18.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom, /home/runner/.m2/repository/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom, /home/runner/.m2/repository/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom, /home/runner/.m2/repository/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom, /home/runner/.m2/repository/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom, /home/runner/.m2/repository/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom, /home/runner/.m2/repository/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom, /home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom, /home/runner/.m2/repository/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom, /home/runner/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.pom, /home/runner/.m2/repository/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom, /home/runner/.m2/repository/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/32/jboss-parent-32.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/32/jboss-parent-32.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom, /home/runner/.m2/repository/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom, /home/runner/.m2/repository/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom, /home/runner/.m2/repository/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom, /home/runner/.m2/repository/org/jboss/jboss-parent/36/jboss-parent-36.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom, /home/runner/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom, /home/runner/.m2/repository/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom, /home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.module to /home/runner/.gradle/.tmp/gradle_download17474962053841464062bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom, /home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.module to /home/runner/.gradle/.tmp/gradle_download18311824645004268063bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom, /home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.module to /home/runner/.gradle/.tmp/gradle_download4221937696563965388bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom, /home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.module to /home/runner/.gradle/.tmp/gradle_download7174649094626604858bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom, /home/runner/.m2/repository/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom, /home/runner/.m2/repository/org/apache/commons/commons-parent/58/commons-parent-58.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom, /home/runner/.m2/repository/org/apache/apache/29/apache-29.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom, /home/runner/.m2/repository/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom, /home/runner/.m2/repository/org/apache/maven/maven/3.8.6/maven-3.8.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom, /home/runner/.m2/repository/org/apache/maven/maven-parent/35/maven-parent-35.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom, /home/runner/.m2/repository/org/apache/apache/25/apache-25.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.pom, /home/runner/.m2/repository/org/jdom/jdom/1.1.3/jdom-1.1.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download10873303558735063793bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom, /home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom]
Downloading https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.module to /home/runner/.gradle/.tmp/gradle_download11034220637668931989bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom, /home/runner/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom, /home/runner/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.13/maven-resolver-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.13/maven-resolver-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom, /home/runner/.m2/repository/org/apache/maven/maven-parent/39/maven-parent-39.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom, /home/runner/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom, /home/runner/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom]
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{356} MaxSize{400}, CacheStats{hitCount=491, missCount=356, loadSuccessCount=357, loadExceptionCount=0, totalLoadTime=36228616, evictionCount=1} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom, /home/runner/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom, /home/runner/.m2/repository/com/google/inject/guice/5.1.0/guice-5.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom, /home/runner/.m2/repository/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom, /home/runner/.m2/repository/com/google/google/5/google-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom, /home/runner/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom, /home/runner/.m2/repository/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom, /home/runner/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom, /home/runner/.m2/repository/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom, /home/runner/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom, /home/runner/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/5.0.0/jakarta.el-api-5.0.0.pom, /home/runner/.m2/repository/jakarta/el/jakarta.el-api/5.0.0/jakarta.el-api-5.0.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom, /home/runner/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom]
Downloading https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-api/3.0.2/microprofile-config-api-3.0.2.pom to /home/runner/.gradle/.tmp/gradle_download14952212276407513076bin
Downloading https://repo.maven.apache.org/maven2/org/eclipse/microprofile/config/microprofile-config-parent/3.0.2/microprofile-config-parent-3.0.2.pom to /home/runner/.gradle/.tmp/gradle_download2719011523278205490bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom, /home/runner/.m2/repository/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.pom, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom, /home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom, /home/runner/.m2/repository/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom, /home/runner/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom, /home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom]
Downloading https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.module to /home/runner/.gradle/.tmp/gradle_download10536937146037013949bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.pom, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-parent/1.3.2/smallrye-beanbag-parent-1.3.2.pom, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag-parent/1.3.2/smallrye-beanbag-parent-1.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.pom, /home/runner/.m2/repository/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom]
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{391} MaxSize{400}, CacheStats{hitCount=571, missCount=431, loadSuccessCount=432, loadExceptionCount=0, totalLoadTime=40072151, evictionCount=41} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.pom, /home/runner/.m2/repository/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/reactive/mutiny-project/2.3.1/mutiny-project-2.3.1.pom, /home/runner/.m2/repository/io/smallrye/reactive/mutiny-project/2.3.1/mutiny-project-2.3.1.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom, /home/runner/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom, /home/runner/.m2/repository/net/java/jvnet-parent/3/jvnet-parent-3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus/8/plexus-8.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom, /home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus/13/plexus-13.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.pom, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom, /home/runner/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom, /home/runner/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom, /home/runner/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom, /home/runner/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom, /home/runner/.m2/repository/org/apache/apache/21/apache-21.pom]
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=626, missCount=480, loadSuccessCount=481, loadExceptionCount=0, totalLoadTime=42610549, evictionCount=81} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom, /home/runner/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom, /home/runner/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.10/maven-resolver-1.9.10.pom, /home/runner/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.10/maven-resolver-1.9.10.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom, /home/runner/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom, /home/runner/.m2/repository/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom, /home/runner/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom, /home/runner/.m2/repository/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom]
Downloading https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom to /home/runner/.gradle/.tmp/gradle_download3434434794466990376bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom, /home/runner/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.pom, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.pom, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom, /home/runner/.m2/repository/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom]
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=682, missCount=520, loadSuccessCount=521, loadExceptionCount=0, totalLoadTime=44518496, evictionCount=121} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Downloading https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.module to /home/runner/.gradle/.tmp/gradle_download3242512093886551365bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom, /home/runner/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom, /home/runner/.m2/repository/org/jboss/weld/weld-parent/26/weld-parent-26.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom, /home/runner/.m2/repository/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.jar, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.jar, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.jar, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.jar, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.jar, /home/runner/.m2/repository/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.jar, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.jar, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.jar, /home/runner/.m2/repository/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.jar, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.jar, /home/runner/.m2/repository/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.jar, /home/runner/.m2/repository/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar, /home/runner/.m2/repository/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar]
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=728, missCount=560, loadSuccessCount=561, loadExceptionCount=0, totalLoadTime=48761552, evictionCount=161} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar, /home/runner/.m2/repository/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar]
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar, /home/runner/.m2/repository/org/jboss/sl...

Check failure on line 90 in integration-tests/gradle/src/test/java/io/quarkus/gradle/nativeimage/BasicJavaNativeBuildIT.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7

Native Tests - Misc4

java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 
Raw output
java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 

 Initialized native services in: /home/runner/.gradle/native
Initialized jansi services in: /home/runner/.gradle/native
Received JVM installation metadata from '/usr/lib/jvm/temurin-11-jdk-amd64': {JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64, JAVA_VERSION=11.0.21, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=11.0.21+9, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=11.0.21+9, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
The client will now receive all logging from the daemon (pid: 2092). The daemon log file: /home/runner/.gradle/daemon/8.4/daemon-2092.out.log
Starting 2nd build in daemon [uptime: 29.711 secs, performance: 98%, GC rate: 0.00/s, heap usage: 0% of 512 MiB, non-heap usage: 21% of 384 MiB]
Using 4 worker leases.
Calculating task graph as no configuration cache is available for tasks: clean buildNative
Watching the file system is configured to be disabled
File system watching is inactive
Starting Build
Settings evaluated using settings file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/settings.gradle'.
Projects loaded. Root project using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
Included projects: [root project 'foo']

> Configure project :
Evaluating root project 'foo' using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/md5-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=0, missCount=480, loadSuccessCount=481, loadExceptionCount=0, totalLoadTime=119364049, evictionCount=81} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=1881, missCount=1480, loadSuccessCount=1481, loadExceptionCount=0, totalLoadTime=145662723, evictionCount=1081} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
All projects evaluated.
Task name matched 'clean'
Task name matched 'buildNative'
Selected primary task 'clean' from project :
Selected primary task 'buildNative' from project :
Tasks to be executed: [task ':clean', task ':buildNative', task ':processResources', task ':quarkusGenerateCode', task ':quarkusGenerateCodeDev', task ':compileJava', task ':classes', task ':jar', task ':quarkusAppPartsBuild', task ':quarkusDependenciesBuild', task ':quarkusBuild']
Tasks that were excluded: []
The Quarkus tasks testNative and buildNative are deprecated and subject to removal. Please migrate your build to use 'test -Dquarkus.package.type=native' and 'quarkusBuild -Dquarkus.package.type=native'.
Resolve mutations for :clean (Thread[Execution worker,5,main]) started.
:clean (Thread[Execution worker,5,main]) started.
destroyer locations for task group 0 (Thread[Execution worker Thread 2,5,main]) started.

> Task :clean
Caching disabled for task ':clean' because:
  Build cache is disabled
Task ':clean' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Resolve mutations for :buildNative (Thread[Execution worker,5,main]) started.
:buildNative (Thread[Execution worker Thread 2,5,main]) started.

> Task :buildNative
Caching disabled for task ':buildNative' because:
  Build cache is disabled
Task ':buildNative' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
The 'buildNative' task has been deprecated in favor of 'build -Dquarkus.package.type=native'
Resolve mutations for :processResources (Thread[Execution worker Thread 2,5,main]) started.
:processResources (Thread[Execution worker Thread 2,5,main]) started.

> Task :processResources NO-SOURCE
Skipping task ':processResources' as it has no source files and no previous output files.
Resolve mutations for :quarkusGenerateCode (Thread[Execution worker Thread 2,5,main]) started.
:quarkusGenerateCode (Thread[Execution worker Thread 2,5,main]) started.
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast

> Task :quarkusGenerateCode
Caching disabled for task ':quarkusGenerateCode' because:
  Build cache is disabled
Task ':quarkusGenerateCode' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusGenerateCode'
Cache entries evicted. In-memory cache of /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/.gradle/8.4/checksums/sha1-checksums.bin: Size{400} MaxSize{400}, CacheStats{hitCount=2221, missCount=1520, loadSuccessCount=1521, loadExceptionCount=0, totalLoadTime=155000756, evictionCount=1121} 
Performance may suffer from in-memory cache misses. Increase max heap size of Gradle build process to reduce cache misses.
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Starting process 'Gradle Worker Daemon 2'. Working directory: /home/runner/.gradle/workers Command: /usr/lib/jvm/temurin-11-jdk-amd64/bin/java -Dquarkus.analytics.disabled=true -Dquarkus.application.name=foo -Dquarkus.application.version=1.0.0-SNAPSHOT -Dquarkus.gradle-worker.max-heap=256m -Dquarkus.package.add-runner-suffix=false -Dquarkus.package.output-name=test -Dquarkus.package.type=native @/home/runner/.gradle/.tmp/gradle-worker-classpath17586083213307468432txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 2'
Successfully started process 'Gradle Worker Daemon 2'
Started Gradle worker daemon (0.454 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/temurin-11-jdk-amd64/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=SESSION}.
Generating Quarkus code for org.acme:foo:1.0.0-SNAPSHOT
  launch mode:                  NORMAL
  base name:                    foo-1.0.0-SNAPSHOT
  generated source directory:   /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources
  build directory:              /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
Resolve mutations for :quarkusGenerateCodeDev (Thread[Execution worker Thread 2,5,main]) started.
:quarkusGenerateCodeDev (Thread[Execution worker Thread 2,5,main]) started.

> Task :quarkusGenerateCodeDev
Caching disabled for task ':quarkusGenerateCodeDev' because:
  Build cache is disabled
Task ':quarkusGenerateCodeDev' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusGenerateCodeDev'
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Generating Quarkus code for org.acme:foo:1.0.0-SNAPSHOT
  launch mode:                  DEVELOPMENT
  base name:                    foo-1.0.0-SNAPSHOT
  generated source directory:   /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources
  build directory:              /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
Resolve mutations for :compileJava (Thread[Execution worker Thread 2,5,main]) started.
:compileJava (Thread[Execution worker Thread 2,5,main]) started.

> Task :compileJava
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Task ':compileJava' is not up-to-date because:
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main has been removed.
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main/org has been removed.
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main/org/acme has been removed.
  Output property 'options.generatedSourceOutputDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/generated/sources/annotationProcessor/java/main has been removed.
The input changes require a full rebuild for incremental task ':compileJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-11-jdk-amd64'.
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.0 secs.
Created classpath snapshot for incremental compilation in 0.01 secs.
Resolve mutations for :classes (Thread[Execution worker Thread 3,5,main]) started.
:classes (Thread[Execution worker Thread 3,5,main]) started.

> Task :classes
Skipping task ':classes' as it has no actions.
Resolve mutations for :jar (Thread[Execution worker Thread 3,5,main]) started.
:jar (Thread[Execution worker Thread 3,5,main]) started.

> Task :jar
Caching disabled for task ':jar' because:
  Build cache is disabled
Task ':jar' is not up-to-date because:
  Output property 'archiveFile' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/libs/foo-1.0.0-SNAPSHOT.jar has been removed.
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/resources/main', not found
Resolve mutations for :quarkusAppPartsBuild (Thread[Execution worker Thread 3,5,main]) started.
:quarkusAppPartsBuild (Thread[Execution worker Thread 3,5,main]) started.
Unrecognized configuration key "quarkus.gradle-worker.max-heap" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

> Task :quarkusAppPartsBuild
Caching disabled for task ':quarkusAppPartsBuild' because:
  Build cache is disabled
Task ':quarkusAppPartsBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusAppPartsBuild'
Building Quarkus app for package type fast-jar in /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/gen
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Starting Quarkus application build for package type fast-jar
Effective properties: 
    quarkus.analytics.disabled=true
    quarkus.application.name=foo
    quarkus.application.version=1.0.0-SNAPSHOT
    quarkus.gradle-worker.max-heap=256m
    quarkus.native.additional-args=[--verbose]
    quarkus.native.container-build=true
    quarkus.package.add-runner-suffix=false
    quarkus.package.output-name=test
    quarkus.package.type=native
    quarkus.profile=prod
Building Quarkus application org.acme:foo:1.0.0-SNAPSHOT
  base name:                   foo-1.0.0-SNAPSHOT
  target directory:            /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
  configured package type:     native
  configured output directory: null
  configured output name:      null
  Gradle version:              8.4
JBoss Threads version 3.5.0.Final
Quarkus augmentation completed in 1696ms
AugmentResult.nativeResult = null
AugmentResult.results = 
    /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/quarkus-run.jar
AugmentResult:
    .jar.path = /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/quarkus-run.jar
    .jar.libraryDir = /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/lib
    .jar.originalArtifact = null
    .jar.uberJar = false
Quarkus application build was successful
Synchronizing Quarkus fast-jar-like app for package type fast-jar into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app
Resolve mutations for :quarkusDependenciesBuild (Thread[Execution worker Thread 2,5,main]) started.
:quarkusDependenciesBuild (Thread[Execution worker Thread 2,5,main]) started.

> Task :quarkusDependenciesBuild
Caching disabled for task ':quarkusDependenciesBuild' because:
  Build cache is disabled
Task ':quarkusDependenciesBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusDependenciesBuild'
Placing Quarkus application dependencies for package type fast-jar in /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Removed artifacts: (none)
parent first artifacts: (none)
Copied 90 files into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep/lib/main
Copied 9 files into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep/lib/boot
Resolve mutations for :quarkusBuild (Thread[Execution worker Thread 3,5,main]) started.
:quarkusBuild (Thread[Execution worker Thread 3,5,main]) started.

> Task :quarkusBuild
Caching disabled for task ':quarkusBuild' because:
  Build cache is disabled
Task ':quarkusBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusBuild'
Removing output files and directories (provide a clean state).
Synchronizing Quarkus build for fast-jar packaging from /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app/quarkus-app and /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app
Copying remaining Quarkus application artifacts for fast-jar packaging from /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build

18 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:quarkusAppPartsBuild` of type `io.quarkus.gradle.tasks.QuarkusBuildCacheableAppParts`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCodeDev` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: execution of task ':quarkusGenerateCode' caused invocation of 'Task.convention' in other task at execution time which is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: execution of task ':quarkusGenerateCode' caused invocation of 'Task.project' in other task at execution time which is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

See the complete report at file:///home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/reports/configuration-cache/4evi4ebyj5gnn0mp7chg8wp04/7ffeuu69v00fllnqxahsfra9q/configuration-cache-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 executed
Configuration cache entry discarded with 18 problems.
Stopped 1 worker daemon(s).
	at io.quarkus.gradle.nativeimage.BasicJavaNativeBuildIT.shouldBuildNativeImageWithCustomNameWithoutSuffix(BasicJavaNativeBuildIT.java:90)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 60 in integration-tests/gradle/src/test/java/io/quarkus/gradle/nativeimage/BasicJavaNativeBuildIT.java

See this annotation in the file changed.

@github-actions github-actions / Build summary for 588be57d1d733dadfb5e22cbcbce596d415b93f7

Native Tests - Misc4

java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 
Raw output
java.lang.AssertionError: 
native-image build log is missing certain expected log messages: 

 Initialized native services in: /home/runner/.gradle/native
Initialized jansi services in: /home/runner/.gradle/native
Received JVM installation metadata from '/usr/lib/jvm/temurin-11-jdk-amd64': {JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64, JAVA_VERSION=11.0.21, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=11.0.21+9, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=11.0.21+9, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
The client will now receive all logging from the daemon (pid: 2092). The daemon log file: /home/runner/.gradle/daemon/8.4/daemon-2092.out.log
Starting 3rd build in daemon [uptime: 38.119 secs, performance: 98%, GC rate: 0.00/s, heap usage: 0% of 512 MiB, non-heap usage: 24% of 384 MiB]
Using 4 worker leases.
Calculating task graph as no configuration cache is available for tasks: clean buildNative
Watching the file system is configured to be disabled
File system watching is inactive
Starting Build
Settings evaluated using settings file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/settings.gradle'.
Projects loaded. Root project using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
Included projects: [root project 'foo']

> Configure project :
Evaluating root project 'foo' using build file '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build.gradle'.
All projects evaluated.
Task name matched 'clean'
Task name matched 'buildNative'
Selected primary task 'clean' from project :
Selected primary task 'buildNative' from project :
Tasks to be executed: [task ':clean', task ':buildNative', task ':processResources', task ':quarkusGenerateCode', task ':quarkusGenerateCodeDev', task ':compileJava', task ':classes', task ':jar', task ':quarkusAppPartsBuild', task ':quarkusDependenciesBuild', task ':quarkusBuild']
Tasks that were excluded: []
The Quarkus tasks testNative and buildNative are deprecated and subject to removal. Please migrate your build to use 'test -Dquarkus.package.type=native' and 'quarkusBuild -Dquarkus.package.type=native'.
Resolve mutations for :clean (Thread[Execution worker,5,main]) started.
:clean (Thread[Execution worker,5,main]) started.
destroyer locations for task group 0 (Thread[Execution worker Thread 3,5,main]) started.

> Task :clean
Caching disabled for task ':clean' because:
  Build cache is disabled
Task ':clean' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Resolve mutations for :buildNative (Thread[Execution worker,5,main]) started.
:buildNative (Thread[Execution worker,5,main]) started.

> Task :buildNative
Caching disabled for task ':buildNative' because:
  Build cache is disabled
Task ':buildNative' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
The 'buildNative' task has been deprecated in favor of 'build -Dquarkus.package.type=native'
Resolve mutations for :processResources (Thread[Execution worker,5,main]) started.
:processResources (Thread[Execution worker,5,main]) started.

> Task :processResources NO-SOURCE
Skipping task ':processResources' as it has no source files and no previous output files.
Resolve mutations for :quarkusGenerateCode (Thread[Execution worker,5,main]) started.
:quarkusGenerateCode (Thread[Execution worker,5,main]) started.
This JVM does not support getting OS memory, so no OS memory status updates will be broadcast

> Task :quarkusGenerateCode
Caching disabled for task ':quarkusGenerateCode' because:
  Build cache is disabled
Task ':quarkusGenerateCode' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusGenerateCode'
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Starting process 'Gradle Worker Daemon 3'. Working directory: /home/runner/.gradle/workers Command: /usr/lib/jvm/temurin-11-jdk-amd64/bin/java -Dquarkus.analytics.disabled=true -Dquarkus.application.name=foo -Dquarkus.application.version=1.0.0-SNAPSHOT -Dquarkus.gradle-worker.max-heap=256m -Dquarkus.package.output-name=test -Dquarkus.package.type=native @/home/runner/.gradle/.tmp/gradle-worker-classpath3379719721255140647txt -Xmx256m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 3'
Successfully started process 'Gradle Worker Daemon 3'
Started Gradle worker daemon (0.416 secs) with fork options DaemonForkOptions{executable=/usr/lib/jvm/temurin-11-jdk-amd64/bin/java, minHeapSize=null, maxHeapSize=256m, jvmArgs=[], keepAliveMode=SESSION}.
Generating Quarkus code for org.acme:foo:1.0.0-SNAPSHOT
  launch mode:                  NORMAL
  base name:                    foo-1.0.0-SNAPSHOT
  generated source directory:   /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources
  build directory:              /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
Resolve mutations for :quarkusGenerateCodeDev (Thread[Execution worker,5,main]) started.
:quarkusGenerateCodeDev (Thread[Execution worker,5,main]) started.

> Task :quarkusGenerateCodeDev
Caching disabled for task ':quarkusGenerateCodeDev' because:
  Build cache is disabled
Task ':quarkusGenerateCodeDev' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusGenerateCodeDev'
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Generating Quarkus code for org.acme:foo:1.0.0-SNAPSHOT
  launch mode:                  DEVELOPMENT
  base name:                    foo-1.0.0-SNAPSHOT
  generated source directory:   /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources
  build directory:              /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
Resolve mutations for :compileJava (Thread[Execution worker,5,main]) started.
:compileJava (Thread[Execution worker,5,main]) started.

> Task :compileJava
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Task ':compileJava' is not up-to-date because:
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main has been removed.
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main/org has been removed.
  Output property 'destinationDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/main/org/acme has been removed.
  Output property 'options.generatedSourceOutputDirectory' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/generated/sources/annotationProcessor/java/main has been removed.
The input changes require a full rebuild for incremental task ':compileJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-11-jdk-amd64'.
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.0 secs.
Created classpath snapshot for incremental compilation in 0.011 secs.
Resolve mutations for :classes (Thread[included builds,5,main]) started.
:classes (Thread[included builds,5,main]) started.

> Task :classes
Skipping task ':classes' as it has no actions.
Resolve mutations for :jar (Thread[included builds,5,main]) started.
:jar (Thread[included builds,5,main]) started.

> Task :jar
Caching disabled for task ':jar' because:
  Build cache is disabled
Task ':jar' is not up-to-date because:
  Output property 'archiveFile' file /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/libs/foo-1.0.0-SNAPSHOT.jar has been removed.
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/resources/main', not found
Resolve mutations for :quarkusAppPartsBuild (Thread[included builds,5,main]) started.
:quarkusAppPartsBuild (Thread[included builds,5,main]) started.
Unrecognized configuration key "quarkus.gradle-worker.max-heap" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

> Task :quarkusAppPartsBuild
Caching disabled for task ':quarkusAppPartsBuild' because:
  Build cache is disabled
Task ':quarkusAppPartsBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusAppPartsBuild'
Building Quarkus app for package type fast-jar in /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/gen
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Starting Quarkus application build for package type fast-jar
Effective properties: 
    quarkus.analytics.disabled=true
    quarkus.application.name=foo
    quarkus.application.version=1.0.0-SNAPSHOT
    quarkus.gradle-worker.max-heap=256m
    quarkus.native.additional-args=[--verbose]
    quarkus.native.container-build=true
    quarkus.package.output-name=test
    quarkus.package.type=native
    quarkus.profile=prod
Building Quarkus application org.acme:foo:1.0.0-SNAPSHOT
  base name:                   foo-1.0.0-SNAPSHOT
  target directory:            /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build
  configured package type:     native
  configured output directory: null
  configured output name:      null
  Gradle version:              8.4
JBoss Threads version 3.5.0.Final
Quarkus augmentation completed in 1559ms
AugmentResult.nativeResult = null
AugmentResult.results = 
    /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/quarkus-run.jar
AugmentResult:
    .jar.path = /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/quarkus-run.jar
    .jar.libraryDir = /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app/lib
    .jar.originalArtifact = null
    .jar.uberJar = false
Quarkus application build was successful
Synchronizing Quarkus fast-jar-like app for package type fast-jar into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app
Resolve mutations for :quarkusDependenciesBuild (Thread[included builds,5,main]) started.
:quarkusDependenciesBuild (Thread[included builds,5,main]) started.

> Task :quarkusDependenciesBuild
Caching disabled for task ':quarkusDependenciesBuild' because:
  Build cache is disabled
Task ':quarkusDependenciesBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusDependenciesBuild'
Placing Quarkus application dependencies for package type fast-jar in /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/java', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/grpc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avdl', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avpr', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/classes/java/quarkus-test-generated-sources/avsc', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/integrationTest/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/native-test/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/quarkus-test-generated-sources/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/main/resources', not found
file or directory '/home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/src/test/resources', not found
Removed artifacts: (none)
parent first artifacts: (none)
Copied 90 files into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep/lib/main
Copied 9 files into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep/lib/boot
Resolve mutations for :quarkusBuild (Thread[Execution worker,5,main]) started.
:quarkusBuild (Thread[Execution worker,5,main]) started.

> Task :quarkusBuild
Caching disabled for task ':quarkusBuild' because:
  Build cache is disabled
Task ':quarkusBuild' is not up-to-date because:
  Value of input property 'cachingRelevantInput' has changed for task ':quarkusBuild'
Removing output files and directories (provide a clean state).
Synchronizing Quarkus build for fast-jar packaging from /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app/quarkus-app and /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/dep into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-app
Copying remaining Quarkus application artifacts for fast-jar packaging from /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/quarkus-build/app into /home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build

18 problems were found storing the configuration cache, 5 of which seem unique.
- Task `:quarkusAppPartsBuild` of type `io.quarkus.gradle.tasks.QuarkusBuildCacheableAppParts`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCodeDev` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: execution of task ':quarkusGenerateCode' caused invocation of 'Task.convention' in other task at execution time which is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: execution of task ':quarkusGenerateCode' caused invocation of 'Task.project' in other task at execution time which is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:quarkusGenerateCode` of type `io.quarkus.gradle.tasks.QuarkusGenerateCode`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.4/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

See the complete report at file:///home/runner/work/quarkus/quarkus/integration-tests/gradle/target/classes/basic-java-native-module/build/reports/configuration-cache/4evi4ebyj5gnn0mp7chg8wp04/alwn0coqvg18amss4lqxt2b3e/configuration-cache-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 executed
Configuration cache entry discarded with 18 problems.
Stopped 1 worker daemon(s).
	at io.quarkus.gradle.nativeimage.BasicJavaNativeBuildIT.shouldBuildNativeImageWithCustomName(BasicJavaNativeBuildIT.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)