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/04/04 21:17:13 UTC

Build failed in Hudson: HBase-Patch #70

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

Changes:

[bryanduxbury] HBASE-557 HTable.getRow() should receive RowResult objects

-Updated HRegionInterface, HRegionServer, HRegion, HStore to provide RowResults as the return of getRow methods
-Updated HTable to expect RowResult objects
-Updated ThriftServer to expect RowResults
-Cleaned up HConnectionManager's interaction with region servers

[bryanduxbury] HBASE-544 Purge startUpdate from all internal code and test cases

Removes startUpdate calls from all but a few places. TestBatchUpdate and TestMultipleUpdates both stay the same, but TMU will be removed when startUpdate is. Parts of TBU will also be whacked when we remove the deprecated methods. HTable still has its startUpdate methods.

Changed the Incommon interface to remove the startUpdate, put, delete, and commit methods, and made a new commit(BatchUpdate).

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/test/org/apache/hadoop/hbase/AbstractMergeTestBase.java
U         src/test/org/apache/hadoop/hbase/HBaseTestCase.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestGet.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestGet2.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestDeleteFamily.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestScanner.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestDeleteAll.java
U         src/test/org/apache/hadoop/hbase/regionserver/TestHRegion.java
U         src/test/org/apache/hadoop/hbase/TimestampTestBase.java
U         src/test/org/apache/hadoop/hbase/DisabledTestScanner2.java
U         src/test/org/apache/hadoop/hbase/client/TestHTable.java
U         src/test/org/apache/hadoop/hbase/client/TestMultipleUpdates.java
U         src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java
U         src/java/org/apache/hadoop/hbase/regionserver/Memcache.java
U         src/java/org/apache/hadoop/hbase/regionserver/HStore.java
U         src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
U         src/java/org/apache/hadoop/hbase/regionserver/HRegion.java
U         src/java/org/apache/hadoop/hbase/rest/TableHandler.java
U         src/java/org/apache/hadoop/hbase/hql/DeleteCommand.java
U         src/java/org/apache/hadoop/hbase/hql/InsertCommand.java
U         src/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java
U         src/java/org/apache/hadoop/hbase/client/HTable.java
U         src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
At revision 644832
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 191 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 20 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #77

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

Changes:

[jimk] HBASE-554   filters generate StackOverflowException - fix typo other commit went to 544

[jimk] HBASE-544   filters generate StackOverflowException

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/regionserver/HRegion.java
At revision 646038
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 193 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 1 minute 10 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #76

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

Changes:

[bryanduxbury] HBASE-512 Add configuration for global aggregate memcache size

-Refactored Flusher slightly, added reclaimMemcacheMemory method
-HRegionServer calls reclaimMemcacheMemory during batchUpdates
-Added TestGlobalMemcacheLimit to verify new functionality 
-Added new config parameter defaults to hbase-default.xml

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         conf/hbase-default.xml
U         CHANGES.txt
A         src/test/org/apache/hadoop/hbase/TestGlobalMemcacheLimit.java
U         src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java
U         src/java/org/apache/hadoop/hbase/regionserver/Flusher.java
U         src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
U         src/java/org/apache/hadoop/hbase/LocalHBaseCluster.java
At revision 645743
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 193 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 13 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #75

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

Changes:

[jimk] HBASE-564   Don't do a cache flush if there are zero entries in the cache.

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/regionserver/HStore.java
At revision 645698
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 193 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 14 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #74

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

Changes:

[jimk] HBASE-507   Use Callable pattern to sleep between retries

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/master/ProcessServerShutdown.java
U         src/java/org/apache/hadoop/hbase/master/HMaster.java
U         src/java/org/apache/hadoop/hbase/master/ProcessRegionOpen.java
U         src/java/org/apache/hadoop/hbase/master/ProcessRegionClose.java
U         src/java/org/apache/hadoop/hbase/master/TableOperation.java
A         src/java/org/apache/hadoop/hbase/master/RetryableMetaOperation.java
U         src/java/org/apache/hadoop/hbase/master/ProcessRegionStatusChange.java
At revision 645018
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 193 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 11 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #73

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

Changes:

[jimk] HBASE-563   TestRowFilterAfterWrite erroneously sets master address to 0.0.0.0:60100 rather than relying on conf

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/test/org/apache/hadoop/hbase/filter/TestRowFilterAfterWrite.java
At revision 644959
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 192 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 13 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #72

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

Changes:

[jimk] HBASE-541   Update hadoop jars.

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
D         lib/hadoop-0.17.0-dev.2008-03-04_15-19-00-test.jar
D         lib/hadoop-0.17.0-dev.2008-03-04_15-19-00-core.jar
AU        lib/hadoop-0.17.0-dev-2008.04.04-13.34.00-core.jar
AU        lib/hadoop-0.17.0-dev-2008.04.04-13.34.00-test.jar
At revision 644935
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 192 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 13 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results


Build failed in Hudson: HBase-Patch #71

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

Changes:

[bryanduxbury] HBASE-452 "region offline" should throw IOException, not IllegalStateException

-HConnectionManager#locateRegionInMeta no longer throws ISE, instead throws new RegionOfflineException
-Removed duplicated code for catching exceptions for retries

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
A         src/java/org/apache/hadoop/hbase/client/RegionOfflineException.java
At revision 644877
[trunk] $ 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 20 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 7 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 192 source files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [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.

jar:
      [jar] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/hbase-0.2.0-dev.jar

init:
     [copy] Copying 2 files to /zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps

jspc:

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:170: java.lang.ExceptionInInitializerError

Total time: 20 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 'trunk/build/*.tar.gz'
Recording test results