This reproduces.

On Wed, Dec 24, 2014 at 2:44 PM, Policeman Jenkins Server
<[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/179/
> Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseParallelGC 
> (asserts: true)
>
> 1 tests failed.
> FAILED:  
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest.testConsistencyOnExceptions
>
> Error Message:
> Captured an uncaught exception in thread: Thread[id=34, 
> name=ReplicationThread-indexAndTaxo, state=RUNNABLE, 
> group=TGRP-IndexAndTaxonomyReplicationClientTest]
>
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=34, 
> name=ReplicationThread-indexAndTaxo, state=RUNNABLE, 
> group=TGRP-IndexAndTaxonomyReplicationClientTest]
>         at 
> __randomizedtesting.SeedInfo.seed([DFD235D80B3C7F11:505CD27819508CEE]:0)
> Caused by: java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([DFD235D80B3C7F11]:0)
>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:211)
>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
>         at 
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest$4.handleUpdateException(IndexAndTaxonomyReplicationClientTest.java:407)
>         at 
> org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
>
>
>
>
> Build Log:
> [...truncated 9610 lines...]
>    [junit4] Suite: 
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest
>    [junit4]   1> CheckIndex failed
>    [junit4]   1> Segments file=segments_k numSegments=3 version=4.10.3 
> format= userData={index.epoch=1}
>    [junit4]   1>   1 of 3: name=_k docCount=20
>    [junit4]   1>     version=4.10.3
>    [junit4]   1>     codec=Lucene410
>    [junit4]   1>     compound=true
>    [junit4]   1>     numFiles=3
>    [junit4]   1>     size (MB)=0.002
>    [junit4]   1>     diagnostics = {os=Linux, java.vendor=Oracle Corporation, 
> java.version=1.9.0-ea, lucene.version=4.10.3, mergeMaxNumSegments=-1, 
> os.arch=amd64, source=merge, mergeFactor=10, os.version=3.13.0-43-generic, 
> timestamp=1419450237301}
>    [junit4]   1>     no deletions
>    [junit4]   1>     test: open reader.........OK
>    [junit4]   1>     test: check integrity.....OK
>    [junit4]   1>     test: check live docs.....OK
>    [junit4]   1>     test: fields..............OK [2 fields]
>    [junit4]   1>     test: field norms.........OK [0 fields]
>    [junit4]   1>     test: terms, freq, prox...OK [21 terms; 40 terms/docs 
> pairs; 20 tokens]
>    [junit4]   1>     test: stored fields.......OK [20 total field count; avg 
> 1 fields per doc]
>    [junit4]   1>     test: term vectors........OK [0 total vector count; avg 
> 0 term/freq vector fields per doc]
>    [junit4]   1>     test: docvalues...........OK [0 docvalues fields; 0 
> BINARY; 0 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET]
>    [junit4]   1>
>    [junit4]   1>   2 of 3: name=_l docCount=1
>    [junit4]   1>     version=4.10.3
>    [junit4]   1>     codec=Lucene410
>    [junit4]   1>     compound=true
>    [junit4]   1>     numFiles=3
>    [junit4]   1>     size (MB)=0.002
>    [junit4]   1>     diagnostics = {os=Linux, java.vendor=Oracle Corporation, 
> java.version=1.9.0-ea, lucene.version=4.10.3, os.arch=amd64, source=flush, 
> os.version=3.13.0-43-generic, timestamp=1419450237460}
>    [junit4]   1>     no deletions
>    [junit4]   1>     test: open reader.........OK
>    [junit4]   1>     test: check integrity.....OK
>    [junit4]   1>     test: check live docs.....OK
>    [junit4]   1>     test: fields..............OK [2 fields]
>    [junit4]   1>     test: field norms.........OK [0 fields]
>    [junit4]   1>     test: terms, freq, prox...OK [2 terms; 2 terms/docs 
> pairs; 1 tokens]
>    [junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 
> fields per doc]
>    [junit4]   1>     test: term vectors........OK [0 total vector count; avg 
> 0 term/freq vector fields per doc]
>    [junit4]   1>     test: docvalues...........OK [0 docvalues fields; 0 
> BINARY; 0 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET]
>    [junit4]   1>
>    [junit4]   1>   3 of 3: name=_m docCount=1
>    [junit4]   1>     version=4.10.3
>    [junit4]   1>     codec=Lucene410
>    [junit4]   1>     compound=true
>    [junit4]   1>     numFiles=3
>    [junit4]   1> FAILED
>    [junit4]   1>     WARNING: fixIndex() would remove reference to this 
> segment; full exception:
>    [junit4]   1> java.io.FileNotFoundException: _m.cfe
>    [junit4]   1>        at 
> org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:138)
>    [junit4]   1>        at 
> org.apache.lucene.index.SegmentCommitInfo.sizeInBytes(SegmentCommitInfo.java:219)
>    [junit4]   1>        at 
> org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:561)
>    [junit4]   1>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207)
>    [junit4]   1>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
>    [junit4]   1>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
>    [junit4]   1>        at 
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest$4.handleUpdateException(IndexAndTaxonomyReplicationClientTest.java:407)
>    [junit4]   1>        at 
> org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
>    [junit4]   1>
>    [junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
>    [junit4]   1>
>    [junit4]   2> ??? 24, 2014 7:43:57 PM 
> com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
>  uncaughtException
>    [junit4]   2> WARNING: Uncaught exception in thread: 
> Thread[ReplicationThread-indexAndTaxo,5,TGRP-IndexAndTaxonomyReplicationClientTest]
>    [junit4]   2> java.lang.RuntimeException: CheckIndex failed
>    [junit4]   2>        at 
> __randomizedtesting.SeedInfo.seed([DFD235D80B3C7F11]:0)
>    [junit4]   2>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:211)
>    [junit4]   2>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
>    [junit4]   2>        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
>    [junit4]   2>        at 
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest$4.handleUpdateException(IndexAndTaxonomyReplicationClientTest.java:407)
>    [junit4]   2>        at 
> org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=IndexAndTaxonomyReplicationClientTest 
> -Dtests.method=testConsistencyOnExceptions -Dtests.seed=DFD235D80B3C7F11 
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be_BY 
> -Dtests.timezone=Atlantic/Reykjavik -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   4.07s J0 | 
> IndexAndTaxonomyReplicationClientTest.testConsistencyOnExceptions <<<
>    [junit4]    > Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=34, 
> name=ReplicationThread-indexAndTaxo, state=RUNNABLE, 
> group=TGRP-IndexAndTaxonomyReplicationClientTest]
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([DFD235D80B3C7F11:505CD27819508CEE]:0)
>    [junit4]    > Caused by: java.lang.RuntimeException: CheckIndex failed
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([DFD235D80B3C7F11]:0)
>    [junit4]    >        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:211)
>    [junit4]    >        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
>    [junit4]    >        at 
> org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
>    [junit4]    >        at 
> org.apache.lucene.replicator.IndexAndTaxonomyReplicationClientTest$4.handleUpdateException(IndexAndTaxonomyReplicationClientTest.java:407)
>    [junit4]    >        at 
> org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
>    [junit4]   2> NOTE: test params are: codec=Lucene410: 
> {$full_path$=MockFixedIntBlock(blockSize=115), 
> $facets=PostingsFormat(name=Memory doPackFST= true), 
> $payloads$=MockFixedIntBlock(blockSize=115)}, 
> docValues:{$facets=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
> locale=be_BY, timezone=Atlantic/Reykjavik
>    [junit4]   2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation 
> 1.9.0-ea (64-bit)/cpus=8,threads=1,free=155363824,total=222298112
>    [junit4]   2> NOTE: All tests run in this JVM: [SessionTokenTest, 
> HttpReplicatorTest, IndexAndTaxonomyReplicationClientTest]
>    [junit4] Completed on J0 in 4.82s, 5 tests, 1 error <<< FAILURES!
>
> [...truncated 22 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The 
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The 
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following 
> error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The 
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/build.xml:540: The 
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:2108:
>  The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/module-build.xml:60: 
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1351:
>  The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:966:
>  There were test failures: 7 suites, 31 tests, 1 error
>
> Total time: 39 minutes 39 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b34 
> -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to