Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build nativeTest under GraalVM Native Image in parallel #3

Closed
linghengqian opened this issue Aug 15, 2024 · 1 comment · Fixed by #12
Closed

Unable to build nativeTest under GraalVM Native Image in parallel #3

linghengqian opened this issue Aug 15, 2024 · 1 comment · Fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@linghengqian
Copy link
Owner

linghengqian commented Aug 15, 2024

  • Unable to build nativeTest under GraalVM Native Image in parallel.
git clone git@github.com:linghengqian/hive-server2-jdbc-driver.git
cd ./hive-server2-jdbc-driver/
sdk use java 22.0.2-graalce
./mvnw -T 1.5C -PnativeTestInCustom clean test
  • The log is as follows.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for io.github.linghengqian:hive-parent 1.0.0:
[INFO] 
[INFO] io.github.linghengqian:hive-parent ................. SUCCESS [  0.080 s]
[INFO] hive-server2-jdbc-driver-thin ...................... SUCCESS [01:58 min]
[INFO] hive-server2-jdbc-driver-uber ...................... FAILURE [ 32.732 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:58 min (Wall Clock)
[INFO] Finished at: 2024-08-15T15:27:00+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.10.2:test (test-native) on project hive-server2-jdbc-driver-uber: Execution test-native of goal org.graalvm.buildtools:native-maven-plugin:0.10.2:test failed.: FileSystemNotFoundException -> [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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :hive-server2-jdbc-driver-uber
@linghengqian linghengqian changed the title Unable to build nativeTest under Graalin parallel Unable to build nativeTest under GraalVM Native Image in parallel Aug 15, 2024
@linghengqian linghengqian self-assigned this Aug 15, 2024
@linghengqian linghengqian added the enhancement New feature or request label Aug 15, 2024
@linghengqian
Copy link
Owner Author

  • I'm tracking this on the current issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant