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

Fix ctest fail running libcudf tests in a Debug build #17576

Merged
merged 6 commits into from
Dec 13, 2024

Conversation

davidwendt
Copy link
Contributor

Description

Fixes libcudf gtest failures when running with ctest on a Debug build.
The error from LastTest.log indicates:

1/106 Testing: COLUMN_TEST
1/106 Test: COLUMN_TEST
Command: "/conda/envs/rapids/bin/cmake" "-Dcommand_to_run=/cudf/cpp/build/gtests/COLUMN_TEST" "-Dcommand_args=" "-P=/cudf/cpp/build/rapids-cmake/./run_gpu_test.cmake"
Directory: /cudf/cpp/build/tests
"COLUMN_TEST" start time: Dec 11 15:46 UTC
Output:
----------------------------------------------------------
/conda/envs/rapids/bin/cmake: symbol lookup error: /cudf/cpp/build/libcudf_identify_stream_usage_mode_cudf.so: undefined symbol: _ZN3rmm6loggerD1Ev
<end of output>
Test time =   0.00 sec
----------------------------------------------------------
Test Failed.
"COLUMN_TEST" end time: Dec 11 15:46 UTC
"COLUMN_TEST" time elapsed: 00:00:00

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added bug Something isn't working 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Dec 11, 2024
@davidwendt davidwendt self-assigned this Dec 11, 2024
@davidwendt davidwendt requested a review from a team as a code owner December 11, 2024 15:53
@github-actions github-actions bot added the CMake CMake build issue label Dec 11, 2024
cpp/CMakeLists.txt Outdated Show resolved Hide resolved
cpp/CMakeLists.txt Outdated Show resolved Hide resolved
@davidwendt davidwendt requested review from vyasr and bdice December 12, 2024 18:16
@Matt711
Copy link
Contributor

Matt711 commented Dec 12, 2024

Does this PR close #17583?

@davidwendt
Copy link
Contributor Author

Does this PR close #17583?

No. Completely different issue.

@bdice
Copy link
Contributor

bdice commented Dec 13, 2024

/merge

@rapids-bot rapids-bot bot merged commit 62669e0 into rapidsai:branch-25.02 Dec 13, 2024
105 checks passed
@davidwendt davidwendt deleted the ctest-debug-bug branch December 13, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress Currently a work in progress bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants