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

   ### 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: 
https://github.com/apache/arrow/pull/39070#issuecomment-1840270630
   and main:
   * 
[almalinux-8-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7083971358/job/19277328964)
   * 
[almalinux-9-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7083984009/job/19277366584)
   * 
[amazon-linux-2023-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7083976505/job/19277344542)
   * 
[centos-8-stream-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7083985886/job/19277371049)
   * 
[centos-9-stream-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7083963288/job/19277304727)
   
   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


-- 
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]

Reply via email to