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

[BUG] UDF example build fail #3391

Closed
pxLi opened this issue Sep 6, 2021 · 0 comments · Fixed by #3395
Closed

[BUG] UDF example build fail #3391

pxLi opened this issue Sep 6, 2021 · 0 comments · Fixed by #3395
Assignees
Labels
bug Something isn't working build Related to CI / CD or cleanly building cudf_dependency An issue or PR with this label depends on a new feature in cudf

Comments

@pxLi
Copy link
Collaborator

pxLi commented Sep 6, 2021

Describe the bug

[2021-09-03T18:05:26.290Z]      [exec] /home/jenkins/agent/workspace/jenkins-rapids_build-it-UDF-native-26/udf-examples/target/cpp-build/_deps/libcudacxx-src/include/cuda/std/detail/__atomic:11:4: error: #error "CUDA atomics are only supported for sm_60 and up on *nix and sm_70 and up on Windows."
[2021-09-03T18:05:26.290Z]      [exec]    11 | #  error "CUDA atomics are only supported for sm_60 and up on *nix and sm_70 and up on Windows."
[2021-09-03T18:05:26.290Z]      [exec]       |    ^~~~~
[2021-09-03T18:05:26.290Z]      [exec] _deps/cudf-build/CMakeFiles/cudf.dir/build.make:1968: recipe for target '_deps/cudf-build/CMakeFiles/cudf.dir/src/io/parquet/page_data.cu.o' failed
[2021-09-03T18:05:26.290Z]      [exec] make[2]: *** [_deps/cudf-build/CMakeFiles/cudf.dir/src/io/parquet/page_data.cu.o] Error 1
[2021-09-03T18:05:26.290Z]      [exec] make[2]: *** Waiting for unfinished jobs....
[2021-09-03T18:05:58.328Z]      [exec] make[2]: Leaving directory '/home/jenkins/agent/workspace/jenkins-rapids_build-it-UDF-native-26/udf-examples/target/cpp-build'
[2021-09-03T18:05:58.328Z]      [exec] CMakeFiles/Makefile2:657: recipe for target '_deps/cudf-build/CMakeFiles/cudf.dir/all' failed
[2021-09-03T18:05:58.328Z]      [exec] make[1]: Leaving directory '/home/jenkins/agent/workspace/jenkins-rapids_build-it-UDF-native-26/udf-examples/target/cpp-build'
[2021-09-03T18:05:58.328Z]      [exec] Makefile:158: recipe for target 'all' failed
[2021-09-03T18:05:58.328Z]      [exec] make[1]: *** [_deps/cudf-build/CMakeFiles/cudf.dir/all] Error 2
[2021-09-03T18:05:58.328Z]      [exec] make: *** [all] Error 2

Steps/Code to reproduce bug

mvn -U -B -Pinclude-databricks301,include-databricks310,snapshot-shims verify -pl udf-examples -s jenkins/settings.xml -P mirror-apache-to-urm -Dpytest.TEST_TAGS= -Dpytest.TEST_TYPE=nightly -Dcuda.version=cuda11 -Dclassifier=cuda11 -Pudf-native-examples
@pxLi pxLi added bug Something isn't working build Related to CI / CD or cleanly building cudf_dependency An issue or PR with this label depends on a new feature in cudf labels Sep 6, 2021
@sameerz sameerz changed the title [BUG] UDS example build fail [BUG] UDF example build fail Sep 7, 2021
@pxLi pxLi self-assigned this Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building cudf_dependency An issue or PR with this label depends on a new feature in cudf
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant