[WIP] Graalvm native integration tests #4054
Annotations
2 errors and 1 warning
Run all checks:
task ':reachability:compileTestJava'#L1
org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':reachability:compileTestJava' (type 'JavaCompile').
- Gradle detected a problem with the following location: '/home/runner/work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/classes/java/test'.
Reason: Task ':reachability:compileTestJava' uses this output of task ':aws-advanced-jdbc-wrapper:compileTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':aws-advanced-jdbc-wrapper:compileTestJava' as an input of ':reachability:compileTestJava'.
2. Declare an explicit dependency on ':aws-advanced-jdbc-wrapper:compileTestJava' from ':reachability:compileTestJava' using Task#dependsOn.
3. Declare an explicit dependency on ':aws-advanced-jdbc-wrapper:compileTestJava' from ':reachability:compileTestJava' using Task#mustRunAfter.
For more information, please refer to https://docs.gradle.org/8.6/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.
- Gradle detected a problem with the following location: '/home/runner/work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/resources/test'.
Reason: Task ':reachability:compileTestJava' uses this output of task ':aws-advanced-jdbc-wrapper:processTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':aws-advanced-jdbc-wrapper:processTestResources' as an input of ':reachability:compileTestJava'.
2. Declare an explicit dependency on ':aws-advanced-jdbc-wrapper:processTestResources' from ':reachability:compileTestJava' using Task#dependsOn.
3. Declare an explicit dependency on ':aws-advanced-jdbc-wrapper:processTestResources' from ':reachability:compileTestJava' using Task#mustRunAfter.
For more information, please refer to https://docs.gradle.org/8.6/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.
at org.gradle.internal.execution.WorkValidationException$BuilderWithSummary.build(WorkValidationException.java:137)
at org.gradle.internal.execution.WorkValidationException$BuilderWithSummary.get(WorkValidationException.java:119)
at org.gradle.internal.execution.steps.ValidateStep.throwValidationException(ValidateStep.java:174)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:98)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:55)
at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64)
at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43)
at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125)
at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:61)
at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23)
at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75)
at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41)
at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(Assi
|
Run all checks
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading