raulcd opened a new issue, #43517: URL: https://github.com/apache/arrow/issues/43517
### Describe the bug, including details regarding any error messages, version, and platform. The nightly docs CI job and the job on the individual commits has been failing for the last days: - [test-debian-12-docs](https://github.com/ursacomputing/crossbow/actions/runs/10189749976/job/28188381290) With the following error: ``` [INFO] Arrow Bill of Materials ............................ SUCCESS [ 14.548 s] [INFO] Apache Arrow Java Root POM ......................... FAILURE [ 14.546 s] [INFO] Arrow Format ....................................... SKIPPED [INFO] Arrow Memory ....................................... SKIPPED [INFO] Arrow Memory - Core ................................ SKIPPED [INFO] Arrow Memory - Unsafe .............................. SKIPPED [INFO] Arrow Memory - Netty Buffer ........................ SKIPPED [INFO] Arrow Memory - Netty ............................... SKIPPED [INFO] Arrow Vectors ...................................... SKIPPED [INFO] Arrow Compression .................................. SKIPPED [INFO] Arrow Tools ........................................ SKIPPED [INFO] Arrow JDBC Adapter ................................. SKIPPED [INFO] Arrow Flight ....................................... SKIPPED [INFO] Arrow Flight Core .................................. SKIPPED [INFO] Arrow Flight SQL ................................... SKIPPED [INFO] Arrow Flight SQL JDBC Driver Core .................. SKIPPED [INFO] Arrow Flight SQL JDBC Driver ....................... SKIPPED [INFO] Arrow Flight Integration Tests ..................... SKIPPED [INFO] Arrow AVRO Adapter ................................. SKIPPED [INFO] Arrow Algorithms ................................... SKIPPED [INFO] Arrow Performance Benchmarks ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.135 s (Wall Clock) [INFO] Finished at: 2024-07-30T01:17:01Z [INFO] ------------------------------------------------------------------------ [INFO] 28 goals, 28 executed Error: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on project arrow-java-root: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven-version) on project arrow-bom: Execution enforce-maven-version of goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce failed: Unable to provision, see the following errors: Error: Error: 1) Error in custom provider, com.google.inject.OutOfScopeException: No MavenProject is executing on this thread. Error: at ClassRealm[coreExtension>com.gradle:develocity-maven-extension:1.21.6, parent: ClassRealm[plexus.core, parent: null]] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule -> com.gradle.maven.extension.b -> com.gradle.maven.extension.b$a -> com.gradle.maven.cache.extension.h.a) Error: while locating com.gradle.maven.cache.extension.d.k Error: [ERROR] Error: [ERROR] 1 error Error: -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn <args> -rf :arrow-java-root ``` The commits introduced on the first failure are: https://github.com/apache/arrow/compare/187197c369058f7d1377c1b161c469a9e4542caf...35d99e9871c302d4c1bdd408577879e7aa7c36f5 but all those individual commits have the docs failure so I am unsure if those are related. ### Component(s) Continuous Integration, Documentation, Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org