Skip to content

[Automation] javac compile fails for org.jooq:jooq:3.20.1 #888

@github-actions

Description

@github-actions

Failure kind: javac compile
Reproducer: GVM_TCK_LV="3.20.1" ./gradlew clean compileTestJava -Pcoordinates="org.jooq:jooq:3.18.2"
Runner log: https://github.com/oracle/graalvm-reachability-metadata/actions/runs/20199945614/job/57989529875
Last 300 lines of the log:

========================================================================================
 Testing org.jooq:jooq:3.18.2:3.20.1
========================================================================================
========================================================================================
 org.jooq:jooq:3.18.2:3.20.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 :tckClean
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/org.jooq/jooq/3.18.2/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 6s
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 :tckTest
====================
Testing library: org.jooq:jooq:3.18.2
Command: `/home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/gradlew nativeTest`
Executing test...
-------
> 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

[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/org.jooq/jooq/3.18.2/build/reports/problems/problems-report.html

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 org.junit.platform:junit-platform-engine:1.10.0.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.10.0
         root project 'org.jooq.jooq_tests' > org.junit.vintage:junit-vintage-engine:5.10.0
         root project 'org.jooq.jooq_tests' > org.graalvm.buildtools:junit-platform-native:0.10.6 > org.junit.platform:junit-platform-launcher:1.10.0
         root project 'org.jooq.jooq_tests' > org.junit.jupiter:junit-jupiter:5.10.0 > org.junit.jupiter:junit-jupiter-engine:5.10.0
      > Could not resolve org.junit.platform:junit-platform-engine:1.10.0.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.junit.platform:junit-platform-reporting:1.10.0.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.10.0
         root project 'org.jooq.jooq_tests' > org.graalvm.buildtools:junit-platform-native:0.10.6 > org.junit.platform:junit-platform-console:1.10.0
      > Could not resolve org.junit.platform:junit-platform-reporting:1.10.0.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-reporting/1.10.0/junit-platform-reporting-1.10.0.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-reporting/1.10.0/junit-platform-reporting-1.10.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.junit.platform:junit-platform-commons:1.10.0.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.10.0
         root project 'org.jooq.jooq_tests' > org.junit.jupiter:junit-jupiter:5.10.0 > org.junit.jupiter:junit-jupiter-api:5.10.0
      > Could not resolve org.junit.platform:junit-platform-commons:1.10.0.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.opentest4j:opentest4j:1.3.0.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit.jupiter:junit-jupiter:5.10.0 > org.junit.jupiter:junit-jupiter-api:5.10.0
      > Could not resolve org.opentest4j:opentest4j:1.3.0.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.hamcrest:hamcrest-core:1.3.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit.vintage:junit-vintage-engine:5.10.0 > junit:junit:4.13.2
      > Could not resolve org.hamcrest:hamcrest-core:1.3.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom'. Received status code 429 from server: Too Many Requests

* 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.

BUILD FAILED in 17s

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

> Task :tckTest 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 ':tckTest'.
> Test for org.jooq:jooq:3.18.2 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 26s
11 actionable tasks: 3 executed, 8 up-to-date
FAILED [native-image run][3.20.1][GVM_TCK_LV="3.20.1" ./gradlew clean test -Pcoordinates="org.jooq:jooq:3.18.2"]
========================================================================================
 org.jooq:jooq:3.18.2:3.20.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 :tckClean
> 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/org.jooq/jooq/3.18.2/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 845ms
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
> 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 :compileTestJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileTestJava'.
> Could not resolve all files for configuration ':testCompileClasspath'.
   > Could not resolve org.junit.jupiter:junit-jupiter-api:5.9.2.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.9.2
         root project 'org.jooq.jooq_tests' > org.junit.jupiter:junit-jupiter:5.9.2
      > Could not resolve org.junit.jupiter:junit-jupiter-api:5.9.2.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.junit.jupiter:junit-jupiter-params:5.9.2.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.9.2
         root project 'org.jooq.jooq_tests' > org.junit.jupiter:junit-jupiter:5.9.2
      > Could not resolve org.junit.jupiter:junit-jupiter-params:5.9.2.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.junit.platform:junit-platform-engine:1.9.2.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit:junit-bom:5.9.2
         root project 'org.jooq.jooq_tests' > org.junit.vintage:junit-vintage-engine:5.9.2
      > Could not resolve org.junit.platform:junit-platform-engine:1.9.2.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.apiguardian:apiguardian-api:1.1.2.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit.vintage:junit-vintage-engine:5.9.2
      > Could not resolve org.apiguardian:apiguardian-api:1.1.2.
         > 
Could not get resource 'https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.hamcrest:hamcrest-core:1.3.
     Required by:
         root project 'org.jooq.jooq_tests' > org.junit.vintage:junit-vintage-engine:5.9.2 > junit:junit:4.13.2
      > Could not resolve org.hamcrest:hamcrest-core:1.3.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom'. Received status code 429 from server: Too Many Requests

* Try:
> Run with --stacktrace option to get the stack trace.
[Incubating] Problems report is available at: file:///home/runner/work/graalvm-reachability-metadata/graalvm-reachability-metadata/tests/src/org.jooq/jooq/3.18.2/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.
9 actionable tasks: 1 executed, 8 up-to-date
> 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 13s

> Task :compileTestJava 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 ':compileTestJava'.
> 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 15s
11 actionable tasks: 3 executed, 8 up-to-date
FAILED [javac compile][3.20.1][GVM_TCK_LV="3.20.1" ./gradlew clean compileTestJava -Pcoordinates="org.jooq:jooq:3.18.2"]

Metadata

Metadata

Assignees

Labels

fails-javac-compileTests fail in `javac` compilationlibrary-unsupported-versionAutomation found that the specific library version is not working with the current metadata.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions