You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/09/20 21:00:00 UTC

[jira] [Created] (ARROW-17787) [Docs][Java] javadoc failing on flight-integration-tests

David Li created ARROW-17787:
--------------------------------

             Summary: [Docs][Java] javadoc failing on flight-integration-tests
                 Key: ARROW-17787
                 URL: https://issues.apache.org/jira/browse/ARROW-17787
             Project: Apache Arrow
          Issue Type: Bug
          Components: Documentation, Java
            Reporter: David Li
            Assignee: David Li


Observed on master
{noformat}
 Loading source files for package org.apache.arrow.flight.integration.tests...
Constructing Javadoc information...
1 error
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Arrow Java Root POM 10.0.0-SNAPSHOT ......... SUCCESS [07:35 min]
[INFO] Arrow Format ....................................... SUCCESS [ 26.940 s]
[INFO] Arrow Memory ....................................... SUCCESS [ 23.462 s]
[INFO] Arrow Memory - Core ................................ SUCCESS [ 13.328 s]
[INFO] Arrow Memory - Unsafe .............................. SUCCESS [ 14.376 s]
[INFO] Arrow Memory - Netty ............................... SUCCESS [ 16.075 s]
[INFO] Arrow Vectors ...................................... SUCCESS [05:51 min]
[INFO] Arrow Compression .................................. SUCCESS [ 36.824 s]
[INFO] Arrow Tools ........................................ SUCCESS [ 43.014 s]
[INFO] Arrow JDBC Adapter ................................. SUCCESS [ 40.846 s]
[INFO] Arrow Plasma Client ................................ SUCCESS [ 26.950 s]
[INFO] Arrow Flight ....................................... SUCCESS [ 23.166 s]
[INFO] Arrow Flight Core .................................. SUCCESS [02:01 min]
[INFO] Arrow Flight GRPC .................................. SUCCESS [ 33.919 s]
[INFO] Arrow Flight SQL ................................... SUCCESS [ 27.265 s]
[INFO] Arrow Flight SQL JDBC Driver ....................... SKIPPED
[INFO] Arrow Flight Integration Tests ..................... FAILURE [ 16.021 s]
[INFO] Arrow AVRO Adapter ................................. SUCCESS [ 38.905 s]
[INFO] Arrow Algorithms ................................... SUCCESS [ 30.490 s]
[INFO] Arrow Performance Benchmarks 10.0.0-SNAPSHOT ....... SUCCESS [ 43.648 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:06 min (Wall Clock)
[INFO] Finished at: 2022-09-20T16:26:54Z
[INFO] ------------------------------------------------------------------------
Error:  Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.5.1:site (default-site) on project flight-integration-tests: Error generating maven-javadoc-plugin:3.0.0-M1:test-javadoc: 
Error:  Exit code: 1 - javadoc: error - No public or protected classes found to document.
Error:  
Error:  Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
Error:  
Error:  Refer to the generated Javadoc files in '/arrow/java/flight/flight-integration-tests/target/site/testapidocs' dir.
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 <goals> -rf :flight-integration-tests
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)