Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-03 Thread Yuvraaj Kelkar
Investingating On Dec 3 2023, at 2:44 pm, David Smiley wrote: > I updated the script accordingly and I still see the problem: > > https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/6008/console >

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-03 Thread David Smiley
I updated the script accordingly and I still see the problem: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/6008/console + status=0 + ./crave pull --extra-rsync-flags ' --ignore-missing-args' '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**' '**/hs_err_pid*' Error: rsync:

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-02 Thread Mikhail Khludnev
Thanks Yuvraaj. dev@, how to tweak jenkins script? On Sat, Dec 2, 2023 at 9:25 PM Yuvraaj Kelkar wrote: > The new version of crave is in place and will be used automatically on the > next invocation from Jenkins. > Can you update the Jenkins script to call crave like this: > > ./crave pull

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-02 Thread Yuvraaj Kelkar
The new version of crave is in place and will be used automatically on the next invocation from Jenkins. Can you update the Jenkins script to call crave like this: ./crave pull --extra-rsync-flags ' --ignore-missing-args' '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**'

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-01 Thread Mikhail Khludnev
Make sense. On Fri, Dec 1, 2023 at 7:56 PM Yuvraaj Kelkar wrote: > I think the second option is what we'll go for. > I'm going to add a flag to pull that will allow the user to specify extra > flags to be given to rsync. > Then we can call crave pull like this: > ./crave pull

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-01 Thread Yuvraaj Kelkar
I think the second option is what we'll go for. I'm going to add a flag to pull that will allow the user to specify extra flags to be given to rsync. Then we can call crave pull like this: ./crave pull --extra-rsync-flags ' --ignore-missing-args' '**/build/**/test/TEST-*.xml' '**/*.events'

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-12-01 Thread Mikhail Khludnev
Hello Yuvraaj, Thanks for taking care of this. Honestly it's not my wheelhouse. I seems like there's a consideration that a test getting out of heap will create heapdumps folder and put a file into. I don't know wether test/gradle can dump heap there ever. At least we don't have tests dumps heap

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-30 Thread Yuvraaj Kelkar
I just started a build with crave: crave run ./gradlew --console=plain check integrationTests And at the end of it, looked for the patterns in the crave pull command: admin@171074329f9e:/tmp/src/solr$ find . -name '*.events' admin@171074329f9e:/tmp/src/solr$ find . -name 'hs_err_pid*'

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-30 Thread Yuvraaj Kelkar
Investigating. On Nov 26 2023, at 12:32 am, Mikhail Khludnev wrote: > Pardon > > On Sun, Nov 26, 2023 at 11:28 AM Gautam Worah (mailto:worah.gau...@gmail.com)> wrote: > > I think you meant to send it to d...@solr.apache.org > > (mailto:d...@solr.apache.org)? > > > > On Sun, Nov 26, 2023 at

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-26 Thread Mikhail Khludnev
Pardon On Sun, Nov 26, 2023 at 11:28 AM Gautam Worah wrote: > I think you meant to send it to d...@solr.apache.org? > > On Sun, Nov 26, 2023 at 12:24 AM Mikhail Khludnev wrote: > >> Hello >> It's rather like a logical error in crave pull. How to work around it? >> >> + status=0 >> + ./crave

Re: ./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-26 Thread Gautam Worah
I think you meant to send it to d...@solr.apache.org? On Sun, Nov 26, 2023 at 12:24 AM Mikhail Khludnev wrote: > Hello > It's rather like a logical error in crave pull. How to work around it? > > + status=0 > + ./crave pull '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**' >

./crave pull .. 'heapdumps/* Fwd: [JENKINS] Solr » Solr-Check-9.x - Build # 5949 - Still Failing!

2023-11-26 Thread Mikhail Khludnev
Hello It's rather like a logical error in crave pull. How to work around it? + status=0 + ./crave pull '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**' '**/hs_err_pid*' Error: rsync: [sender] change_dir "/tmp/src/solr/heapdumps" failed: No such file or directory (2) rsync error: some