raulcd commented on issue #50358:
URL: https://github.com/apache/arrow/issues/50358#issuecomment-4876874367
With the following diff locally:
```diff
$ git diff
diff --git a/dev/release/binary/Dockerfile b/dev/release/binary/Dockerfile
index be72ecf5b6..65d05acaa4 100644
--- a/dev/release/binary/Dockerfile
+++ b/dev/release/binary/Dockerfile
@@ -40,6 +40,8 @@ RUN \
RUN gem install apt-dists-merge -v ">= 1.0.2"
+RUN chmod 1777 /var/lib/rpm
+
RUN locale-gen en_US.UTF-8
RUN mkdir -p /run/sshd
```
I was able to sign and upload, even though I got a lot of spurious warnings:
```
Signing: centos-9-stream Source - 0.0% [0/1] 00:00:00 00:00:00 0/sgpg:
problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream Source - 83.3% [5/6] 00:00:01 00:00:00 3/sgpg:
problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream Source - 100.0% [6/6] 00:00:01 00:00:00 2/s
Signing: centos-9-stream aarch64 - 66.1% [39/59] 00:00:02 00:00:01 11/sgpg:
problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream aarch64 - 96.6% [57/59] 00:00:03 00:00:00 16/sgpg:
problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream aarch64 - 100.0% [59/59] 00:00:04 00:00:00 2/s
Signing: centos-9-stream x86_64 - 93.2% [55/59] 00:00:03 00:00:00 22/sgpg:
problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
gpg: problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream x86_64 - 98.3% [58/59] 00:00:04 00:00:00 2/sgpg:
problem with fast path key listing: Forbidden - ignored
Signing: centos-9-stream x86_64 - 100.0% [59/59] 00:00:04 00:00:00 2/s
Uploading: almalinux-rc - 19.8% [223/1126] 00:01:04 00:08:15 1/s
```
--
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]