-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
fails-javac-compileTests fail in `javac` compilationTests fail in `javac` compilationlibrary-unsupported-versionAutomation found that the specific library version is not working with the current metadata.Automation found that the specific library version is not working with the current metadata.
Description
Failure kind: javac compile
Reproducer: GVM_TCK_LV="3.22.1" ./gradlew clean compileTestJava -Pcoordinates="com.google.protobuf:protobuf-java-util:3.22.0"
Runner log: https://github.com/oracle/graalvm-reachability-metadata/actions/runs/19750500534/job/56592587071
Last 300 lines of the log:
========================================================================================
Testing com.google.protobuf:protobuf-java-util:3.22.0:3.22.1
========================================================================================
========================================================================================
com.google.protobuf:protobuf-java-util:3.22.0:3.22.1 stage native-image run
========================================================================================
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
> Configure project :
GraalVM Reachability Metadata TCK
---------------------------------
> Task :clean-com.google.protobuf-protobuf-java-util-3.22.0
Command: [/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew, clean]
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
> Task :clean UP-TO-DATE
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/com.google.protobuf/protobuf-java-util/3.22.0/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 up-to-date
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html
> Task :clean
> Task :test-com.google.protobuf-protobuf-java-util-3.22.0
====================
Testing library: com.google.protobuf:protobuf-java-util:3.22.0
Command: `/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew nativeTest`
Executing test...
-------
Command: [/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew, nativeTest]
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':generateTestResourcesConfigFile'.
> Could not resolve all dependencies for configuration ':testRuntimeClasspath'.
> Could not resolve all dependencies for configuration ':testRuntimeClasspath'.
> Could not find $com.google.protobuf:protobuf-java:.
Required by:
root project 'com.google.protobuf.protobuf-java-util_tests' > com.google.protobuf:protobuf-java-util:3.22.1
* Try:
> The project declares repositories, effectively ignoring the repositories you have declared in the settings.
To determine how project repositories are declared, configure your build to fail on project repositories.
For more information, please refer to https://docs.gradle.org/9.1.0/userguide/declaring_repositories.html#sub:fail_build_on_project_repositories in the Gradle documentation.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/com.google.protobuf/protobuf-java-util/3.22.0/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
8 actionable tasks: 8 up-to-date
BUILD FAILED in 2s
> Task :test-com.google.protobuf-protobuf-java-util-3.22.0 FAILED
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test-com.google.protobuf-protobuf-java-util-3.22.0'.
> Test for com.google.protobuf:protobuf-java-util:3.22.0 failed with exit code 1.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 11s
11 actionable tasks: 3 executed, 8 up-to-date
FAILED [native-image run][3.22.1][GVM_TCK_LV="3.22.1" ./gradlew clean test -Pcoordinates="com.google.protobuf:protobuf-java-util:3.22.0"]
========================================================================================
com.google.protobuf:protobuf-java-util:3.22.0:3.22.1 stage javac compile
========================================================================================
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
> Configure project :
GraalVM Reachability Metadata TCK
---------------------------------
> Task :clean-com.google.protobuf-protobuf-java-util-3.22.0
Command: [/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew, clean]
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
> Task :clean
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/com.google.protobuf/protobuf-java-util/3.22.0/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 796ms
9 actionable tasks: 1 executed, 8 up-to-date
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html
> Task :clean
> Task :compileTestJava-com.google.protobuf-protobuf-java-util-3.22.0 FAILED
Command: [/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew, compileTestJava]
> Task :tck-build-logic:extractPluginRequests UP-TO-DATE
> Task :tck-build-logic:generatePluginAdapters UP-TO-DATE
> Task :tck-build-logic:compileJava UP-TO-DATE
> Task :tck-build-logic:compileGroovy UP-TO-DATE
> Task :tck-build-logic:compileGroovyPlugins UP-TO-DATE
> Task :tck-build-logic:pluginDescriptors UP-TO-DATE
> Task :tck-build-logic:processResources UP-TO-DATE
> Task :tck-build-logic:classes UP-TO-DATE
> Task :tck-build-logic:jar UP-TO-DATE
> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :protobufDummy UP-TO-DATE
> Task :extractIncludeProto
> Task :extractIncludeTestProto FAILED
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/com.google.protobuf/protobuf-java-util/3.22.0/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':extractIncludeTestProto'.
> Could not resolve all files for configuration ':testCompileProtoPath'.
> Could not resolve all dependencies for configuration ':testCompileProtoPath'.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
10 actionable tasks: 2 executed, 8 up-to-date
> Could not find $com.google.protobuf:protobuf-java:.
Required by:
root project 'com.google.protobuf.protobuf-java-util_tests' > com.google.protobuf:protobuf-java-util:3.22.1
* Try:
> The project declares repositories, effectively ignoring the repositories you have declared in the settings.
To determine how project repositories are declared, configure your build to fail on project repositories.
For more information, please refer to https://docs.gradle.org/9.1.0/userguide/declaring_repositories.html#sub:fail_build_on_project_repositories in the Gradle documentation.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileTestJava-com.google.protobuf-protobuf-java-util-3.22.0'.
> Compilation failed
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
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/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2s
11 actionable tasks: 3 executed, 8 up-to-date
FAILED [javac compile][3.22.1][GVM_TCK_LV="3.22.1" ./gradlew clean compileTestJava -Pcoordinates="com.google.protobuf:protobuf-java-util:3.22.0"]
Metadata
Metadata
Assignees
Labels
fails-javac-compileTests fail in `javac` compilationTests fail in `javac` compilationlibrary-unsupported-versionAutomation found that the specific library version is not working with the current metadata.Automation found that the specific library version is not working with the current metadata.