pitrou commented on issue #47817:
URL: https://github.com/apache/arrow/issues/47817#issuecomment-3402605719

   I've tried to look for clues in the 
[logs](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-amd64-c6a-4xlarge-linux/builds/1634/steps/canvas?sid=0199e357-8fa8-469b-b7cc-3b6b6f026ade)
 but couldn't find any obvious issue.
   
   The one thing that I noticed is that the benchmark executable that fails 
starting is also the last one being built by CMake:
   ```
   [662/662] : && 
/var/lib/buildkite-agent/.conda/envs/arrow-commit/bin/x86_64-conda-linux-gnu-c++
 -Wredundant-move -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 
/var/lib/buildkite-agent/.conda/envs/arrow-commit/include 
-fdiagnostics-color=always  -Wall -Wno-conversion -Wno-sign-conversion 
-Wdate-time -Wimplicit-fallthrough -Wunused-result -fno-semantic-interposition 
-msse4.2  -O3 -DNDEBUG -O2 -ftree-vectorize -Wl,-O2 -Wl,--sort-common 
-Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags 
-Wl,--gc-sections -Wl,--allow-shlib-undefined 
-Wl,-rpath,/var/lib/buildkite-agent/.conda/envs/arrow-commit/lib 
-Wl,-rpath-link,/var/lib/buildkite-agent/.conda/envs/arrow-commit/lib 
-L/var/lib/buildkite-agent/.conda/envs/arrow-commit/lib 
-Wl,--dependency-file=src/arrow/dataset/CMakeFiles/arrow-dataset-scanner-benchmark.dir/link.d
 src
 
/arrow/dataset/CMakeFiles/arrow-dataset-scanner-benchmark.dir/__/compute/benchmark_main.cc.o
 
src/arrow/dataset/CMakeFiles/arrow-dataset-scanner-benchmark.dir/scanner_benchmark.cc.o
 -o release/arrow-dataset-scanner-benchmark  
-Wl,-rpath,/tmp/arrow-cpp-ae5b1b8c-235f-4036-81e5-3a2d54c9fbf7/cpp/release  
/var/lib/buildkite-agent/.conda/envs/arrow-commit/lib/libbenchmark_main.so.1.9.0
  release/libarrow_testing.so.2200.0.0  release/libarrow_gmock_main.so.1.16.0  
release/libarrow_dataset.so.2200.0.0  
/var/lib/buildkite-agent/.conda/envs/arrow-commit/lib/libbenchmark.so.1.9.0  
release/libarrow_gmock.so.1.16.0  release/libarrow_gtest.so.1.16.0  
release/libparquet.so.2200.0.0  release/libarrow_acero.so.2200.0.0  
release/libarrow_compute.so.2200.0.0  release/libarrow.so.2200.0.0 && :
   ```
   
   But I don't know why that would be a problem (unless there are disk space 
issues?). cc @assignUser 


-- 
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]

Reply via email to