paleolimbot commented on issue #2321: URL: https://github.com/apache/arrow-adbc/issues/2321#issuecomment-2476936073
The error I get is: ``` # USE_CONDA=1 TEST_DEFAULT=0 TEST_JAVA=1 ./verify-release-candidate.sh [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] MutualTlsTest » FileNotFound /Users/deweydunnington/Desktop/rscratch/arrow-adbc/java/driver/flight-sql/../../../testing/data/flight/cert0.pem (No such file or directory) [ERROR] TlsTest » FileNotFound /Users/deweydunnington/Desktop/rscratch/arrow-adbc/java/driver/flight-sql/../../../testing/data/flight/cert0.pem (No such file or directory) [INFO] [ERROR] Tests run: 16, Failures: 0, Errors: 2, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Arrow ADBC Java Root POM 0.15.0-SNAPSHOT: [INFO] [INFO] Apache Arrow ADBC Java Root POM .................... SUCCESS [ 1.088 s] [INFO] Arrow ADBC Core .................................... SUCCESS [ 0.403 s] [INFO] Arrow ADBC Driver Manager .......................... SUCCESS [ 0.799 s] [INFO] Arrow ADBC SQL ..................................... SUCCESS [ 0.101 s] [INFO] Arrow ADBC Driver Flight SQL ....................... FAILURE [ 1.708 s] [INFO] Arrow ADBC Driver Validation Suite ................. SKIPPED [INFO] Arrow ADBC Driver Flight SQL Validation ............ SKIPPED [INFO] Arrow ADBC Driver JDBC ............................. SKIPPED [INFO] Arrow ADBC Driver JDBC Validation with Derby ....... SKIPPED [INFO] Arrow ADBC Driver JDBC Validation with Microsoft SQL Server SKIPPED [INFO] Arrow ADBC Driver JDBC Validation with PostgreSQL .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.196 s [INFO] Finished at: 2024-11-14T10:49:57-06:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project adbc-driver-flight-sql: [ERROR] [ERROR] See /Users/deweydunnington/Desktop/rscratch/arrow-adbc/java/driver/flight-sql/target/surefire-reports for the individual test results. [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :adbc-driver-flight-sql ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
