You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/01/07 06:57:38 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 25815 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [exec] 
     [exec] file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec] 
     [exec] file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
     [exec] 
     [exec] Broken javadocs links were found!

BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961: exec returned: 1

Total time: 81 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
broken links detection just looks for broken links.

thats why there is no argument about whether the failure is "true" or
"false". it doesnt know fairness and justice. it only knows
filenotfoundexception.

On Mon, Jan 7, 2013 at 8:40 AM, Shai Erera <se...@gmail.com> wrote:
> I guess you didn't read past that comment :). I wrote that I don't know how
> documentation-lint works and whether it broke on the method signature or the
> {@link}.
>
> Shai
>
>
> On Mon, Jan 7, 2013 at 3:38 PM, Robert Muir <rc...@gmail.com> wrote:
>>
>> On Mon, Jan 7, 2013 at 7:54 AM, Shai Erera <se...@gmail.com> wrote:
>> > bq. How can it not be a true error?!
>> >
>> > If you @link to a package-private class in a javadoc, it DOES NOT create
>> > a
>> > link, but rather just writes the plain class's name. In fact, the result
>> > of
>> > {@link PackagePrivateClass} is the same as {@code PackagePrivateClass}.
>> > At
>> > least, I ran 'ant javadocs' and viewed the HTML, and the result was like
>> > the
>> > latter.
>>
>> Dude: if it didn't create a link, you wouldnt have gotten a broken
>> links failures.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-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-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Shai Erera <se...@gmail.com>.
I guess you didn't read past that comment :). I wrote that I don't know how
documentation-lint works and whether it broke on the method signature or
the {@link}.

Shai


On Mon, Jan 7, 2013 at 3:38 PM, Robert Muir <rc...@gmail.com> wrote:

> On Mon, Jan 7, 2013 at 7:54 AM, Shai Erera <se...@gmail.com> wrote:
> > bq. How can it not be a true error?!
> >
> > If you @link to a package-private class in a javadoc, it DOES NOT create
> a
> > link, but rather just writes the plain class's name. In fact, the result
> of
> > {@link PackagePrivateClass} is the same as {@code PackagePrivateClass}.
> At
> > least, I ran 'ant javadocs' and viewed the HTML, and the result was like
> the
> > latter.
>
> Dude: if it didn't create a link, you wouldnt have gotten a broken
> links failures.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
On Mon, Jan 7, 2013 at 7:54 AM, Shai Erera <se...@gmail.com> wrote:
> bq. How can it not be a true error?!
>
> If you @link to a package-private class in a javadoc, it DOES NOT create a
> link, but rather just writes the plain class's name. In fact, the result of
> {@link PackagePrivateClass} is the same as {@code PackagePrivateClass}. At
> least, I ran 'ant javadocs' and viewed the HTML, and the result was like the
> latter.

Dude: if it didn't create a link, you wouldnt have gotten a broken
links failures.

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


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Shai Erera <se...@gmail.com>.
bq. How can it not be a true error?!

If you @link to a package-private class in a javadoc, it DOES NOT create a
link, but rather just writes the plain class's name. In fact, the result of
{@link PackagePrivateClass} is the same as {@code PackagePrivateClass}. At
least, I ran 'ant javadocs' and viewed the HTML, and the result was like
the latter.

Uwe, I'm not talking about the method's signature which took a
package-private class. That DOES create a broken link, and it's good that
documentation-lint found it, because I agree with you that it's wrong.

I agree there's not much value to link to package-private classes in
javadocs (I'm not arguing about it). But I don't know if documentation-lint
failed on the method signature's broken link, or the {@link} in the
javadocs. Let's hope that it will catch both.

Shai


On Mon, Jan 7, 2013 at 2:23 PM, Robert Muir <rc...@gmail.com> wrote:

> On Mon, Jan 7, 2013 at 1:38 AM, Shai Erera <se...@gmail.com> wrote:
> > I don't like this failure. CategoryPathUtils contains some {@link
> > CharBlockArray} mentions, while the latter is package-private. When I run
> > 'ant javadocs' the generated javadocs just include the text
> CharBlockArray
> > with no link. I don't think that's a true error?
>
> How can it not be a true error?!
>
> This script only checks for broken links: because you @link to
> package-private shit, then it resutls with html with broken links.
>
> its a true error by definition since your html contains broken links:
> its just that simple. There is no need to discuss whether its "true"
> or "false" error.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
On Mon, Jan 7, 2013 at 1:38 AM, Shai Erera <se...@gmail.com> wrote:
> I don't like this failure. CategoryPathUtils contains some {@link
> CharBlockArray} mentions, while the latter is package-private. When I run
> 'ant javadocs' the generated javadocs just include the text CharBlockArray
> with no link. I don't think that's a true error?

How can it not be a true error?!

This script only checks for broken links: because you @link to
package-private shit, then it resutls with html with broken links.

its a true error by definition since your html contains broken links:
its just that simple. There is no need to discuss whether its "true"
or "false" error.

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


RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I think it's also a "technical" error (on the API side! Not on the javadocs side - we just found this error through parsing the javadocs). A method returning a (package-)private symbol or accepting a (package-)private symbol as parameter is broken, because you cannot call it without complier error or using "Object" as type. So this method/class using private symbols must be hidden, too.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: dawid.weiss@gmail.com [mailto:dawid.weiss@gmail.com] On Behalf
> Of Dawid Weiss
> Sent: Monday, January 07, 2013 1:08 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build #
> 58 - Failure!
> 
> I think what Uwe meant to say is that it's not a technical error but a logical
> one: why would you want to expose an internal (package
> private) class in a public JavaDoc if nobody should be able to use it?
> 
> Dawid
> 
> On Mon, Jan 7, 2013 at 1:01 PM, Shai Erera <se...@gmail.com> wrote:
> > It was helpful in this case, but I was referring to when you put a
> > {@link PackagePrivateClass} in javadocs. That's allowed, the generated
> > jdocs don't include any link, just 'PackagePrivateClass' text.
> > However, documentation-lint will fail in that case.
> >
> > Shai
> >
> >
> > On Mon, Jan 7, 2013 at 1:44 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> >>
> >> I think the warning may be misleading in that case. But an API the
> >> returns/wants package private classes is broken and needs fixing –
> >> because nobody can ever call this class through the public API
> >> (because the symbols are unknown to the compiler). In your case the
> >> fix was to hide the CategoryPathUtils class, too. So the error was helpful in
> this case!
> >>
> >>
> >>
> >> -----
> >>
> >> Uwe Schindler
> >>
> >> H.-H.-Meier-Allee 63, D-28213 Bremen
> >>
> >> http://www.thetaphi.de
> >>
> >> eMail: uwe@thetaphi.de
> >>
> >>
> >>
> >> From: Shai Erera [mailto:serera@gmail.com]
> >> Sent: Monday, January 07, 2013 7:39 AM
> >> To: dev@lucene.apache.org
> >> Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) -
> >> Build #
> >> 58 - Failure!
> >>
> >>
> >>
> >> I don't like this failure. CategoryPathUtils contains some {@link
> >> CharBlockArray} mentions, while the latter is package-private. When I
> >> run 'ant javadocs' the generated javadocs just include the text
> >> CharBlockArray with no link. I don't think that's a true error?
> >>
> >> Anyway, this made me think that CategoryPathUtils should be
> >> package-private itself, since its API relies on package-private API,
> >> so I committed that change.
> >>
> >> I hope that documentation-lint will be happier now.
> >>
> >> But in general I think that this failure was a false positive. We
> >> should be allowed to put such links in jdocs - the generated jdocs
> >> don't display them as links, so end-user wise there's no problem.
> >>
> >> Shai
> >>
> >>
> >>
> >> On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server
> >> <je...@thetaphi.de> wrote:
> >>
> >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
> >> Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
> >>
> >> All tests passed
> >>
> >> Build Log:
> >> [...truncated 25815 lines...]
> >> -documentation-lint:
> >>      [echo] checking for broken html...
> >>     [jtidy] Checking for broken html (such as invalid tags)...
> >>    [delete] Deleting directory
> >> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/jtidy_tmp
> >>      [echo] Checking for broken links...
> >>      [exec]
> >>      [exec] Crawl/parse...
> >>      [exec]
> >>      [exec] Verify...
> >>      [exec]
> >>      [exec]
> >> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-
> use/CategoryPath.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]
> >>      [exec]
> >>
> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2
> o/CategoryPathUtils.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]   BROKEN LINK:
> >>
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o
> .CharBlockArray.html
> >>      [exec]
> >>      [exec] Broken javadocs links were found!
> >>
> >> BUILD FAILED
> >>
> >> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-
> MacOSX/build.xml:60:
> >> The following error occurred while executing this line:
> >>
> >> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build.xml:242:
> >> The following error occurred while executing this line:
> >>
> >> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/common-build.xml:1961:
> >> exec returned: 1
> >>
> >> Total time: 81 minutes 29 seconds
> >> Build step 'Invoke Ant' marked build as failure Archiving artifacts
> >> Recording test results Description set: Java: 64bit/jdk1.7.0
> >> -XX:+UseConcMarkSweepGC Email was triggered for: Failure Sending
> >> email for trigger: Failure
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >>
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-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-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
I think what Uwe meant to say is that it's not a technical error but a
logical one: why would you want to expose an internal (package
private) class in a public JavaDoc if nobody should be able to use it?

Dawid

On Mon, Jan 7, 2013 at 1:01 PM, Shai Erera <se...@gmail.com> wrote:
> It was helpful in this case, but I was referring to when you put a {@link
> PackagePrivateClass} in javadocs. That's allowed, the generated jdocs don't
> include any link, just 'PackagePrivateClass' text.
> However, documentation-lint will fail in that case.
>
> Shai
>
>
> On Mon, Jan 7, 2013 at 1:44 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>
>> I think the warning may be misleading in that case. But an API the
>> returns/wants package private classes is broken and needs fixing – because
>> nobody can ever call this class through the public API (because the symbols
>> are unknown to the compiler). In your case the fix was to hide the
>> CategoryPathUtils class, too. So the error was helpful in this case!
>>
>>
>>
>> -----
>>
>> Uwe Schindler
>>
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>
>> http://www.thetaphi.de
>>
>> eMail: uwe@thetaphi.de
>>
>>
>>
>> From: Shai Erera [mailto:serera@gmail.com]
>> Sent: Monday, January 07, 2013 7:39 AM
>> To: dev@lucene.apache.org
>> Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build #
>> 58 - Failure!
>>
>>
>>
>> I don't like this failure. CategoryPathUtils contains some {@link
>> CharBlockArray} mentions, while the latter is package-private. When I run
>> 'ant javadocs' the generated javadocs just include the text CharBlockArray
>> with no link. I don't think that's a true error?
>>
>> Anyway, this made me think that CategoryPathUtils should be
>> package-private itself, since its API relies on package-private API, so I
>> committed that change.
>>
>> I hope that documentation-lint will be happier now.
>>
>> But in general I think that this failure was a false positive. We should
>> be allowed to put such links in jdocs - the generated jdocs don't display
>> them as links, so end-user wise there's no problem.
>>
>> Shai
>>
>>
>>
>> On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server
>> <je...@thetaphi.de> wrote:
>>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
>> Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 25815 lines...]
>> -documentation-lint:
>>      [echo] checking for broken html...
>>     [jtidy] Checking for broken html (such as invalid tags)...
>>    [delete] Deleting directory
>> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp
>>      [echo] Checking for broken links...
>>      [exec]
>>      [exec] Crawl/parse...
>>      [exec]
>>      [exec] Verify...
>>      [exec]
>>      [exec]
>> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]
>>      [exec]
>> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]   BROKEN LINK:
>> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>>      [exec]
>>      [exec] Broken javadocs links were found!
>>
>> BUILD FAILED
>>
>> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60:
>> The following error occurred while executing this line:
>>
>> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242:
>> The following error occurred while executing this line:
>>
>> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961:
>> exec returned: 1
>>
>> Total time: 81 minutes 29 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-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-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Shai Erera <se...@gmail.com>.
It was helpful in this case, but I was referring to when you put a {@link
PackagePrivateClass} in javadocs. That's allowed, the generated jdocs don't
include any link, just 'PackagePrivateClass' text.
However, documentation-lint will fail in that case.

Shai


On Mon, Jan 7, 2013 at 1:44 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> I think the warning may be misleading in that case. But an API the
> returns/wants package private classes is broken and needs fixing – because
> nobody can ever call this class through the public API (because the symbols
> are unknown to the compiler). In your case the fix was to hide the
> CategoryPathUtils class, too. So the error was helpful in this case!****
>
> ** **
>
> -----****
>
> Uwe Schindler****
>
> H.-H.-Meier-Allee 63, D-28213 Bremen****
>
> http://www.thetaphi.de****
>
> eMail: uwe@thetaphi.de****
>
> ** **
>
> *From:* Shai Erera [mailto:serera@gmail.com]
> *Sent:* Monday, January 07, 2013 7:39 AM
> *To:* dev@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) -
> Build # 58 - Failure!****
>
> ** **
>
> I don't like this failure. CategoryPathUtils contains some {@link
> CharBlockArray} mentions, while the latter is package-private. When I run
> 'ant javadocs' the generated javadocs just include the text CharBlockArray
> with no link. I don't think that's a true error?****
>
> Anyway, this made me think that CategoryPathUtils should be
> package-private itself, since its API relies on package-private API, so I
> committed that change.****
>
> I hope that documentation-lint will be happier now.****
>
> But in general I think that this failure was a false positive. We should
> be allowed to put such links in jdocs - the generated jdocs don't display
> them as links, so end-user wise there's no problem.****
>
> Shai****
>
> ** **
>
> On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:****
>
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
> Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
>
> All tests passed
>
> Build Log:
> [...truncated 25815 lines...]
> -documentation-lint:
>      [echo] checking for broken html...
>     [jtidy] Checking for broken html (such as invalid tags)...
>    [delete] Deleting directory
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp
>      [echo] Checking for broken links...
>      [exec]
>      [exec] Crawl/parse...
>      [exec]
>      [exec] Verify...
>      [exec]
>      [exec]
> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]
>      [exec]
> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]
>      [exec] Broken javadocs links were found!
>
> BUILD FAILED
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60:
> The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242:
> The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961:
> exec returned: 1
>
> Total time: 81 minutes 29 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org****
>
> ** **
>

RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I think the warning may be misleading in that case. But an API the returns/wants package private classes is broken and needs fixing – because nobody can ever call this class through the public API (because the symbols are unknown to the compiler). In your case the fix was to hide the CategoryPathUtils class, too. So the error was helpful in this case!

 

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: uwe@thetaphi.de

 

From: Shai Erera [mailto:serera@gmail.com] 
Sent: Monday, January 07, 2013 7:39 AM
To: dev@lucene.apache.org
Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

 

I don't like this failure. CategoryPathUtils contains some {@link CharBlockArray} mentions, while the latter is package-private. When I run 'ant javadocs' the generated javadocs just include the text CharBlockArray with no link. I don't think that's a true error?

Anyway, this made me think that CategoryPathUtils should be package-private itself, since its API relies on package-private API, so I committed that change.

I hope that documentation-lint will be happier now.

But in general I think that this failure was a false positive. We should be allowed to put such links in jdocs - the generated jdocs don't display them as links, so end-user wise there's no problem.

