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 2013/05/16 19:27:03 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 259 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/259/

All tests passed

Build Log:
[...truncated 1578 lines...]
    [javac] Compiling 392 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/analysis/common/classes/java
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: package org.apache.lucene.queryparser.classic does not exist
    [javac] import org.apache.lucene.queryparser.classic.QueryParser;
    [javac]                                             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac]   TokenFilterFactory getDelegator() {
    [javac]                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:390: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:363: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:549: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1827: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:99: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:38: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/module-build.xml:58: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:489: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.

Total time: 36 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 259 - Failure

Posted by Robert Muir <rc...@gmail.com>.
On Thu, May 16, 2013 at 1:53 PM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> : I'm testing a patch right now and then i'll commit. the trick here is
> : to instead use a link like this:
>
> i just commited a change to not use a jdoc link at all actually
>
> that's consistent with how FilteringTokenFilter refers to the same method

ok, you can remove my link if you want.

at least i fixed the method name to be the right one :)

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


Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 259 - Failure

Posted by Chris Hostetter <ho...@fucit.org>.
: I'm testing a patch right now and then i'll commit. the trick here is
: to instead use a link like this:

i just commited a change to not use a jdoc link at all actually

that's consistent with how FilteringTokenFilter refers to the same method

: 
: <a href="{@docRoot}/../queryparser/overview-summary.html">QueryParser</a>
: 
: (since it really applies to all queryparsers anyway).
: 
: and its "ok" because if something is wrong our python linkchecker will
: detect it.
: 
: On Thu, May 16, 2013 at 1:43 PM, Robert Muir <rc...@gmail.com> wrote:
: > These look like serious problems? Looks like the build is broken such
: > that analyzers is trying to pull in queryparser....
: >
: > On Thu, May 16, 2013 at 1:27 PM, Apache Jenkins Server
: > <je...@builds.apache.org> wrote:
: >> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/259/
: >>
: >> All tests passed
: >>
: >> Build Log:
: >> [...truncated 1578 lines...]
: >>     [javac] Compiling 392 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/analysis/common/classes/java
: >>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: package org.apache.lucene.queryparser.classic does not exist
: >>     [javac] import org.apache.lucene.queryparser.classic.QueryParser;
: >>     [javac]                                             ^
: >>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
: >>     [javac]   TokenFilterFactory getDelegator() {
: >>     [javac]                      ^
: >>     [javac] Note: Some input files use or override a deprecated API.
: >>     [javac] Note: Recompile with -Xlint:deprecation for details.
: >>     [javac] 1 error
: >>
: >> [...truncated 1 lines...]
: >> BUILD FAILED
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:390: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:363: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:549: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1827: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:99: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:38: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/module-build.xml:58: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:489: The following error occurred while executing this line:
: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.
: >>
: >> Total time: 36 minutes 7 seconds
: >> Build step 'Invoke Ant' marked build as failure
: >> Archiving artifacts
: >> Recording test results
: >> 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
: 
: 

-Hoss

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


Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 259 - Failure

Posted by Robert Muir <rc...@gmail.com>.
I'm testing a patch right now and then i'll commit. the trick here is
to instead use a link like this:

<a href="{@docRoot}/../queryparser/overview-summary.html">QueryParser</a>

(since it really applies to all queryparsers anyway).

and its "ok" because if something is wrong our python linkchecker will
detect it.

On Thu, May 16, 2013 at 1:43 PM, Robert Muir <rc...@gmail.com> wrote:
> These look like serious problems? Looks like the build is broken such
> that analyzers is trying to pull in queryparser....
>
> On Thu, May 16, 2013 at 1:27 PM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/259/
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 1578 lines...]
>>     [javac] Compiling 392 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/analysis/common/classes/java
>>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: package org.apache.lucene.queryparser.classic does not exist
>>     [javac] import org.apache.lucene.queryparser.classic.QueryParser;
>>     [javac]                                             ^
>>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
>>     [javac]   TokenFilterFactory getDelegator() {
>>     [javac]                      ^
>>     [javac] Note: Some input files use or override a deprecated API.
>>     [javac] Note: Recompile with -Xlint:deprecation for details.
>>     [javac] 1 error
>>
>> [...truncated 1 lines...]
>> BUILD FAILED
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:390: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:363: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:549: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1827: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:99: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:38: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/module-build.xml:58: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:489: The following error occurred while executing this line:
>> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.
>>
>> Total time: 36 minutes 7 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> 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-NightlyTests-4.x - Build # 259 - Failure

Posted by Robert Muir <rc...@gmail.com>.
These look like serious problems? Looks like the build is broken such
that analyzers is trying to pull in queryparser....

On Thu, May 16, 2013 at 1:27 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/259/
>
> All tests passed
>
> Build Log:
> [...truncated 1578 lines...]
>     [javac] Compiling 392 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/analysis/common/classes/java
>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: package org.apache.lucene.queryparser.classic does not exist
>     [javac] import org.apache.lucene.queryparser.classic.QueryParser;
>     [javac]                                             ^
>     [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
>     [javac]   TokenFilterFactory getDelegator() {
>     [javac]                      ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 1 error
>
> [...truncated 1 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:390: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:363: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:549: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1827: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:99: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/analysis/build.xml:38: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/module-build.xml:58: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:489: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.
>
> Total time: 36 minutes 7 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> 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