You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/01/16 13:06:45 UTC

Build failed in Jenkins: Nutch-trunk #2087

See <https://builds.apache.org/job/Nutch-trunk/2087/changes>

Changes:

[markus] Implement read/write in NutchField

[markus] Remove FetcherOutput.java

[markus] Add UPDATE action to NutchIndexAction

------------------------------------------
[...truncated 1552 lines...]
    [javac]                                  ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/crawl/MapWritable.java:514: warning: [rawtypes] found raw type: Class
    [javac]     private Class fclazz;
    [javac]             ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/util/GenericWritableConfigurable.java:44: warning: [rawtypes] found raw type: Class
    [javac]     Class clazz = getTypes()[type];
    [javac]     ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/crawl/NutchWritable.java:27: warning: [rawtypes] found raw type: Class
    [javac]     CLASSES = new Class[] {
    [javac]                   ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/crawl/NutchWritable.java:27: warning: [unchecked] unchecked conversion
    [javac]     CLASSES = new Class[] {
    [javac]               ^
    [javac]   required: Class<? extends Writable>[]
    [javac]   found:    Class[]
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/crawl/SignatureComparator.java:22: warning: [rawtypes] found raw type: Comparator
    [javac] public class SignatureComparator implements Comparator {
    [javac]                                             ^
    [javac]   missing type arguments for generic class Comparator<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface Comparator
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/crawl/SignatureFactory.java:50: warning: [rawtypes] found raw type: Class
    [javac]         Class implClass = Class.forName(clazz);
    [javac]         ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/ParserFactory.java:51: warning: [rawtypes] found raw type: List
    [javac]   private final List EMPTY_EXTENSION_LIST = Collections.EMPTY_LIST;
    [javac]                 ^
    [javac]   missing type arguments for generic class List<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/ParserFactory.java:124: warning: [rawtypes] found raw type: Iterator
    [javac]     for (Iterator i=parserExts.iterator(); i.hasNext(); ){
    [javac]          ^
    [javac]   missing type arguments for generic class Iterator<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/ParserFactory.java:223: warning: [unchecked] unchecked cast
    [javac]     List<Extension> extensions = (List<Extension>) objectCache.getObject(type);
    [javac]                                                                         ^
    [javac]   required: List<Extension>
    [javac]   found:    Object
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/fetcher/OldFetcher.java:48: warning: [rawtypes] found raw type: WritableComparable
    [javac] public class OldFetcher extends Configured implements Tool, MapRunnable<WritableComparable, Writable, Text, NutchWritable> { 
    [javac]                                                                         ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/fetcher/OldFetcher.java:58: warning: [rawtypes] found raw type: WritableComparable
    [javac]   public static class InputFormat extends SequenceFileInputFormat<WritableComparable, Writable> {
    [javac]                                                                   ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/fetcher/OldFetcher.java:74: warning: [rawtypes] found raw type: WritableComparable
    [javac]   private RecordReader<WritableComparable, Writable> input;
    [javac]                        ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/fetcher/OldFetcher.java:460: warning: [rawtypes] found raw type: WritableComparable
    [javac]   public void run(RecordReader<WritableComparable, Writable> input, OutputCollector<Text, NutchWritable> output,
    [javac]                                ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/metadata/SpellCheckedMetadata.java:57: warning: [rawtypes] found raw type: Class
    [javac]     for (Class spellCheckedNames : spellthese) {
    [javac]          ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/HTMLMetaTags.java:191: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = generalTags.keySet().iterator();
    [javac]     ^
    [javac]   missing type arguments for generic class Iterator<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/ParseSegment.java:45: warning: [rawtypes] found raw type: WritableComparable
    [javac]     Mapper<WritableComparable, Content, Text, ParseImpl>,
    [javac]            ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/parse/ParseSegment.java:74: warning: [rawtypes] found raw type: WritableComparable
    [javac]   public void map(WritableComparable key, Content content,
    [javac]                   ^
    [javac]   missing type arguments for generic class WritableComparable<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface WritableComparable
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/Loops.java:586: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option helpOpts = OptionBuilder.withArgName("help").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/Loops.java:587: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show this help message").create("help");
    [javac]                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/Loops.java:588: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphDbOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/Loops.java:588: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphDbOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/Loops.java:589: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "the web graph database to use").create("webgraphdb");
    [javac]                                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkDumper.java:436: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option helpOpts = OptionBuilder.withArgName("help").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkDumper.java:437: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show this help message").create("help");
    [javac]                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkDumper.java:438: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphDbOpts = OptionBuilder.withArgName("webgraphdb").hasArg()
    [javac]                                                                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkDumper.java:439: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the web graph database to use").create("webgraphdb");
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkDumper.java:439: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the web graph database to use").create("webgraphdb");
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkRank.java:681: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option helpOpts = OptionBuilder.withArgName("help").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkRank.java:682: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show this help message").create("help");
    [javac]                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkRank.java:683: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webgraphOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                  ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkRank.java:683: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webgraphOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LinkRank.java:684: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "the web graph db to use").create("webgraphdb");
    [javac]                                 ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:97: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option helpOpts = OptionBuilder.withArgName("help").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:98: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show this help message").create("help");
    [javac]                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:99: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphOpts = OptionBuilder.withArgName("webgraphdb").hasArg()
    [javac]                                                                  ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:100: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the webgraphdb to use").create("webgraphdb");
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:100: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the webgraphdb to use").create("webgraphdb");
    [javac]                                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:101: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option urlOpts = OptionBuilder.withArgName("url").hasOptionalArg()
    [javac]                                                      ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:102: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the url to dump").create("url");
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/LoopReader.java:102: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       .withDescription("the url to dump").create("url");
    [javac]                                          ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:346: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option helpOpts = OptionBuilder.withArgName("help").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:347: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show this help message").create("help");
    [javac]                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:348: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphDbOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:348: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option webGraphDbOpts = OptionBuilder.withArgName("webgraphdb").hasArg().withDescription(
    [javac]                                                                             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:349: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "the web graph database to use").create("webgraphdb");
    [javac]                                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:350: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option inlinkOpts = OptionBuilder.withArgName("inlinks").withDescription(
    [javac]                                                             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:351: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show highest inlinks").create("inlinks");
    [javac]                              ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:352: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option outlinkOpts = OptionBuilder.withArgName("outlinks").withDescription(
    [javac]                                                               ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:353: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show highest outlinks").create("outlinks");
    [javac]                               ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:354: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option scoreOpts = OptionBuilder.withArgName("scores").withDescription(
    [javac]                                                           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:355: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show highest scores").create("scores");
    [javac]                             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:356: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option topNOpts = OptionBuilder.withArgName("topn").hasOptionalArg().withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:356: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option topNOpts = OptionBuilder.withArgName("topn").hasOptionalArg().withDescription(
    [javac]                                                                         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:357: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "show topN scores").create("topn");
    [javac]                          ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:358: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option outputOpts = OptionBuilder.withArgName("output").hasArg().withDescription(
    [javac]                                                            ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:358: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option outputOpts = OptionBuilder.withArgName("output").hasArg().withDescription(
    [javac]                                                                     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:359: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "the output directory to use").create("output");
    [javac]                                     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:360: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option effOpts = OptionBuilder.withArgName("asEff").withDescription(
    [javac]                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:361: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "Solr ExternalFileField compatible output format").create("asEff");
    [javac]                                                         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:362: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option groupOpts = OptionBuilder.hasArgs(2).withDescription(
    [javac]                                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:363: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]       "group <host|domain> <sum|max>").create("group");
    [javac]                                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/java/org/apache/nutch/scoring/webgraph/NodeDumper.java:364: warning: [static] static method should be qualified by type name, OptionBuilder, instead of by an expression
    [javac]     Option sequenceFileOpts = OptionBuilder.withArgName("asSequenceFile").withDescription(
    [javac]                                                                          ^
    [javac] Note: Some input files additionally use unchecked or unsafe operations.
    [javac] 1 error
    [javac] 100 warnings

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build.xml:96: Compile failed; see the compiler error output for details.

Total time: 48 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Jenkins build is back to normal : Nutch-trunk #2088

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Nutch-trunk/2088/changes>