You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2008/07/25 00:16:44 UTC

Build failed in Hudson: HBase-Patch #245

See http://hudson.zones.apache.org/hudson/job/HBase-Patch/245/changes

Changes:

[stack] HBASE-746 Batching row mutations via thrift

[stack] HBASE-772 Up default lease period from 60 to 120 seconds

[stack] HBASE-772 Up default lease period from 60 to 120 seconds

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         conf/hbase-default.xml
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/thrift/Hbase.thrift
U         src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java
U         src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java
U         src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
U         src/java/org/apache/hadoop/hbase/master/HMaster.java
At revision 679578
[trunk] $ /export/home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -Dtest.junit.output.format=xml -Dtest.output=yes clean jar test package tar
Buildfile: build.xml

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

init:
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/test
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/examples
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
     [copy] Copying 8 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/lib
     [copy] Copying 30 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/lib
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/conf
     [copy] Copying 5 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/conf
    [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin
     [copy] Copying 10 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:
     [echo] Setting jspc.notRequired property. jsp pages generated once per ant session only

compile:
    [javac] Compiling 190 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java:44: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: package org.apache.hadoop.hbase.thrift.generated
    [javac] import org.apache.hadoop.hbase.thrift.generated.BatchMutation;
    [javac]                                                ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java:435: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
    [javac]     public void mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches) 
    [javac]                                                        ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java:440: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
    [javac]     public void mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
    [javac]                                                          ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:184: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
    [javac]     public void mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches) throws IOError, IllegalArgument, TException;
    [javac]                                                        ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:196: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: interface org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
    [javac]     public void mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp) throws IOError, IllegalArgument, TException;
    [javac]                                                          ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:846: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
    [javac]     public void mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches) throws IOError, IllegalArgument, TException
    [javac]                                                        ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:852: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
    [javac]     public void send_mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches) throws TException
    [javac]                                                             ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:883: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
    [javac]     public void mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp) throws IOError, IllegalArgument, TException
    [javac]                                                          ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:889: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
    [javac]     public void send_mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp) throws TException
    [javac]                                                               ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4916: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]     public ArrayList<BatchMutation> rowBatches;
    [javac]                      ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4929: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]       ArrayList<BatchMutation> rowBatches)
    [javac]                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5131: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]     public ArrayList<BatchMutation> rowBatches;
    [javac]                      ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5146: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]       ArrayList<BatchMutation> rowBatches,
    [javac]                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java:444: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.ThriftServer.HBaseHandler
    [javac]       for (BatchMutation batch : rowBatches) {
    [javac]            ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4961: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]                 this.rowBatches = new ArrayList<BatchMutation>(_list52.size);
    [javac]                                                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4964: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]                   BatchMutation _elem54 = new BatchMutation();
    [javac]                   ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4964: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]                   BatchMutation _elem54 = new BatchMutation();
    [javac]                                               ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:4965: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]                   _elem54 = new BatchMutation();
    [javac]                                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5004: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
    [javac]           for (BatchMutation _iter55 : this.rowBatches)          {
    [javac]                ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5181: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]                 this.rowBatches = new ArrayList<BatchMutation>(_list56.size);
    [javac]                                                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5184: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]                   BatchMutation _elem58 = new BatchMutation();
    [javac]                   ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5184: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]                   BatchMutation _elem58 = new BatchMutation();
    [javac]                                               ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5185: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]                   _elem58 = new BatchMutation();
    [javac]                                 ^
    [javac] /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java:5232: cannot find symbol
    [javac] symbol  : class BatchMutation
    [javac] location: class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
    [javac]           for (BatchMutation _iter59 : this.rowBatches)          {
    [javac]                ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 24 errors

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

Total time: 13 seconds
Recording test results


Hudson build is back to normal: HBase-Patch #246

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