paleolimbot commented on PR #2157:
URL: https://github.com/apache/arrow-adbc/pull/2157#issuecomment-2353125263
The CI failure here is for Python packaging and I don't *think* it is
related (I can't find a recent Python packaging job on main to compare):
```
Starting container image quay.io/pypa/manylinux2014_x86_64:2024.09.09-0...
info: This container will host the build for cp39-manylinux_x86_64,
cp310-manylinux_x86_64, cp311-manylinux_x86_64, cp312-manylinux_x86_64,
cp313-manylinux_x86_64...
+ 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
```
--
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]