raulcd opened a new issue, #44459: URL: https://github.com/apache/arrow/issues/44459
### Describe the bug, including details regarding any error messages, version, and platform. We added content verification for wheels for this release: - https://github.com/apache/arrow/issues/43299 This works for individual wheel verification bus it currently failing when verifying all the wheels for the release. The error: ``` + python /tmp/arrow-18.0.0.UeQlC/apache-arrow-18.0.0/ci/scripts/python_wheel_validate_contents.py --path /tmp/arrow-18.0.0.UeQlC/apache-arrow-18.0.0/python/repaired_wheels Traceback (most recent call last): File "/tmp/arrow-18.0.0.UeQlC/apache-arrow-18.0.0/ci/scripts/python_wheel_validate_contents.py", line 48, in <module> main() File "/tmp/arrow-18.0.0.UeQlC/apache-arrow-18.0.0/ci/scripts/python_wheel_validate_contents.py", line 44, in main validate_wheel(args.path) File "/tmp/arrow-18.0.0.UeQlC/apache-arrow-18.0.0/ci/scripts/python_wheel_validate_contents.py", line 28, in validate_wheel assert len(wheels) == 1, error_msg ^^^^^^^^^^^^^^^^ AssertionError: 0 wheels found but only 1 expected ([]) Failed to verify release candidate. See /tmp/arrow-18.0.0.UeQlC for details. Error: `docker compose --file=/home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e VERIFY_VERSION=18.0.0 -e VERIFY_RC=0 -e TEST_DEFAULT=0 -e TEST_WHEELS=1 almalinux-verify-rc` exited with a non-zero exit code 1, see the process log above. The docker-compose command was invoked with the following parameters: ``` ### Component(s) Packaging, Release -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org