Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Release][Packaging] Linux packages fail on ARM due to wrong KEYS file with non US-ASCII character #39074

@raulcd

Description

@raulcd

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions