You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/02/25 00:12:53 UTC

Build failed in Hudson: Hama-Nightly #119

See <https://hudson.apache.org/hudson/job/Hama-Nightly/119/>

------------------------------------------
Started by timer
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/incubator/hama/trunk
At revision 1074341
no change for http://svn.apache.org/repos/asf/incubator/hama/trunk since the previous build
[trunk] $ /home/hudson/tools/ant/latest/bin/ant clean package test
Buildfile: build.xml

clean:
   [delete] Deleting directory /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build>

init:
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/classes>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/test>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/examples>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/reports/findbugs>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/reports/tests>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/lib>
     [copy] Copying 48 files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/lib>

compile:
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/src>
    [javac] Compiling 70 source files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/classes>

jar:
      [jar] Building jar: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev.jar>

javadoc:
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/docs/site/api>
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.hama...
  [javadoc] Loading source files for package org.apache.hama.bsp...
  [javadoc] Loading source files for package org.apache.hama.ipc...
  [javadoc] Loading source files for package org.apache.hama.util...
  [javadoc] Loading source files for package org.apache.hama.zookeeper...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.6.0_22
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...

compile-examples:
    [javac] Compiling 4 source files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/examples>

examples:
      [jar] Building jar: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev-examples.jar>

compile-test:
    [javac] Compiling 15 source files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/test>
      [jar] Building jar: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev-test.jar>

package:
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev>
     [copy] Copying 2 files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev/lib>
     [copy] Copying 48 files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev/lib>
     [copy] Copying 3 files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev>
    [mkdir] Created dir: /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev/src>
     [copy] Copying 113 files to /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev/src>
     [copy] Copied 29 empty directories to 1 empty directory under /zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build/hama-0.2.0-dev/src>

init:

compile:

compile-test:

test:
    [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<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/lib/findbugs/ant.jar!/org/apache/tools/ant/Project.class>
    [junit] Running org.apache.hama.bsp.TestBSPMaster
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 20.879 sec
    [junit] Running org.apache.hama.bsp.TestBSPPeer
    [junit] Running org.apache.hama.bsp.TestBSPPeer
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.hama.bsp.TestBSPPeer FAILED (timeout)
    [junit] Running org.apache.hama.bsp.TestClusterStatus
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.143 sec
    [junit] Running org.apache.hama.bsp.TestDirective
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.hama.bsp.TestSerializePrinting
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 22.208 sec
    [junit] Running org.apache.hama.ipc.TestIPC
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 11.759 sec
    [junit] Running org.apache.hama.ipc.TestRPC
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.616 sec
    [junit] Running org.apache.hama.util.TestBytes
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.132 sec
    [junit] Running org.apache.hama.util.TestNumeric
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.122 sec
    [junit] Running org.apache.hama.util.TestRandomVariable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

BUILD FAILED
/zonestorage/hudson<https://hudson.apache.org/hudson/job/Hama-Nightly/ws/trunk/build.xml>:295: Tests failed!

Total time: 11 minutes 41 seconds


Hudson build is back to normal : Hama-Nightly #120

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Hama-Nightly/120/changes>