raulcd opened a new issue, #46363: URL: https://github.com/apache/arrow/issues/46363
### Describe the bug, including details regarding any error messages, version, and platform. The muslinux wheels started failing: - [wheel-musllinux-1-2-cp311-cp311-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14878947146/job/41782233446) - [wheel-musllinux-1-2-cp313-cp313-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14878947532/job/41782237299) - [wheel-musllinux-1-2-cp313-cp313-arm64](https://github.com/ursacomputing/crossbow/actions/runs/14878947824/job/41782241978) - [wheel-musllinux-1-2-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14878947034/job/41782232809) - [wheel-musllinux-1-2-cp39-cp39-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14878946536/job/41782227618) The log fails building the base docker image: ``` #9 [python-wheel-musllinux-1-2 stage-0 4/12] RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing mono #9 0.134 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz #9 0.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz #9 0.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz #9 0.739 ERROR: unable to select packages: #9 0.739 mono (no such package): #9 0.739 required by: world[mono] #9 ERROR: process "/bin/sh -c apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing mono" did not complete successfully: exit code: 1 ------ failed to solve: process "/bin/sh -c apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing mono" did not complete successfully: exit code: 1 > [python-wheel-musllinux-1-2 stage-0 4/12] RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing mono: 0.134 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz 0.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 0.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 0.739 ERROR: unable to select packages: 0.739 mono (no such package): 0.739 required by: world[mono] ------ ``` ### Component(s) Continuous Integration, Packaging -- 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