-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
The nightly job for test-conda-cpp-valgrind failed with the following error:
FAILED: [code=1] src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o
/usr/local/bin/sccache /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_VALGRIND -DARROW_WITH_TIMING_TESTS -DXXH_NO_INLINE_HINTS -I/build/cpp/src -I/arrow/cpp/src -I/arrow/cpp/src/generated -isystem /build/cpp/_deps/googletest-src/googlemock/include -isystem /build/cpp/_deps/googletest-src/googletest/include -isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem /build/cpp/_deps/googletest-src/googletest -isystem /build/cpp/_deps/googletest-src/googlemock -Wno-noexcept-type -Wno-self-move -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /opt/conda/envs/arrow/include -fdiagnostics-color=always -Wall -fno-semantic-interposition -msse4.2 -g -O0 -ggdb -g1 -Og -std=c++17 -fPIE -MD -MT src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o -MF src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o.d -o src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o -c /arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc
/arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc: In member function 'void arrow::dataset::DatasetEncryptionTestBase<T, <template-parameter-1-2> >::SetUp()':
/arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc:105:28: error: 'EnsureBackendInitialized' is not a member of 'parquet::encryption'
105 | ::parquet::encryption::EnsureBackendInitialized();
| ^~~~~~~~~~~~~~~~~~~~~~~~
[632/829] Building CXX object src/arrow/filesystem/CMakeFiles/arrow-filesystem-test.dir/localfs_test.cc.o
Seems related to the changes for:
Component(s)
C++, Parquet