Describe the bug, including details regarding any error messages, version, and platform.
The Linux packages for ARM are currently failing due to:
cd apache-arrow-release
cd /runner/_work/crossbow/crossbow/arrow/dev/tasks/linux-packages/../../..
Downloading... https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/KEYS
rake aborted!
ArgumentError: invalid byte sequence in US-ASCII
This is reproducible on the 14.0.2 RC 0 branch, see: #39070 (comment)
and main:
I did add my GPG key to the release svn repo:
https://dist.apache.org/repos/dist/release/arrow/KEYS
and it contains non US-ASCII characters due to my name:
uid [ultimate] Raúl Cumplido Domínguez (CODE SIGNING KEY) <[email protected]>
This is how it looks on the browser:
uid [ultimate] Raúl Cumplido DomÃnguez (CODE SIGNING KEY) <[email protected]>
Component(s)
Continuous Integration, Release