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.zones.apache.org> on 2010/05/12 04:32:26 UTC

Build failed in Hudson: Hama-Patch #243

See <http://hudson.zones.apache.org/hudson/job/Hama-Patch/243/>

------------------------------------------
[...truncated 48 lines...]
======================================================================
======================================================================


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


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


patching file src/examples/org/apache/hama/examples/JacobiEigen.java
patching file src/examples/org/apache/hama/examples/mapreduce/DummyMapper.java
patching file src/examples/org/apache/hama/examples/mapreduce/JacobiInitMap.java
patching file src/examples/org/apache/hama/examples/mapreduce/PivotInputFormat.java
patching file src/examples/org/apache/hama/examples/mapreduce/PivotMap.java
patching file src/examples/org/apache/hama/examples/mapreduce/RotationInputFormat.java
patching file src/java/org/apache/hama/Constants.java
patching file src/java/org/apache/hama/mapreduce/DummyMapper.java
patching file src/java/org/apache/hama/mapreduce/PivotInputFormat.java
patching file src/java/org/apache/hama/mapreduce/RotationInputFormat.java
patching file src/java/org/apache/hama/matrix/AbstractMatrix.java
patching file src/java/org/apache/hama/matrix/DenseMatrix.java
patching file src/java/org/apache/hama/matrix/algebra/JacobiInitMap.java
patching file src/java/org/apache/hama/matrix/algebra/PivotMap.java
patching file src/test/org/apache/hama/Benchmarks.java
patching file src/test/org/apache/hama/examples/TestJacobiEigenValue.java
patching file src/test/org/apache/hama/mapreduce/TestRandomMatrixMapReduce.java
patching file src/test/org/apache/hama/matrix/TestJacobiEigenValue.java
patching file src/test/org/apache/hama/matrix/TestSingularValueDecomposition.java


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


Buildfile: build.xml

clean:
   [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build

javadoc:
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/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.graph...
  [javadoc] Loading source files for package org.apache.hama.io...
  [javadoc] Loading source files for package org.apache.hama.ipc...
  [javadoc] Loading source files for package org.apache.hama.matrix...
  [javadoc] Loading source files for package org.apache.hama.matrix.algebra...
  [javadoc] Loading source files for package org.apache.hama.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.6.0_06
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...

BUILD SUCCESSFUL
Total time: 27 seconds


There appear to be 0 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


Buildfile: build.xml

BUILD FAILED
Target "checkstyle" does not exist in the project "hama". 

Total time: 0 seconds


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


Buildfile: build.xml

init:

compile:

jar:

findbugs:
 [findbugs] Executing findbugs from ant task
 [findbugs] Running FindBugs...
 [findbugs] Warnings generated: 16
 [findbugs] Output saved to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/reports/findbugs/hama-findbugs.xml

BUILD SUCCESSFUL
Total time: 25 seconds
Starting with /export/home/edwardyoon/patchQueue/current/trunkFindbugsWarnings.xml
Merging /export/home/edwardyoon/patchQueue/current/patchFindbugsWarnings.xml
/export/home/edwardyoon/patchQueue/current
cp: cannot create /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/builds/243/archive/trunk/build/: No such file or directory


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


/usr/bin/kill -9 23813
kill: 23813: no such process
Buildfile: build.xml

init:

compile:

jar:

javadoc:
  [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.graph...
  [javadoc] Loading source files for package org.apache.hama.io...
  [javadoc] Loading source files for package org.apache.hama.ipc...
  [javadoc] Loading source files for package org.apache.hama.matrix...
  [javadoc] Loading source files for package org.apache.hama.matrix.algebra...
  [javadoc] Loading source files for package org.apache.hama.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.6.0_06
  [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:

examples:

compile-test:
    [javac] Compiling 6 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/test
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/test/org/apache/hama/matrix/TestSingularValueDecomposition.java:85: cannot find symbol
    [javac] symbol  : variable EI
    [javac] location: class org.apache.hama.Constants
    [javac]       get.addColumn(Bytes.toBytes(Constants.EI));
    [javac]                                            ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/test/org/apache/hama/matrix/TestSingularValueDecomposition.java:89: cannot find symbol
    [javac] symbol  : variable EI
    [javac] location: class org.apache.hama.Constants
    [javac]           .toBytes(Constants.EI), Bytes.toBytes(Constants.EIVAL)));
    [javac]                             ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/test/org/apache/hama/matrix/TestSingularValueDecomposition.java:89: cannot find symbol
    [javac] symbol  : variable EIVAL
    [javac] location: class org.apache.hama.Constants
    [javac]           .toBytes(Constants.EI), Bytes.toBytes(Constants.EIVAL)));
    [javac]                                                          ^
    [javac] 3 errors

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build.xml:259: Compile failed; see the compiler error output for details.

Total time: 5 seconds


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


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

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

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

    javadoc +1.  The javadoc tool did not generate any 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 introduce 1 new Findbugs warnings.

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

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

This message is automatically generated.


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


Archiving artifacts
Recording test results
Description set: HAMA-255


