The step completed fine, but seems like there's something else going on.
The RC build is consistently failing at the following step

> Task :solr:api:signJarsPublication
> gpg: signing failed: Timeout
> gpg: signing failed: Timeout
> > Task :solr:api:signJarsPublication FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':solr:api:signJarsPublication'.
> > Process 'command 'gpg'' finished with non-zero exit value 2


Creating a test file and signing it works just fine on the terminal though.

> > echo test > test-file
> > ls -ltr test-file
> -rw-r--r--  1 anshumg  staff  5 Aug 17 02:29 test-file
> > gpg --use-agent --sign test-file
> > ls -ltr test-file.gpg
> -rw-r--r--  1 anshumg  staff  610 Aug 17 02:29 test-file.gpg


I've tried a bunch of things including restarting the gpg client,
downgrading my gpg version, etc. but nothing seems to solve the issue.

Has anyone seen this before?


On Fri, Aug 16, 2024 at 2:02 PM David Smiley <dsmi...@apache.org> wrote:

> The key stuff is the biggest pain.  I'm glad you're through it.
>
> On Fri, Aug 16, 2024 at 12:30 PM Anshum Gupta <ans...@apache.org> wrote:
> >
> > Hi everyone,
> >
> > I started building the RC last night (Pacific Time) so please don't merge
> > anything into 9.7 at this point without checking with me.
> >
> > I've had a few issues with GPG but they are mostly fixed now.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> For additional commands, e-mail: dev-h...@solr.apache.org
>
>

-- 
Anshum Gupta

Reply via email to