raulcd opened a new issue, #48807: URL: https://github.com/apache/arrow/issues/48807
### Describe the bug, including details regarding any error messages, version, and platform. The [wheel-manylinux-2-28-cp312-cp312-amd64](https://github.com/ursacomputing/crossbow/actions/runs/20810762181/job/59774197747) has been failing with out of space when exercising the tests for almalinux-8, see: ``` #11 54.70 Error Summary #11 54.70 ------------- #11 54.70 Disk Requirements: #11 54.70 At least 746MB more space needed on the / filesystem. #11 54.70 #11 ERROR: process "/bin/sh -c /setup-rhel-rebuilds.sh && rm /setup-rhel-rebuilds.sh && dnf -y clean all" did not complete successfully: exit code: 1 ------ almalinux-8-verify-rc.dockerfile:22 -------------------- 21 | COPY dev/release/setup-rhel-rebuilds.sh / 22 | >>> RUN /setup-rhel-rebuilds.sh && \ 23 | >>> rm /setup-rhel-rebuilds.sh && \ 24 | >>> dnf -y clean all 25 | -------------------- failed to solve: process "/bin/sh -c /setup-rhel-rebuilds.sh && rm /setup-rhel-rebuilds.sh && dnf -y clean all" did not complete successfully: exit code: 1 > [3/3] RUN /setup-rhel-rebuilds.sh && rm /setup-rhel-rebuilds.sh && dnf -y clean all: 54.70 installing package gcc-toolset-14-gcc-c++-14.2.1-10.el8_10.x86_64 needs 609MB on the / filesystem 54.70 installing package clang-libs-20.1.8-2.module_el8.10.0+4062+b20d4441.x86_64 needs 745MB on the / filesystem 54.70 installing package clang-20.1.8-2.module_el8.10.0+4062+b20d4441.x86_64 needs 746MB on the / filesystem 54.70 installing package llvm-toolset-20.1.8-2.module_el8.10.0+4062+b20d4441.x86_64 needs 746MB on the / filesystem 54.70 54.70 Error Summary 54.70 ------------- 54.70 Disk Requirements: 54.70 At least 746MB more space needed on the / filesystem. 54.70 ------ Error: `docker compose --file=/home/runner/work/crossbow/crossbow/arrow/compose.yaml build --build-arg BUILDKIT_INLINE_CACHE=1 --progress=plain almalinux-verify-rc` exited with a non-zero exit code 1, see the process log above. ``` ### Component(s) Continuous Integration, Python -- 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]
