Re: Solr 9.7 Release update

2024-08-19 Thread Anshum Gupta
After some conf changes recommended by Jan and Jason, it seems like I've resolved the issue. Re-running the RC build now but thanks for the offer, Ishan! :) On Mon, Aug 19, 2024 at 7:22 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi Anshum, > I've faced several issues in the pa

Re: Solr 9.7 Release update

2024-08-19 Thread Ishan Chattopadhyaya
Hi Anshum, I've faced several issues in the past in that same step, and have found a workaround that works for me reliably. But, that's specific to Linux. In case you are continuing to face difficulties, I can volunteer to sync up with you and take it forward on my end. Thanks and regards, Ishan O

Re: Solr 9.7 Release update

2024-08-19 Thread Jason Gerlowski
Not to say it's what you're running into here, but I've seen this in the past when the 'signJarsPublication' task is waiting for your gpg passphrase on stdin, and times out. You can use gpg-agent or other setups to avoid entering your passphrase mid-Gradle execution, but I've found that to be a bi

Re: Solr 9.7 Release update

2024-08-17 Thread Anshum Gupta
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 fail

Re: Solr 9.7 Release update

2024-08-16 Thread David Smiley
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 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

Solr 9.7 Release update

2024-08-16 Thread Anshum Gupta
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.