alamb opened a new issue, #6676: URL: https://github.com/apache/arrow-datafusion/issues/6676
### Describe the bug The CI on main is failing due to the runners running out of disk space ### To Reproduce Example: https://github.com/apache/arrow-datafusion/actions/runs/5277391664/jobs/9545549038 ``` "-Wl,-Bdynamic" "-llzma" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/local/rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/__w/arrow-datafusion/arrow-datafusion/target/debug/deps/roundtrip_physical_plan-8dff8073998bbd8f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" = note: /usr/bin/ld: final link failed: No space left on device collect2: error: ld returned 1 exit status error: could not compile `datafusion-substrait` (test "roundtrip_physical_plan") due to previous error Error: Process completed with exit code 101. ``` ### Expected behavior Should pass ### Additional context _No response_ -- 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]