Shai

 

On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 25815 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec]
     [exec] Crawl/parse...
     [exec]
     [exec] Verify...
     [exec]
     [exec] file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html <file:///\\build\docs\facet\org\apache\lucene\facet\taxonomy\class-use\CategoryPath.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]
     [exec] file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html <file:///\\build\docs\facet\org\apache\lucene\facet\taxonomy\writercache\cl2o\CategoryPathUtils.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]   BROKEN LINK: file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html <file:///\\build\docs\core\org\apache\lucene\facet.taxonomy.writercache.cl2o.CharBlockArray.html> 
     [exec]
     [exec] Broken javadocs links were found!

BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961: exec returned: 1

Total time: 81 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure




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

 


Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure!

Posted by Shai Erera <se...@gmail.com>.
I don't like this failure. CategoryPathUtils contains some {@link
CharBlockArray} mentions, while the latter is package-private. When I run
'ant javadocs' the generated javadocs just include the text CharBlockArray
with no link. I don't think that's a true error?

Anyway, this made me think that CategoryPathUtils should be package-private
itself, since its API relies on package-private API, so I committed that
change.

I hope that documentation-lint will be happier now.

But in general I think that this failure was a false positive. We should be
allowed to put such links in jdocs - the generated jdocs don't display them
as links, so end-user wise there's no problem.

Shai


On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/
> Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
>
> All tests passed
>
> Build Log:
> [...truncated 25815 lines...]
> -documentation-lint:
>      [echo] checking for broken html...
>     [jtidy] Checking for broken html (such as invalid tags)...
>    [delete] Deleting directory
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp
>      [echo] Checking for broken links...
>      [exec]
>      [exec] Crawl/parse...
>      [exec]
>      [exec] Verify...
>      [exec]
>      [exec]
> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]
>      [exec]
> file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]   BROKEN LINK:
> file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html
>      [exec]
>      [exec] Broken javadocs links were found!
>
> BUILD FAILED
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60:
> The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242:
> The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961:
> exec returned: 1
>
> Total time: 81 minutes 29 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 61 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
... yet again fixed by my last commit.

I love our tests!!

Mike McCandless

http://blog.mikemccandless.com

On Tue, Jan 8, 2013 at 11:14 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/61/
> Java: 64bit/jdk1.6.0 -XX:+UseParallelGC
>
> 5 tests failed.
> REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault
>
> Error Message:
> CheckIndex failed
>
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:66400262536171B5]:0)
>         at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
>         at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:680)
>
>
> REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField
>
> Error Message:
> CheckIndex failed
>
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:2FF459C79657C6C0]:0)
>         at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
>         at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:680)
>
>
> REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom
>
> Error Message:
> CheckIndex failed
>
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:D53A3D97F7F8EF43]:0)
>         at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
>         at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:680)
>
>
> REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent
>
> Error Message:
> CheckIndex failed
>
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:CB9877E23BDBAC18]:0)
>         at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
>         at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:680)
>
>
> REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText
>
> Error Message:
> CheckIndex failed
>
> Stack Trace:
> java.lang.RuntimeException: CheckIndex failed
>         at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:9630BD4F431EB199]:0)
>         at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
>         at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:680)
>
>
>
>
> Build Log:
> [...truncated 5895 lines...]
> [junit4:junit4] Suite: org.apache.lucene.facet.search.TestMultipleCategoryLists
> [junit4:junit4]   1> CheckIndex failed
> [junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
> [junit4:junit4]   1>   1 of 2: name=_0 docCount=1
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1>    at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1> FAILED
> [junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
> [junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>
> [junit4:junit4]   1>   2 of 2: name=_1 docCount=14
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
> [junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1>
> [junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
> [junit4:junit4]   1>
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testDefault -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
> [junit4:junit4] ERROR   0.43s | TestMultipleCategoryLists.testDefault <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:66400262536171B5]:0)
> [junit4:junit4]    >    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
> [junit4:junit4]    >    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]    >    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]    >    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1> CheckIndex failed
> [junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
> [junit4:junit4]   1>   1 of 2: name=_0 docCount=1
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1>    at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1> FAILED
> [junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
> [junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>
> [junit4:junit4]   1>   2 of 2: name=_1 docCount=14
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
> [junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1>
> [junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
> [junit4:junit4]   1>
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testTwoCustomsSameField -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
> [junit4:junit4] ERROR   0.11s | TestMultipleCategoryLists.testTwoCustomsSameField <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:2FF459C79657C6C0]:0)
> [junit4:junit4]    >    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
> [junit4:junit4]    >    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]    >    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]    >    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1> CheckIndex failed
> [junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
> [junit4:junit4]   1>   1 of 2: name=_0 docCount=1
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1>    at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1> FAILED
> [junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
> [junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>
> [junit4:junit4]   1>   2 of 2: name=_1 docCount=14
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
> [junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1>
> [junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
> [junit4:junit4]   1>
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testCustom -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
> [junit4:junit4] ERROR   0.27s | TestMultipleCategoryLists.testCustom <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:D53A3D97F7F8EF43]:0)
> [junit4:junit4]    >    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
> [junit4:junit4]    >    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]    >    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]    >    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1> CheckIndex failed
> [junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
> [junit4:junit4]   1>   1 of 2: name=_0 docCount=1
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1>    at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1> FAILED
> [junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
> [junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>
> [junit4:junit4]   1>   2 of 2: name=_1 docCount=14
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
> [junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1>
> [junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
> [junit4:junit4]   1>
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testSomeSameSomeDifferent -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
> [junit4:junit4] ERROR   0.19s | TestMultipleCategoryLists.testSomeSameSomeDifferent <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:CB9877E23BDBAC18]:0)
> [junit4:junit4]    >    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
> [junit4:junit4]    >    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]    >    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]    >    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1> CheckIndex failed
> [junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
> [junit4:junit4]   1>   1 of 2: name=_0 docCount=1
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
> [junit4:junit4]   1>    at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
> [junit4:junit4]   1>    at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1> FAILED
> [junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
> [junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
> [junit4:junit4]   1>    at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
> [junit4:junit4]   1>    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
> [junit4:junit4]   1>    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]   1>    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]   1>    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   1>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]   1>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]   1>    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   1>    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   1>    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   1>    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   1>    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   1>
> [junit4:junit4]   1>   2 of 2: name=_1 docCount=14
> [junit4:junit4]   1>     codec=Lucene41
> [junit4:junit4]   1>     compound=false
> [junit4:junit4]   1>     numFiles=5
> [junit4:junit4]   1>     size (MB)=0.001
> [junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
> [junit4:junit4]   1>     no deletions
> [junit4:junit4]   1>     test: open reader.........OK
> [junit4:junit4]   1>     test: fields..............OK [2 fields]
> [junit4:junit4]   1>     test: field norms.........OK [0 fields]
> [junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
> [junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
> [junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
> [junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
> [junit4:junit4]   1>
> [junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
> [junit4:junit4]   1>
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testDifferentFieldsAndText -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
> [junit4:junit4] ERROR   0.30s | TestMultipleCategoryLists.testDifferentFieldsAndText <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:9630BD4F431EB199]:0)
> [junit4:junit4]    >    at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
> [junit4:junit4]    >    at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
> [junit4:junit4]    >    at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
> [junit4:junit4]    >    at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:680)
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {content=PostingsFormat(name=TestBloomFilteredLucene41Postings), $facets=PostingsFormat(name=MockRandom), $author=PostingsFormat(name=Memory doPackFST= true), $full_path$=PostingsFormat(name=Memory doPackFST= true), $music=PostingsFormat(name=TestBloomFilteredLucene41Postings), $composers=PostingsFormat(name=Memory doPackFST= true), $literature=PostingsFormat(name=TestBloomFilteredLucene41Postings), $payloads$=PostingsFormat(name=Memory doPackFST= true), $bands=Pulsing41(freqCutoff=5 minBlockSize=99 maxBlockSize=280)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=IB SPL-L1}, locale=sr_RS, timezone=America/Indiana/Vincennes
> [junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Apple Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=43896960,total=103612416
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [ArrayHashMapTest, ObjectToFloatMapTest, TestSimpleExample, SamplingWrapperTest, TestScoredDocIdCollector, TestTopKInEachNodeResultHandler, PathPolicyTest, OversampleWithDepthTest, TestAdaptiveExample, TestTopKResultsHandler, TestCompactLabelToOrdinal, Vint8Test, TestDemoFacets, TestCategoryPath, TestMultiCLExample, TestAssociationExample, PerDimensionIndexingParamsTest, TestTotalFacetCountsCache, TestMultipleCategoryLists]
> [junit4:junit4] Completed in 1.33s, 5 tests, 5 errors <<< FAILURES!
>
> [...truncated 127 lines...]
> BUILD FAILED
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:353: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:520: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1720: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/module-build.xml:61: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
> /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 57 suites, 232 tests, 5 errors, 1 ignored (1 assumption)
>
> Total time: 23 minutes 26 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/jdk1.6.0 -XX:+UseParallelGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

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


[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.6.0) - Build # 61 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/61/
Java: 64bit/jdk1.6.0 -XX:+UseParallelGC

5 tests failed.
REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault

Error Message:
CheckIndex failed

Stack Trace:
java.lang.RuntimeException: CheckIndex failed
	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:66400262536171B5]:0)
	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)


REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField

Error Message:
CheckIndex failed

Stack Trace:
java.lang.RuntimeException: CheckIndex failed
	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:2FF459C79657C6C0]:0)
	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)


REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom

Error Message:
CheckIndex failed

Stack Trace:
java.lang.RuntimeException: CheckIndex failed
	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:D53A3D97F7F8EF43]:0)
	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)


REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent

Error Message:
CheckIndex failed

Stack Trace:
java.lang.RuntimeException: CheckIndex failed
	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:CB9877E23BDBAC18]:0)
	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)


REGRESSION:  org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText

Error Message:
CheckIndex failed

Stack Trace:
java.lang.RuntimeException: CheckIndex failed
	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:9630BD4F431EB199]:0)
	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:680)




Build Log:
[...truncated 5895 lines...]
[junit4:junit4] Suite: org.apache.lucene.facet.search.TestMultipleCategoryLists
[junit4:junit4]   1> CheckIndex failed
[junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
[junit4:junit4]   1>   1 of 2: name=_0 docCount=1
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> 	at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> FAILED
[junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
[junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> 
[junit4:junit4]   1>   2 of 2: name=_1 docCount=14
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
[junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testDefault -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.43s | TestMultipleCategoryLists.testDefault <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:66400262536171B5]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
[junit4:junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]    > 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDefault(TestMultipleCategoryLists.java:104)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> CheckIndex failed
[junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
[junit4:junit4]   1>   1 of 2: name=_0 docCount=1
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> 	at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> FAILED
[junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
[junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> 
[junit4:junit4]   1>   2 of 2: name=_1 docCount=14
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
[junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testTwoCustomsSameField -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.11s | TestMultipleCategoryLists.testTwoCustomsSameField <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:2FF459C79657C6C0]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
[junit4:junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]    > 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testTwoCustomsSameField(TestMultipleCategoryLists.java:185)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> CheckIndex failed
[junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
[junit4:junit4]   1>   1 of 2: name=_0 docCount=1
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> 	at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> FAILED
[junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
[junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> 
[junit4:junit4]   1>   2 of 2: name=_1 docCount=14
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
[junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testCustom -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.27s | TestMultipleCategoryLists.testCustom <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:D53A3D97F7F8EF43]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
[junit4:junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]    > 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testCustom(TestMultipleCategoryLists.java:143)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> CheckIndex failed
[junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
[junit4:junit4]   1>   1 of 2: name=_0 docCount=1
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> 	at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> FAILED
[junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
[junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> 
[junit4:junit4]   1>   2 of 2: name=_1 docCount=14
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
[junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testSomeSameSomeDifferent -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.19s | TestMultipleCategoryLists.testSomeSameSomeDifferent <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:CB9877E23BDBAC18]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
[junit4:junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]    > 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testSomeSameSomeDifferent(TestMultipleCategoryLists.java:271)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> CheckIndex failed
[junit4:junit4]   1> Segments file=segments_2 numSegments=2 version=5.0 format= userData={index.epoch=2}
[junit4:junit4]   1>   1 of 2: name=_0 docCount=1
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: 0
[junit4:junit4]   1> 	at org.apache.lucene.store.ByteArrayDataInput.readVInt(ByteArrayDataInput.java:104)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.decodeMetaData(MemoryPostingsFormat.java:638)
[junit4:junit4]   1> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$FSTTermsEnum.docFreq(MemoryPostingsFormat.java:740)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:783)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1184)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:601)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1>     test: stored fields.......OK [1 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> FAILED
[junit4:junit4]   1>     WARNING: fixIndex() would remove reference to this segment; full exception:
[junit4:junit4]   1> java.lang.RuntimeException: Term Index test failed
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:616)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:217)
[junit4:junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]   1> 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]   1> 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   1> 
[junit4:junit4]   1>   2 of 2: name=_1 docCount=14
[junit4:junit4]   1>     codec=Lucene41
[junit4:junit4]   1>     compound=false
[junit4:junit4]   1>     numFiles=5
[junit4:junit4]   1>     size (MB)=0.001
[junit4:junit4]   1>     diagnostics = {os=Mac OS X, os.version=10.8.2, source=flush, lucene.version=5.0-SNAPSHOT, os.arch=x86_64, java.version=1.6.0_37, java.vendor=Apple Inc.}
[junit4:junit4]   1>     no deletions
[junit4:junit4]   1>     test: open reader.........OK
[junit4:junit4]   1>     test: fields..............OK [2 fields]
[junit4:junit4]   1>     test: field norms.........OK [0 fields]
[junit4:junit4]   1>     test: terms, freq, prox...OK [15 terms; 28 terms/docs pairs; 14 tokens]
[junit4:junit4]   1>     test: stored fields.......OK [14 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........OK [0 total vector count; avg 0 term/freq vector fields per doc]
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 0 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   1> WARNING: 1 broken segments (containing 1 documents) detected
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleCategoryLists -Dtests.method=testDifferentFieldsAndText -Dtests.seed=7BC7C39A4420B52 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=America/Indiana/Vincennes -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.30s | TestMultipleCategoryLists.testDifferentFieldsAndText <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckIndex failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BC7C39A4420B52:9630BD4F431EB199]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:221)
[junit4:junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:595)
[junit4:junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:146)
[junit4:junit4]    > 	at org.apache.lucene.facet.search.TestMultipleCategoryLists.testDifferentFieldsAndText(TestMultipleCategoryLists.java:229)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {content=PostingsFormat(name=TestBloomFilteredLucene41Postings), $facets=PostingsFormat(name=MockRandom), $author=PostingsFormat(name=Memory doPackFST= true), $full_path$=PostingsFormat(name=Memory doPackFST= true), $music=PostingsFormat(name=TestBloomFilteredLucene41Postings), $composers=PostingsFormat(name=Memory doPackFST= true), $literature=PostingsFormat(name=TestBloomFilteredLucene41Postings), $payloads$=PostingsFormat(name=Memory doPackFST= true), $bands=Pulsing41(freqCutoff=5 minBlockSize=99 maxBlockSize=280)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=IB SPL-L1}, locale=sr_RS, timezone=America/Indiana/Vincennes
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Apple Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=43896960,total=103612416
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ArrayHashMapTest, ObjectToFloatMapTest, TestSimpleExample, SamplingWrapperTest, TestScoredDocIdCollector, TestTopKInEachNodeResultHandler, PathPolicyTest, OversampleWithDepthTest, TestAdaptiveExample, TestTopKResultsHandler, TestCompactLabelToOrdinal, Vint8Test, TestDemoFacets, TestCategoryPath, TestMultiCLExample, TestAssociationExample, PerDimensionIndexingParamsTest, TestTotalFacetCountsCache, TestMultipleCategoryLists]
[junit4:junit4] Completed in 1.33s, 5 tests, 5 errors <<< FAILURES!

[...truncated 127 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:520: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1720: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/module-build.xml:61: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 57 suites, 232 tests, 5 errors, 1 ignored (1 assumption)

Total time: 23 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 60 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/60/
Java: 64bit/jdk1.7.0 -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([82B030284B4250A6:356BE303C1D309A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:168)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:121)
	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:492)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8715 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T662 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T662 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357571789709
[junit4:junit4]   2> 6 T662 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T663 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T663 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T663 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T663 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T663 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T663 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T662 oasc.ZkTestServer.run start zk server on port:49391
[junit4:junit4]   2> 109 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@17c1389e
[junit4:junit4]   2> 110 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T668 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T668 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 112 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49392
[junit4:junit4]   2> 113 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49392
[junit4:junit4]   2> 114 T666 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 116 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930000 with negotiated timeout 10000 for client /127.0.0.1:49392
[junit4:junit4]   2> 117 T668 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930000, negotiated timeout = 10000
[junit4:junit4]   2> 117 T669 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17c1389e name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 118 T662 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 123 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930000
[junit4:junit4]   2> 124 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49392 which had sessionid 0x13c159593930000
[junit4:junit4]   2> 125 T662 oaz.ZooKeeper.close Session: 0x13c159593930000 closed
[junit4:junit4]   2> 126 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@56dbdf2b
[junit4:junit4]   2> 127 T669 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T670 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 129 T670 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 130 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49393
[junit4:junit4]   2> 130 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49393
[junit4:junit4]   2> 130 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 142 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930001 with negotiated timeout 10000 for client /127.0.0.1:49393
[junit4:junit4]   2> 142 T670 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930001, negotiated timeout = 10000
[junit4:junit4]   2> 143 T671 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56dbdf2b name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 143 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 144 T662 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 150 T662 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 155 T662 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 160 T662 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 167 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 168 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 177 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 178 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 185 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 186 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 192 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 193 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 200 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 200 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 206 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 207 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 214 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 215 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 221 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 222 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 227 T662 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 228 T662 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 234 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930001
[junit4:junit4]   2> 235 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49393 which had sessionid 0x13c159593930001
[junit4:junit4]   2> 235 T662 oaz.ZooKeeper.close Session: 0x13c159593930001 closed
[junit4:junit4]   2> 239 T671 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 406 T662 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 411 T662 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49394
[junit4:junit4]   2> 412 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 412 T662 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 413 T662 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938
[junit4:junit4]   2> 414 T662 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/solr.xml
[junit4:junit4]   2> 414 T662 oasc.CoreContainer.<init> New CoreContainer 1933453336
[junit4:junit4]   2> 415 T662 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/'
[junit4:junit4]   2> 416 T662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/'
[junit4:junit4]   2> 451 T662 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 452 T662 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 453 T662 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 453 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 454 T662 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 454 T662 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 455 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 456 T662 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 456 T662 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 457 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 479 T662 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 500 T662 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49391/solr
[junit4:junit4]   2> 501 T662 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 502 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@67d1de8b
[junit4:junit4]   2> 503 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 504 T681 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 505 T681 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 505 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49395
[junit4:junit4]   2> 506 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49395
[junit4:junit4]   2> 507 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930002 with negotiated timeout 20000 for client /127.0.0.1:49395
[junit4:junit4]   2> 507 T681 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930002, negotiated timeout = 20000
[junit4:junit4]   2> 508 T682 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67d1de8b name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 509 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 511 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930002
[junit4:junit4]   2> 512 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49395 which had sessionid 0x13c159593930002
[junit4:junit4]   2> 512 T662 oaz.ZooKeeper.close Session: 0x13c159593930002 closed
[junit4:junit4]   2> 513 T682 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 513 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 520 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@290da9f7
[junit4:junit4]   2> 521 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 522 T683 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 523 T683 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 523 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49396
[junit4:junit4]   2> 523 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49396
[junit4:junit4]   2> 525 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930003 with negotiated timeout 20000 for client /127.0.0.1:49396
[junit4:junit4]   2> 525 T683 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930003, negotiated timeout = 20000
[junit4:junit4]   2> 526 T684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@290da9f7 name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 526 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 530 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 533 T662 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 537 T662 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49394_
[junit4:junit4]   2> 538 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49394_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49394_
[junit4:junit4]   2> 539 T662 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49394_
[junit4:junit4]   2> 546 T662 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 555 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 557 T662 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 562 T662 oasc.Overseer.start Overseer (id=88969824810762243-127.0.0.1:49394_-n_0000000000) starting
[junit4:junit4]   2> 563 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 565 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 566 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 568 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 570 T686 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 571 T662 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 576 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 580 T685 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 586 T687 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/collection1
[junit4:junit4]   2> 586 T687 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 587 T687 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 588 T687 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 590 T687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/collection1/'
[junit4:junit4]   2> 591 T687 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 592 T687 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/collection1/lib/README' to classloader
[junit4:junit4]   2> 644 T687 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 711 T687 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 713 T687 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 719 T687 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1360 T687 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1370 T687 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1377 T687 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1409 T687 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1419 T687 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1429 T687 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1432 T687 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1436 T687 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357571789938/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/
[junit4:junit4]   2> 1436 T687 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b6a48d
[junit4:junit4]   2> 1436 T687 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1437 T687 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data forceNew:false
[junit4:junit4]   2> 1438 T687 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data
[junit4:junit4]   2> 1438 T687 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index/
[junit4:junit4]   2> 1439 T687 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1440 T687 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index forceNew:false
[junit4:junit4]   2> 1444 T687 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fc0a3a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1444 T687 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1445 T687 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index
[junit4:junit4]   2> 1445 T687 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1447 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1448 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1448 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1448 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1449 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1449 T687 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1450 T687 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1450 T687 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1451 T687 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1452 T687 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1453 T687 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1453 T687 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1453 T687 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1454 T687 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1454 T687 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1455 T687 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1455 T687 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1457 T687 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1457 T687 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1458 T687 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1458 T687 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1458 T687 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1459 T687 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1459 T687 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1460 T687 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1460 T687 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1467 T687 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1470 T687 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1472 T687 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1474 T687 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data
[junit4:junit4]   2> 1475 T687 oass.SolrIndexSearcher.<init> Opening Searcher@6dfdf179 main
[junit4:junit4]   2> 1476 T687 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1476 T687 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1477 T687 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1482 T687 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1519 T688 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6dfdf179 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1525 T687 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1525 T687 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1526 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2096 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2097 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49394_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49394"}
[junit4:junit4]   2> 2098 T685 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2098 T685 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2099 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2110 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2531 T687 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2532 T687 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49394 collection:control_collection shard:shard1
[junit4:junit4]   2> 2533 T687 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2553 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2554 T687 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2555 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2560 T687 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2560 T687 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2560 T687 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49394/collection1/
[junit4:junit4]   2> 2561 T687 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2561 T687 oasc.SyncStrategy.syncToMe http://127.0.0.1:49394/collection1/ has no replicas
[junit4:junit4]   2> 2561 T687 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49394/collection1/
[junit4:junit4]   2> 2562 T687 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2572 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3623 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3638 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3656 T687 oasc.ZkController.register We are http://127.0.0.1:49394/collection1/ and leader is http://127.0.0.1:49394/collection1/
[junit4:junit4]   2> 3656 T687 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49394
[junit4:junit4]   2> 3657 T687 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3657 T687 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3657 T687 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3660 T687 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3661 T662 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3662 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3663 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3669 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3674 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@170b0284
[junit4:junit4]   2> 3675 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3676 T689 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3677 T689 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 3677 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49397
[junit4:junit4]   2> 3678 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49397
[junit4:junit4]   2> 3679 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930004 with negotiated timeout 10000 for client /127.0.0.1:49397
[junit4:junit4]   2> 3679 T689 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930004, negotiated timeout = 10000
[junit4:junit4]   2> 3680 T690 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170b0284 name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3680 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3682 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3686 T662 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3850 T662 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3855 T662 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49398
[junit4:junit4]   2> 3856 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3856 T662 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3857 T662 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389
[junit4:junit4]   2> 3858 T662 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/solr.xml
[junit4:junit4]   2> 3858 T662 oasc.CoreContainer.<init> New CoreContainer 555517897
[junit4:junit4]   2> 3859 T662 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/'
[junit4:junit4]   2> 3860 T662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/'
[junit4:junit4]   2> 3897 T662 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3897 T662 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3898 T662 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3898 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3899 T662 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3899 T662 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3900 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3900 T662 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3901 T662 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3902 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3914 T662 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3964 T662 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49391/solr
[junit4:junit4]   2> 3964 T662 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3965 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bc9760f
[junit4:junit4]   2> 3966 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3967 T700 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3968 T700 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 3968 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49399
[junit4:junit4]   2> 3969 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49399
[junit4:junit4]   2> 3970 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930005 with negotiated timeout 20000 for client /127.0.0.1:49399
[junit4:junit4]   2> 3971 T700 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930005, negotiated timeout = 20000
[junit4:junit4]   2> 3971 T701 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bc9760f name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3971 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3974 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930005
[junit4:junit4]   2> 3975 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49399 which had sessionid 0x13c159593930005
[junit4:junit4]   2> 3975 T662 oaz.ZooKeeper.close Session: 0x13c159593930005 closed
[junit4:junit4]   2> 3976 T701 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3977 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 3982 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f7f79c
[junit4:junit4]   2> 3984 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3984 T702 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3985 T702 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 3985 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49400
[junit4:junit4]   2> 3986 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49400
[junit4:junit4]   2> 3987 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930006 with negotiated timeout 20000 for client /127.0.0.1:49400
[junit4:junit4]   2> 3987 T702 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930006, negotiated timeout = 20000
[junit4:junit4]   2> 3988 T703 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f7f79c name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3989 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3990 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3992 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3994 T662 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49398_
[junit4:junit4]   2> 3995 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49398_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49398_
[junit4:junit4]   2> 3996 T662 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49398_
[junit4:junit4]   2> 4002 T684 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4002 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4002 T690 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4008 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4017 T704 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/collection1
[junit4:junit4]   2> 4018 T704 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4019 T704 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4019 T704 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4022 T704 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/collection1/'
[junit4:junit4]   2> 4023 T704 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4023 T704 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/collection1/lib/README' to classloader
[junit4:junit4]   2> 4072 T704 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4134 T704 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4136 T704 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4143 T704 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4717 T704 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4725 T704 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4729 T704 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4753 T704 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4760 T704 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4767 T704 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4770 T704 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4772 T704 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357571793389/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/
[junit4:junit4]   2> 4772 T704 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b6a48d
[junit4:junit4]   2> 4773 T704 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4774 T704 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1 forceNew:false
[junit4:junit4]   2> 4775 T704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 4775 T704 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index/
[junit4:junit4]   2> 4776 T704 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4777 T704 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index forceNew:false
[junit4:junit4]   2> 4782 T704 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@67a31b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4782 T704 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4783 T704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index
[junit4:junit4]   2> 4783 T704 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4787 T704 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4787 T704 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4788 T704 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4788 T704 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4789 T704 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4790 T704 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4790 T704 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4791 T704 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4792 T704 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4793 T704 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4794 T704 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4794 T704 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4795 T704 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4795 T704 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4796 T704 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4797 T704 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4798 T704 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4798 T704 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4799 T704 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4800 T704 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4801 T704 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4802 T704 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4802 T704 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4803 T704 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4804 T704 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4805 T704 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4812 T704 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4815 T704 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4817 T704 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4820 T704 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 4821 T704 oass.SolrIndexSearcher.<init> Opening Searcher@67001629 main
[junit4:junit4]   2> 4822 T704 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4823 T704 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4823 T704 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4830 T704 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4866 T705 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67001629 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4874 T704 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4874 T704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5151 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5153 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49394_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49394"}
[junit4:junit4]   2> 5163 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49398_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49398"}
[junit4:junit4]   2> 5163 T685 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5163 T685 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5173 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5174 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5173 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5878 T704 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5879 T704 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49398 collection:collection1 shard:shard1
[junit4:junit4]   2> 5881 T704 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5908 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 5911 T704 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5913 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5922 T704 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5923 T704 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5924 T704 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49398/collection1/
[junit4:junit4]   2> 5925 T704 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5926 T704 oasc.SyncStrategy.syncToMe http://127.0.0.1:49398/collection1/ has no replicas
[junit4:junit4]   2> 5928 T704 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49398/collection1/
[junit4:junit4]   2> 5928 T704 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5944 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6693 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6726 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6726 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6726 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6770 T704 oasc.ZkController.register We are http://127.0.0.1:49398/collection1/ and leader is http://127.0.0.1:49398/collection1/
[junit4:junit4]   2> 6771 T704 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49398
[junit4:junit4]   2> 6771 T704 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6771 T704 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6771 T704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6775 T704 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6777 T662 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6778 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6778 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6958 T662 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6962 T662 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49401
[junit4:junit4]   2> 6962 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6963 T662 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6964 T662 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488
[junit4:junit4]   2> 6964 T662 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/solr.xml
[junit4:junit4]   2> 6965 T662 oasc.CoreContainer.<init> New CoreContainer 1335371600
[junit4:junit4]   2> 6966 T662 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/'
[junit4:junit4]   2> 6966 T662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/'
[junit4:junit4]   2> 6999 T662 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7000 T662 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7001 T662 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7001 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7002 T662 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7002 T662 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7003 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7004 T662 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7004 T662 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7005 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7016 T662 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7035 T662 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49391/solr
[junit4:junit4]   2> 7035 T662 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7036 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e72c853
[junit4:junit4]   2> 7038 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7038 T715 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7039 T715 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 7039 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49402
[junit4:junit4]   2> 7040 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49402
[junit4:junit4]   2> 7041 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930007 with negotiated timeout 20000 for client /127.0.0.1:49402
[junit4:junit4]   2> 7042 T715 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930007, negotiated timeout = 20000
[junit4:junit4]   2> 7042 T716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e72c853 name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7042 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7045 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930007
[junit4:junit4]   2> 7046 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49402 which had sessionid 0x13c159593930007
[junit4:junit4]   2> 7046 T662 oaz.ZooKeeper.close Session: 0x13c159593930007 closed
[junit4:junit4]   2> 7046 T716 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7047 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7053 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e7749db
[junit4:junit4]   2> 7054 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7055 T717 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7056 T717 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 7056 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49403
[junit4:junit4]   2> 7057 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49403
[junit4:junit4]   2> 7058 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930008 with negotiated timeout 20000 for client /127.0.0.1:49403
[junit4:junit4]   2> 7059 T717 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930008, negotiated timeout = 20000
[junit4:junit4]   2> 7059 T718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e7749db name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7060 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7062 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7063 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7065 T662 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49401_
[junit4:junit4]   2> 7066 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49401_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49401_
[junit4:junit4]   2> 7067 T662 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49401_
[junit4:junit4]   2> 7071 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7072 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7079 T703 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7082 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7091 T719 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/collection1
[junit4:junit4]   2> 7091 T719 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7093 T684 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7093 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7093 T719 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7094 T719 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7095 T690 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7098 T719 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/collection1/'
[junit4:junit4]   2> 7099 T719 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7099 T719 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/collection1/lib/README' to classloader
[junit4:junit4]   2> 7147 T719 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7213 T719 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7215 T719 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7221 T719 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7841 T719 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7850 T719 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7854 T719 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7879 T719 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7884 T719 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7890 T719 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7892 T719 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7894 T719 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357571796488/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/
[junit4:junit4]   2> 7895 T719 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b6a48d
[junit4:junit4]   2> 7896 T719 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7897 T719 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2 forceNew:false
[junit4:junit4]   2> 7898 T719 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2> 7898 T719 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index/
[junit4:junit4]   2> 7899 T719 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7900 T719 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index forceNew:false
[junit4:junit4]   2> 7907 T719 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51a0a7ad; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7908 T719 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7909 T719 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index
[junit4:junit4]   2> 7911 T719 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7915 T719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7916 T719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7916 T719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7917 T719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7918 T719 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7918 T719 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7919 T719 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7920 T719 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7920 T719 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7921 T719 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7922 T719 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7923 T719 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7923 T719 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7924 T719 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7924 T719 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7925 T719 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7926 T719 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7927 T719 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7927 T719 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7928 T719 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7929 T719 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7930 T719 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7931 T719 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7932 T719 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7932 T719 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7933 T719 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7940 T719 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7943 T719 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7945 T719 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 7948 T719 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2> 7949 T719 oass.SolrIndexSearcher.<init> Opening Searcher@11470482 main
[junit4:junit4]   2> 7950 T719 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7951 T719 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7951 T719 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7957 T719 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7993 T720 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11470482 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8001 T719 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8001 T719 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8242 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8244 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49398_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49398"}
[junit4:junit4]   2> 8251 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49401_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49401"}
[junit4:junit4]   2> 8251 T685 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8251 T685 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8259 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8259 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8259 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8259 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9008 T719 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9008 T719 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49401 collection:collection1 shard:shard2
[junit4:junit4]   2> 9010 T719 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9021 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9023 T719 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9024 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9027 T719 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9027 T719 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9028 T719 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49401/collection1/
[junit4:junit4]   2> 9028 T719 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9029 T719 oasc.SyncStrategy.syncToMe http://127.0.0.1:49401/collection1/ has no replicas
[junit4:junit4]   2> 9029 T719 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49401/collection1/
[junit4:junit4]   2> 9029 T719 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9036 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c159593930008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9776 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9810 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9811 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9810 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9811 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9834 T719 oasc.ZkController.register We are http://127.0.0.1:49401/collection1/ and leader is http://127.0.0.1:49401/collection1/
[junit4:junit4]   2> 9835 T719 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49401
[junit4:junit4]   2> 9835 T719 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9836 T719 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9836 T719 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9839 T719 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9841 T662 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9841 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9842 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10009 T662 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10013 T662 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49404
[junit4:junit4]   2> 10014 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10014 T662 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10015 T662 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552
[junit4:junit4]   2> 10015 T662 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/solr.xml
[junit4:junit4]   2> 10016 T662 oasc.CoreContainer.<init> New CoreContainer 1509117391
[junit4:junit4]   2> 10017 T662 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/'
[junit4:junit4]   2> 10017 T662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/'
[junit4:junit4]   2> 10052 T662 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10053 T662 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10054 T662 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10054 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10055 T662 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10055 T662 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10056 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10056 T662 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10057 T662 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10058 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10070 T662 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10089 T662 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49391/solr
[junit4:junit4]   2> 10090 T662 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10090 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@585efe79
[junit4:junit4]   2> 10092 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10092 T730 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10093 T730 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 10094 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49405
[junit4:junit4]   2> 10094 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49405
[junit4:junit4]   2> 10096 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c159593930009 with negotiated timeout 20000 for client /127.0.0.1:49405
[junit4:junit4]   2> 10096 T730 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c159593930009, negotiated timeout = 20000
[junit4:junit4]   2> 10097 T731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@585efe79 name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10097 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10099 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c159593930009
[junit4:junit4]   2> 10100 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49405 which had sessionid 0x13c159593930009
[junit4:junit4]   2> 10101 T662 oaz.ZooKeeper.close Session: 0x13c159593930009 closed
[junit4:junit4]   2> 10101 T731 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10101 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10107 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@bb8fa10
[junit4:junit4]   2> 10108 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10108 T732 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10110 T732 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 10110 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49406
[junit4:junit4]   2> 10110 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49406
[junit4:junit4]   2> 10112 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c15959393000a with negotiated timeout 20000 for client /127.0.0.1:49406
[junit4:junit4]   2> 10112 T732 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c15959393000a, negotiated timeout = 20000
[junit4:junit4]   2> 10112 T733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb8fa10 name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10113 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10115 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10116 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10118 T662 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49404_
[junit4:junit4]   2> 10119 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49404_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49404_
[junit4:junit4]   2> 10120 T662 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49404_
[junit4:junit4]   2> 10125 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10125 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10127 T718 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10127 T684 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10127 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10127 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10132 T703 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10133 T690 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10137 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10147 T734 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/collection1
[junit4:junit4]   2> 10147 T734 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10148 T734 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10149 T734 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10151 T734 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/collection1/'
[junit4:junit4]   2> 10152 T734 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10153 T734 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/collection1/lib/README' to classloader
[junit4:junit4]   2> 10203 T734 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10268 T734 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10270 T734 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10276 T734 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10881 T734 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10890 T734 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10895 T734 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10920 T734 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10926 T734 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10932 T734 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10935 T734 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10938 T734 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357571799552/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/
[junit4:junit4]   2> 10938 T734 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b6a48d
[junit4:junit4]   2> 10939 T734 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10940 T734 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3 forceNew:false
[junit4:junit4]   2> 10940 T734 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 10940 T734 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index/
[junit4:junit4]   2> 10941 T734 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10942 T734 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index forceNew:false
[junit4:junit4]   2> 10947 T734 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73b2f6f5; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10948 T734 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10948 T734 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index
[junit4:junit4]   2> 10949 T734 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10952 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10952 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10953 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10954 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10955 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10956 T734 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10956 T734 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10957 T734 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10958 T734 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10959 T734 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10960 T734 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10961 T734 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10962 T734 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10962 T734 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10963 T734 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10964 T734 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10965 T734 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10966 T734 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10967 T734 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10968 T734 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10969 T734 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10971 T734 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10972 T734 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10973 T734 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10974 T734 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10976 T734 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10982 T734 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10985 T734 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10987 T734 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 10989 T734 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 10991 T734 oass.SolrIndexSearcher.<init> Opening Searcher@266b950b main
[junit4:junit4]   2> 10992 T734 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10993 T734 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10994 T734 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10999 T734 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11035 T735 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@266b950b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11044 T734 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11045 T734 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11339 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11341 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49401_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49401"}
[junit4:junit4]   2> 11348 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49404_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49404"}
[junit4:junit4]   2> 11348 T685 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11349 T685 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11356 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11356 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11356 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11357 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11357 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12050 T734 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12050 T734 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49404 collection:collection1 shard:shard1
[junit4:junit4]   2> 12062 T734 oasc.ZkController.register We are http://127.0.0.1:49404/collection1/ and leader is http://127.0.0.1:49398/collection1/
[junit4:junit4]   2> 12062 T734 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49404
[junit4:junit4]   2> 12063 T734 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12063 T734 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C49 name=collection1 org.apache.solr.core.SolrCore@175b9114 url=http://127.0.0.1:49404/collection1 node=127.0.0.1:49404_ C49_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49404_, base_url=http://127.0.0.1:49404}
[junit4:junit4]   2> 12065 T736 C49 P49404 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12067 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12067 T736 C49 P49404 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12068 T734 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12068 T736 C49 P49404 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12072 T736 C49 P49404 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12076 T662 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12078 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12080 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12261 T662 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12265 T662 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49408
[junit4:junit4]   2> 12266 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12267 T662 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12267 T662 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799
[junit4:junit4]   2> 12268 T662 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/solr.xml
[junit4:junit4]   2> 12268 T662 oasc.CoreContainer.<init> New CoreContainer 1516838355
[junit4:junit4]   2> 12269 T662 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/'
[junit4:junit4]   2> 12270 T662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/'
[junit4:junit4]   2> 12306 T662 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12307 T662 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12307 T662 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12308 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12308 T662 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12309 T662 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12310 T662 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12310 T662 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12311 T662 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12311 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12324 T662 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12343 T662 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49391/solr
[junit4:junit4]   2> 12344 T662 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12345 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@df3baeb
[junit4:junit4]   2> 12346 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12346 T746 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12348 T746 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 12348 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49409
[junit4:junit4]   2> 12349 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49409
[junit4:junit4]   2> 12350 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c15959393000b with negotiated timeout 20000 for client /127.0.0.1:49409
[junit4:junit4]   2> 12350 T746 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c15959393000b, negotiated timeout = 20000
[junit4:junit4]   2> 12351 T747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@df3baeb name:ZooKeeperConnection Watcher:127.0.0.1:49391 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12351 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12354 T667 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c15959393000b
[junit4:junit4]   2> 12355 T664 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49409 which had sessionid 0x13c15959393000b
[junit4:junit4]   2> 12355 T747 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12355 T662 oaz.ZooKeeper.close Session: 0x13c15959393000b closed
[junit4:junit4]   2> 12356 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12361 T662 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49391/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@165241a7
[junit4:junit4]   2> 12363 T662 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12363 T748 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49391. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12365 T748 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49391, initiating session
[junit4:junit4]   2> 12365 T664 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49410
[junit4:junit4]   2> 12366 T664 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49410
[junit4:junit4]   2> 12367 T666 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c15959393000c with negotiated timeout 20000 for client /127.0.0.1:49410
[junit4:junit4]   2> 12367 T748 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49391, sessionid = 0x13c15959393000c, negotiated timeout = 20000
[junit4:junit4]   2> 12368 T749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@165241a7 name:ZooKeeperConnection Watcher:127.0.0.1:49391/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12368 T662 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12370 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12371 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12374 T662 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49408_
[junit4:junit4]   2> 12375 T667 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c15959393000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49408_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49408_
[junit4:junit4]   2> 12376 T662 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49408_
[junit4:junit4]   2> 12380 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12381 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12382 T718 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12383 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12383 T733 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12383 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12384 T684 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12384 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12388 T703 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12389 T690 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12392 T662 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12401 T750 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/collection1
[junit4:junit4]   2> 12401 T750 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12402 T750 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12402 T750 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12404 T750 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/collection1/'
[junit4:junit4]   2> 12405 T750 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12406 T750 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/collection1/lib/README' to classloader
[junit4:junit4]   2> 12493 T750 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12568 T750 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12570 T750 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12576 T750 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12872 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12873 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49404_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49404"}
[junit4:junit4]   2> 12882 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12882 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12883 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12883 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12883 T749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12883 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13195 T750 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13204 T750 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13207 T750 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13233 T750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13239 T750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13245 T750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13247 T750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13249 T750 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357571801799/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/
[junit4:junit4]   2> 13250 T750 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b6a48d
[junit4:junit4]   2> 13251 T750 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13252 T750 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4 forceNew:false
[junit4:junit4]   2> 13252 T750 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 13252 T750 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index/
[junit4:junit4]   2> 13253 T750 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13254 T750 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index forceNew:false
[junit4:junit4]   2> 13259 T750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@32c6ca5b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13259 T750 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13261 T750 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index
[junit4:junit4]   2> 13261 T750 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13267 T750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13267 T750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13268 T750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13269 T750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13270 T750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13271 T750 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13272 T750 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13273 T750 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13274 T750 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13276 T750 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13276 T750 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13277 T750 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13278 T750 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13278 T750 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13279 T750 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13279 T750 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13280 T750 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13281 T750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13281 T750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13282 T750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13283 T750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13284 T750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13285 T750 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13286 T750 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13287 T750 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13288 T750 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13294 T750 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13297 T750 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13299 T750 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13302 T750 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 13303 T750 oass.SolrIndexSearcher.<init> Opening Searcher@ac0ddb7 main
[junit4:junit4]   2> 13304 T750 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13305 T750 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13305 T750 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13311 T750 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13346 T751 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ac0ddb7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13355 T750 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13355 T750 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14397 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14399 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49408_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49408"}
[junit4:junit4]   2> 14399 T685 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14400 T685 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14408 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14408 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14409 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14409 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14408 T749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14409 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2>  C49_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49404_, base_url=http://127.0.0.1:49404}
[junit4:junit4]   2> 15102 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49398/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15102 T736 C49 P49404 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49404 START replicas=[http://127.0.0.1:49398/collection1/] nUpdates=100
[junit4:junit4]   2> 15103 T736 C49 P49404 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15104 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15104 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15105 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15105 T736 C49 P49404 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15105 T736 C49 P49404 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49398/collection1/. core=collection1
[junit4:junit4]   2> 15105 T736 C49 P49404 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@4e508fcc url=http://127.0.0.1:49398/collection1 node=127.0.0.1:49398_ C50_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49398_, base_url=http://127.0.0.1:49398, leader=true}
[junit4:junit4]   2> 15113 T696 C50 P49398 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15116 T694 C50 P49398 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15117 T694 C50 P49398 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 15120 T694 C50 P49398 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@67a31b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15121 T694 C50 P49398 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15124 T694 C50 P49398 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@67a31b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@67a31b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15124 T694 C50 P49398 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15125 T694 C50 P49398 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 15125 T694 C50 P49398 oass.SolrIndexSearcher.<init> Opening Searcher@2203ef52 realtime
[junit4:junit4]   2> 15126 T694 C50 P49398 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15126 T694 C50 P49398 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 15127 T736 C49 P49404 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15128 T736 C49 P49404 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15131 T697 C50 P49398 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15132 T697 C50 P49398 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15132 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15133 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15133 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15136 T698 C50 P49398 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 15137 T698 C50 P49398 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1/index
[junit4:junit4]   2> 15137 T698 C50 P49398 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15138 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15139 T736 C49 P49404 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 forceNew:false
[junit4:junit4]   2> 15140 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15141 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58864b87; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15145 T696 C50 P49398 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15147 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index
[junit4:junit4]   2> 15148 T736 C49 P49404 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15148 T736 C49 P49404 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130107161644841
[junit4:junit4]   2> 15149 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15150 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15150 T736 C49 P49404 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841
[junit4:junit4]   2> 15153 T736 C49 P49404 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58864b87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15154 T736 C49 P49404 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15155 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15156 T736 C49 P49404 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15156 T736 C49 P49404 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15157 T736 C49 P49404 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15158 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841
[junit4:junit4]   2> 15159 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15163 T736 C49 P49404 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58864b87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15164 T736 C49 P49404 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15164 T736 C49 P49404 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15166 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15166 T736 C49 P49404 oass.SolrIndexSearcher.<init> Opening Searcher@769fc8af main
[junit4:junit4]   2> 15170 T735 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@769fc8af main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15171 T735 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index
[junit4:junit4]   2> 15171 T736 C49 P49404 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15175 T736 C49 P49404 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58864b87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58864b87; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15175 T736 C49 P49404 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15177 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 15177 T736 C49 P49404 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15178 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index.20130107161644841
[junit4:junit4]   2> 15178 T736 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3/index
[junit4:junit4]   2> 15179 T736 C49 P49404 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15179 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15179 T736 C49 P49404 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15180 T736 C49 P49404 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15183 T736 C49 P49404 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15372 T750 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15373 T750 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49408 collection:collection1 shard:shard2
[junit4:junit4]   2> 15387 T750 oasc.ZkController.register We are http://127.0.0.1:49408/collection1/ and leader is http://127.0.0.1:49401/collection1/
[junit4:junit4]   2> 15388 T750 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49408
[junit4:junit4]   2> 15389 T750 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15390 T750 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@3bc28c53 url=http://127.0.0.1:49408/collection1 node=127.0.0.1:49408_ C51_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49408_, base_url=http://127.0.0.1:49408}
[junit4:junit4]   2> 15392 T754 C51 P49408 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15394 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15394 T750 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15395 T754 C51 P49408 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15396 T754 C51 P49408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15397 T662 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15398 T754 C51 P49408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15398 T662 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15399 T662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15408 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15410 T662 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15411 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15922 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15923 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49404_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49404"}
[junit4:junit4]   2> 15929 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49408_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49408"}
[junit4:junit4]   2> 15937 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15937 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15937 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15937 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15937 T749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15937 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16418 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17425 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C51_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49408_, base_url=http://127.0.0.1:49408}
[junit4:junit4]   2> 18417 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49401/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18417 T754 C51 P49408 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49408 START replicas=[http://127.0.0.1:49401/collection1/] nUpdates=100
[junit4:junit4]   2> 18418 T754 C51 P49408 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18418 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18419 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18419 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18419 T754 C51 P49408 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18419 T754 C51 P49408 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49401/collection1/. core=collection1
[junit4:junit4]   2> 18420 T754 C51 P49408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@5b5ce7a8 url=http://127.0.0.1:49401/collection1 node=127.0.0.1:49401_ C52_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49401_, base_url=http://127.0.0.1:49401, leader=true}
[junit4:junit4]   2> 18428 T710 C52 P49401 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18431 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18432 T714 C52 P49401 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18433 T714 C52 P49401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2> 18438 T714 C52 P49401 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51a0a7ad; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18438 T714 C52 P49401 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18440 T714 C52 P49401 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51a0a7ad; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51a0a7ad; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18441 T714 C52 P49401 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18442 T714 C52 P49401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2> 18442 T714 C52 P49401 oass.SolrIndexSearcher.<init> Opening Searcher@7f3146ee realtime
[junit4:junit4]   2> 18442 T714 C52 P49401 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18443 T714 C52 P49401 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 18444 T754 C51 P49408 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18444 T754 C51 P49408 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18447 T712 C52 P49401 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18447 T712 C52 P49401 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18448 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18449 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18449 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18451 T713 C52 P49401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2> 18452 T713 C52 P49401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2/index
[junit4:junit4]   2> 18452 T713 C52 P49401 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18453 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18453 T754 C51 P49408 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 forceNew:false
[junit4:junit4]   2> 18454 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18455 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e9abe91; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18464 T710 C52 P49401 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18466 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index
[junit4:junit4]   2> 18466 T754 C51 P49408 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18467 T754 C51 P49408 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130107161648156
[junit4:junit4]   2> 18468 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18468 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18468 T754 C51 P49408 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156
[junit4:junit4]   2> 18471 T754 C51 P49408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e9abe91; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18471 T754 C51 P49408 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18473 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18473 T754 C51 P49408 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18474 T754 C51 P49408 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18474 T754 C51 P49408 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18475 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156
[junit4:junit4]   2> 18476 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18479 T754 C51 P49408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e9abe91; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18480 T754 C51 P49408 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18480 T754 C51 P49408 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18481 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18481 T754 C51 P49408 oass.SolrIndexSearcher.<init> Opening Searcher@6ae077dd main
[junit4:junit4]   2> 18484 T751 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ae077dd main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18485 T751 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index
[junit4:junit4]   2> 18485 T754 C51 P49408 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18487 T754 C51 P49408 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e9abe91; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e9abe91; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18488 T754 C51 P49408 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18489 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 18489 T754 C51 P49408 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18489 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index.20130107161648156
[junit4:junit4]   2> 18490 T754 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4/index
[junit4:junit4]   2> 18490 T754 C51 P49408 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18490 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18491 T754 C51 P49408 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18491 T754 C51 P49408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18493 T754 C51 P49408 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18967 T685 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18971 T685 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49408_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49408"}
[junit4:junit4]   2> 18990 T703 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18991 T690 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18991 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18990 T684 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18993 T718 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18991 T749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19435 T662 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19437 T662 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C53 name=collection1 org.apache.solr.core.SolrCore@633f6110 url=http://127.0.0.1:49394/collection1 node=127.0.0.1:49394_ C53_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49394_, base_url=http://127.0.0.1:49394, leader=true}
[junit4:junit4]   2> 19453 T678 C53 P49394 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data
[junit4:junit4]   2> 19459 T678 C53 P49394 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fc0a3a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19460 T678 C53 P49394 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19461 T678 C53 P49394 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/control/data
[junit4:junit4]   2> 19462 T678 C53 P49394 oass.SolrIndexSearcher.<init> Opening Searcher@7f6d2f18 realtime
[junit4:junit4]   2> 19463 T678 C53 P49394 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423517217355464704)} 0 13
[junit4:junit4]   2> 19467 T698 C50 P49398 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty1
[junit4:junit4]   2> 19473 T711 C52 P49401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty2
[junit4:junit4]   2>  C49_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49404_, base_url=http://127.0.0.1:49404}
[junit4:junit4]   2> 19479 T729 C49 P49404 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty3
[junit4:junit4]   2> 19481 T729 C49 P49404 /update {update.distrib=FROMLEADER&_version_=-1423517217370144768&update.from=http://127.0.0.1:49398/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423517217370144768)} 0 3
[junit4:junit4]   2>  C51_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49408_, base_url=http://127.0.0.1:49408}
[junit4:junit4]   2> 19485 T745 C51 P49408 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357571789708/jetty4
[junit4:junit4]   2> 19486 T745 C51 P49408 /update {update.distrib=FROMLEADER&_version_=-1423517217377484800&update.from=http://127.0.0.1:49401/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423517217377484800)} 0 3
[junit4:junit4]   2> 19487 T711 C52 P49401 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423517217377484800)} 0 15
[junit4:junit4]   2> 19488 T698 C50 P49398 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423517217370144768)} 0 23
[junit4:junit4]   2> 19496 T679 C53 P49394 /update {wt=javabin&version=2} {add=[1 (1423517217398456320)]} 0 4
[junit4:junit4]   2> 19511 T724 C49 P49404 /update {distrib.from=http://127.0.0.1:49398/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423517217407893504)]} 0 3
[junit4:junit4]   2> 19512 T696 C50 P49398 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1423517217407893504)]} 0 11
[junit4:junit4]   2> 19513 T712 C52 P49401 /update {wt=javabin&version=2} {add=[1]} 0 14
[junit4:junit4]   2> 19522 T680 C53 P49394 /update {wt=javabin&version=2} {add=[2 (1423517217427816448)]} 0 3
[junit4:junit4]   2> 19538 T740 C51 P49408 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1423517217434107904)]} 0 4
[junit4:junit4]   2> 19540 T713 C52 P49401 /update {wt=javabin&version=2} {add=[2 (1423517217434107904)]} 0 14
[junit4:junit4]   2> 19549 T675 C53 P49394 /update {wt=javabin&version=2} {add=[3 (1423517217454030848)]} 0 4
[junit4:junit4]   2> 19574 T742 C51 P49408 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1423517217471856640)]} 0 5
[junit4:junit4]   2> 19576 T710 C52 P49401 /update {distrib.from=http://127.0.0.1:49398/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1423517217471856640)]} 0 15
[junit4:junit4]   2> 19578 T699 C50 P49398 /update {wt=javabin&version=2} {add=[3]} 0 25
[junit4:junit4]   2> 19589 T676 C53 P49394 /update {wt=javabin&version=2} {add=[4 (1423517217495973888)]} 0 5
[junit4:junit4]   2> 19603 T725 C49 P49404 /update {distrib.from=http://127.0.0.1:49398/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1423517217509605376)]} 0 1
[junit4:junit4]   2> 19604 T695 C50 P49398 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1423517217509605376)]} 0 6
[junit4:junit4]   2> 19605 T709 C52 P49401 /update {wt=javabin&version=2} {add=[4]} 0 10
[junit4:junit4]   2> 19609 T677 C53 P49394 /update {wt=javabin&version=2} {add=[5 (1423517217520091136)]} 0 1
[junit4:junit4]   2> 19617 T743 C51 P49408 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1423517217524285440)]} 0 2
[junit4:junit4]   2> 19618 T714 C52 P49401 /update {wt=javabin&version=2} {add=[5 (1423517217524285440)]} 0 6
[junit4:junit4]   2> 19622 T678 C53 P49394 /update {wt=javabin&version=2} {add=[6 (1423517217533722624)]} 0 1
[junit4:junit4]   2> 19633 T744 C51 P49408 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1423517217541062656)]} 0 1
[junit4:junit4]   2> 19634 T711 C52 P49401 /update {distrib.from=http://127.0.0.1:49398/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1423517217541062656)]} 0 6
[junit4:junit4]   2> 19635 T697 C50 P49398 /update {wt=javabin&version=2} {add=[6]} 0 9
[junit4:junit4]   2> 19639 T679 C53 P49394 /update {wt=javabin&version=2} {add=[7 (1423517217551548416)]} 0 1
[junit4:junit4]   2> 19646 T745 C51 P49408 /update {distrib.from=http://127.0.0.1:49401/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1423517217555742720)]} 0 1
[junit4:junit4]   2> 19647 T712 C52 P49401 /update {wt=javabin&version=2} {add=[7 (1423517217555742720)]} 0 6
[junit4:junit4]   2> 19651 T680 C53 P49394 /update {wt=javabin&version=2} {add=[8 (1423517217564131328)]} 0 1
[junit4:junit4]   2> 19662 T726 C49 P49404 /update {distrib.from=http://127.0.0.1:49398/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1423517217570422784)]} 0 2
[junit4:junit4]   2> 19663 T698 C50 P49398 /update {wt=javabin&version=2} {add=[8 (1423517217570422784)]} 0 8
[junit4:junit4]   2> 19669 T675 C53 P49394 /update {wt=javabin&version=2} {add=[9 (1423517217583005696)]} 0 1
[junit4:junit4]   2> 19677 T741 C51 P49408 /up

[...truncated too long message...]

50A6:356BE303C1D309A]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:168)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:121)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:492)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 362300 T662 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=Asserting), foo_b=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), cat=Lucene41(blocksize=128), foo_d=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_f=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), n_tl1=PostingsFormat(name=Asserting), n_d1=Lucene41(blocksize=128), rnd_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), intDefault=Lucene41(blocksize=128), n_td1=PostingsFormat(name=Asserting), timestamp=Lucene41(blocksize=128), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), range_facet_si=PostingsFormat(name=Asserting), oddField_s=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), sequence_i=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), name=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_i=PostingsFormat(name=Asserting), regex_dup_B_s=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=Asserting), n_tf1=Lucene41(blocksize=128), n_dt1=PostingsFormat(name=Asserting), genre_s=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), author_t=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=Lucene41(blocksize=128), text=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), _version_=Lucene41(blocksize=128), val_i=PostingsFormat(name=TestBloomFilteredLucene41Postings), SubjectTerms_mfacet=Lucene41(blocksize=128), series_t=PostingsFormat(name=Asserting), a_t=Lucene41(blocksize=128), n_tdt1=Lucene41(blocksize=128), regex_dup_A_s=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), price=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201), other_tl1=Lucene41(blocksize=128), n_l1=Lucene41(blocksize=128), a_si=PostingsFormat(name=Asserting), inStock=Pulsing41(freqCutoff=15 minBlockSize=82 maxBlockSize=201)}, sim=DefaultSimilarity, locale=en, timezone=Europe/Oslo
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=1,free=129585776,total=454033408
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ClusterStateUpdateTest, WordBreakSolrSpellCheckerTest, SyncSliceTest, SimpleFacetsTest, TestXIncludeConfig, LukeRequestHandlerTest, SampleTest, TestPostingsSolrHighlighter, TestGroupingSearch, TestUtils, SpellCheckCollatorTest, ZkNodePropsTest, NotRequiredUniqueKeyTest, TestDistributedGrouping, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestSolrXMLSerializer, TestSearchPerf, TestAnalyzedSuggestions, IndexBasedSpellCheckerTest, ChaosMonkeySafeLeaderTest, TestFastOutputStream, TestQuerySenderNoQuery, FileUtilsTest, TestReload, PluginInfoTest, TestValueSourceCache, CSVRequestHandlerTest, HighlighterConfigTest, SuggesterTSTTest, RequestHandlersTest, RecoveryZkTest, AlternateDirectoryTest, UpdateParamsTest, TestWordDelimiterFilterFactory, BadComponentTest, TestMultiCoreConfBootstrap, DirectUpdateHandlerOptimizeTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 362.57s, 1 test, 1 failure <<< FAILURES!

[...truncated 632 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1028 tests, 1 failure, 14 ignored (3 assumptions)

Total time: 58 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 59 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/59/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
IOException occured when talking to server at: http://127.0.0.1:50369/zk_ika/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50369/zk_ika/collection1
	at __randomizedtesting.SeedInfo.seed([D6C3CDB5DA810C5E:572543ADADDE6C62]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:413)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.index_specific(AbstractFullDistribZkTestBase.java:575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkQueries(AbstractFullDistribZkTestBase.java:750)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:86)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 46 more




Build Log:
[...truncated 9329 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T4011 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zk_ika/
[junit4:junit4]   2> 7 T4011 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1357555894814
[junit4:junit4]   2> 9 T4011 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T4012 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T4012 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T4012 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T4012 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 12 T4012 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 13 T4012 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T4011 oasc.ZkTestServer.run start zk server on port:50356
[junit4:junit4]   2> 111 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@54c827e2
[junit4:junit4]   2> 112 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T4017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T4017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 113 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50357
[junit4:junit4]   2> 114 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50357
[junit4:junit4]   2> 114 T4015 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240000 with negotiated timeout 10000 for client /127.0.0.1:50357
[junit4:junit4]   2> 117 T4017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T4018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54c827e2 name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T4011 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 123 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240000
[junit4:junit4]   2> 124 T4018 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240000 closed
[junit4:junit4]   2> 125 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50357 which had sessionid 0x13c14a30a240000
[junit4:junit4]   2> 125 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7117e748
[junit4:junit4]   2> 126 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 126 T4019 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 127 T4019 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 127 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50358
[junit4:junit4]   2> 128 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50358
[junit4:junit4]   2> 129 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240001 with negotiated timeout 10000 for client /127.0.0.1:50358
[junit4:junit4]   2> 129 T4019 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240001, negotiated timeout = 10000
[junit4:junit4]   2> 129 T4020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7117e748 name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 130 T4011 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 135 T4011 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 139 T4011 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 142 T4011 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 146 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 147 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 154 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 154 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 159 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 160 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 164 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 165 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 169 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 170 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 174 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 175 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 179 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 180 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 184 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 185 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 189 T4011 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 189 T4011 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 194 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240001
[junit4:junit4]   2> 195 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50358 which had sessionid 0x13c14a30a240001
[junit4:junit4]   2> 195 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240001 closed
[junit4:junit4]   2> 195 T4020 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 364 T4011 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 771 T4011 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50359
[junit4:junit4]   2> 772 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 772 T4011 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 773 T4011 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001
[junit4:junit4]   2> 773 T4011 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/solr.xml
[junit4:junit4]   2> 773 T4011 oasc.CoreContainer.<init> New CoreContainer 1418066592
[junit4:junit4]   2> 774 T4011 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/'
[junit4:junit4]   2> 774 T4011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/'
[junit4:junit4]   2> 801 T4011 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 802 T4011 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 802 T4011 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 803 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 803 T4011 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 804 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 804 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 804 T4011 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 805 T4011 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 806 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 815 T4011 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 828 T4011 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50356/solr
[junit4:junit4]   2> 828 T4011 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 829 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@57aed75c
[junit4:junit4]   2> 830 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 831 T4030 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 832 T4030 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 832 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50360
[junit4:junit4]   2> 833 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50360
[junit4:junit4]   2> 834 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240002 with negotiated timeout 20000 for client /127.0.0.1:50360
[junit4:junit4]   2> 835 T4030 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240002, negotiated timeout = 20000
[junit4:junit4]   2> 835 T4031 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57aed75c name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 835 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 837 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240002
[junit4:junit4]   2> 837 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50360 which had sessionid 0x13c14a30a240002
[junit4:junit4]   2> 838 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240002 closed
[junit4:junit4]   2> 838 T4031 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 838 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 843 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@27d91dda
[junit4:junit4]   2> 844 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 844 T4032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 846 T4032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 846 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50361
[junit4:junit4]   2> 846 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50361
[junit4:junit4]   2> 847 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240003 with negotiated timeout 20000 for client /127.0.0.1:50361
[junit4:junit4]   2> 848 T4032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240003, negotiated timeout = 20000
[junit4:junit4]   2> 848 T4033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27d91dda name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 848 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 851 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 852 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 855 T4011 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50359_zk_ika
[junit4:junit4]   2> 856 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50359_zk_ika Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50359_zk_ika
[junit4:junit4]   2> 858 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50359_zk_ika
[junit4:junit4]   2> 877 T4011 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 884 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 886 T4011 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 889 T4011 oasc.Overseer.start Overseer (id=88968783122923523-127.0.0.1:50359_zk_ika-n_0000000000) starting
[junit4:junit4]   2> 890 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 891 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 892 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 894 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 895 T4035 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 896 T4011 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 899 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 903 T4034 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 907 T4036 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/collection1
[junit4:junit4]   2> 907 T4036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 908 T4036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 908 T4036 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 910 T4036 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/collection1/'
[junit4:junit4]   2> 911 T4036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 911 T4036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/collection1/lib/README' to classloader
[junit4:junit4]   2> 956 T4036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1011 T4036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1013 T4036 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1019 T4036 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1566 T4036 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1576 T4036 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1580 T4036 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1599 T4036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1604 T4036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1609 T4036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1611 T4036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1612 T4036 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1357555895001/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/
[junit4:junit4]   2> 1613 T4036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@439f9baf
[junit4:junit4]   2> 1613 T4036 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1614 T4036 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data forceNew:false
[junit4:junit4]   2> 1615 T4036 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data
[junit4:junit4]   2> 1615 T4036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index/
[junit4:junit4]   2> 1615 T4036 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1616 T4036 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index forceNew:false
[junit4:junit4]   2> 1620 T4036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2797d684),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1621 T4036 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1621 T4036 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index
[junit4:junit4]   2> 1622 T4036 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1625 T4036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1625 T4036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1625 T4036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1626 T4036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1627 T4036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1627 T4036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1627 T4036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1628 T4036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1628 T4036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1629 T4036 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1630 T4036 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1630 T4036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1630 T4036 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1631 T4036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1631 T4036 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1632 T4036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1632 T4036 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1633 T4036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1633 T4036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1634 T4036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1634 T4036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1635 T4036 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1635 T4036 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1636 T4036 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1636 T4036 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1637 T4036 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1643 T4036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1646 T4036 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1647 T4036 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1649 T4036 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data
[junit4:junit4]   2> 1651 T4036 oass.SolrIndexSearcher.<init> Opening Searcher@52c75153 main
[junit4:junit4]   2> 1652 T4036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1652 T4036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1652 T4036 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1658 T4036 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1689 T4037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52c75153 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1693 T4036 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1694 T4036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1695 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2408 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2409 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50359_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50359/zk_ika"}
[junit4:junit4]   2> 2410 T4034 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2410 T4034 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2411 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2418 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2699 T4036 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2699 T4036 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50359/zk_ika collection:control_collection shard:shard1
[junit4:junit4]   2> 2701 T4036 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2711 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2711 T4036 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2712 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2715 T4036 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2715 T4036 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2715 T4036 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50359/zk_ika/collection1/
[junit4:junit4]   2> 2716 T4036 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2716 T4036 oasc.SyncStrategy.syncToMe http://127.0.0.1:50359/zk_ika/collection1/ has no replicas
[junit4:junit4]   2> 2716 T4036 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50359/zk_ika/collection1/
[junit4:junit4]   2> 2717 T4036 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2723 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3925 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3937 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3951 T4036 oasc.ZkController.register We are http://127.0.0.1:50359/zk_ika/collection1/ and leader is http://127.0.0.1:50359/zk_ika/collection1/
[junit4:junit4]   2> 3952 T4036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50359/zk_ika
[junit4:junit4]   2> 3952 T4036 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3952 T4036 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3952 T4036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3955 T4036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3956 T4011 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3957 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3958 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3964 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3969 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46d88b0c
[junit4:junit4]   2> 3970 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3971 T4038 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3971 T4038 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 3972 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50362
[junit4:junit4]   2> 3972 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50362
[junit4:junit4]   2> 3973 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240004 with negotiated timeout 10000 for client /127.0.0.1:50362
[junit4:junit4]   2> 3973 T4038 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240004, negotiated timeout = 10000
[junit4:junit4]   2> 3974 T4039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46d88b0c name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3974 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3976 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3979 T4011 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4152 T4011 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4158 T4011 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50363
[junit4:junit4]   2> 4160 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4161 T4011 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4162 T4011 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785
[junit4:junit4]   2> 4162 T4011 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/solr.xml
[junit4:junit4]   2> 4163 T4011 oasc.CoreContainer.<init> New CoreContainer 1422205453
[junit4:junit4]   2> 4163 T4011 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/'
[junit4:junit4]   2> 4164 T4011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/'
[junit4:junit4]   2> 4200 T4011 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4201 T4011 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4201 T4011 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4202 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4202 T4011 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4203 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4203 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4204 T4011 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4204 T4011 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4205 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4216 T4011 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4233 T4011 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50356/solr
[junit4:junit4]   2> 4234 T4011 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4235 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@342f9f0f
[junit4:junit4]   2> 4236 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4237 T4049 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4237 T4049 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 4238 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50364
[junit4:junit4]   2> 4238 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50364
[junit4:junit4]   2> 4240 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240005 with negotiated timeout 20000 for client /127.0.0.1:50364
[junit4:junit4]   2> 4240 T4049 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240005, negotiated timeout = 20000
[junit4:junit4]   2> 4241 T4050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@342f9f0f name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4241 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4243 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240005
[junit4:junit4]   2> 4244 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50364 which had sessionid 0x13c14a30a240005
[junit4:junit4]   2> 4244 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240005 closed
[junit4:junit4]   2> 4244 T4050 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4244 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4249 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@323828
[junit4:junit4]   2> 4251 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4251 T4051 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4252 T4051 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 4252 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50365
[junit4:junit4]   2> 4254 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50365
[junit4:junit4]   2> 4255 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240006 with negotiated timeout 20000 for client /127.0.0.1:50365
[junit4:junit4]   2> 4256 T4051 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240006, negotiated timeout = 20000
[junit4:junit4]   2> 4256 T4052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@323828 name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4257 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4258 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4260 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4263 T4011 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50363_zk_ika
[junit4:junit4]   2> 4264 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50363_zk_ika Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50363_zk_ika
[junit4:junit4]   2> 4265 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50363_zk_ika
[junit4:junit4]   2> 4269 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4271 T4039 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4272 T4033 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4277 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4286 T4053 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/collection1
[junit4:junit4]   2> 4286 T4053 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4287 T4053 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4288 T4053 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4290 T4053 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/collection1/'
[junit4:junit4]   2> 4291 T4053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4292 T4053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/collection1/lib/README' to classloader
[junit4:junit4]   2> 4344 T4053 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4411 T4053 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4412 T4053 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4420 T4053 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4929 T4053 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4937 T4053 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4940 T4053 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4957 T4053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4962 T4053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4967 T4053 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4969 T4053 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4971 T4053 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1357555898785/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/
[junit4:junit4]   2> 4971 T4053 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@439f9baf
[junit4:junit4]   2> 4972 T4053 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 4972 T4053 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1 forceNew:false
[junit4:junit4]   2> 4973 T4053 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 4973 T4053 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index/
[junit4:junit4]   2> 4974 T4053 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4975 T4053 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index forceNew:false
[junit4:junit4]   2> 4979 T4053 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4980 T4053 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4981 T4053 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index
[junit4:junit4]   2> 4981 T4053 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4983 T4053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4984 T4053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4984 T4053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4985 T4053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4986 T4053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4986 T4053 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4986 T4053 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4987 T4053 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4988 T4053 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4988 T4053 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4989 T4053 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4990 T4053 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4991 T4053 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4991 T4053 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4991 T4053 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4992 T4053 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4993 T4053 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4994 T4053 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4994 T4053 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4995 T4053 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4996 T4053 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4997 T4053 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4998 T4053 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4999 T4053 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4999 T4053 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5000 T4053 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5008 T4053 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5012 T4053 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5014 T4053 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5017 T4053 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 5018 T4053 oass.SolrIndexSearcher.<init> Opening Searcher@6b7a10d4 main
[junit4:junit4]   2> 5019 T4053 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5019 T4053 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5020 T4053 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5027 T4053 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5055 T4054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b7a10d4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5061 T4053 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5061 T4053 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5447 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5448 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50359_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50359/zk_ika"}
[junit4:junit4]   2> 5453 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50363_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50363/zk_ika"}
[junit4:junit4]   2> 5454 T4034 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5454 T4034 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5460 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5460 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5460 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6066 T4053 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6066 T4053 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50363/zk_ika collection:collection1 shard:shard1
[junit4:junit4]   2> 6067 T4053 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6076 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6077 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6078 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6081 T4053 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6081 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6081 T4053 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50363/zk_ika/collection1/
[junit4:junit4]   2> 6082 T4053 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6082 T4053 oasc.SyncStrategy.syncToMe http://127.0.0.1:50363/zk_ika/collection1/ has no replicas
[junit4:junit4]   2> 6082 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50363/zk_ika/collection1/
[junit4:junit4]   2> 6083 T4053 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6088 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6972 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6984 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6984 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6984 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7028 T4053 oasc.ZkController.register We are http://127.0.0.1:50363/zk_ika/collection1/ and leader is http://127.0.0.1:50363/zk_ika/collection1/
[junit4:junit4]   2> 7028 T4053 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50363/zk_ika
[junit4:junit4]   2> 7029 T4053 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7029 T4053 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7029 T4053 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7031 T4053 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7033 T4011 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7033 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7034 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7217 T4011 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7221 T4011 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50366
[junit4:junit4]   2> 7222 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7223 T4011 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7224 T4011 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846
[junit4:junit4]   2> 7224 T4011 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/solr.xml
[junit4:junit4]   2> 7225 T4011 oasc.CoreContainer.<init> New CoreContainer 455756905
[junit4:junit4]   2> 7225 T4011 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/'
[junit4:junit4]   2> 7226 T4011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/'
[junit4:junit4]   2> 7262 T4011 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7262 T4011 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7263 T4011 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7263 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7264 T4011 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7264 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7265 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7265 T4011 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7266 T4011 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7267 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7278 T4011 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7295 T4011 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50356/solr
[junit4:junit4]   2> 7295 T4011 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7296 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@42c7450e
[junit4:junit4]   2> 7297 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7298 T4064 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7299 T4064 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 7299 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50367
[junit4:junit4]   2> 7299 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50367
[junit4:junit4]   2> 7300 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240007 with negotiated timeout 20000 for client /127.0.0.1:50367
[junit4:junit4]   2> 7301 T4064 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240007, negotiated timeout = 20000
[junit4:junit4]   2> 7301 T4065 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42c7450e name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7302 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7303 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240007
[junit4:junit4]   2> 7304 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50367 which had sessionid 0x13c14a30a240007
[junit4:junit4]   2> 7304 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240007 closed
[junit4:junit4]   2> 7305 T4065 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7305 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7310 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3066d0f8
[junit4:junit4]   2> 7311 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7311 T4066 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7312 T4066 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 7312 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50368
[junit4:junit4]   2> 7313 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50368
[junit4:junit4]   2> 7314 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240008 with negotiated timeout 20000 for client /127.0.0.1:50368
[junit4:junit4]   2> 7315 T4066 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240008, negotiated timeout = 20000
[junit4:junit4]   2> 7315 T4067 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3066d0f8 name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7315 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7317 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7318 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7320 T4011 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50366_zk_ika
[junit4:junit4]   2> 7321 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50366_zk_ika Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50366_zk_ika
[junit4:junit4]   2> 7322 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50366_zk_ika
[junit4:junit4]   2> 7325 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7327 T4052 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7326 T4039 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7327 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7327 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7329 T4033 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7332 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7340 T4068 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/collection1
[junit4:junit4]   2> 7340 T4068 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7341 T4068 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7342 T4068 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7344 T4068 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/collection1/'
[junit4:junit4]   2> 7344 T4068 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7345 T4068 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/collection1/lib/README' to classloader
[junit4:junit4]   2> 7392 T4068 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7468 T4068 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7471 T4068 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7477 T4068 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8027 T4068 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8037 T4068 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8040 T4068 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8060 T4068 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8065 T4068 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8070 T4068 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8072 T4068 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8074 T4068 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1357555901846/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/
[junit4:junit4]   2> 8074 T4068 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@439f9baf
[junit4:junit4]   2> 8075 T4068 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8076 T4068 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2 forceNew:false
[junit4:junit4]   2> 8076 T4068 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2
[junit4:junit4]   2> 8076 T4068 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index/
[junit4:junit4]   2> 8077 T4068 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8078 T4068 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index forceNew:false
[junit4:junit4]   2> 8083 T4068 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2870e3ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8083 T4068 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8084 T4068 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index
[junit4:junit4]   2> 8084 T4068 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8087 T4068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8087 T4068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8088 T4068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8088 T4068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8089 T4068 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8089 T4068 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8089 T4068 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8090 T4068 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8091 T4068 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8092 T4068 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8092 T4068 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8093 T4068 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8094 T4068 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8094 T4068 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8094 T4068 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8095 T4068 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8096 T4068 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8096 T4068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8097 T4068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8097 T4068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8098 T4068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8099 T4068 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8099 T4068 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8100 T4068 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8100 T4068 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8101 T4068 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8108 T4068 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8111 T4068 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8113 T4068 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8115 T4068 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2
[junit4:junit4]   2> 8116 T4068 oass.SolrIndexSearcher.<init> Opening Searcher@565d49dc main
[junit4:junit4]   2> 8117 T4068 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8118 T4068 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8119 T4068 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8124 T4068 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8156 T4069 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@565d49dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8161 T4068 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8161 T4068 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8493 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8494 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50363_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50363/zk_ika"}
[junit4:junit4]   2> 8499 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50366_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50366/zk_ika"}
[junit4:junit4]   2> 8500 T4034 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8500 T4034 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8505 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8505 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8505 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8505 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9165 T4068 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9165 T4068 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50366/zk_ika collection:collection1 shard:shard2
[junit4:junit4]   2> 9166 T4068 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9176 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9177 T4068 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9178 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9180 T4068 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9181 T4068 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9181 T4068 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50366/zk_ika/collection1/
[junit4:junit4]   2> 9181 T4068 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9182 T4068 oasc.SyncStrategy.syncToMe http://127.0.0.1:50366/zk_ika/collection1/ has no replicas
[junit4:junit4]   2> 9182 T4068 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50366/zk_ika/collection1/
[junit4:junit4]   2> 9182 T4068 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9188 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a240008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10016 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10027 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10027 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10028 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10028 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10030 T4068 oasc.ZkController.register We are http://127.0.0.1:50366/zk_ika/collection1/ and leader is http://127.0.0.1:50366/zk_ika/collection1/
[junit4:junit4]   2> 10031 T4068 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50366/zk_ika
[junit4:junit4]   2> 10031 T4068 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10032 T4068 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10032 T4068 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10034 T4068 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10035 T4011 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10036 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10036 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10218 T4011 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10221 T4011 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50369
[junit4:junit4]   2> 10223 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10224 T4011 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10224 T4011 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849
[junit4:junit4]   2> 10225 T4011 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/solr.xml
[junit4:junit4]   2> 10226 T4011 oasc.CoreContainer.<init> New CoreContainer 218409220
[junit4:junit4]   2> 10226 T4011 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/'
[junit4:junit4]   2> 10227 T4011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/'
[junit4:junit4]   2> 10263 T4011 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10263 T4011 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10264 T4011 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10264 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10265 T4011 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10265 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10266 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10266 T4011 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10267 T4011 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10267 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10279 T4011 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10296 T4011 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50356/solr
[junit4:junit4]   2> 10297 T4011 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10298 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6c42e50e
[junit4:junit4]   2> 10299 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10299 T4079 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10300 T4079 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 10301 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50370
[junit4:junit4]   2> 10302 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50370
[junit4:junit4]   2> 10303 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a240009 with negotiated timeout 20000 for client /127.0.0.1:50370
[junit4:junit4]   2> 10303 T4079 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a240009, negotiated timeout = 20000
[junit4:junit4]   2> 10304 T4080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c42e50e name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10304 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10306 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a240009
[junit4:junit4]   2> 10307 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50370 which had sessionid 0x13c14a30a240009
[junit4:junit4]   2> 10307 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a240009 closed
[junit4:junit4]   2> 10307 T4080 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10308 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10313 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3fdc0782
[junit4:junit4]   2> 10314 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10314 T4081 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10315 T4081 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 10316 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50371
[junit4:junit4]   2> 10317 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50371
[junit4:junit4]   2> 10318 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a24000a with negotiated timeout 20000 for client /127.0.0.1:50371
[junit4:junit4]   2> 10318 T4081 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a24000a, negotiated timeout = 20000
[junit4:junit4]   2> 10318 T4082 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fdc0782 name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10319 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10319 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10321 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10322 T4011 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50369_zk_ika
[junit4:junit4]   2> 10323 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50369_zk_ika Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50369_zk_ika
[junit4:junit4]   2> 10324 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50369_zk_ika
[junit4:junit4]   2> 10328 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10328 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10329 T4052 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10329 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10329 T4039 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10330 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10332 T4067 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10332 T4033 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10336 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10344 T4083 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/collection1
[junit4:junit4]   2> 10344 T4083 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10345 T4083 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10345 T4083 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10347 T4083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/collection1/'
[junit4:junit4]   2> 10348 T4083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10349 T4083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/collection1/lib/README' to classloader
[junit4:junit4]   2> 10396 T4083 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10483 T4083 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10485 T4083 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10491 T4083 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11004 T4083 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11014 T4083 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11017 T4083 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11036 T4083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11041 T4083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11047 T4083 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11049 T4083 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11051 T4083 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1357555904849/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/
[junit4:junit4]   2> 11051 T4083 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@439f9baf
[junit4:junit4]   2> 11052 T4083 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 11053 T4083 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3 forceNew:false
[junit4:junit4]   2> 11053 T4083 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 11054 T4083 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index/
[junit4:junit4]   2> 11054 T4083 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11055 T4083 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index forceNew:false
[junit4:junit4]   2> 11059 T4083 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73295ed1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11059 T4083 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11060 T4083 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index
[junit4:junit4]   2> 11060 T4083 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11063 T4083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11063 T4083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11064 T4083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11064 T4083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11065 T4083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11065 T4083 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11066 T4083 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11066 T4083 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11067 T4083 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11068 T4083 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11068 T4083 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11069 T4083 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11070 T4083 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11070 T4083 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11070 T4083 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11071 T4083 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11072 T4083 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11072 T4083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11073 T4083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11074 T4083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11074 T4083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11075 T4083 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11075 T4083 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11076 T4083 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11077 T4083 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11077 T4083 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11084 T4083 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11087 T4083 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11088 T4083 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11090 T4083 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 11092 T4083 oass.SolrIndexSearcher.<init> Opening Searcher@777e329c main
[junit4:junit4]   2> 11093 T4083 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11093 T4083 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11094 T4083 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11102 T4083 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11136 T4084 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@777e329c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11141 T4083 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11141 T4083 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11537 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11538 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50366_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50366/zk_ika"}
[junit4:junit4]   2> 11544 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50369_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50369/zk_ika"}
[junit4:junit4]   2> 11544 T4034 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11545 T4034 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11550 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11550 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11551 T4082 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11551 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11551 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12143 T4083 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12143 T4083 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50369/zk_ika collection:collection1 shard:shard1
[junit4:junit4]   2> 12148 T4083 oasc.ZkController.register We are http://127.0.0.1:50369/zk_ika/collection1/ and leader is http://127.0.0.1:50363/zk_ika/collection1/
[junit4:junit4]   2> 12148 T4083 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50369/zk_ika
[junit4:junit4]   2> 12148 T4083 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12148 T4083 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C279 name=collection1 org.apache.solr.core.SolrCore@2e959cc url=http://127.0.0.1:50369/zk_ika/collection1 node=127.0.0.1:50369_zk_ika C279_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50369_zk_ika, base_url=http://127.0.0.1:50369/zk_ika}
[junit4:junit4]   2> 12149 T4085 C279 P50369 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12151 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12151 T4085 C279 P50369 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12151 T4083 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12151 T4085 C279 P50369 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12152 T4011 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12152 T4085 C279 P50369 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12153 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12153 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12329 T4011 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12332 T4011 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50373
[junit4:junit4]   2> 12334 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12334 T4011 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12335 T4011 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963
[junit4:junit4]   2> 12335 T4011 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/solr.xml
[junit4:junit4]   2> 12336 T4011 oasc.CoreContainer.<init> New CoreContainer 1564554876
[junit4:junit4]   2> 12336 T4011 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/'
[junit4:junit4]   2> 12337 T4011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/'
[junit4:junit4]   2> 12374 T4011 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12374 T4011 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12375 T4011 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12375 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12376 T4011 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12376 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12377 T4011 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12377 T4011 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12378 T4011 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12379 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12390 T4011 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12408 T4011 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50356/solr
[junit4:junit4]   2> 12409 T4011 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12409 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@62f1e206
[junit4:junit4]   2> 12411 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12411 T4095 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12412 T4095 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 12412 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50374
[junit4:junit4]   2> 12413 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50374
[junit4:junit4]   2> 12414 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a24000b with negotiated timeout 20000 for client /127.0.0.1:50374
[junit4:junit4]   2> 12414 T4095 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a24000b, negotiated timeout = 20000
[junit4:junit4]   2> 12415 T4096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62f1e206 name:ZooKeeperConnection Watcher:127.0.0.1:50356 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12415 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12417 T4016 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c14a30a24000b
[junit4:junit4]   2> 12418 T4013 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50374 which had sessionid 0x13c14a30a24000b
[junit4:junit4]   2> 12418 T4096 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12418 T4011 oaz.ZooKeeper.close Session: 0x13c14a30a24000b closed
[junit4:junit4]   2> 12419 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12424 T4011 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50356/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7c9cbd2c
[junit4:junit4]   2> 12425 T4011 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12426 T4097 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50356. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12426 T4097 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50356, initiating session
[junit4:junit4]   2> 12427 T4013 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50375
[junit4:junit4]   2> 12428 T4013 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50375
[junit4:junit4]   2> 12429 T4015 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c14a30a24000c with negotiated timeout 20000 for client /127.0.0.1:50375
[junit4:junit4]   2> 12429 T4097 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50356, sessionid = 0x13c14a30a24000c, negotiated timeout = 20000
[junit4:junit4]   2> 12429 T4098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c9cbd2c name:ZooKeeperConnection Watcher:127.0.0.1:50356/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12430 T4011 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12431 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12432 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12434 T4011 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50373_zk_ika
[junit4:junit4]   2> 12435 T4016 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c14a30a24000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50373_zk_ika Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50373_zk_ika
[junit4:junit4]   2> 12436 T4011 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50373_zk_ika
[junit4:junit4]   2> 12439 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12439 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12441 T4082 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12441 T4082 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12441 T4039 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12442 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12441 T4052 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12442 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12444 T4067 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12445 T4033 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12451 T4011 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12458 T4099 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/collection1
[junit4:junit4]   2> 12459 T4099 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12460 T4099 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12460 T4099 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12462 T4099 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/collection1/'
[junit4:junit4]   2> 12463 T4099 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12464 T4099 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/collection1/lib/README' to classloader
[junit4:junit4]   2> 12510 T4099 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12595 T4099 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12597 T4099 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12603 T4099 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13062 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13063 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50369_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50369/zk_ika"}
[junit4:junit4]   2> 13069 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13069 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13070 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13070 T4098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13071 T4082 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13071 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13146 T4099 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13155 T4099 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13159 T4099 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13180 T4099 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13185 T4099 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13190 T4099 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13192 T4099 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13194 T4099 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1357555906963/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/
[junit4:junit4]   2> 13194 T4099 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@439f9baf
[junit4:junit4]   2> 13195 T4099 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 13195 T4099 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4 forceNew:false
[junit4:junit4]   2> 13196 T4099 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4
[junit4:junit4]   2> 13196 T4099 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index/
[junit4:junit4]   2> 13197 T4099 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13197 T4099 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index forceNew:false
[junit4:junit4]   2> 13201 T4099 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d612c9a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13202 T4099 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13202 T4099 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index
[junit4:junit4]   2> 13203 T4099 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13206 T4099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13206 T4099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13206 T4099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13207 T4099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13208 T4099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13208 T4099 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13209 T4099 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13209 T4099 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13210 T4099 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13211 T4099 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13211 T4099 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13212 T4099 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13213 T4099 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13213 T4099 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13213 T4099 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13214 T4099 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13215 T4099 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13215 T4099 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13216 T4099 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13217 T4099 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13217 T4099 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13218 T4099 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13219 T4099 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13219 T4099 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13220 T4099 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13221 T4099 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13228 T4099 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13231 T4099 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13232 T4099 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13234 T4099 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4
[junit4:junit4]   2> 13236 T4099 oass.SolrIndexSearcher.<init> Opening Searcher@5b210e86 main
[junit4:junit4]   2> 13237 T4099 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13237 T4099 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13238 T4099 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13244 T4099 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13275 T4100 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b210e86 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13280 T4099 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13280 T4099 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14580 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14581 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50373_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50373/zk_ika"}
[junit4:junit4]   2> 14581 T4034 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14581 T4034 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14588 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14588 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14589 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14589 T4082 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14589 T4098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14588 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2>  C279_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50369_zk_ika, base_url=http://127.0.0.1:50369/zk_ika}
[junit4:junit4]   2> 15162 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50363/zk_ika/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15162 T4085 C279 P50369 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50369/zk_ika START replicas=[http://127.0.0.1:50363/zk_ika/collection1/] nUpdates=100
[junit4:junit4]   2> 15163 T4085 C279 P50369 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15163 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15164 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15164 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15164 T4085 C279 P50369 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15164 T4085 C279 P50369 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50363/zk_ika/collection1/. core=collection1
[junit4:junit4]   2> 15165 T4085 C279 P50369 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C280 name=collection1 org.apache.solr.core.SolrCore@42ba67f url=http://127.0.0.1:50363/zk_ika/collection1 node=127.0.0.1:50363_zk_ika C280_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50363_zk_ika, base_url=http://127.0.0.1:50363/zk_ika, leader=true}
[junit4:junit4]   2> 15172 T4044 C280 P50363 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15173 T4047 C280 P50363 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15174 T4047 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 15176 T4047 C280 P50363 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15177 T4047 C280 P50363 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15180 T4047 C280 P50363 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15180 T4047 C280 P50363 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15181 T4047 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 15182 T4047 C280 P50363 oass.SolrIndexSearcher.<init> Opening Searcher@23f5509e realtime
[junit4:junit4]   2> 15182 T4047 C280 P50363 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15183 T4047 C280 P50363 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 15184 T4085 C279 P50369 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15184 T4085 C279 P50369 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15187 T4045 C280 P50363 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15187 T4045 C280 P50363 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15188 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15188 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15189 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15191 T4046 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 15191 T4046 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index
[junit4:junit4]   2> 15191 T4046 C280 P50363 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15192 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15193 T4085 C279 P50369 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 forceNew:false
[junit4:junit4]   2> 15193 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15194 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd) fullCopy=true
[junit4:junit4]   2> 15198 T4048 C280 P50363 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15200 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index
[junit4:junit4]   2> 15200 T4085 C279 P50369 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15201 T4085 C279 P50369 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130107115149998
[junit4:junit4]   2> 15202 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15202 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15203 T4085 C279 P50369 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998
[junit4:junit4]   2> 15205 T4085 C279 P50369 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15206 T4085 C279 P50369 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15207 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15208 T4085 C279 P50369 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15208 T4085 C279 P50369 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15208 T4085 C279 P50369 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15209 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998
[junit4:junit4]   2> 15210 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15212 T4085 C279 P50369 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15212 T4085 C279 P50369 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15213 T4085 C279 P50369 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15213 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15214 T4085 C279 P50369 oass.SolrIndexSearcher.<init> Opening Searcher@35e8580f main
[junit4:junit4]   2> 15216 T4084 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@35e8580f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15216 T4084 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index
[junit4:junit4]   2> 15216 T4085 C279 P50369 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15218 T4085 C279 P50369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15219 T4085 C279 P50369 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15219 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15220 T4085 C279 P50369 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15220 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998
[junit4:junit4]   2> 15221 T4085 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index
[junit4:junit4]   2> 15221 T4085 C279 P50369 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15221 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15222 T4085 C279 P50369 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15222 T4085 C279 P50369 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15224 T4085 C279 P50369 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15284 T4099 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15284 T4099 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50373/zk_ika collection:collection1 shard:shard2
[junit4:junit4]   2> 15289 T4099 oasc.ZkController.register We are http://127.0.0.1:50373/zk_ika/collection1/ and leader is http://127.0.0.1:50366/zk_ika/collection1/
[junit4:junit4]   2> 15289 T4099 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50373/zk_ika
[junit4:junit4]   2> 15290 T4099 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15290 T4099 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C281 name=collection1 org.apache.solr.core.SolrCore@5041456a url=http://127.0.0.1:50373/zk_ika/collection1 node=127.0.0.1:50373_zk_ika C281_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50373_zk_ika, base_url=http://127.0.0.1:50373/zk_ika}
[junit4:junit4]   2> 15291 T4103 C281 P50373 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15292 T4103 C281 P50373 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15291 T4099 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15292 T4103 C281 P50373 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15292 T4103 C281 P50373 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15293 T4011 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15294 T4103 C281 P50373 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15294 T4011 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15295 T4011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15302 T4011 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C282 name=collection1 org.apache.solr.core.SolrCore@102ef1f9 url=http://127.0.0.1:50359/zk_ika/collection1 node=127.0.0.1:50359_zk_ika C282_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50359_zk_ika, base_url=http://127.0.0.1:50359/zk_ika, leader=true}
[junit4:junit4]   2> 15314 T4024 C282 P50359 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data
[junit4:junit4]   2> 15318 T4024 C282 P50359 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2797d684),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15319 T4024 C282 P50359 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15324 T4024 C282 P50359 /update {wt=javabin&version=2} {add=[1 (1423500546008940544)]} 0 11
[junit4:junit4]   2> 15356 T4073 C279 P50369 /update {distrib.from=http://127.0.0.1:50363/zk_ika/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423500546034106368)]} 0 6
[junit4:junit4]   2> 15357 T4044 C280 P50363 /update {distrib.from=http://127.0.0.1:50366/zk_ika/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1423500546034106368)]} 0 20
[junit4:junit4]   2> ASYNC  NEW_CORE C283 name=collection1 org.apache.solr.core.SolrCore@14e392b url=http://127.0.0.1:50366/zk_ika/collection1 node=127.0.0.1:50366_zk_ika C283_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50366_zk_ika, base_url=http://127.0.0.1:50366/zk_ika, leader=true}
[junit4:junit4]   2> 15358 T4061 C283 P50366 /update {wt=javabin&version=2} {add=[1]} 0 24
[junit4:junit4]   2> 15362 T4025 C282 P50359 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15389 T4025 C282 P50359 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2797d684),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2797d684),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 15390 T4025 C282 P50359 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt]
[junit4:junit4]   2> 15391 T4025 C282 P50359 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data
[junit4:junit4]   2> 15407 T4025 C282 P50359 oass.SolrIndexSearcher.<init> Opening Searcher@47cd54c6 main
[junit4:junit4]   2> 15408 T4025 C282 P50359 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15409 T4037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@47cd54c6 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 15409 T4037 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/control/data/index
[junit4:junit4]   2> 15410 T4025 C282 P50359 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 48
[junit4:junit4]   2> 15414 T4047 C280 P50363 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15444 T4047 C280 P50363 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd2e90),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 15445 T4047 C280 P50363 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 15445 T4047 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1
[junit4:junit4]   2> 15453 T4047 C280 P50363 oass.SolrIndexSearcher.<init> Opening Searcher@e962c40 main
[junit4:junit4]   2> 15454 T4047 C280 P50363 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index
[junit4:junit4]   2> 15454 T4047 C280 P50363 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15456 T4054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e962c40 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 15457 T4054 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty1/index
[junit4:junit4]   2> 15457 T4047 C280 P50363 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:50369/zk_ika/collection1/, StdNode: http://127.0.0.1:50366/zk_ika/collection1/, StdNode: http://127.0.0.1:50373/zk_ika/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 15462 T4074 C279 P50369 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15463 T4062 C283 P50366 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15464 T4062 C283 P50366 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2
[junit4:junit4]   2> 15467 T4062 C283 P50366 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2870e3ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15468 T4062 C283 P50366 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15471 T4090 C281 P50373 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15471 T4062 C283 P50366 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2870e3ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2870e3ec),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15472 T4062 C283 P50366 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15472 T4062 C283 P50366 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2
[junit4:junit4]   2> 15474 T4062 C283 P50366 oass.SolrIndexSearcher.<init> Opening Searcher@2e50640a main
[junit4:junit4]   2> 15475 T4062 C283 P50366 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15476 T4090 C281 P50373 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4
[junit4:junit4]   2> 15478 T4069 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e50640a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15479 T4069 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index
[junit4:junit4]   2> 15480 T4090 C281 P50373 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d612c9a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15480 T4062 C283 P50366 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 15482 T4090 C281 P50373 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15484 T4090 C281 P50373 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d612c9a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d612c9a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15485 T4090 C281 P50373 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15487 T4090 C281 P50373 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4
[junit4:junit4]   2> 15490 T4090 C281 P50373 oass.SolrIndexSearcher.<init> Opening Searcher@4fc04943 main
[junit4:junit4]   2> 15490 T4090 C281 P50373 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15493 T4100 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fc04943 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15493 T4100 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty4/index
[junit4:junit4]   2> 15494 T4090 C281 P50373 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   2> 15505 T4074 C279 P50369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5edfdbfd),segFN=segments_4,generation=4,filenames=[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_4]
[junit4:junit4]   2> 15506 T4074 C279 P50369 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_Asserting_0.tim, _0_Lucene41WithOrds_0.tib, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_Asserting_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_TestBloomFilteredLucene41Postings_0.blm, _0_nrm.cfs, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, _0.fdt, segments_4]
[junit4:junit4]   2> 15507 T4074 C279 P50369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3
[junit4:junit4]   2> 15517 T4074 C279 P50369 oass.SolrIndexSearcher.<init> Opening Searcher@3cf00b8d main
[junit4:junit4]   2> 15518 T4074 C279 P50369 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15520 T4084 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cf00b8d main{StandardDirectoryReader(segments_4:3 _0(5.0):C1)}
[junit4:junit4]   2> 15520 T4084 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty3/index.20130107115149998
[junit4:junit4]   2> 15520 T4074 C279 P50369 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 58
[junit4:junit4]   2> 15521 T4047 C280 P50363 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 107
[junit4:junit4]   2> 15522 T4011 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15524 T4011 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16098 T4034 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16099 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50369_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50369/zk_ika"}
[junit4:junit4]   2> 16104 T4034 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50373_zk_ika",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50373/zk_ika"}
[junit4:junit4]   2> 16110 T4067 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16110 T4033 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16110 T4098 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16110 T4039 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16110 T4052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16111 T4082 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16527 T4011 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17533 T4011 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C281_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50373_zk_ika, base_url=http://127.0.0.1:50373/zk_ika}
[junit4:junit4]   2> 18307 T4103 C281 P50373 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50366/zk_ika/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18307 T4103 C281 P50373 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50373/zk_ika START replicas=[http://127.0.0.1:50366/zk_ika/collection1/] nUpdates=100
[junit4:junit4]   2> 18308 T4103 C281 P50373 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18308 T4103 C281 P50373 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18308 T4103 C281 P50373 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18308 T4103 C281 P50373 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18309 T4103 C281 P50373 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18309 T4103 C281 P50373 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50366/zk_ika/collection1/. core=collection1
[junit4:junit4]   2> 18309 T4103 C281 P50373 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18310 T4060 C283 P50366 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18344 T4061 C283 P50366 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18349 T4061 C283 P50366 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2870e3ec),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1357555894814/jetty2/index lockFactory=org.apache

[...truncated too long message...]

.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]   2> 30833 T4011 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 30838 T4010 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=Lucene41WithOrds), foo_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_d=MockVariableIntBlock(baseBlockSize=73), foo_f=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tl1=PostingsFormat(name=Lucene41WithOrds), n_d1=PostingsFormat(name=Asserting), rnd_b=MockVariableIntBlock(baseBlockSize=73), intDefault=PostingsFormat(name=Asserting), n_td1=PostingsFormat(name=Lucene41WithOrds), timestamp=PostingsFormat(name=Asserting), id=MockVariableIntBlock(baseBlockSize=73), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=PostingsFormat(name=Lucene41WithOrds), oddField_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=PostingsFormat(name=Lucene41WithOrds), n_tf1=PostingsFormat(name=Asserting), n_dt1=PostingsFormat(name=Lucene41WithOrds), n_ti1=MockVariableIntBlock(baseBlockSize=73), range_facet_l=PostingsFormat(name=Asserting), text=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=PostingsFormat(name=Asserting), SubjectTerms_mfacet=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), n_tdt1=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=Asserting), n_l1=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Lucene41WithOrds)}, sim=DefaultSimilarity, locale=ms, timezone=Africa/Ceuta
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=2,free=367677232,total=519438336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldTest, TestLFUCache, LegacyHTMLStripCharFilterTest, TestPluginEnable, TestFunctionQuery, TestPropInjectDefaults, PreAnalyzedFieldTest, TermVectorComponentTest, BasicDistributedZkTest, LeaderElectionTest, TestJoin, TestAtomicUpdateErrorCases, TestLMJelinekMercerSimilarityFactory, NoCacheHeaderTest, UpdateRequestProcessorFactoryTest, TestDFRSimilarityFactory, TestZkChroot, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, TestSuggestSpellingConverter, AlternateDirectoryTest, PrimitiveFieldTypeTest, QueryElevationComponentTest, ShardRoutingTest, DirectSolrConnectionTest, MoreLikeThisHandlerTest, TestElisionMultitermQuery, XmlUpdateRequestHandlerTest, ZkControllerTest, ZkNodePropsTest, NumericFieldsTest, UpdateParamsTest, TestExtendedDismaxParser, TestFastLRUCache, TestFastWriter, OutputWriterTest, WordBreakSolrSpellCheckerTest, TimeZoneUtilsTest, TestLazyCores, FullSolrCloudDistribCmdsTest, SolrCoreCheckLockOnStartupTest, TestSolrIndexConfig, StatsComponentTest, LukeRequestHandlerTest, LoggingHandlerTest, TestSolr4Spatial, TestConfig, TermsComponentTest, ZkSolrClientTest, OverseerTest, TestArbitraryIndexDir, ReturnFieldsTest, TestRemoteStreaming, TestDefaultSimilarityFactory, SolrPluginUtilsTest, ShowFileRequestHandlerTest, TestCharFilters, FileUtilsTest, JSONWriterTest, SolrRequestParserTest, SoftAutoCommitTest, TestLRUCache, TestSolrQueryParser, SynonymTokenizerTest, TestGroupingSearch, HighlighterTest, SpatialFilterTest, StatelessScriptUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, SuggesterFSTTest, TestSolrDeletionPolicy1, TestFiltering, OverseerCollectionProcessorTest, TestPseudoReturnFields, TestPropInject, SuggesterWFSTTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, CircularListTest, TestFuzzyAnalyzedSuggestions, TestSolrXMLSerializer, DOMUtilTest, StandardRequestHandlerTest, TestSolrJ, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, DateMathParserTest, DocumentAnalysisRequestHandlerTest, TestAnalyzedSuggestions, ChaosMonkeyNothingIsSafeTest, AutoCommitTest, TestQuerySenderNoQuery, JsonLoaderTest, SyncSliceTest, SystemInfoHandlerTest, ExternalFileFieldSortTest, TestCSVLoader, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestIBSimilarityFactory, TestCSVResponseWriter, TestStressLucene, TestBinaryField, SortByFunctionTest, CoreAdminHandlerTest, CacheHeaderTest, TestDocumentBuilder, TestNumberUtils, RequestHandlersTest, TestRTGBase, ClusterStateTest, TestFoldingMultitermQuery, CSVRequestHandlerTest, TestWriterPerf, TestIndexSearcher, ClusterStateUpdateTest, TestBinaryResponseWriter, MBeansHandlerTest, RecoveryZkTest, SpellCheckComponentTest, TestReplicationHandler, LeaderElectionIntegrationTest, DistributedSpellCheckComponentTest, TestRealTimeGet, TestDistributedGrouping, TestRandomFaceting, TestDistributedSearch, SpellCheckCollatorTest, BasicZkTest, TestFaceting, TestHashPartitioner, DistributedTermsComponentTest, TestRecovery, SolrCoreTest, IndexBasedSpellCheckerTest, TestRangeQuery, DirectUpdateHandlerTest, TestMultiCoreConfBootstrap, SimpleFacetsTest, TestCoreContainer, TestSort, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, ConvertedLegacyTest, PeerSyncTest, BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, SampleTest, TestTrie, QueryEqualityTest, TestWordDelimiterFilterFactory, PolyFieldTest, DocumentBuilderTest, DistributedQueryElevationComponentTest, DisMaxRequestHandlerTest, IndexSchemaTest, BinaryUpdateRequestHandlerTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, MinimalSchemaTest, TestQueryTypes, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestSurroundQueryParser, DirectUpdateHandlerOptimizeTest, TestValueSourceCache, TestReversedWildcardFilterFactory, DebugComponentTest, SearchHandlerTest, RequiredFieldsTest, TestOmitPositions, CopyFieldTest, TestQueryUtils, SuggesterTSTTest, SolrCmdDistributorTest, SuggesterTest, TestSearchPerf, NotRequiredUniqueKeyTest, BadIndexSchemaTest, TestLuceneMatchVersion, FieldMutatingUpdateProcessorTest, BadComponentTest, TestUpdate, HighlighterConfigTest, TestSolrDeletionPolicy2, SOLR749Test, DefaultValueUpdateProcessorTest, TestMergePolicyConfig, TestXIncludeConfig, TestDocSet, TestQuerySenderListener, TestCollationField, SolrIndexConfigTest, IndexReaderFactoryTest, MultiTermTest, TestSolrCoreProperties, EchoParamsTest, TestBM25SimilarityFactory, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, TestPerFieldSimilarity, TestCodecSupport, URLClassifyProcessorTest, PluginInfoTest, PrimUtilsTest, ResourceLoaderTest, TestSystemIdResolver, DateFieldTest, SpellingQueryConverterTest, TestBadConfig, ChaosMonkeySafeLeaderTest, UUIDFieldTest, RAMDirectoryFactoryTest, TestUtils, AnalysisAfterCoreReloadTest, PathHierarchyTokenizerFactoryTest, BasicDistributedZk2Test]
[junit4:junit4] Completed in 31.37s, 1 test, 1 error <<< FAILURES!

[...truncated 62 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1028 tests, 1 error, 14 ignored (3 assumptions)

Total time: 56 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure