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/04/24 06:45:56 UTC

Build failed in Jenkins: Nutch-trunk #2179

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

------------------------------------------
[...truncated 4039 lines...]
    [javac]           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:108: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:123: warning: [deprecation] delete(Path) in FileSystem has been deprecated
    [javac]     fs.delete(testDir);
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:126: warning: [rawtypes] found raw type: TreeSet
    [javac]   private void createCrawlDb(Configuration config, FileSystem fs, Path crawldb, TreeSet init, CrawlDatum cd) throws Exception {
    [javac]                                                                                 ^
    [javac]   missing type arguments for generic class TreeSet<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class TreeSet
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:130: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]   ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]                          ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:80: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url10, urls10);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:81: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url11, urls11);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:82: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url20, urls20);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:83: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url21, urls21);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:84: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url10, urls10_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:85: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url11, urls11_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:86: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url20, urls20_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:87: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url21, urls21_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:119: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]       ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]                             ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:128: warning: [rawtypes] found raw type: Iterator
    [javac]       Iterator it2 = inlinks.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:131: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac]         links.add(in.getFromUrl());
    [javac]                  ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:142: warning: [rawtypes] found raw type: TreeMap
    [javac]   private void createLinkDb(Configuration config, FileSystem fs, Path linkdb, TreeMap init) throws Exception {
    [javac]                                                                               ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:146: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]             ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]                                       ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:212: warning: [unchecked] unchecked call to add(E) as a member of the raw type LinkedList
    [javac]                 fFolders.add(file);
    [javac]                             ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/segment/TestSegmentMerger.java:45: warning: [deprecation] getDefaultBlockSize() in FileSystem has been deprecated
    [javac]     long blkSize = fs.getDefaultBlockSize();
    [javac]                      ^
    [javac] 46 warnings

test-core:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 90 files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.177 sec
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.045 sec
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 67.168 sec
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 14.686 sec
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.123 sec
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.484 sec
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 19.891 sec
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.705 sec
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.151 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.306 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.219 sec
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.838 sec
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.112 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.152 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.564 sec
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.9 sec
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.497 sec
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 78.387 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.919 sec
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.811 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.179 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.22 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.048 sec

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build.xml:429: Tests failed!

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

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

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


Build failed in Jenkins: Nutch-trunk #2182

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

------------------------------------------
[...truncated 3294 lines...]
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/scoring-link/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/scoring-link/test
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/scoring-link

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:
     [echo] Compiling plugin: scoring-link
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:117: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1 source file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/scoring-link/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/scoring-link/scoring-link.jar

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/scoring-link

copy-generated-lib:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/scoring-link

init:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/subcollection
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/subcollection/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/subcollection/test
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/subcollection

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:
     [echo] Compiling plugin: subcollection
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:117: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 3 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/subcollection/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

jar:
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/subcollection/subcollection.jar

deps-test:

deploy:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/subcollection

copy-generated-lib:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/subcollection

init:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/tld
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/tld/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/tld/test
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/tld

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:
     [echo] Compiling plugin: tld
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:117: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/tld/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

jar:
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/tld/tld.jar

deps-test:

deploy:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/tld

copy-generated-lib:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/tld
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/urlfilter-automaton/test/data
     [copy] Copying 6 files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/urlfilter-automaton/test/data

init:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/urlfilter-automaton/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/plugins/urlfilter-automaton

init-plugin:

deps-jar:

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:
     [echo] Compiling plugin: lib-regex-filter
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:117: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

jar:

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

compile:
     [echo] Compiling plugin: lib-regex-filter
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:117: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

compile-test:
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:180: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1 source file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/lib-regex-filter/test
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/lib-regex-filter/src/test/org/apache/nutch/urlfilter/api/RegexURLFilterBaseTest.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/ivy/ivysettings.xml

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build.xml:103: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build.xml:61: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/plugin/build-plugin.xml:214: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of org.apache.nutch#urlfilter-automaton: java.text.ParseException: failed to parse report: /export/home/hudson/.ivy2/cache/org.apache.nutch-urlfilter-automaton-default.xml: Premature end of file.
	at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:206)
	at org.apache.ivy.Ivy.retrieve(Ivy.java:540)
	at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:67)
	at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.Main.runBuild(Main.java:809)
	at org.apache.tools.ant.Main.startAnt(Main.java:217)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: java.text.ParseException: failed to parse report: /export/home/hudson/.ivy2/cache/org.apache.nutch-urlfilter-automaton-default.xml: Premature end of file.
	at org.apache.ivy.plugins.report.XmlReportParser.parse(XmlReportParser.java:302)
	at org.apache.ivy.core.retrieve.RetrieveEngine.determineArtifactsToCopy(RetrieveEngine.java:288)
	at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:104)
	... 43 more
