raulcd commented on issue #50865: URL: https://github.com/apache/arrow/issues/50865#issuecomment-5340367517
@tadeja this seems to be related to some test jobs too: ``` [1134/1307] Linking CXX executable debug/arrow-compute-scalar-if-else-benchmark FAILED: [code=1] debug/arrow-compute-scalar-if-else-benchmark : && /opt/conda/envs/arrow/bin/c++ -Wredundant-move -Wno-noexcept-type -Wno-self-move -fdiagnostics-color=always -Wall -Wno-conversion -Wno-sign-conversion -Wdate-time -Wimplicit-fallthrough -Wunused-result -fno-semantic-interposition -msse4.2 -g -Werror -O0 -ggdb -g1 -fuse-ld=mold -Wl,--dependency-file=src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-if-else-benchmark.dir/link.d src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-if-else-benchmark.dir/__/benchmark_main.cc.o src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-if-else-benchmark.dir/scalar_if_else_benchmark.cc.o -o debug/arrow-compute-scalar-if-else-benchmark -Wl,-rpath,/build/cpp/debug /opt/conda/envs/arrow/lib/libbenchmark_main.so.1.9.4 debug/libarrow_testing.so.2600.0.0 debug/libarrow_gmock_main.so.1.17.0 debug/libarrow_compute.so.2600.0.0 /opt/conda/envs/arrow/lib/libbenchmark.so.1.9.4 debug/libarrow_gmock.so.1.17.0 debug/libarrow_gtest.so.1.17.0 debug/libarrow.so.2600.0.0 && : mold: error: undefined symbol: testing::internal::AssertHelper::AssertHelper(testing::TestPartResult::Type, std::basic_string_view<char, std::char_traits<char> >, int, std::basic_string_view<char, std::char_traits<char> >) >>> referenced by scalar_if_else_benchmark.cc >>> src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-if-else-benchmark.dir/scalar_if_else_benchmark.cc.o:(arrow::compute::GetBytesProcessed(arrow::Array const&)) collect2: error: ld returned 1 exit status ``` as in: - [test-conda-cpp](https://github.com/ursacomputing/crossbow/actions/runs/32201069329/job/95914827893) - [test-conda-python-3.11-hdfs-2.9.2](https://github.com/ursacomputing/crossbow/actions/runs/32201074460/job/95914852747) - [test-conda-python-3.11-hdfs-3.2.1](https://github.com/ursacomputing/crossbow/actions/runs/32201073272/job/95914839277) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
