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 2010/11/01 02:48:35 UTC

Build failed in Hudson: Hama-Patch #259

See <https://hudson.apache.org/hudson/job/Hama-Patch/259/changes>

Changes:

[edwardyoon] Make sure failed assertions on test threads are reported

[edwardyoon] Remove generic warnings

[edwardyoon] Trivial change, Remove javadocs warning in BSPPeerInterface.

[edwardyoon] add news about when/why we got rid of MapReduce and HBase.

[edwardyoon] Fix unit test - HAMA-316

[edwardyoon] Add recent tweets widget to website

[edwardyoon] Renaming and Refactoring methods in BSPPeerInterface

[edwardyoon] groom servers Map in HeartbeatResponse not correctly serialized

[edwardyoon] Remove HBASE_CONF_DIR and HBASE_HEAPSIZE from the hama.env

[edwardyoon] Website update, preparing release version 0.2.0

[edwardyoon] Refactoring launchTask() method in GroomServer

[edwardyoon] Uncomment code in checkLocalDirs()

[edwardyoon] Remove unnecessary methods from HamaConfiguration

[edwardyoon] Add unit tests for IPC package

[edwardyoon] Correct a typo and grammar in a log statement

[edwardyoon] Add serialize printing to ExampleDriver

[edwardyoon] Add logging code to send() method for debugging purposes

[edwardyoon] Add unit tests for Bytes utilities.

[edwardyoon] BSPMaster - job ID counter is not read and updated atomically

[edwardyoon] Fixed Pi Estimator bug.

[edwardyoon] 

[edwardyoon] Trivial change: I just removed hardcoded number of task.

[edwardyoon] Trivial changes: I just edited some comments.

[edwardyoon] Trivial change: I just removed IO package.

[edwardyoon] Redundant use of synchronize keyword

[edwardyoon] Fix unit tests bug

[edwardyoon] Update zookeeper version in libfolder

[edwardyoon] Allow BSP peers to get a list of all other peers executing tasks of the same job

[edwardyoon] replace GraphProcessor with BSP Master in log message

[edwardyoon] Remove unused field 'task' from GroomServer

[edwardyoon] slave.host.name is superceded by bsp.peer.hostname

[edwardyoon] Add command-line interface for job management

[edwardyoon] Add missing Apache License header to source files.

[edwardyoon] fix warning about deprecated method

[edwardyoon] Implement BSPMaster's all methods extended from JobSubmissionProtocol

[edwardyoon] bin/hama missed in the HAMA-293 commit. and removed odd logs.

[edwardyoon] Removing HBase dependency

[edwardyoon] Change log level of "Got heartbeatResponse.." messages to debug

[edwardyoon] Removing M/R and HBase based implementations

[edwardyoon] Add starter classes for ZooKeeper, BSPMaster and GroomServer that implement org.apache.hadoop.util.Tool

[edwardyoon] NullPointerException in the process of invoking BSP class

[edwardyoon] Implementations of Task progress

[edwardyoon] bsp.groom.port is unnused and superseeded by bsp.peer.port

[edwardyoon] TaskStatus should be added into 'taskReports' in readFields() method

[edwardyoon] Typo might lead to null tasks getting assigned to groom servers

[edwardyoon] BSPMaster should use the bsp.master.port config property when creating its InetSocketAddr instance.

[edwardyoon] fix comment

[edwardyoon] Trivial changes related with log4j.

[edwardyoon] 

[edwardyoon] Implement the launchTask() method

[edwardyoon] Removing hard coded argument for heartbeat() method

[edwardyoon] Removing duplicate code

[edwardyoon] Fix generics warnings

[edwardyoon] Add jar command

[edwardyoon] I just commit HAMA-276_v04.patch

[edwardyoon] Add trivial comments.

[edwardyoon] Add "serialize printing" to examples