Caused by: org.xml.sax.SAXParseException; systemId: file:/export/home/hudson/.ivy2/cache/org.apache.nutch-urlfilter-automaton-default.xml; lineNumber: 1; columnNumber: 1; Premature end of file.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1388)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1018)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:607)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:489)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:835)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:328)
	at org.apache.ivy.plugins.report.XmlReportParser$SaxXmlReportParser.parse(XmlReportParser.java:258)
	at org.apache.ivy.plugins.report.XmlReportParser.parse(XmlReportParser.java:300)
	... 45 more

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

Build failed in Jenkins: Nutch-trunk #2181

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

------------------------------------------
[...truncated 4043 lines...]
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:78: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url21, cd2);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:89: warning: [deprecation] delete(Path) in FileSystem has been deprecated
    [javac]         fs.delete(testDir);
    [javac]           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:108: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:123: warning: [deprecation] delete(Path) in FileSystem has been deprecated
    [javac]     fs.delete(testDir);
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:126: warning: [rawtypes] found raw type: TreeSet
    [javac]   private void createCrawlDb(Configuration config, FileSystem fs, Path crawldb, TreeSet init, CrawlDatum cd) throws Exception {
    [javac]                                                                                 ^
    [javac]   missing type arguments for generic class TreeSet<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class TreeSet
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:130: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]   ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]                          ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:80: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url10, urls10);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:81: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url11, urls11);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:82: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url20, urls20);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:83: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url21, urls21);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:84: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url10, urls10_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:85: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url11, urls11_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:86: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url20, urls20_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:87: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url21, urls21_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:119: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]       ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]                             ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:128: warning: [rawtypes] found raw type: Iterator
    [javac]       Iterator it2 = inlinks.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:131: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac]         links.add(in.getFromUrl());
    [javac]                  ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:142: warning: [rawtypes] found raw type: TreeMap
    [javac]   private void createLinkDb(Configuration config, FileSystem fs, Path linkdb, TreeMap init) throws Exception {
    [javac]                                                                               ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:146: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]             ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]                                       ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:212: warning: [unchecked] unchecked call to add(E) as a member of the raw type LinkedList
    [javac]                 fFolders.add(file);
    [javac]                             ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/segment/TestSegmentMerger.java:45: warning: [deprecation] getDefaultBlockSize() in FileSystem has been deprecated
    [javac]     long blkSize = fs.getDefaultBlockSize();
    [javac]                      ^
    [javac] 46 warnings

test-core:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 90 files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 64.216 sec
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 27.031 sec
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 127.991 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 26.893 sec
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 17.548 sec
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.463 sec
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 47.622 sec
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.689 sec
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.163 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.576 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.719 sec
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.782 sec
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.175 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.469 sec
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.976 sec
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.635 sec
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.981 sec
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 30.73 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build.xml:414: Process fork failed.

Total time: 11 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Build failed in Jenkins: Nutch-trunk #2180

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

