You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2022/11/15 23:07:03 UTC

[JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC

No tests ran.

Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Dawid Weiss <da...@gmail.com>.
No problem. I resorted to looking at their code... Often it makes me long
for the simpler days of ant...

Dawid

On Wed, Nov 16, 2022 at 1:31 PM Robert Muir <rc...@gmail.com> wrote:

> Thanks again for cleaning this hack up Dawid. I was cursing gradle all
> night, could not believe that sometimes it uses java.exe (with a bunch
> of internal api violations) and othertimes uses javac.exe.
>
> On Wed, Nov 16, 2022 at 4:12 AM Dawid Weiss <da...@gmail.com> wrote:
> >
> >
> > I've committed a fix on main and checked that it works with error prone,
> in process compilation and alt javac. But double checking would be probably
> good. :)
> >
> > Dawid
> >
> > On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:
> >>
> >> It is my fault. I will revert my changes and test with "alternate
> >> toolchain". I think we have to hold things a bit differently in that
> >> case. Sorry for all the noise.
> >>
> >> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
> >> <je...@thetaphi.de> wrote:
> >> >
> >> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
> >> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
> >> >
> >> > No tests ran.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: builds-help@lucene.apache.org
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Dawid Weiss <da...@gmail.com>.
No problem. I resorted to looking at their code... Often it makes me long
for the simpler days of ant...

Dawid

On Wed, Nov 16, 2022 at 1:31 PM Robert Muir <rc...@gmail.com> wrote:

> Thanks again for cleaning this hack up Dawid. I was cursing gradle all
> night, could not believe that sometimes it uses java.exe (with a bunch
> of internal api violations) and othertimes uses javac.exe.
>
> On Wed, Nov 16, 2022 at 4:12 AM Dawid Weiss <da...@gmail.com> wrote:
> >
> >
> > I've committed a fix on main and checked that it works with error prone,
> in process compilation and alt javac. But double checking would be probably
> good. :)
> >
> > Dawid
> >
> > On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:
> >>
> >> It is my fault. I will revert my changes and test with "alternate
> >> toolchain". I think we have to hold things a bit differently in that
> >> case. Sorry for all the noise.
> >>
> >> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
> >> <je...@thetaphi.de> wrote:
> >> >
> >> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
> >> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
> >> >
> >> > No tests ran.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: builds-help@lucene.apache.org
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
Thanks again for cleaning this hack up Dawid. I was cursing gradle all
night, could not believe that sometimes it uses java.exe (with a bunch
of internal api violations) and othertimes uses javac.exe.

On Wed, Nov 16, 2022 at 4:12 AM Dawid Weiss <da...@gmail.com> wrote:
>
>
> I've committed a fix on main and checked that it works with error prone, in process compilation and alt javac. But double checking would be probably good. :)
>
> Dawid
>
> On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:
>>
>> It is my fault. I will revert my changes and test with "alternate
>> toolchain". I think we have to hold things a bit differently in that
>> case. Sorry for all the noise.
>>
>> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
>> <je...@thetaphi.de> wrote:
>> >
>> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
>> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
>> >
>> > No tests ran.
>>
>> ---------------------------------------------------------------------
>> 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-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
Thanks again for cleaning this hack up Dawid. I was cursing gradle all
night, could not believe that sometimes it uses java.exe (with a bunch
of internal api violations) and othertimes uses javac.exe.

On Wed, Nov 16, 2022 at 4:12 AM Dawid Weiss <da...@gmail.com> wrote:
>
>
> I've committed a fix on main and checked that it works with error prone, in process compilation and alt javac. But double checking would be probably good. :)
>
> Dawid
>
> On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:
>>
>> It is my fault. I will revert my changes and test with "alternate
>> toolchain". I think we have to hold things a bit differently in that
>> case. Sorry for all the noise.
>>
>> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
>> <je...@thetaphi.de> wrote:
>> >
>> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
>> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
>> >
>> > No tests ran.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: builds-help@lucene.apache.org
>>

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


Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Dawid Weiss <da...@gmail.com>.
I've committed a fix on main and checked that it works with error prone, in
process compilation and alt javac. But double checking would be probably
good. :)

Dawid

On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:

> It is my fault. I will revert my changes and test with "alternate
> toolchain". I think we have to hold things a bit differently in that
> case. Sorry for all the noise.
>
> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> >
> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
> >
> > No tests ran.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Dawid Weiss <da...@gmail.com>.
I've committed a fix on main and checked that it works with error prone, in
process compilation and alt javac. But double checking would be probably
good. :)

Dawid

On Wed, Nov 16, 2022 at 12:18 AM Robert Muir <rm...@apache.org> wrote:

> It is my fault. I will revert my changes and test with "alternate
> toolchain". I think we have to hold things a bit differently in that
> case. Sorry for all the noise.
>
> On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> >
> > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
> > Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
> >
> > No tests ran.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1386 - Failure!

Posted by Robert Muir <rm...@apache.org>.
It is my fault. I will revert my changes and test with "alternate
toolchain". I think we have to hold things a bit differently in that
case. Sorry for all the noise.

On Tue, Nov 15, 2022 at 6:07 PM Policeman Jenkins Server
<je...@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1386/
> Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseSerialGC
>
> No tests ran.

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


[JENKINS] Lucene-9.x-MacOSX (64bit/jdk-18) - Build # 1387 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-9.x-MacOSX/1387/
Java: 64bit/jdk-18 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.lucene.index.TestSnapshotDeletionPolicy.testSnapshotDeletionPolicy

Error Message:
java.lang.Exception: Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([4E58808541D7395E]:0)


FAILED:  org.apache.lucene.index.TestSnapshotDeletionPolicy.classMethod

Error Message:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([4E58808541D7395E]:0)