------------------------------------------
[...truncated 135 lines...]
AU        src/java/org/apache/hama/bsp/TaskID.java
A         src/java/org/apache/hama/bsp/BSPPeerInterface.java
A         src/java/org/apache/hama/bsp/JobChangeEvent.java
A         src/java/org/apache/hama/bsp/KillJobAction.java
A         src/java/org/apache/hama/bsp/BSP.java
A         src/java/org/apache/hama/bsp/LaunchTaskAction.java
A         src/java/org/apache/hama/bsp/JobProfile.java
A         src/java/org/apache/hama/bsp/JobInProgressListener.java
A         src/java/org/apache/hama/bsp/BSPJobID.java
A         src/java/org/apache/hama/BSPMasterRunner.java
A         src/java/org/apache/hama/ipc
A         src/java/org/apache/hama/ipc/InterTrackerProtocol.java
A         src/java/org/apache/hama/ipc/HamaRPCProtocolVersion.java
A         src/java/org/apache/hama/ipc/JobSubmissionProtocol.java
A         src/java/org/apache/hama/Constants.java
A         src/java/org/apache/hama/ZooKeeperRunner.java
A         src/java/org/apache/hama/util
A         src/java/org/apache/hama/util/ClusterUtil.java
A         src/java/org/apache/hama/util/RunJar.java
A         src/java/org/apache/hama/util/VersionInfo.java
A         src/java/org/apache/hama/util/Bytes.java
A         src/java/org/apache/hama/util/RandomVariable.java
A         src/java/org/apache/hama/util/package.html
A         src/java/org/apache/hama/HamaConfiguration.java
A         src/java/overview.html
A         src/docs
A         src/docs/forrest.properties
A         src/docs/status.xml
A         src/docs/src
A         src/docs/src/documentation
A         src/docs/src/documentation/skinconf.xml
A         src/docs/src/documentation/content
A         src/docs/src/documentation/content/xdocs
A         src/docs/src/documentation/content/xdocs/site.xml
A         src/docs/src/documentation/content/xdocs/irc_channel.xml
A         src/docs/src/documentation/content/xdocs/getting_started.xml
A         src/docs/src/documentation/content/xdocs/index.xml
A         src/docs/src/documentation/content/xdocs/developers.xml
A         src/docs/src/documentation/content/xdocs/tabs.xml
A         src/docs/src/documentation/content/xdocs/issue_tracking.xml
A         src/docs/src/documentation/content/xdocs/privacy_policy.xml
A         src/docs/src/documentation/content/xdocs/mailing_lists.xml
A         src/docs/src/documentation/content/xdocs/who_we_are.xml
A         src/docs/src/documentation/resources
A         src/docs/src/documentation/resources/images
AU        src/docs/src/documentation/resources/images/hama_paint_logo.png
AU        src/docs/src/documentation/resources/images/MapReduce.png
AU        src/docs/src/documentation/resources/images/hama_logo.png
AU        src/docs/src/documentation/resources/images/apache-incubator-hama-white.png
AU        src/docs/src/documentation/resources/images/apache-incubator-hama.png
AU        src/docs/src/documentation/resources/images/headerlogo.png
AU        src/docs/src/documentation/resources/images/block.png
A         src/docs/src/documentation/resources/images/favicon.ico
A         src/docs/src/documentation/classes
A         src/docs/src/documentation/classes/CatalogManager.properties
A         src/examples
A         src/examples/org
A         src/examples/org/apache
A         src/examples/org/apache/hama
A         src/examples/org/apache/hama/examples
A         src/examples/org/apache/hama/examples/PiEstimator.java
A         src/examples/org/apache/hama/examples/SerializePrinting.java
A         src/examples/org/apache/hama/examples/ExampleDriver.java
A         bin
AU        bin/grooms.sh
AU        bin/zookeepers.sh
A         bin/hama-daemon.sh
A         bin/hama-config.sh
A         bin/hama-daemons.sh
AU        bin/stop-bspd.sh
A         bin/hama
AU        bin/start-bspd.sh
A         build.xml
 U        .
At revision 1029526
[Hama-Patch] $ /bin/bash -xe /var/tmp/hudson13375.sh
+ set +x


======================================================================
======================================================================
    Testing patch for HAMA-290.
======================================================================
======================================================================


At revision 1029526.
HAMA-290 patch is being downloaded at Sun Oct 31 21:48:33 EDT 2010 from
http://issues.apache.org/jira/secure/attachment/12458528/for_test.patch


======================================================================
======================================================================
    Pre-building trunk to determine trunk number
    of release audit, javac, and Findbugs warnings.
======================================================================
======================================================================


chmod: WARNING: can't access <https://hudson.apache.org/hudson/job/Hama-Patch/ws/trunk/build/reports/findbugs>
cp: cannot access <https://hudson.apache.org/hudson/job/Hama-Patch/ws/trunk/build/reports/findbugs/*.xml>


======================================================================
======================================================================
    Checking there are no @author tags in the patch.
======================================================================
======================================================================


There appear to be 0 @author tags in the patch.


======================================================================
======================================================================
    Checking there are new or changed tests in the patch.
======================================================================
======================================================================


There appear to be 3 test files referenced in the patch.


======================================================================
======================================================================
    Applying patch.
======================================================================
======================================================================


patching file src/test/org/apache/hama/bsp/TestClusterStatus.java


======================================================================
======================================================================
    Determining number of patched javadoc warnings.
======================================================================
======================================================================


/export/home/edwardyoon/nightly/hudsonBuildHamaPatch.sh: line 182: /bin/ant: No such file or directory
grep: <https://hudson.apache.org/hudson/job/Hama-Patch/ws/../builds/2010-11-01_01-47-41/log>: No such file or directory


There appear to be  javadoc warnings generated by the patched build.


======================================================================
======================================================================
    Determining number of patched javac warnings.
======================================================================
======================================================================




There appear to be  javac compiler warnings before the patch and  javac compiler warnings after applying the patch.


======================================================================
======================================================================
    Determining number of patched release audit warnings.
======================================================================
======================================================================




There appear to be 0 release audit warnings before the patch and 0 release audit warnings after applying the patch.


======================================================================
======================================================================
    Determining number of patched checkstyle warnings.
======================================================================
======================================================================


THIS IS NOT IMPLEMENTED YET


/export/home/edwardyoon/nightly/hudsonBuildHamaPatch.sh: line 294: /bin/ant: No such file or directory


======================================================================
======================================================================
    Determining number of patched Findbugs warnings.
======================================================================
======================================================================


/export/home/edwardyoon/nightly/hudsonBuildHamaPatch.sh: line 323: /bin/ant: No such file or directory


======================================================================
======================================================================
    Running Hama tests.
======================================================================
======================================================================


/usr/bin/kill -9 15021
kill: 15021: no such process
/export/home/edwardyoon/nightly/hudsonBuildHamaPatch.sh: line 378: /bin/ant: No such file or directory


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================


-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12458528/for_test.patch
against trunk revision 1028574.

    @author +1.  The patch does not contain any @author tags.

    tests included +1.  The patch appears to include 3 new or modified tests.

    javadoc -1.  The javadoc tool appears to have generated  warning messages.

    javac +1.  The applied patch does not generate any new javac compiler warnings.

    release audit +1.  The applied patch does not generate any new release audit warnings.

    findbugs -1.  The patch appears to cause Findbugs to fail.

    core tests -1.  The patch failed core unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/259/testReport/
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/259/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hama-Patch/259/console

This message is automatically generated.


======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Description set: HAMA-290