liuxiaocs7 opened a new issue, #7101: URL: https://github.com/apache/iceberg/issues/7101
### Query engine _No response_ ### Question Hello everyone, I follow the [instruction](https://github.com/apache/iceberg#building) to build iceberg on windows, when i try to execute `./gradlew build`, it seems fails, result are as follows. ```shell Gradle Test Executor 122 finished executing tests. > Task :iceberg-nessie:test FAILED 236 tests completed, 11 failed, 26 skipped Finished generating test XML results (0.005 secs) into: D:\Development\Code\iceberg\nessie\build\test-results\test Generating HTML test report... Finished generating test html results (0.011 secs) into: D:\Development\Code\iceberg\nessie\build\reports\tests\test FAILURE: Build completed with 3 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':iceberg-hive-metastore:test'. > There were failing tests. See the report at: file:///D:/Development/Code/iceberg/hive-metastore/build/reports/tests/test/index.html * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':iceberg-aliyun:test'. > There were failing tests. See the report at: file:///D:/Development/Code/iceberg/aliyun/build/reports/tests/test/index.html * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':iceberg-nessie:test'. > There were failing tests. See the report at: file:///D:/Development/Code/iceberg/nessie/build/reports/tests/test/index.html * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/8.0.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 3m 58s 273 actionable tasks: 254 executed, 19 up-to-date Watched directory hierarchies: [D:\Development\Code\iceberg] Stopped 15 worker daemon(s).G [3m 57s] ``` -- 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...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org