+ one thing to consider is you don't need to sign the macos releases, or publish to maven staging. all we want is that native lib
hadoop release support takes the 86 tarball and builds a new tar with a different name, the lib swapped over but the exact same jar files, then signs it outside of the docker image https://github.com/apache/hadoop-release-support On Mon, 29 Jul 2024 at 19:57, Steve Loughran <ste...@cloudera.com> wrote: > > > > On Fri, 26 Jul 2024 at 23:08, Mukund Madhav Thakur <mtha...@cloudera.com> > wrote: > >> Omg Steve already found and fixed the JAVA_HOME issue in create-release >> for arm64 which I had to spend some time recently. >> https://github.com/apache/hadoop/pull/6962 >> > > i really don't remember that. Why did you have to repeat it...did I not do > the right branches? > >> >> Thanks for the link Ayush. I don't see anything gpg related here though. >> >> >> >> On Fri, Jul 26, 2024 at 12:31 AM Ayush Saxena <ayush...@gmail.com> wrote: >> >>> Hi Mukund, >>> If I remember correctly, there were some issues with the >>> create-release for Arm, but after some changes it worked on branch-3, >>> but I think the changes were done only on branch-3, maybe because some >>> changes were already present on trunk. >>> You check this PR [1], if it has anything relevant missing on trunk >>> >>> -Ayush >>> >>> [1] https://github.com/apache/hadoop/pull/4953 >>> >>> On Fri, 26 Jul 2024 at 03:46, Mukund Madhav Thakur >>> <mtha...@cloudera.com.invalid> wrote: >>> > >>> > Hi Everyone, >>> > I am trying to create arm64 binaries for RC 3.4.1 in my local MacOS >>> but it >>> > is failing with below gpg signing error inside docker. Same command >>> runs >>> > perfectly fine >>> > outside docker on my mac. Please advise of any solution/workaround if >>> any >>> > of you have seen this before. Thanks >>> > >>> > starting gpg agent >>> > >>> > GPG_AGENT_INFO=/home/mthakur/.gnupg/S.gpg-agent::1 >>> > >>> > Warming the gpg-agent cache prior to calling maven >>> > >>> > gpg: WARNING: unsafe ownership on homedir '/home/mthakur/.gnupg' >>> > >>> > gpg: can't connect to the agent: IPC connect call failed >>> > >>> > gpg: can't connect to the agent: IPC connect call failed >>> > >>> > gpg: keydb_search failed: No agent running >>> > >>> > gpg: no default secret key: No agent running >>> > >>> > gpg: signing failed: No agent running >>> > >>> > rm: cannot remove '/build/source/patchprocess/warm.asc': No such file >>> or >>> > directory >>> >>