Hudson build is back to normal : Hama-Patch #245

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Hama-Patch/245/>



Build failed in Hudson: Hama-Patch #244

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Hama-Patch/244/>

------------------------------------------
[...truncated 22250 lines...]
     [exec] Copying 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp
     [exec] 
     [exec]       --------------------------------------------------------------
     [exec]       Installing plugin: org.apache.forrest.plugin.output.pdf
     [exec]       --------------------------------------------------------------
     [exec]        
     [exec] 
     [exec] check-plugin:
     [exec] org.apache.forrest.plugin.output.pdf is available in the build dir. Trying to update it...
     [exec] 
     [exec] init-props:
     [exec] 
     [exec] echo-settings:
     [exec] 
     [exec] init-proxy:
     [exec] 
     [exec] fetch-plugins-descriptors:
     [exec] 
     [exec] fetch-plugin:
     [exec] Trying to find the description of org.apache.forrest.plugin.output.pdf in the different descriptor files
     [exec] Using the descriptor file /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/plugins-1.xml...
     [exec] Processing /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/plugins-1.xml to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/pluginlist2fetchbuild.xml
     [exec] Loading stylesheet /export/home/nigel/tools/forrest/latest/main/var/pluginlist2fetch.xsl
     [exec] 
     [exec] fetch-local-unversioned-plugin:
     [exec] 
     [exec] get-local:
     [exec] Trying to locally get org.apache.forrest.plugin.output.pdf
     [exec] Looking in local /export/home/nigel/tools/forrest/latest/plugins
     [exec] Found !
     [exec] 
     [exec] init-build-compiler:
     [exec] 
     [exec] echo-init:
     [exec] 
     [exec] init:
     [exec] 
     [exec] compile:
     [exec] 
     [exec] jar:
     [exec] 
     [exec] local-deploy:
     [exec] Locally deploying org.apache.forrest.plugin.output.pdf
     [exec] 
     [exec] build:
     [exec] Plugin org.apache.forrest.plugin.output.pdf deployed ! Ready to configure
     [exec] 
     [exec] fetch-remote-unversioned-plugin-version-forrest:
     [exec] 
     [exec] fetch-remote-unversioned-plugin-unversion-forrest:
     [exec] 
     [exec] has-been-downloaded:
     [exec] 
     [exec] downloaded-message:
     [exec] 
     [exec] uptodate-message:
     [exec] 
     [exec] not-found-message:
     [exec] Fetch-plugin Ok, installing !
     [exec] 
     [exec] unpack-plugin:
     [exec] 
     [exec] install-plugin:
     [exec] 
     [exec] configure-plugin:
     [exec] 
     [exec] configure-output-plugin:
     [exec] Mounting output plugin: org.apache.forrest.plugin.output.pdf
     [exec] Processing /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/output.xmap to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/output.xmap.new
     [exec] Loading stylesheet /export/home/nigel/tools/forrest/latest/main/var/pluginMountSnippet.xsl
     [exec] Moving 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp
     [exec] 
     [exec] configure-plugin-locationmap:
     [exec] Mounting plugin locationmap for org.apache.forrest.plugin.output.pdf
     [exec] Processing /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/locationmap.xml to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp/locationmap.xml.new
     [exec] Loading stylesheet /export/home/nigel/tools/forrest/latest/main/var/pluginLmMountSnippet.xsl
     [exec] Moving 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/tmp
     [exec] 
     [exec] init:
     [exec] 
     [exec] -prepare-classpath:
     [exec] 
     [exec] check-contentdir:
     [exec] 
     [exec] examine-proj:
     [exec] 
     [exec] validation-props:
     [exec] 
     [exec] validate-xdocs:
     [exec] 9 file(s) have been successfully validated.
     [exec] ...validated xdocs
     [exec] 
     [exec] validate-skinconf:
     [exec] 1 file(s) have been successfully validated.
     [exec] ...validated skinconf
     [exec] 
     [exec] validate-sitemap:
     [exec] ...validated project sitemap
     [exec] 
     [exec] validate-skins-stylesheets:
     [exec] 
     [exec] validate-skins:
     [exec] 
     [exec] validate-skinchoice:
     [exec] ...validated existence of skin 'pelt'
     [exec] 
     [exec] validate-stylesheets:
     [exec] 
     [exec] validate:
     [exec] 
     [exec] site:
     [exec] 
     [exec]   Copying the various non-generated resources to site.
     [exec]   Warnings will be issued if the optional project resources are not found.
     [exec]   This is often the case, because they are optional and so may not be available.
     [exec] Copying project resources and images to site ...
     [exec] Warning: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/webapp/resources not found.
     [exec] Copied 1 empty directory to 1 empty directory under /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site
     [exec] Copying main skin images to site ...
     [exec] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin/images
     [exec] Copying 18 files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin/images
     [exec] Copying 14 files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin/images
     [exec] Copying project skin images to site ...
     [exec] Warning: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/src/documentation/skins/common/images not found.
     [exec] Warning: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/src/documentation/skins/pelt/images not found.
     [exec] Copying main skin css and js files to site ...
     [exec] Copying 11 files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin
     [exec] Copied 4 empty directories to 3 empty directories under /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin
     [exec] Copying 4 files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site/skin
     [exec] Copying project skin css and js files to site ...
     [exec] Warning: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/src/documentation/skins/common not found.
     [exec] Warning: /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/src/documentation/skins/pelt not found.
     [exec] 
     [exec] Finished copying the non-generated resources.
     [exec] Now Cocoon will generate the rest.
     [exec] 
     [exec] Static site will be generated at:
     [exec] /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site
     [exec] 
     [exec] Cocoon will report the status of each document:
     [exec]   - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
     [exec]   
     [exec] ------------------------------------------------------------------------ 
     [exec] cocoon 2.2.0-dev
     [exec] Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.
     [exec] Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on)
     [exec] ------------------------------------------------------------------------ 
     [exec] 
     [exec] 
     [exec] * [1/20]    [20/20]   8.546s 6.9Kb   linkmap.html
     [exec] * [2/19]    [0/0]     5.269s 348b    skin/images/rc-b-l-15-1body-2menu-3menu.png
     [exec] * [3/19]    [1/20]    0.843s 6.8Kb   developers.html
     [exec] * [6/29]    [13/13]   0.523s 12.4Kb  skin/screen.css
     [exec] * [7/28]    [0/0]     0.074s 214b    skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png
     [exec] * [8/30]    [3/23]    0.665s 8.3Kb   index.html
     [exec] * [9/29]    [0/0]     0.168s 199b    skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png
     [exec] * [11/27]   [0/0]     0.04s  2.9Kb   skin/basic.css
     [exec] * [13/25]   [0/0]     0.0070s 285b    images/instruction_arrow.png
     [exec] * [15/24]   [1/20]    0.769s 5.9Kb   irc_channel.html
     [exec] * [16/23]   [0/0]     1.268s 4.0Kb   irc_channel.pdf
     [exec] * [17/22]   [0/0]     0.029s 1.2Kb   skin/print.css
     [exec] * [18/21]   [0/0]     0.436s 5.8Kb   developers.pdf
     [exec] * [19/20]   [0/0]     0.033s 390b    skin/images/rc-t-r-15-1body-2menu-3menu.png
     [exec] * [20/19]   [0/0]     0.069s 0b      images/favicon.ico
     [exec] * [21/18]   [0/0]     0.029s 199b    skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
     [exec] * [22/18]   [1/19]    0.414s 6.8Kb   privacy_policy.html
     [exec] * [23/17]   [0/0]     0.119s 2.1Kb   linkmap.pdf
     [exec] * [24/16]   [0/0]     0.14s  214b    skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
     [exec] * [25/15]   [0/0]     0.378s 7.5Kb   index.pdf
     [exec] * [27/13]   [0/0]     0.315s 215b    skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png
     [exec] * [28/12]   [0/0]     0.086s 4.4Kb   privacy_policy.pdf
     [exec] * [29/11]   [0/0]     0.034s 319b    skin/images/rc-b-r-15-1body-2menu-3menu.png
     [exec] * [30/11]   [1/19]    0.338s 7.1Kb   mailing_lists.html
     [exec] * [31/10]   [0/0]     0.173s 6.9Kb   mailing_lists.pdf
     [exec] * [32/9]    [0/0]     0.048s 44.8Kb  images/hama_paint_logo.png
     [exec] * [33/8]    [0/0]     0.142s 17.7Kb  images/apache-incubator-hama-white.png
     [exec] * [35/6]    [0/0]     0.021s 209b    skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png
     [exec] * [37/4]    [0/0]     0.0070s 1.8Kb   images/built-with-forrest-button.png
     [exec] * [38/3]    [0/0]     0.021s 200b    skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png
     [exec] * [39/3]    [1/20]    0.418s 5.8Kb   issue_tracking.html
     [exec] * [40/2]    [0/0]     0.216s 3.7Kb   issue_tracking.pdf
     [exec] * [41/1]    [0/0]     0.23s  3.8Kb   skin/profile.css
     [exec] * [42/1]    [1/19]    0.221s 7.4Kb   who_we_are.html
     [exec] * [43/0]    [0/0]     0.344s 6.2Kb   who_we_are.pdf
     [exec] Total time: 0 minutes 26 seconds,  Site size: 188,560 Site pages: 35
     [exec] 
     [exec]   Copying broken links file to site root.
     [exec]       
     [exec] Copying 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site
     [exec] 
     [exec] -----------------------------
     [exec] Static site was successfully generated at:
     [exec] /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build/site
     [exec] ------------------------------
     [exec]     
     [exec] 
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 44 seconds
     [copy] Copying 77 files to /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/docs/site
     [copy] Copied 7 empty directories to 3 empty directories under /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/docs/site
   [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/src/docs/build

BUILD SUCCESSFUL
Total time: 27 minutes 23 seconds


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


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

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

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

    javadoc +1.  The javadoc tool did not generate any 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 introduce 1 new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

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

This message is automatically generated.


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


Archiving artifacts
Recording test results
Description set: HAMA-255