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

The build for native UDF examples is failing #389

Closed
firestarman opened this issue Jun 10, 2024 · 2 comments
Closed

The build for native UDF examples is failing #389

firestarman opened this issue Jun 10, 2024 · 2 comments
Assignees

Comments

@firestarman
Copy link
Collaborator

firestarman commented Jun 10, 2024

Describe the bug
Build failed due to the error as below.

[2024-06-10T07:58:38.312Z] [INFO]      [exec] /usr/include/c++/9/bits/unique_ptr.h:400:6: error: call of overloaded 'swap(rmm::device_uvector<thrust::pair<const char*, int> >*&, rmm::device_uvector<thrust::pair<const char*, int> >*&)' is ambiguous

[2024-06-10T07:58:38.312Z] [INFO]      [exec]   400 |  swap(_M_t._M_ptr(), __p);

[2024-06-10T07:58:38.312Z] [INFO]      [exec]       |  ~~~~^~~~~~~~~~~~~~~~~~~~

[2024-06-10T07:58:38.312Z] [INFO]      [exec] In file included from /usr/include/c++/9/bits/stl_iterator.h:65,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /usr/include/c++/9/iterator:63,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/types.hpp:42,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column_view.hpp:18,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column.hpp:18,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/include/cudf/column/column_factories.hpp:18,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/src/io/utilities/column_buffer.hpp:24,

[2024-06-10T07:58:38.312Z] [INFO]      [exec]                  from /home/jenkins/agent/workspace/jenkins-examples-udf-examples-native-147/examples/UDF-Examples/RAPIDS-accelerated-UDFs/target/cpp-build/_deps/cudf-src/cpp/src/io/utilities/column_buffer.cpp:22:

Steps/Code to reproduce bug
Rerun the CI to reprodcue it.

Expected behavior
The build should pass.

@firestarman firestarman changed the title The build for native UDF examples fails The build for native UDF examples is failing Jun 10, 2024
@wjxiz1992
Copy link
Collaborator

@GaryShen2008 please help prioritize it.

@jlowe
Copy link
Member

jlowe commented Jul 3, 2024

Fixed by #395.

@jlowe jlowe closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants