Aggarwal-Raghav commented on issue #7909:
URL: https://github.com/apache/iceberg/issues/7909#issuecomment-1618264073

   @RussellSpitzer, this was the error I received when I tried building. In the 
https://repo1.maven.org/maven2/org/roaringbitmap/RoaringBitmap/0.9.0, .module 
is missing as it is present in 
   https://repo1.maven.org/maven2/org/roaringbitmap/RoaringBitmap/0.9.44
   ```
   ❯ make build
   gradle clean
   
   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.1.1/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD SUCCESSFUL in 2s
   24 actionable tasks: 24 executed
   gradle build -x test -x integrationTest -DhiveVersions=3 -DsparkVersions=3.2 
-DscalaVersion=2.12
   
   <other module building>
   
   > Task :iceberg-spark:iceberg-spark-extensions-3.2_2.12:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
   
   > Task :iceberg-spark:iceberg-spark-runtime-3.2_2.12:compileIntegrationJava 
FAILED
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task 
':iceberg-spark:iceberg-spark-runtime-3.2_2.12:compileIntegrationJava'.
   > Could not resolve all files for configuration 
':iceberg-spark:iceberg-spark-runtime-3.2_2.12:integrationCompileClasspath'.
      > Could not resolve org.roaringbitmap:RoaringBitmap:0.9.0.
        Required by:
            project :iceberg-spark:iceberg-spark-runtime-3.2_2.12 > 
org.apache.spark:spark-hive_2.12:3.2.2 > org.apache.spark:spark-core_2.12:3.2.2
            project :iceberg-spark:iceberg-spark-runtime-3.2_2.12 > 
org.apache.spark:spark-hive_2.12:3.2.2 > org.apache.spark:spark-core_2.12:3.2.2 
> org.apache.spark:spark-network-common_2.12:3.2.2
            project :iceberg-spark:iceberg-spark-runtime-3.2_2.12 > 
org.apache.spark:spark-hive_2.12:3.2.2 > org.apache.spark:spark-core_2.12:3.2.2 
> org.apache.spark:spark-network-shuffle_2.12:3.2.2
         > Could not resolve org.roaringbitmap:RoaringBitmap:0.9.0.
            > Could not get resource 
'https://<personal-repo>/org/roaringbitmap/RoaringBitmap/0.9.0/RoaringBitmap-0.9.0.module'.
               > Could not GET 
'https://<personal-repo>/org/roaringbitmap/RoaringBitmap/0.9.0/RoaringBitmap-0.9.0.module'.
                  > Read timed out
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --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.1.1/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD FAILED in 4m 59s
   313 actionable tasks: 288 executed, 25 up-to-date
   
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to