peterphalen commented on issue #35470: URL: https://github.com/apache/arrow/issues/35470#issuecomment-1541050629
Okay after one run hanging, I'm now even further, but hitting the following errors: ``` [ 67%] Linking CXX executable ../../../../debug/arrow-compute-aggregate-test /usr/bin/ld: CMakeFiles/arrow-compute-aggregate-test.dir/aggregate_test.cc.o: file not recognized: file truncated /usr/bin/ld: CMakeFiles/arrow-compute-scalar-type-test.dir/test_util.cc.o: file not recognized: file truncated Scanning dependencies of target arrow-compute-kernel-utility-test Scanning dependencies of target arrow-compute-scalar-utility-test collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status make[2]: *** [src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-type-test.dir/build.make:143: debug/arrow-compute-scalar-type-test] Error 1 make[1]: *** [CMakeFiles/Makefile2:3026: src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-type-test.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: *** [src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/build.make:113: debug/arrow-compute-aggregate-test] Error 1 make[1]: *** [CMakeFiles/Makefile2:2958: src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/all] Error 2 [ 68%] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-kernel-utility-test.dir/codegen_internal_test.cc.o [ 69%] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-utility-test.dir/scalar_random_test.cc.o [ 69%] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-utility-test.dir/scalar_set_lookup_test.cc.o [ 69%] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-utility-test.dir/scalar_validity_test.cc.o [ 69%] Linking CXX executable ../../../../debug/arrow-compute-kernel-utility-test [ 69%] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-scalar-utility-test.dir/test_util.cc.o [ 69%] Built target arrow-compute-kernel-utility-test [ 69%] Linking CXX executable ../../../../debug/arrow-compute-scalar-utility-test [ 69%] Built target arrow-compute-scalar-utility-test make: *** [Makefile:141: all] Error 2 ``` Genuinely happy this is helping others troubleshoot as well! Thank you for commenting @Trompettesib -- 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]
