davidhcoe opened a new issue, #37827:
URL: https://github.com/apache/arrow/issues/37827

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Trying to build either `conda-integration` or `debian-java` with the latest 
main using Docker, I get the error:
   
   
   ``` 
   
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Apache Arrow Java Root POM 14.0.0-SNAPSHOT ......... SUCCESS [09:33 
min]
   [INFO] Arrow Format ....................................... SUCCESS [03:24 
min]
   [INFO] Arrow Memory ....................................... SUCCESS [03:57 
min]
   [INFO] Arrow Memory - Core ................................ SUCCESS [04:14 
min]
   [INFO] Arrow Memory - Unsafe .............................. SUCCESS [01:56 
min]
   [INFO] Arrow Memory - Netty ............................... SUCCESS [02:08 
min]
   [INFO] Arrow Vectors ...................................... SUCCESS [09:08 
min]
   [INFO] Arrow Compression .................................. SUCCESS [02:44 
min]
   [INFO] Arrow Tools ........................................ SUCCESS [03:57 
min]
   [INFO] Arrow JDBC Adapter ................................. SUCCESS [04:10 
min]
   [INFO] Arrow Flight ....................................... SUCCESS [02:49 
min]
   [INFO] Arrow Flight Core .................................. FAILURE [11:17 
min]
   [INFO] Arrow Flight GRPC .................................. 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 ................................. SUCCESS [03:11 
min]
   [INFO] Arrow Algorithms ................................... SUCCESS [03:39 
min]
   [INFO] Arrow Performance Benchmarks 14.0.0-SNAPSHOT ....... SUCCESS [05:55 
min]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 40:31 min (Wall Clock)
   [INFO] Finished at: 2023-09-21T21:12:27Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:3.3.0:analyze-only (analyze) 
on project flight-core: Dependency problems found -> [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 <goals> -rf :flight-core
   Error: `docker-compose --file c:\dev\arrow\docker-compose.yml run --rm 
debian-java` exited with a non-zero exit code 1, see the process log above.
   ```
   
   I am trying to mimic the problem found in 
https://github.com/apache/arrow/pull/36797 to debug the issue. It looks like 
https://github.com/apache/arrow/pull/36797 makes it past this Java Flight issue 
but the loca version doesn't for some reason.
   
   ### Component(s)
   
   Archery, 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

Reply via email to