pitrou commented on PR #43539:
URL: https://github.com/apache/arrow/pull/43539#issuecomment-2274197678
Ok, while the wheels build successfully, the wheel tests fail due to an
unavailable Docker image:
```
DEBUG:archery:Executing `['docker', 'build', '--build-arg',
'BUILDKIT_INLINE_CACHE=1', '--progress=plain', '--build-arg', 'arch=amd64',
'--build-arg', 'python=3.13',
'--cache-from="apache/arrow-dev:amd64-python-3.13-wheel-manylinux-test"', '-f',
'/home/runner/work/crossbow/crossbow/arrow/ci/docker/python-wheel-manylinux-test.dockerfile',
'-t', 'apache/arrow-dev:amd64-python-3.13-wheel-manylinux-test',
'/home/runner/work/crossbow/crossbow/arrow']`
#0 building with "default" instance using docker driver
#1 [internal] load build definition from
python-wheel-manylinux-test.dockerfile
#1 transferring dockerfile: 1.29kB done
#1 DONE 0.0s
#2 [auth] amd64/python:pull token for registry-1.docker.io
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/amd64/python:3.13
#3 ERROR: docker.io/amd64/python:3.13: not found
------
> [internal] load metadata for docker.io/amd64/python:3.13:
------
python-wheel-manylinux-test.dockerfile:20
--------------------
18 | ARG arch
19 | ARG python
20 | >>> FROM ${arch}/python:${python}
21 |
22 | # RUN pip install --upgrade pip
--------------------
ERROR: failed to solve: amd64/python:3.13: failed to resolve source metadata
for docker.io/amd64/python:3.13: docker.io/amd64/python:3.13: not found
```
See
https://github.com/ursacomputing/crossbow/actions/runs/10289505279/job/28477413138#step:9:208
--
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]