------------------------------------------
[...truncated 4040 lines...]
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:108: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:123: warning: [deprecation] delete(Path) in FileSystem has been deprecated
    [javac]     fs.delete(testDir);
    [javac]       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:126: warning: [rawtypes] found raw type: TreeSet
    [javac]   private void createCrawlDb(Configuration config, FileSystem fs, Path crawldb, TreeSet init, CrawlDatum cd) throws Exception {
    [javac]                                                                                 ^
    [javac]   missing type arguments for generic class TreeSet<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class TreeSet
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestCrawlDbMerger.java:130: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:71: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init1 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]   ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:72: warning: [rawtypes] found raw type: TreeMap
    [javac]   TreeMap init2 = new TreeMap();
    [javac]                       ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]   ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:73: warning: [rawtypes] found raw type: HashMap
    [javac]   HashMap expected = new HashMap();
    [javac]                          ^
    [javac]   missing type arguments for generic class HashMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:80: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url10, urls10);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:81: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init1.put(url11, urls11);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:82: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url20, urls20);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:83: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type TreeMap
    [javac]     init2.put(url21, urls21);
    [javac]              ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:84: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url10, urls10_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:85: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url11, urls11_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:86: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url20, urls20_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:87: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac]     expected.put(url21, urls21_expected);
    [javac]                 ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:119: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = expected.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]       ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:127: warning: [rawtypes] found raw type: ArrayList
    [javac]       ArrayList links = new ArrayList();
    [javac]                             ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:128: warning: [rawtypes] found raw type: Iterator
    [javac]       Iterator it2 = inlinks.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/test/org/apache/nutch/crawl/TestLinkDbMerger.java:131: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac]         links.add(in.getFromUrl());
    [javac]                  ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:142: warning: [rawtypes] found raw type: TreeMap
    [javac]   private void createLinkDb(Configuration config, FileSystem fs, Path linkdb, TreeMap init) throws Exception {
    [javac]                                                                               ^
    [javac]   missing type arguments for generic class TreeMap<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class TreeMap
    [javac]     V extends Object declared in class TreeMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/crawl/TestLinkDbMerger.java:146: warning: [rawtypes] found raw type: Iterator
    [javac]     Iterator it = init.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/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]             ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:44: warning: [rawtypes] found raw type: LinkedList
    [javac]     private LinkedList fFolders = new LinkedList();
    [javac]                                       ^
    [javac]   missing type arguments for generic class LinkedList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/plugin/TestPluginSystem.java:212: warning: [unchecked] unchecked call to add(E) as a member of the raw type LinkedList
    [javac]                 fFolders.add(file);
    [javac]                             ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class LinkedList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/src/test/org/apache/nutch/segment/TestSegmentMerger.java:45: warning: [deprecation] getDefaultBlockSize() in FileSystem has been deprecated
    [javac]     long blkSize = fs.getDefaultBlockSize();
    [javac]                      ^
    [javac] 46 warnings

test-core:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 90 files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/data
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/test/classes
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build/lib/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.nutch.crawl.TestCrawlDbFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.103 sec
    [junit] Running org.apache.nutch.crawl.TestCrawlDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.523 sec
    [junit] Running org.apache.nutch.crawl.TestGenerator
    [junit] Tests run: 4, Failures: 0, Errors: 2, Time elapsed: 33.23 sec
    [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
    [junit] Running org.apache.nutch.crawl.TestInjector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.043 sec
    [junit] Running org.apache.nutch.crawl.TestLinkDbMerger
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.978 sec
    [junit] Running org.apache.nutch.crawl.TestSignatureFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.412 sec
    [junit] Running org.apache.nutch.fetcher.TestFetcher
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 49.649 sec
    [junit] Running org.apache.nutch.indexer.TestIndexingFilters
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.044 sec
    [junit] Running org.apache.nutch.metadata.TestMetadata
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 4.212 sec
    [junit] Running org.apache.nutch.metadata.TestSpellCheckedMetadata
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 11.116 sec
    [junit] Running org.apache.nutch.net.TestURLFilters
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 31.82 sec
    [junit] Running org.apache.nutch.net.TestURLNormalizers
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 29.178 sec
    [junit] Running org.apache.nutch.parse.TestOutlinkExtractor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.02 sec
    [junit] Running org.apache.nutch.parse.TestParseData
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.628 sec
    [junit] Running org.apache.nutch.parse.TestParseText
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.998 sec
    [junit] Running org.apache.nutch.parse.TestParserFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 40.322 sec
    [junit] Running org.apache.nutch.plugin.TestPluginSystem
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 39.453 sec
    [junit] Running org.apache.nutch.protocol.TestContent
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.881 sec
    [junit] Running org.apache.nutch.protocol.TestProtocolFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.195 sec
    [junit] Running org.apache.nutch.segment.TestSegmentMerger
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 129.86 sec
    [junit] Test org.apache.nutch.segment.TestSegmentMerger FAILED
    [junit] Running org.apache.nutch.util.TestEncodingDetector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.448 sec
    [junit] Running org.apache.nutch.util.TestGZIPUtils
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.859 sec
    [junit] Running org.apache.nutch.util.TestNodeWalker
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.316 sec
    [junit] Running org.apache.nutch.util.TestPrefixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.126 sec
    [junit] Running org.apache.nutch.util.TestStringUtil
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.nutch.util.TestSuffixStringMatcher
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.nutch.util.TestURLUtil
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.603 sec

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Nutch-trunk/trunk/build.xml:429: Tests failed!

Total time: 12 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc