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] Nightly build libcudf cpp-test for 11.4.3 fails in run_cudf_examples.sh #15571

Closed
davidwendt opened this issue Apr 19, 2024 · 0 comments · Fixed by #15573
Closed

[BUG] Nightly build libcudf cpp-test for 11.4.3 fails in run_cudf_examples.sh #15571

davidwendt opened this issue Apr 19, 2024 · 0 comments · Fixed by #15573
Assignees
Labels
bug Something isn't working

Comments

@davidwendt
Copy link
Contributor

Describe the bug
The nightly builds for libcudf are failing on cpp-tests for 11.4.3 runners with

./ci/run_cudf_examples.sh: line 18: compute-sanitizer: command not found

Reference: https://github.com/rapidsai/cudf/actions/runs/8749424748/job/24011074841

Possible solution
Need to add the cuda-sanitizer-api to the dependencies.yaml:

- matrix: # Fallback for CUDA 11 or no matrix

@ajschmidt8 recommends adding an explicit entry that targets this version: https://anaconda.org/nvidia/cuda-sanitizer-api/files?version=11.4.120

@davidwendt davidwendt added the bug Something isn't working label Apr 19, 2024
@davidwendt davidwendt self-assigned this Apr 19, 2024
rapids-bot bot pushed a commit that referenced this issue Apr 22, 2024
Fixes dependency issue with nightly builds running 11.4.3 cpp tests requiring the compute-sanitizer tool.

Closes #15571

Authors:
  - David Wendt (https://github.com/davidwendt)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

URL: #15573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant