You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Michael McCandless <mi...@elastic.co> on 2015/09/09 01:13:23 UTC

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 63025 - Failure!

I'll dig ... it repros on beasting.

Separately, it looks like build failures from the ES jenkins instances
still must go through moderation on the Lucene dev list?  (I don't see this
build failure on the dev list yet ...).

We had tried to fix this but it looks like it did not take!

Mike McCandless

On Tue, Sep 8, 2015 at 5:39 PM, <bu...@elastic.co> wrote:

> *BUILD FAILURE*
> Build URL
> http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/
> Project:lucene_linux_java8_64_test_only Randomization: JDK8,network,heap[799m],-server
> +UseG1GC +UseCompressedOops,sec manager on Date of build:Tue, 08 Sep 2015
> 23:36:36 +0200 Build duration:2 min 44 sec
> *CHANGES* No Changes
> *BUILD ARTIFACTS*
> -
> checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events>
> -
> checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events
> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events>
> *FAILED JUNIT TESTS* Name: org.apache.lucene.index Failed: 1 test(s),
> Passed: 792 test(s), Skipped: 24 test(s), Total: 817 test(s)
> *- Failed: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef *
> *CONSOLE OUTPUT* [...truncated 1824 lines...] [junit4] Tests with
> failures: [junit4] -
> org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef [junit4] [junit4]
> [junit4] JVM J0: 0.80 .. 125.00 = 124.20s [junit4] JVM J1: 1.00 .. 127.13
> = 126.12s [junit4] JVM J2: 1.00 .. 136.48 = 135.48s [junit4] JVM J3: 1.00
> .. 126.06 = 125.06s [junit4] JVM J4: 1.00 .. 132.71 = 131.71s [junit4]
> JVM J5: 1.00 .. 126.27 = 125.27s [junit4] JVM J6: 1.00 .. 126.38 = 125.37s [junit4]
> JVM J7: 1.00 .. 125.70 = 124.70s [junit4] Execution time total: 2 minutes
> 16 seconds [junit4] Tests summary: 414 suites, 3332 tests, 1 error, 51
> ignored (47 assumptions) BUILD FAILED /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:50:
> The following error occurred while executing this line: /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1452:
> The following error occurred while executing this line: /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1006:
> There were test failures: 414 suites, 3332 tests, 1 error, 51 ignored (47
> assumptions) Total time: 2 minutes 26 seconds Build step 'Invoke Ant'
> marked build as failure Archiving artifacts Recording test results [description-setter]
> Description set: JDK8,network,heap[799m],-server +UseG1GC
> +UseCompressedOops,sec manager on Email was triggered for: Failure - 1st Trigger
> Failure - Any was overridden by another trigger and will not send an email. Trigger
> Failure - Still was overridden by another trigger and will not send an
> email. Sending email for trigger: Failure - 1st
>

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 63025 - Failure!

Posted by Michael McCandless <lu...@mikemccandless.com>.
On Wed, Sep 9, 2015 at 10:13 AM, Michael McCandless <
lucene@mikemccandless.com> wrote:

> OK this is a thread-safety issue in IW, a regression, caused by
> https://issues.apache.org/jira/browse/LUCENE-6579
>
> When handling a tragic exception we fail to block on any running (in
> another thread) commit ...
>
> I'll open an issue.
>

https://issues.apache.org/jira/browse/LUCENE-6790

Mike McCandless

http://blog.mikemccandless.com

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 63025 - Failure!

Posted by Michael McCandless <lu...@mikemccandless.com>.
OK this is a thread-safety issue in IW, a regression, caused by
https://issues.apache.org/jira/browse/LUCENE-6579

When handling a tragic exception we fail to block on any running (in
another thread) commit ...

I'll open an issue.


Mike McCandless

http://blog.mikemccandless.com

On Tue, Sep 8, 2015 at 7:13 PM, Michael McCandless <mi...@elastic.co> wrote:

> I'll dig ... it repros on beasting.
>
> Separately, it looks like build failures from the ES jenkins instances
> still must go through moderation on the Lucene dev list?  (I don't see this
> build failure on the dev list yet ...).
>
> We had tried to fix this but it looks like it did not take!
>
> Mike McCandless
>
> On Tue, Sep 8, 2015 at 5:39 PM, <bu...@elastic.co> wrote:
>
>> *BUILD FAILURE*
>> Build URL
>> http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/
>> Project:lucene_linux_java8_64_test_only Randomization: JDK8,network,heap[799m],-server
>> +UseG1GC +UseCompressedOops,sec manager on Date of build:Tue, 08 Sep
>> 2015 23:36:36 +0200 Build duration:2 min 44 sec
>> *CHANGES* No Changes
>> *BUILD ARTIFACTS*
>> -
>> checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events>
>> -
>> checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events
>> <http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/artifact/checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events>
>> *FAILED JUNIT TESTS* Name: org.apache.lucene.index Failed: 1 test(s),
>> Passed: 792 test(s), Skipped: 24 test(s), Total: 817 test(s)
>> *- Failed: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef *
>> *CONSOLE OUTPUT* [...truncated 1824 lines...] [junit4] Tests with
>> failures: [junit4] -
>> org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef [junit4] [junit4]
>> [junit4] JVM J0: 0.80 .. 125.00 = 124.20s [junit4] JVM J1: 1.00 ..
>> 127.13 = 126.12s [junit4] JVM J2: 1.00 .. 136.48 = 135.48s [junit4] JVM
>> J3: 1.00 .. 126.06 = 125.06s [junit4] JVM J4: 1.00 .. 132.71 = 131.71s [junit4]
>> JVM J5: 1.00 .. 126.27 = 125.27s [junit4] JVM J6: 1.00 .. 126.38 =
>> 125.37s [junit4] JVM J7: 1.00 .. 125.70 = 124.70s [junit4] Execution
>> time total: 2 minutes 16 seconds [junit4] Tests summary: 414 suites,
>> 3332 tests, 1 error, 51 ignored (47 assumptions) BUILD FAILED /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:50:
>> The following error occurred while executing this line: /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1452:
>> The following error occurred while executing this line: /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1006:
>> There were test failures: 414 suites, 3332 tests, 1 error, 51 ignored (47
>> assumptions) Total time: 2 minutes 26 seconds Build step 'Invoke Ant'
>> marked build as failure Archiving artifacts Recording test results [description-setter]
>> Description set: JDK8,network,heap[799m],-server +UseG1GC
>> +UseCompressedOops,sec manager on Email was triggered for: Failure - 1st Trigger
>> Failure - Any was overridden by another trigger and will not send an email. Trigger
>> Failure - Still was overridden by another trigger and will not send an
>> email. Sending email for trigger: Failure - 1st
>>
>
>

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 63025 - Failure!

Posted by Steve Rowe <sa...@gmail.com>.
I’m a dev list moderator, and I haven’t seen this message (yet?).  I checked my Junk folder and it’s not there either (Gmail puts some email to be moderated there sometimes).  AFAICT the email was sent at 17:40 EDT or so, but it’s been over two hours now.

But yes every few days ES Jenkins emails are still showing up in the dev list moderation queue.  The most recent one I saw (and moderated through) was from yesterday - my mail client received it at 2:31 AM EDT, so there was very little delay:

> From: build@elastic.co
> Subject: [CI] Lucene 5x Linux 64 Test Only - Build # 62794 - Failure!
> Date: September 7, 2015 at 2:30:58 AM EDT
> To: dev@elastic.co, dev@lucene.apache.org, simonw@apache.org
> Reply-To: dev@elastic.co
> 
> 
>  BUILD FAILURE
> 
> Build URL	http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/62794/
> Project:	lucene_linux_java8_64_test_only
> Randomization:	JDKEA8,local,heap[512m],-server +UseG1GC -UseCompressedOops,assert off,sec manager on
> Date of build:	Mon, 07 Sep 2015 06:24:10 +0200
> Build duration:	2 hr 6 min

Steve

> On Sep 8, 2015, at 7:13 PM, Michael McCandless <mi...@elastic.co> wrote:
> 
> I'll dig ... it repros on beasting.
> 
> Separately, it looks like build failures from the ES jenkins instances still must go through moderation on the Lucene dev list?  (I don't see this build failure on the dev list yet ...).
> 
> We had tried to fix this but it looks like it did not take!
> 
> Mike McCandless
> 
> On Tue, Sep 8, 2015 at 5:39 PM, <bu...@elastic.co> wrote:
>  BUILD FAILURE
> 
> Build URL	http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/63025/
> Project:	lucene_linux_java8_64_test_only
> Randomization:	JDK8,network,heap[799m],-server +UseG1GC +UseCompressedOops,sec manager on 
> Date of build:	Tue, 08 Sep 2015 23:36:36 +0200
> Build duration:	2 min 44 sec
> 
> CHANGES
> No Changes
> 
> BUILD ARTIFACTS
> • checkout/lucene/build/core/test/temp/junit4-J0-20150908_233706_469.events
> • checkout/lucene/build/core/test/temp/junit4-J1-20150908_233706_472.events
> • checkout/lucene/build/core/test/temp/junit4-J2-20150908_233706_469.events
> • checkout/lucene/build/core/test/temp/junit4-J3-20150908_233706_472.events
> • checkout/lucene/build/core/test/temp/junit4-J4-20150908_233706_469.events
> • checkout/lucene/build/core/test/temp/junit4-J5-20150908_233706_469.events
> • checkout/lucene/build/core/test/temp/junit4-J6-20150908_233706_472.events
> • checkout/lucene/build/core/test/temp/junit4-J7-20150908_233706_472.events
> 
> FAILED JUNIT TESTS
> Name: org.apache.lucene.index Failed: 1 test(s), Passed: 792 test(s), Skipped: 24 test(s), Total: 817 test(s)
> • Failed: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef
> 
> CONSOLE OUTPUT
> [...truncated 1824 lines...]
> [junit4] Tests with failures:
> [junit4] - org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef
> [junit4]
> [junit4]
> [junit4] JVM J0: 0.80 .. 125.00 = 124.20s
> [junit4] JVM J1: 1.00 .. 127.13 = 126.12s
> [junit4] JVM J2: 1.00 .. 136.48 = 135.48s
> [junit4] JVM J3: 1.00 .. 126.06 = 125.06s
> [junit4] JVM J4: 1.00 .. 132.71 = 131.71s
> [junit4] JVM J5: 1.00 .. 126.27 = 125.27s
> [junit4] JVM J6: 1.00 .. 126.38 = 125.37s
> [junit4] JVM J7: 1.00 .. 125.70 = 124.70s
> [junit4] Execution time total: 2 minutes 16 seconds
> [junit4] Tests summary: 414 suites, 3332 tests, 1 error, 51 ignored (47 assumptions)
> BUILD FAILED
> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/build.xml:50: The following error occurred while executing this line:
> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1452: The following error occurred while executing this line:
> /home/jenkins/workspace/lucene_linux_java8_64_test_only/checkout/lucene/common-build.xml:1006: There were test failures: 414 suites, 3332 tests, 1 error, 51 ignored (47 assumptions)
> Total time: 2 minutes 26 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> [description-setter] Description set: JDK8,network,heap[799m],-server +UseG1GC +UseCompressedOops,sec manager on
> Email was triggered for: Failure - 1st
> Trigger Failure - Any was overridden by another trigger and will not send an email.
> Trigger Failure - Still was overridden by another trigger and will not send an email.
> Sending email for trigger: Failure - 1st
> 
> 


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