Mailing List Archive

Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.1) - Build # 32522 - Failure!
* What went wrong:
Execution failed for task ':lucene:analysis:icu:validateSourcePatterns'.
> start 1, end 0, length 0

This fails in validate source patterns groovy code, somewhere in this closure:

def isLicense = { matcher, ratDocument ->
licenseMatcher.reset()
return lineSplitter.split(matcher.group(1)).any {
licenseMatcher.match(ratDocument, it) }
}

I can't reproduce it but I guess an odd file got created somewhere.
Uwe - would you be able to log in to that machine and see which file
causes this?

Dawid

On Mon, Jan 31, 2022 at 8:31 PM Policeman Jenkins Server
<jenkins@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/32522/
> Java: 64bit/jdk-17.0.1 -XX:-UseCompressedOops -XX:+UseShenandoahGC
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
RE: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.1) - Build # 32522 - Failure! [ In reply to ]
The error disappeared. No need to do anything.

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Dawid Weiss <dawid.weiss@gmail.com>
> Sent: Tuesday, February 1, 2022 10:42 AM
> To: Lucene Dev <dev@lucene.apache.org>; Uwe Schindler (SD DataSolutions
> GmbH) <uwe@thetaphi.de>
> Cc: builds@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.1) - Build # 32522 -
> Failure!
>
> * What went wrong:
> Execution failed for task ':lucene:analysis:icu:validateSourcePatterns'.
> > start 1, end 0, length 0
>
> This fails in validate source patterns groovy code, somewhere in this closure:
>
> def isLicense = { matcher, ratDocument ->
> licenseMatcher.reset()
> return lineSplitter.split(matcher.group(1)).any {
> licenseMatcher.match(ratDocument, it) }
> }
>
> I can't reproduce it but I guess an odd file got created somewhere.
> Uwe - would you be able to log in to that machine and see which file
> causes this?
>
> Dawid
>
> On Mon, Jan 31, 2022 at 8:31 PM Policeman Jenkins Server
> <jenkins@thetaphi.de> wrote:
> >
> > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/32522/
> > Java: 64bit/jdk-17.0.1 -XX:-UseCompressedOops -XX:+UseShenandoahGC
> >
> > All tests passed
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: builds-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.1) - Build # 32522 - Failure! [ In reply to ]
I hoped we could find out the root cause so that we can fix the
script. ;) But fine - next time.

On Tue, Feb 1, 2022 at 7:15 PM Uwe Schindler <uwe@thetaphi.de> wrote:
>
> The error disappeared. No need to do anything.
>
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
> > -----Original Message-----
> > From: Dawid Weiss <dawid.weiss@gmail.com>
> > Sent: Tuesday, February 1, 2022 10:42 AM
> > To: Lucene Dev <dev@lucene.apache.org>; Uwe Schindler (SD DataSolutions
> > GmbH) <uwe@thetaphi.de>
> > Cc: builds@lucene.apache.org
> > Subject: Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.1) - Build # 32522 -
> > Failure!
> >
> > * What went wrong:
> > Execution failed for task ':lucene:analysis:icu:validateSourcePatterns'.
> > > start 1, end 0, length 0
> >
> > This fails in validate source patterns groovy code, somewhere in this closure:
> >
> > def isLicense = { matcher, ratDocument ->
> > licenseMatcher.reset()
> > return lineSplitter.split(matcher.group(1)).any {
> > licenseMatcher.match(ratDocument, it) }
> > }
> >
> > I can't reproduce it but I guess an odd file got created somewhere.
> > Uwe - would you be able to log in to that machine and see which file
> > causes this?
> >
> > Dawid
> >
> > On Mon, Jan 31, 2022 at 8:31 PM Policeman Jenkins Server
> > <jenkins@thetaphi.de> wrote:
> > >
> > > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/32522/
> > > Java: 64bit/jdk-17.0.1 -XX:-UseCompressedOops -XX:+UseShenandoahGC
> > >
> > > All tests passed
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> > > For additional commands, e-mail: builds-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org