NVIDIA / spark-rapids-examples

A repo for all spark examples using Rapids Accelerator including ETL, ML/DL, etc.
Apache License 2.0
118 stars 50 forks source link

Build udf examples with native source failed #403

Closed HaoYang670 closed 1 month ago

HaoYang670 commented 2 months ago

Describe the bug

15:57:38  [INFO]      [exec]    35 | inline _LIBCUDACXX_INLINE_VISIBILITY _CCCL_CONSTEXPR_CXX14 __swap_result_t<_Tp> swap(_Tp& __x, _Tp& __y) noexcept(
15:57:38  [INFO]      [exec]       |                                                                                 ^~~~
15:57:38  [INFO]      [exec] make[2]: *** [_deps/cudf-build/CMakeFiles/cudf.dir/build.make:2915: _deps/cudf-build/CMakeFiles/cudf.dir/src/io/utilities/column_buffer.cpp.o] Error 1
15:57:38  [INFO]      [exec] make[2]: *** Waiting for unfinished jobs....
15:59:00  [INFO]      [exec] make[2]: Leaving directory '***/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build'
15:59:00  [INFO]      [exec] make[1]: Leaving directory '***/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build'
15:59:00  [INFO]      [exec] make[1]: *** [CMakeFiles/Makefile2:856: _deps/cudf-build/CMakeFiles/cudf.dir/all] Error 2
15:59:00  [INFO]      [exec] make: *** [Makefile:156: all] Error 2
15:59:00  [INFO] ------------------------------------------------------------------------
15:59:00  [INFO] BUILD FAILURE
15:59:00  [INFO] ------------------------------------------------------------------------
15:59:00  [INFO] Total time:  25:36 min
15:59:00  [INFO] Finished at: 2024-07-01T07:58:52Z
15:59:00  [INFO] ------------------------------------------------------------------------
15:59:00  [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.0.0:run (cmake) on project rapids-4-spark-udf-examples_2.12: An Ant BuildException has occured: exec returned: 2
15:59:00  [ERROR] around Ant part ...<exec failonerror="true" executable="cmake">... @ 13:49 in ***/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/antrun/build-main.xml
15:59:00  [ERROR] -> [Help 1]
15:59:00  [ERROR] 
15:59:00  [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
15:59:00  [ERROR] Re-run Maven using the -X switch to enable full debug logging.
15:59:00  [ERROR] 
15:59:00  [ERROR] For more information about the errors and possible solutions, please read the following articles:
15:59:00  [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Steps/Code to reproduce bug Please provide a list of steps or a code sample to reproduce the issue. Avoid posting private or sensitive data.

Expected behavior A clear and concise description of what you expected to happen.

Environment details (please complete the following information)

mattahrens commented 2 months ago

@GaryShen2008 -- the latest build passed, so is this fixed?

GaryShen2008 commented 2 months ago

Yeah, Tim has a MR to fix it.