raulcd opened a new issue, #2163:
URL: https://github.com/apache/arrow-adbc/issues/2163

   ### What happened?
   
   The manylinux packaging jobs have been failing for the last 3 days, [see 
example](https://github.com/apache/arrow-adbc/actions/runs/10857739997/job/30134687179).
   
   The previous success was using:
   ```
   cibuildwheel version 2.20.0
   ...
   Starting container image quay.io/pypa/manylinux2014_x86_64:2024.08.03-1...
   ```
   the failures started since:
   ```
   cibuildwheel version 2.21.0
   ...
   Starting container image quay.io/pypa/manylinux2014_x86_64:2024.09.09-0...
   ```
   
   ### Stack Trace
   
   ```
    + docker version -f '{{json .}}'
   Traceback (most recent call last):
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/__main__.py", 
line 49, in main
       main_inner(global_options)
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/__main__.py", 
line 204, in main_inner
       build_in_directory(args)
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/__main__.py", 
line 352, in build_in_directory
       platform_module.build(options, tmp_path)
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/linux.py", line 
459, in build
       with OCIContainer(
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/oci_container.py",
 line 201, in __enter__
       _check_engine_version(self.engine)
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/oci_container.py",
 line 121, in _check_engine_version
       raise OCIEngineTooOldError() from None
   cibuildwheel.errors.OCIEngineTooOldError
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/opt/python/cp39-cp39/lib/python3.9/runpy.py", line 197, in 
_run_module_as_main
       return _run_code(code, main_globals, None,
     File "/opt/python/cp39-cp39/lib/python3.9/runpy.py", line 87, in _run_code
       exec(code, run_globals)
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/__main__.py", 
line 422, in <module>
       main()
     File 
"/opt/python/cp39-cp39/lib/python3.9/site-packages/cibuildwheel/__main__.py", 
line 51, in main
       message = e.args[0]
   IndexError: tuple index out of range
   ```
   
   ### How can we reproduce the bug?
   
   _No response_
   
   ### Environment/Setup
   
   _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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to