|
| 1 | +To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. |
| 2 | +Daemon will be stopped at the end of the build |
| 3 | + |
| 4 | +> Configure project : |
| 5 | +Inferred project: gradle-dependency-lock-plugin, version: 16.2.0-dev.2.uncommitted+plugin.improvements.efd134f |
| 6 | + |
| 7 | +> Task :compileGroovy UP-TO-DATE |
| 8 | +> Task :checkKotlinGradlePluginConfigurationErrors SKIPPED |
| 9 | +> Task :compileKotlin UP-TO-DATE |
| 10 | +> Task :compileJava NO-SOURCE |
| 11 | +> Task :pluginDescriptors |
| 12 | +> Task :processResources |
| 13 | +> Task :classes |
| 14 | +> Task :createPropertiesFileForJar |
| 15 | +> Task :writeManifestProperties |
| 16 | +> Task :jar |
| 17 | +> Task :compileTestKotlin NO-SOURCE |
| 18 | +> Task :compileTestJava NO-SOURCE |
| 19 | +> Task :compileTestGroovy |
| 20 | +> Task :pluginUnderTestMetadata |
| 21 | +> Task :processTestResources |
| 22 | +> Task :testClasses |
| 23 | + |
| 24 | +> Task :test |
| 25 | +Executing tests with JDK: 21 |
| 26 | + |
| 27 | +GlobalLockLauncherSpec > global lock selective dependency updates FAILED |
| 28 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockLauncherSpec.groovy:71 |
| 29 | + |
| 30 | +GlobalLockWithForceLauncherSpec > create global locks in multiproject when force is present FAILED |
| 31 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockWithForceLauncherSpec.groovy:64 |
| 32 | + |
| 33 | +GlobalLockMultiProjectLauncherSpec > create global lock in multiproject FAILED |
| 34 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockMultiProjectLauncherSpec.groovy:60 |
| 35 | + |
| 36 | +GlobalLockMultiProjectLauncherSpec > create global lock in multiproject FAILED |
| 37 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockMultiProjectLauncherSpec.groovy:60 |
| 38 | + |
| 39 | +GlobalLockWithForceLauncherSpec > create global locks in multiproject when force is present FAILED |
| 40 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockWithForceLauncherSpec.groovy:64 |
| 41 | + |
| 42 | +GlobalLockLauncherSpec > global lock selective dependency updates FAILED |
| 43 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockLauncherSpec.groovy:71 |
| 44 | + |
| 45 | +GlobalLockWithForceLauncherSpec > create global locks in multiproject when force is present FAILED |
| 46 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockWithForceLauncherSpec.groovy:64 |
| 47 | + |
| 48 | +GlobalLockLauncherSpec > global lock selective dependency updates FAILED |
| 49 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockLauncherSpec.groovy:71 |
| 50 | + |
| 51 | +GlobalLockMultiProjectLauncherSpec > create global lock in multiproject FAILED |
| 52 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockMultiProjectLauncherSpec.groovy:60 |
| 53 | + |
| 54 | +GlobalLockLauncherSpec > global lock selective dependency updates FAILED |
| 55 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockLauncherSpec.groovy:71 |
| 56 | + |
| 57 | +GlobalLockMultiProjectLauncherSpec > create global lock in multiproject FAILED |
| 58 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockMultiProjectLauncherSpec.groovy:60 |
| 59 | + |
| 60 | +GlobalLockWithForceLauncherSpec > create global locks in multiproject when force is present FAILED |
| 61 | + org.gradle.testkit.runner.UnexpectedBuildFailure at GlobalLockWithForceLauncherSpec.groovy:64 |
| 62 | + |
| 63 | +----------------------------------------------------------------- |
| 64 | +| Results: FAILURE (12 tests, 0 passed, 12 failed, 0 skipped) | |
| 65 | +----------------------------------------------------------------- |
| 66 | + |
| 67 | +12 tests completed, 12 failed |
| 68 | + |
| 69 | +> Task :test FAILED |
| 70 | + |
| 71 | +[Incubating] Problems report is available at: file:///Users/rperezalcolea/Projects/github/nebula-plugins/gradle-dependency-lock-plugin/build/reports/problems/problems-report.html |
| 72 | + |
| 73 | +FAILURE: Build failed with an exception. |
| 74 | + |
| 75 | +* What went wrong: |
| 76 | +Execution failed for task ':test'. |
| 77 | +> There were failing tests. See the report at: file:///Users/rperezalcolea/Projects/github/nebula-plugins/gradle-dependency-lock-plugin/build/reports/tests/test/index.html |
| 78 | + |
| 79 | +Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. |
| 80 | + |
| 81 | +You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 82 | + |
| 83 | +For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 84 | + |
| 85 | +BUILD FAILED in 57s |
| 86 | +11 actionable tasks: 9 executed, 2 up-to-date |
| 87 | + |
| 88 | +Publishing build scan... |
| 89 | +https://gradle.com/s/v5hr5rpiaq2lo |
| 90 | + |
0 commit comments