[BUG] C++ testing failing on arm64: NEIGHBORS_ANN_NN_DESCENT_TEST
#2450
Labels
bug
Something isn't working
NEIGHBORS_ANN_NN_DESCENT_TEST
#2450
Describe the bug
Over at least the last day I've seen the
NEIGHBORS_ANN_NN_DESCENT_TEST
failing reproducibly and consistently in this CI job:Like this:
All C++ tests appear to pass in other
conda-cpp-tests
jobs (which are all x86_64).At https://github.com/rapidsai/raft/actions/workflows/pr.yaml, it looks like the most recent fully-passing run of the
pr
workflow that included theconda-cpp-tests
jobs was 19 hours ago (build link).I have not seen this be resolved by manual re-runs, so I don't think it's a flaky test. I think something has changed and that CI will be blocked until it's fixed.
Steps/Code to reproduce bug
Builds where I've seen that fail:
cuda_suffixed: true
#2440 (build link)Most recent successful run:
Expected behavior
N/A
Environment details (please complete the following information):
N/A
Additional context
We did very recently update the version of
fmt
/spdlog
across RAPIDS (#2433), but I don't have any evidence suggesting that that's the root cause.The text was updated successfully, but these errors were encountered: