You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/03/07 22:30:53 UTC

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12650/

All tests passed

Build Log (for compile errors):
[...truncated 9037 lines...]

compile-core:

compile-core:

check-lucene-core-uptodate:

jar-lucene-core:

check-analyzers-phonetic-uptodate:

jar-analyzers-phonetic:

check-analyzers-kuromoji-uptodate:

jar-analyzers-kuromoji:

check-suggest-uptodate:

jar-suggest:

check-highlighter-uptodate:

jar-highlighter:

check-memory-uptodate:

jar-memory:

check-misc-uptodate:

jar-misc:

check-spatial-uptodate:

jar-spatial:

check-grouping-uptodate:

jar-grouping:

check-queries-uptodate:

jar-queries:

check-queryparser-uptodate:

jar-queryparser:

prep-lucene-jars:

common.init:

compile-lucene-core:

init:

clover.setup:

clover.info:
     [echo] 
     [echo]       Clover not found. Code coverage reports disabled.
     [echo]   	

clover:

common.compile-core:

compile-core:

compile-test-framework:

init:

compile-lucene-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build/solr-solrj/classes/test
    [javac] Compiling 48 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build/solr-solrj/classes/test
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java:50: cannot find symbol
    [javac] symbol  : class TestRule
    [javac] location: class org.apache.solr.client.solrj.embedded.JettyWebappTest
    [javac]   public TestRule solrTestRules = 
    [javac]          ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java:49: cannot find symbol
    [javac] symbol  : class Rule
    [javac] location: class org.apache.solr.client.solrj.embedded.JettyWebappTest
    [javac]   @Rule
    [javac]    ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/JettyWebappTest.java:51: cannot find symbol
    [javac] symbol  : variable RuleChain
    [javac] location: class org.apache.solr.client.solrj.embedded.JettyWebappTest
    [javac]     RuleChain.outerRule(new SystemPropertiesRestoreRule());
    [javac]     ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
[...truncated 15 lines...]



Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
I was faster ;)
Dawid

On Wed, Mar 7, 2012 at 11:04 PM, Ryan McKinley <ry...@gmail.com> wrote:
> digging now...
>
>
> On Wed, Mar 7, 2012 at 2:02 PM, Dawid Weiss
> <da...@cs.put.poznan.pl> wrote:
>> This is definitely something with Ryan's commit because the previous
>> one passes fine. I'm looking, but not seeing yet.
>>
>> Dawid
>>
>> On Wed, Mar 7, 2012 at 11:00 PM, Dawid Weiss
>> <da...@cs.put.poznan.pl> wrote:
>>> I cleaned and ran:
>>>
>>> ant -verbose -Dtestcase=abc test
>>>
>>> this brings the build failure. Weirdly enough, the classpath is like this:
>>>
>>>    [javac] 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav
>>> a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m
>>> odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a
>>> nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;
>>> c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\
>>> memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so
>>> lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS
>>> HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce
>>> ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\
>>> solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla
>>> sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\
>>> lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene
>>> -solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan
>>> g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc
>>> l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work
>>> \lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1
>>> 4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s
>>> olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo
>>> rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c
>>> :\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120
>>> 215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8
>>> .1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-
>>> webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib
>>> \servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar'
>>>
>>> The last component is clearly junit, so I really have no clue why it's
>>> not picking it for compilation.
>>>
>>> Dawid
>>>
>>> On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>> For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
>>>>
>>>> -----
>>>> 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: Wednesday, March 07, 2012 10:50 PM
>>>>> To: dev@lucene.apache.org
>>>>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>>>>
>>>>> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
>>>>> have to kill him with a rusty spoon. :)
>>>>>
>>>>> Dawid
>>>>>
>>>>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>>>>> >
>>>>> > -----
>>>>> > 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: Wednesday, March 07, 2012 10:42 PM
>>>>> >> To: dev@lucene.apache.org
>>>>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
>>>>> >> Failure
>>>>> >>
>>>>> >> >    [javac] symbol  : class TestRule
>>>>> >> >    [javac] location: class
>>>>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>>>>> >> >    [javac]   public TestRule solrTestRules =
>>>>> >> >    [javac]          ^
>>>>> >>
>>>>> >> Hmm... I added this; we'd need to modify the compilation path to include
>>>>> JUnit.
>>>>> >> I'll look into this.
>>>>> >>
>>>>> >> Dawid
>>>>> >>
>>>>> >> ---------------------------------------------------------------------
>>>>> >> 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
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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
>

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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure

Posted by Ryan McKinley <ry...@gmail.com>.
digging now...


On Wed, Mar 7, 2012 at 2:02 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> This is definitely something with Ryan's commit because the previous
> one passes fine. I'm looking, but not seeing yet.
>
> Dawid
>
> On Wed, Mar 7, 2012 at 11:00 PM, Dawid Weiss
> <da...@cs.put.poznan.pl> wrote:
>> I cleaned and ran:
>>
>> ant -verbose -Dtestcase=abc test
>>
>> this brings the build failure. Weirdly enough, the classpath is like this:
>>
>>    [javac] 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav
>> a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m
>> odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a
>> nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;
>> c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\
>> memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so
>> lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS
>> HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce
>> ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\
>> solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla
>> sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\
>> lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene
>> -solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan
>> g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc
>> l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work
>> \lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1
>> 4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s
>> olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo
>> rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c
>> :\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120
>> 215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8
>> .1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-
>> webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib
>> \servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar'
>>
>> The last component is clearly junit, so I really have no clue why it's
>> not picking it for compilation.
>>
>> Dawid
>>
>> On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
>>>
>>> -----
>>> 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: Wednesday, March 07, 2012 10:50 PM
>>>> To: dev@lucene.apache.org
>>>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>>>
>>>> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
>>>> have to kill him with a rusty spoon. :)
>>>>
>>>> Dawid
>>>>
>>>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>>>> >
>>>> > -----
>>>> > 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: Wednesday, March 07, 2012 10:42 PM
>>>> >> To: dev@lucene.apache.org
>>>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
>>>> >> Failure
>>>> >>
>>>> >> >    [javac] symbol  : class TestRule
>>>> >> >    [javac] location: class
>>>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>>>> >> >    [javac]   public TestRule solrTestRules =
>>>> >> >    [javac]          ^
>>>> >>
>>>> >> Hmm... I added this; we'd need to modify the compilation path to include
>>>> JUnit.
>>>> >> I'll look into this.
>>>> >>
>>>> >> Dawid
>>>> >>
>>>> >> ---------------------------------------------------------------------
>>>> >> 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
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
Now I see. Imports got removed somehow in that class. No wonder it
can't find them. I'll fix and commit.

Dawid

On Wed, Mar 7, 2012 at 11:02 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> This is definitely something with Ryan's commit because the previous
> one passes fine. I'm looking, but not seeing yet.
>
> Dawid
>
> On Wed, Mar 7, 2012 at 11:00 PM, Dawid Weiss
> <da...@cs.put.poznan.pl> wrote:
>> I cleaned and ran:
>>
>> ant -verbose -Dtestcase=abc test
>>
>> this brings the build failure. Weirdly enough, the classpath is like this:
>>
>>    [javac] 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav
>> a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m
>> odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a
>> nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;
>> c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\
>> memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so
>> lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS
>> HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce
>> ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\
>> solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla
>> sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\
>> lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene
>> -solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan
>> g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc
>> l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work
>> \lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1
>> 4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s
>> olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo
>> rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c
>> :\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120
>> 215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8
>> .1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-
>> webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib
>> \servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar'
>>
>> The last component is clearly junit, so I really have no clue why it's
>> not picking it for compilation.
>>
>> Dawid
>>
>> On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
>>>
>>> -----
>>> 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: Wednesday, March 07, 2012 10:50 PM
>>>> To: dev@lucene.apache.org
>>>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>>>
>>>> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
>>>> have to kill him with a rusty spoon. :)
>>>>
>>>> Dawid
>>>>
>>>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>>>> >
>>>> > -----
>>>> > 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: Wednesday, March 07, 2012 10:42 PM
>>>> >> To: dev@lucene.apache.org
>>>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
>>>> >> Failure
>>>> >>
>>>> >> >    [javac] symbol  : class TestRule
>>>> >> >    [javac] location: class
>>>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>>>> >> >    [javac]   public TestRule solrTestRules =
>>>> >> >    [javac]          ^
>>>> >>
>>>> >> Hmm... I added this; we'd need to modify the compilation path to include
>>>> JUnit.
>>>> >> I'll look into this.
>>>> >>
>>>> >> Dawid
>>>> >>
>>>> >> ---------------------------------------------------------------------
>>>> >> 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
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
This is definitely something with Ryan's commit because the previous
one passes fine. I'm looking, but not seeing yet.

Dawid

On Wed, Mar 7, 2012 at 11:00 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> I cleaned and ran:
>
> ant -verbose -Dtestcase=abc test
>
> this brings the build failure. Weirdly enough, the classpath is like this:
>
>    [javac] 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav
> a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m
> odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a
> nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;
> c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\
> memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so
> lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS
> HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce
> ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\
> solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla
> sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\
> lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene
> -solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan
> g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc
> l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work
> \lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1
> 4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s
> olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo
> rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c
> :\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120
> 215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8
> .1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-
> webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib
> \servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar'
>
> The last component is clearly junit, so I really have no clue why it's
> not picking it for compilation.
>
> Dawid
>
> On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
>>
>> -----
>> 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: Wednesday, March 07, 2012 10:50 PM
>>> To: dev@lucene.apache.org
>>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>>
>>> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
>>> have to kill him with a rusty spoon. :)
>>>
>>> Dawid
>>>
>>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>>> >
>>> > -----
>>> > 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: Wednesday, March 07, 2012 10:42 PM
>>> >> To: dev@lucene.apache.org
>>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
>>> >> Failure
>>> >>
>>> >> >    [javac] symbol  : class TestRule
>>> >> >    [javac] location: class
>>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>>> >> >    [javac]   public TestRule solrTestRules =
>>> >> >    [javac]          ^
>>> >>
>>> >> Hmm... I added this; we'd need to modify the compilation path to include
>>> JUnit.
>>> >> I'll look into this.
>>> >>
>>> >> Dawid
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> 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
>>
>>
>> ---------------------------------------------------------------------
>> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
I cleaned and ran:

ant -verbose -Dtestcase=abc test

this brings the build failure. Weirdly enough, the classpath is like this:

    [javac] 'c:\Work\lucene-solr\solr\build\solr-solrj\classes\test;c:\Work\lucene-solr\solr\build\solr-test-framework\classes\jav
a;c:\Work\lucene-solr\solr\solrj\src\test-files;c:\Work\lucene-solr\lucene\build\test-framework\classes\java;c:\Work\lucene-solr\m
odules\analysis\build\common\lucene-analyzers-common-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\kuromoji\lucene-a
nalyzers-kuromoji-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\analysis\build\phonetic\lucene-analyzers-phonetic-4.0-SNAPSHOT.jar;
c:\Work\lucene-solr\lucene\build\contrib\highlighter\lucene-highlighter-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\
memory\lucene-memory-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\lucene\build\contrib\misc\lucene-misc-4.0-SNAPSHOT.jar;c:\Work\lucene-so
lr\lucene\build\contrib\spatial\lucene-spatial-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\suggest\build\lucene-suggest-4.0-SNAPS
HOT.jar;c:\Work\lucene-solr\modules\grouping\build\lucene-grouping-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queries\build\luce
ne-queries-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\modules\queryparser\build\lucene-queryparser-4.0-SNAPSHOT.jar;c:\Work\lucene-solr\
solr\build\solr-solrj\classes\java;c:\Work\lucene-solr\solr\build\solr-core\classes\java;c:\Work\lucene-solr\lucene\build\core\cla
sses\java;c:\Work\lucene-solr\solr\lib\apache-solr-noggit-r1211150.jar;c:\Work\lucene-solr\solr\lib\commons-codec-1.6.jar;c:\Work\
lucene-solr\solr\lib\commons-csv-1.0-SNAPSHOT-r966014.jar;c:\Work\lucene-solr\solr\lib\commons-fileupload-1.2.1.jar;c:\Work\lucene
-solr\solr\lib\commons-httpclient-3.1.jar;c:\Work\lucene-solr\solr\lib\commons-io-2.1.jar;c:\Work\lucene-solr\solr\lib\commons-lan
g-2.6.jar;c:\Work\lucene-solr\solr\lib\easymock-2.2.jar;c:\Work\lucene-solr\solr\lib\guava-r05.jar;c:\Work\lucene-solr\solr\lib\jc
l-over-slf4j-1.6.1.jar;c:\Work\lucene-solr\solr\lib\junit-4.10.jar;c:\Work\lucene-solr\solr\lib\log4j-over-slf4j-1.6.1.jar;c:\Work
\lucene-solr\solr\lib\servlet-api-3.0.jar;c:\Work\lucene-solr\solr\lib\slf4j-api-1.6.1.jar;c:\Work\lucene-solr\solr\lib\slf4j-jdk1
4-1.6.1.jar;c:\Work\lucene-solr\solr\lib\wstx-asl-3.2.7.jar;c:\Work\lucene-solr\solr\lib\zookeeper-3.3.4.jar;c:\Work\lucene-solr\s
olr\example\lib\jetty-continuation-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-deploy-8.1.1.v20120215.jar;c:\Wo
rk\lucene-solr\solr\example\lib\jetty-http-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-io-8.1.1.v20120215.jar;c
:\Work\lucene-solr\solr\example\lib\jetty-jmx-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-security-8.1.1.v20120
215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-server-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-servlet-8
.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-util-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-
webapp-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib\jetty-xml-8.1.1.v20120215.jar;c:\Work\lucene-solr\solr\example\lib
\servlet-api-3.0.jar;c:\Work\lucene-solr\lucene\lib\junit-4.10.jar'

The last component is clearly junit, so I really have no clue why it's
not picking it for compilation.

Dawid

On Wed, Mar 7, 2012 at 10:55 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
>
> -----
> 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: Wednesday, March 07, 2012 10:50 PM
>> To: dev@lucene.apache.org
>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>
>> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
>> have to kill him with a rusty spoon. :)
>>
>> Dawid
>>
>> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>> >
>> > -----
>> > 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: Wednesday, March 07, 2012 10:42 PM
>> >> To: dev@lucene.apache.org
>> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
>> >> Failure
>> >>
>> >> >    [javac] symbol  : class TestRule
>> >> >    [javac] location: class
>> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>> >> >    [javac]   public TestRule solrTestRules =
>> >> >    [javac]          ^
>> >>
>> >> Hmm... I added this; we'd need to modify the compilation path to include
>> JUnit.
>> >> I'll look into this.
>> >>
>> >> Dawid
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>
>
> ---------------------------------------------------------------------
> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
Sorry, I only ran tests in solr/core... :(

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


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Wednesday, March 07, 2012 10:55 PM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
> 
> For me the build passed locally. Maybe because of the merge some relicts kept
> over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.
> 
> -----
> 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: Wednesday, March 07, 2012 10:50 PM
> > To: dev@lucene.apache.org
> > Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
> > Failure
> >
> > No idea, but I'm looking into it right now. If it's Ryan's fault then,
> > well, we'll just have to kill him with a rusty spoon. :)
> >
> > Dawid
> >
> > On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
> > >
> > > -----
> > > 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: Wednesday, March 07, 2012 10:42 PM
> > >> To: dev@lucene.apache.org
> > >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
> > >> Failure
> > >>
> > >> >    [javac] symbol  : class TestRule
> > >> >    [javac] location: class
> > >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
> > >> >    [javac]   public TestRule solrTestRules =
> > >> >    [javac]          ^
> > >>
> > >> Hmm... I added this; we'd need to modify the compilation path to include
> > JUnit.
> > >> I'll look into this.
> > >>
> > >> Dawid
> > >>
> > >> ---------------------------------------------------------------------
> > >> 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
> 
> 
> ---------------------------------------------------------------------
> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
For me the build passed locally. Maybe because of the merge some relicts kept over on Jenkin's checkout. I wiped the workspace for the trunk half-hour builds.

-----
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: Wednesday, March 07, 2012 10:50 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
> 
> No idea, but I'm looking into it right now. If it's Ryan's fault then, well, we'll just
> have to kill him with a rusty spoon. :)
> 
> Dawid
> 
> On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
> >
> > -----
> > 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: Wednesday, March 07, 2012 10:42 PM
> >> To: dev@lucene.apache.org
> >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 -
> >> Failure
> >>
> >> >    [javac] symbol  : class TestRule
> >> >    [javac] location: class
> >> > org.apache.solr.client.solrj.embedded.JettyWebappTest
> >> >    [javac]   public TestRule solrTestRules =
> >> >    [javac]          ^
> >>
> >> Hmm... I added this; we'd need to modify the compilation path to include
> JUnit.
> >> I'll look into this.
> >>
> >> Dawid
> >>
> >> ---------------------------------------------------------------------
> >> 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


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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
No idea, but I'm looking into it right now. If it's Ryan's fault then,
well, we'll just have to kill him with a rusty spoon. :)

Dawid

On Wed, Mar 7, 2012 at 10:47 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Maybe this was caused by a merge problem when Ryan merged in Jetty 8?
>
> -----
> 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: Wednesday, March 07, 2012 10:42 PM
>> To: dev@lucene.apache.org
>> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
>>
>> >    [javac] symbol  : class TestRule
>> >    [javac] location: class
>> > org.apache.solr.client.solrj.embedded.JettyWebappTest
>> >    [javac]   public TestRule solrTestRules =
>> >    [javac]          ^
>>
>> Hmm... I added this; we'd need to modify the compilation path to include JUnit.
>> I'll look into this.
>>
>> Dawid
>>
>> ---------------------------------------------------------------------
>> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
Maybe this was caused by a merge problem when Ryan merged in Jetty 8?

-----
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: Wednesday, March 07, 2012 10:42 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12650 - Failure
> 
> >    [javac] symbol  : class TestRule
> >    [javac] location: class
> > org.apache.solr.client.solrj.embedded.JettyWebappTest
> >    [javac]   public TestRule solrTestRules =
> >    [javac]          ^
> 
> Hmm... I added this; we'd need to modify the compilation path to include JUnit.
> I'll look into this.
> 
> Dawid
> 
> ---------------------------------------------------------------------
> 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-tests-only-trunk - Build # 12650 - Failure

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
>    [javac] symbol  : class TestRule
>    [javac] location: class org.apache.solr.client.solrj.embedded.JettyWebappTest
>    [javac]   public TestRule solrTestRules =
>    [javac]          ^

Hmm... I added this; we'd need to modify the compilation path to
include JUnit. I'll look into this.

Dawid

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