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.apache.org> on 2010/09/09 20:54:07 UTC

Build failed in Hudson: HBase-TRUNK #1457

See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1457/changes>

Changes:

[stack] Formatting fixup -- use programlisting rather than code delimiting commands

[todd] HBASE-2975. DFSClient names in master and RS should be unique

[stack] Running HFile tool passing fully-qualified filename I get 'IllegalArgumentException: Wrong FS'

------------------------------------------
[...truncated 800 lines...]
AU        src/site/resources/images/hbase_small.gif
A         src/site/resources/css
A         src/site/resources/css/site.css
A         src/site/xdoc
A         src/site/xdoc/cygwin.xml
A         src/site/xdoc/acid-semantics.xml
A         src/site/xdoc/metrics.xml
A         src/site/xdoc/index.xml
A         src/site/xdoc/replication.xml
A         src/site/xdoc/old_news.xml
A         src/site/xdoc/bulk-loads.xml
A         src/site/xdoc/pseudo-distributed.xml
A         src/site/fml
A         src/site/fml/faq.fml
A         src/docbkx
A         src/docbkx/sample_article.xml
A         src/docbkx/book.xml
AU        src/saveVersion.sh
A         src/examples
A         src/examples/thrift
A         src/examples/thrift/DemoClient.java
A         src/examples/thrift/DemoClient.cpp
A         src/examples/thrift/DemoClient.rb
A         src/examples/thrift/DemoClient.php
AU        src/examples/thrift/DemoClient.py
A         src/examples/thrift/README.txt
A         src/examples/thrift/Makefile
A         src/examples/mapreduce
A         src/examples/mapreduce/org
A         src/examples/mapreduce/org/apache
A         src/examples/mapreduce/org/apache/hadoop
A         src/examples/mapreduce/org/apache/hadoop/hbase
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/SampleUploader.java
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
A         src/examples/mapreduce/index-builder-setup.rb
A         src/examples/README.txt
A         bin
AU        bin/hbase-daemons.sh
A         bin/rename_table.rb
AU        bin/hbase
A         bin/copy_table.rb
A         bin/check_meta.rb
AU        bin/start-hbase.sh
A         bin/hirb.rb
A         bin/set_meta_block_caching.rb
A         bin/loadtable.rb
AU        bin/hbase-daemon.sh
A         bin/hbase-config.sh
A         bin/local-regionservers.sh
AU        bin/zookeepers.sh
A         bin/local-master-backup.sh
A         bin/add_table.rb
A         bin/rolling-restart.sh
AU        bin/regionservers.sh
AU        bin/master-backup.sh
A         bin/replication
A         bin/replication/copy_tables_desc.rb
A         bin/replication/add_peer.rb
AU        bin/stop-hbase.sh
A         pom.xml
A         README.txt
 U        .
At revision 995500
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[trunk] $ /home/hudson/tools/maven/apache-maven-2.2.1/bin/mvn clean -Dmaven.test.redirectTestOutputToFile=true deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[WARNING] POM for 'commons-httpclient:commons-httpclient:pom:3.0.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [antrun:run {execution: generate}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
     [copy] Copying 4 files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] [build-helper:add-source {execution: add-jspc-source}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/jspc> added.
[INFO] [build-helper:add-source {execution: add-package-info}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/generated-sources> added.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 419 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 167 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.438 sec
Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.411 sec
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.631 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.482 sec
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.apache.hadoop.hbase.filter.TestPrefixFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.hadoop.hbase.util.TestMergeMeta
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.045 sec
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.hadoop.hbase.rest.model.TestRowModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.132 sec
Running org.apache.hadoop.hbase.regionserver.TestStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 sec
Running org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec
Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLogSplit
Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 41.917 sec <<< FAILURE!
Running org.apache.hadoop.hbase.thrift.TestThriftServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.938 sec
Running org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 sec
Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.785 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.hadoop.hbase.regionserver.TestExplicitColumnTracker
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 sec
Running org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec
Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.176 sec
Running org.apache.hadoop.hbase.master.TestMasterTransitions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 88.843 sec
Running org.apache.hadoop.hbase.regionserver.TestScanWildcardColumnTracker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueSkipListSet
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.apache.hadoop.hbase.filter.TestPageFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
Running org.apache.hadoop.hbase.rest.TestStatusResource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.536 sec
Running org.apache.hadoop.hbase.client.TestFromClientSide
Tests run: 38, Failures: 0, Errors: 1, Skipped: 3, Time elapsed: 345.376 sec <<< FAILURE!
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.215 sec
Running org.apache.hadoop.hbase.regionserver.TestCompaction
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.189 sec
Running org.apache.hadoop.hbase.TestMultiParallel
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 357.863 sec <<< FAILURE!
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
Running org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.638 sec
Running org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 180.615 sec
Running org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.216 sec <<< FAILURE!
Running org.apache.hadoop.hbase.regionserver.TestScanDeleteTracker
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec
Running org.apache.hadoop.hbase.client.TestMetaScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.598 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.hadoop.hbase.TestRegionRebalancing
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 111.927 sec
Running org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
Running org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.apache.hadoop.hbase.rest.TestTableResource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.002 sec
Running org.apache.hadoop.hbase.TestHBaseTestingUtility
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.967 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.932 sec
Running org.apache.hadoop.hbase.rest.TestSchemaResource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.431 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.737 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.hadoop.hbase.rest.model.TestTableListModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec
Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreFile
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.657 sec
Running org.apache.hadoop.hbase.zookeeper.TestZooKeeperNodeTracker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec
Running org.apache.hadoop.hbase.rest.model.TestScannerModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLogMethods
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec
Running org.apache.hadoop.hbase.rest.TestVersionResource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.856 sec
Running org.apache.hadoop.hbase.filter.TestFilter
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.121 sec
Running org.apache.hadoop.hbase.regionserver.TestWideScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.763 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitTransaction
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.763 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
killed.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.

Process timeout out after 3600 seconds
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 97 minutes 45 seconds
[INFO] Finished at: Thu Sep 09 18:53:56 UTC 2010
[INFO] Final Memory: 46M/251M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Re: Build failed in Hudson: HBase-TRUNK #1459

Posted by Stack <st...@duboce.net>.
Odd.  The TestLogRolling does not timeout for me locally.
St.Ack


On Sat, Sep 11, 2010 at 2:19 PM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1459/changes>
>
> Changes:
>
> [stack] HBASE-2870 Add Backup CLI Option to HMaster; repair of damage done to this patch by 2692 master rewrite
>
> ------------------------------------------
> [...truncated 679 lines...]
> A         src/main/java/org/apache/hadoop/hbase/client/MultiResponse.java
> A         src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
> A         src/main/java/org/apache/hadoop/hbase/client/Action.java
> A         src/main/java/org/apache/hadoop/hbase/client/ScannerTimeoutException.java
> A         src/main/java/org/apache/hadoop/hbase/client/RowLock.java
> A         src/main/java/org/apache/hadoop/hbase/client/MultiPut.java
> A         src/main/java/org/apache/hadoop/hbase/client/Scan.java
> A         src/main/java/org/apache/hadoop/hbase/client/ServerCallable.java
> A         src/main/java/org/apache/hadoop/hbase/client/MultiAction.java
> A         src/main/java/org/apache/hadoop/hbase/client/ResultScanner.java
> A         src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
> A         src/main/java/org/apache/hadoop/hbase/client/NoServerForRegionException.java
> A         src/main/ruby
> A         src/main/ruby/hbase
> A         src/main/ruby/hbase/hbase.rb
> A         src/main/ruby/hbase/table.rb
> A         src/main/ruby/hbase/admin.rb
> A         src/main/ruby/hbase.rb
> A         src/main/ruby/shell
> A         src/main/ruby/shell/commands
> A         src/main/ruby/shell/commands/major_compact.rb
> A         src/main/ruby/shell/commands/get_counter.rb
> A         src/main/ruby/shell/commands/exists.rb
> A         src/main/ruby/shell/commands/get.rb
> A         src/main/ruby/shell/commands/describe.rb
> A         src/main/ruby/shell/commands/flush.rb
> A         src/main/ruby/shell/commands/status.rb
> A         src/main/ruby/shell/commands/zk.rb
> A         src/main/ruby/shell/commands/scan.rb
> A         src/main/ruby/shell/commands/version.rb
> A         src/main/ruby/shell/commands/truncate.rb
> A         src/main/ruby/shell/commands/compact.rb
> A         src/main/ruby/shell/commands/enable.rb
> A         src/main/ruby/shell/commands/count.rb
> A         src/main/ruby/shell/commands/enable_region.rb
> A         src/main/ruby/shell/commands/deleteall.rb
> A         src/main/ruby/shell/commands/incr.rb
> A         src/main/ruby/shell/commands/split.rb
> A         src/main/ruby/shell/commands/delete.rb
> A         src/main/ruby/shell/commands/disable.rb
> A         src/main/ruby/shell/commands/create.rb
> A         src/main/ruby/shell/commands/drop.rb
> A         src/main/ruby/shell/commands/disable_region.rb
> A         src/main/ruby/shell/commands/alter.rb
> A         src/main/ruby/shell/commands/close_region.rb
> A         src/main/ruby/shell/commands/put.rb
> A         src/main/ruby/shell/commands/zk_dump.rb
> A         src/main/ruby/shell/commands/list.rb
> A         src/main/ruby/shell/commands/shutdown.rb
> A         src/main/ruby/shell/commands.rb
> A         src/main/ruby/shell/formatter.rb
> A         src/main/ruby/shell.rb
> A         src/main/ruby/irb
> A         src/main/ruby/irb/hirb.rb
> A         src/main/javadoc
> A         src/main/javadoc/org
> A         src/main/javadoc/org/apache
> A         src/main/javadoc/org/apache/hadoop
> A         src/main/javadoc/org/apache/hadoop/hbase
> A         src/main/javadoc/org/apache/hadoop/hbase/thrift
> A         src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files
> AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html
> AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css
> AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html
> AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html
> A         src/main/javadoc/org/apache/hadoop/hbase/io
> A         src/main/javadoc/org/apache/hadoop/hbase/io/hfile
> AU        src/main/javadoc/org/apache/hadoop/hbase/io/hfile/package.html
> A         src/main/javadoc/org/apache/hadoop/hbase/replication
> A         src/main/javadoc/org/apache/hadoop/hbase/replication/package.html
> A         src/main/javadoc/org/apache/hadoop/hbase/ipc
> AU        src/main/javadoc/org/apache/hadoop/hbase/ipc/package.html
> AU        src/main/javadoc/overview.html
> A         src/main/resources
> A         src/main/resources/hbase-webapps
> A         src/main/resources/hbase-webapps/static
> A         src/main/resources/hbase-webapps/static/hbase.css
> AU        src/main/resources/hbase-webapps/static/hbase_logo_med.gif
> A         src/main/resources/hbase-webapps/regionserver
> A         src/main/resources/hbase-webapps/regionserver/regionserver.jsp
> A         src/main/resources/hbase-webapps/regionserver/index.html
> A         src/main/resources/hbase-webapps/master
> A         src/main/resources/hbase-webapps/master/zk.jsp
> A         src/main/resources/hbase-webapps/master/table.jsp
> A         src/main/resources/hbase-webapps/master/master.jsp
> A         src/main/resources/hbase-webapps/master/index.html
> AU        src/main/resources/hbase-default.xml
> A         src/main/resources/org
> A         src/main/resources/org/apache
> A         src/main/resources/org/apache/hadoop
> A         src/main/resources/org/apache/hadoop/hbase
> A         src/main/resources/org/apache/hadoop/hbase/thrift
> AU        src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> A         src/main/resources/org/apache/hadoop/hbase/mapreduce
> AU        src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties
> A         src/main/resources/org/apache/hadoop/hbase/mapred
> AU        src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties
> A         src/main/resources/org/apache/hadoop/hbase/rest
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableSchemaMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ScannerMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/StorageClusterStatusMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellSetMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ColumnSchemaMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableInfoMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableListMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/VersionMessage.proto
> A         src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
> A         src/site
> A         src/site/site.xml
> A         src/site/site.vm
> A         src/site/resources
> A         src/site/resources/images
> AU        src/site/resources/images/replication_overview.png
> AU        src/site/resources/images/asf_logo_wide.png
> AU        src/site/resources/images/architecture.gif
> AU        src/site/resources/images/hadoop-logo.jpg
> AU        src/site/resources/images/hbase_logo_med.gif
> AU        src/site/resources/images/favicon.ico
> AU        src/site/resources/images/hbase_small.gif
> A         src/site/resources/css
> A         src/site/resources/css/site.css
> A         src/site/xdoc
> A         src/site/xdoc/cygwin.xml
> A         src/site/xdoc/acid-semantics.xml
> A         src/site/xdoc/metrics.xml
> A         src/site/xdoc/index.xml
> A         src/site/xdoc/replication.xml
> A         src/site/xdoc/old_news.xml
> A         src/site/xdoc/bulk-loads.xml
> A         src/site/xdoc/pseudo-distributed.xml
> A         src/site/fml
> A         src/site/fml/faq.fml
> A         src/docbkx
> A         src/docbkx/sample_article.xml
> A         src/docbkx/book.xml
> AU        src/saveVersion.sh
> A         src/examples
> A         src/examples/thrift
> A         src/examples/thrift/DemoClient.java
> A         src/examples/thrift/DemoClient.cpp
> A         src/examples/thrift/DemoClient.rb
> A         src/examples/thrift/DemoClient.php
> AU        src/examples/thrift/DemoClient.py
> A         src/examples/thrift/README.txt
> A         src/examples/thrift/Makefile
> A         src/examples/mapreduce
> A         src/examples/mapreduce/org
> A         src/examples/mapreduce/org/apache
> A         src/examples/mapreduce/org/apache/hadoop
> A         src/examples/mapreduce/org/apache/hadoop/hbase
> A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce
> A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/SampleUploader.java
> A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
> A         src/examples/mapreduce/index-builder-setup.rb
> A         src/examples/README.txt
> A         bin
> AU        bin/hbase-daemons.sh
> A         bin/rename_table.rb
> AU        bin/hbase
> A         bin/copy_table.rb
> A         bin/check_meta.rb
> AU        bin/start-hbase.sh
> A         bin/hirb.rb
> A         bin/set_meta_block_caching.rb
> A         bin/loadtable.rb
> AU        bin/hbase-daemon.sh
> A         bin/hbase-config.sh
> A         bin/local-regionservers.sh
> AU        bin/zookeepers.sh
> A         bin/local-master-backup.sh
> A         bin/add_table.rb
> A         bin/rolling-restart.sh
> AU        bin/regionservers.sh
> AU        bin/master-backup.sh
> A         bin/replication
> A         bin/replication/copy_tables_desc.rb
> A         bin/replication/add_peer.rb
> AU        bin/stop-hbase.sh
> A         pom.xml
> A         README.txt
>  U        .
> At revision 996205
> [locks-and-latches] Checking to see if we really have the locks
> [locks-and-latches] Have all the locks, build can start
> [trunk] $ /home/hudson/tools/maven/apache-maven-2.2.1/bin/mvn clean -Dmaven.test.redirectTestOutputToFile=true deploy
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase
> [INFO]    task-segment: [clean, deploy]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [WARNING] POM for 'commons-httpclient:commons-httpclient:pom:3.0.1:compile' is invalid.
>
> Its dependencies (if any) will NOT be available to the current build.
> [INFO] [antrun:run {execution: generate}]
> [INFO] Executing tasks
>    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
>     [copy] Copying 4 files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
>    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/master/WEB-INF>
>    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
> [INFO] Executed tasks
> [INFO] [build-helper:add-source {execution: add-jspc-source}]
> [INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/jspc> added.
> [INFO] [build-helper:add-source {execution: add-package-info}]
> [INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/generated-sources> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 6 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 418 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/classes>
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 167 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/test-classes>
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/surefire-reports>
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.658 sec
> Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.837 sec
> Running org.apache.hadoop.hbase.TestZooKeeper
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.053 sec
> Running org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
> killed.
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
>
> Process timeout out after 3600 seconds
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 63 minutes 33 seconds
> [INFO] Finished at: Sat Sep 11 21:19:01 UTC 2010
> [INFO] Final Memory: 47M/255M
> [INFO] ------------------------------------------------------------------------
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Archiving artifacts
> Recording test results
>
>

Build failed in Hudson: HBase-TRUNK #1459

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1459/changes>

Changes:

[stack] HBASE-2870 Add Backup CLI Option to HMaster; repair of damage done to this patch by 2692 master rewrite

------------------------------------------
[...truncated 679 lines...]
A         src/main/java/org/apache/hadoop/hbase/client/MultiResponse.java
A         src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
A         src/main/java/org/apache/hadoop/hbase/client/Action.java
A         src/main/java/org/apache/hadoop/hbase/client/ScannerTimeoutException.java
A         src/main/java/org/apache/hadoop/hbase/client/RowLock.java
A         src/main/java/org/apache/hadoop/hbase/client/MultiPut.java
A         src/main/java/org/apache/hadoop/hbase/client/Scan.java
A         src/main/java/org/apache/hadoop/hbase/client/ServerCallable.java
A         src/main/java/org/apache/hadoop/hbase/client/MultiAction.java
A         src/main/java/org/apache/hadoop/hbase/client/ResultScanner.java
A         src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
A         src/main/java/org/apache/hadoop/hbase/client/NoServerForRegionException.java
A         src/main/ruby
A         src/main/ruby/hbase
A         src/main/ruby/hbase/hbase.rb
A         src/main/ruby/hbase/table.rb
A         src/main/ruby/hbase/admin.rb
A         src/main/ruby/hbase.rb
A         src/main/ruby/shell
A         src/main/ruby/shell/commands
A         src/main/ruby/shell/commands/major_compact.rb
A         src/main/ruby/shell/commands/get_counter.rb
A         src/main/ruby/shell/commands/exists.rb
A         src/main/ruby/shell/commands/get.rb
A         src/main/ruby/shell/commands/describe.rb
A         src/main/ruby/shell/commands/flush.rb
A         src/main/ruby/shell/commands/status.rb
A         src/main/ruby/shell/commands/zk.rb
A         src/main/ruby/shell/commands/scan.rb
A         src/main/ruby/shell/commands/version.rb
A         src/main/ruby/shell/commands/truncate.rb
A         src/main/ruby/shell/commands/compact.rb
A         src/main/ruby/shell/commands/enable.rb
A         src/main/ruby/shell/commands/count.rb
A         src/main/ruby/shell/commands/enable_region.rb
A         src/main/ruby/shell/commands/deleteall.rb
A         src/main/ruby/shell/commands/incr.rb
A         src/main/ruby/shell/commands/split.rb
A         src/main/ruby/shell/commands/delete.rb
A         src/main/ruby/shell/commands/disable.rb
A         src/main/ruby/shell/commands/create.rb
A         src/main/ruby/shell/commands/drop.rb
A         src/main/ruby/shell/commands/disable_region.rb
A         src/main/ruby/shell/commands/alter.rb
A         src/main/ruby/shell/commands/close_region.rb
A         src/main/ruby/shell/commands/put.rb
A         src/main/ruby/shell/commands/zk_dump.rb
A         src/main/ruby/shell/commands/list.rb
A         src/main/ruby/shell/commands/shutdown.rb
A         src/main/ruby/shell/commands.rb
A         src/main/ruby/shell/formatter.rb
A         src/main/ruby/shell.rb
A         src/main/ruby/irb
A         src/main/ruby/irb/hirb.rb
A         src/main/javadoc
A         src/main/javadoc/org
A         src/main/javadoc/org/apache
A         src/main/javadoc/org/apache/hadoop
A         src/main/javadoc/org/apache/hadoop/hbase
A         src/main/javadoc/org/apache/hadoop/hbase/thrift
A         src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/io
A         src/main/javadoc/org/apache/hadoop/hbase/io/hfile
AU        src/main/javadoc/org/apache/hadoop/hbase/io/hfile/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/replication
A         src/main/javadoc/org/apache/hadoop/hbase/replication/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/ipc
AU        src/main/javadoc/org/apache/hadoop/hbase/ipc/package.html
AU        src/main/javadoc/overview.html
A         src/main/resources
A         src/main/resources/hbase-webapps
A         src/main/resources/hbase-webapps/static
A         src/main/resources/hbase-webapps/static/hbase.css
AU        src/main/resources/hbase-webapps/static/hbase_logo_med.gif
A         src/main/resources/hbase-webapps/regionserver
A         src/main/resources/hbase-webapps/regionserver/regionserver.jsp
A         src/main/resources/hbase-webapps/regionserver/index.html
A         src/main/resources/hbase-webapps/master
A         src/main/resources/hbase-webapps/master/zk.jsp
A         src/main/resources/hbase-webapps/master/table.jsp
A         src/main/resources/hbase-webapps/master/master.jsp
A         src/main/resources/hbase-webapps/master/index.html
AU        src/main/resources/hbase-default.xml
A         src/main/resources/org
A         src/main/resources/org/apache
A         src/main/resources/org/apache/hadoop
A         src/main/resources/org/apache/hadoop/hbase
A         src/main/resources/org/apache/hadoop/hbase/thrift
AU        src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
A         src/main/resources/org/apache/hadoop/hbase/mapreduce
AU        src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties
A         src/main/resources/org/apache/hadoop/hbase/mapred
AU        src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties
A         src/main/resources/org/apache/hadoop/hbase/rest
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableSchemaMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ScannerMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/StorageClusterStatusMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellSetMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ColumnSchemaMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableInfoMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableListMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/VersionMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
A         src/site
A         src/site/site.xml
A         src/site/site.vm
A         src/site/resources
A         src/site/resources/images
AU        src/site/resources/images/replication_overview.png
AU        src/site/resources/images/asf_logo_wide.png
AU        src/site/resources/images/architecture.gif
AU        src/site/resources/images/hadoop-logo.jpg
AU        src/site/resources/images/hbase_logo_med.gif
AU        src/site/resources/images/favicon.ico
AU        src/site/resources/images/hbase_small.gif
A         src/site/resources/css
A         src/site/resources/css/site.css
A         src/site/xdoc
A         src/site/xdoc/cygwin.xml
A         src/site/xdoc/acid-semantics.xml
A         src/site/xdoc/metrics.xml
A         src/site/xdoc/index.xml
A         src/site/xdoc/replication.xml
A         src/site/xdoc/old_news.xml
A         src/site/xdoc/bulk-loads.xml
A         src/site/xdoc/pseudo-distributed.xml
A         src/site/fml
A         src/site/fml/faq.fml
A         src/docbkx
A         src/docbkx/sample_article.xml
A         src/docbkx/book.xml
AU        src/saveVersion.sh
A         src/examples
A         src/examples/thrift
A         src/examples/thrift/DemoClient.java
A         src/examples/thrift/DemoClient.cpp
A         src/examples/thrift/DemoClient.rb
A         src/examples/thrift/DemoClient.php
AU        src/examples/thrift/DemoClient.py
A         src/examples/thrift/README.txt
A         src/examples/thrift/Makefile
A         src/examples/mapreduce
A         src/examples/mapreduce/org
A         src/examples/mapreduce/org/apache
A         src/examples/mapreduce/org/apache/hadoop
A         src/examples/mapreduce/org/apache/hadoop/hbase
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/SampleUploader.java
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
A         src/examples/mapreduce/index-builder-setup.rb
A         src/examples/README.txt
A         bin
AU        bin/hbase-daemons.sh
A         bin/rename_table.rb
AU        bin/hbase
A         bin/copy_table.rb
A         bin/check_meta.rb
AU        bin/start-hbase.sh
A         bin/hirb.rb
A         bin/set_meta_block_caching.rb
A         bin/loadtable.rb
AU        bin/hbase-daemon.sh
A         bin/hbase-config.sh
A         bin/local-regionservers.sh
AU        bin/zookeepers.sh
A         bin/local-master-backup.sh
A         bin/add_table.rb
A         bin/rolling-restart.sh
AU        bin/regionservers.sh
AU        bin/master-backup.sh
A         bin/replication
A         bin/replication/copy_tables_desc.rb
A         bin/replication/add_peer.rb
AU        bin/stop-hbase.sh
A         pom.xml
A         README.txt
 U        .
At revision 996205
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[trunk] $ /home/hudson/tools/maven/apache-maven-2.2.1/bin/mvn clean -Dmaven.test.redirectTestOutputToFile=true deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[WARNING] POM for 'commons-httpclient:commons-httpclient:pom:3.0.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [antrun:run {execution: generate}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
     [copy] Copying 4 files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] [build-helper:add-source {execution: add-jspc-source}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/jspc> added.
[INFO] [build-helper:add-source {execution: add-package-info}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/generated-sources> added.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 418 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 167 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.658 sec
Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.837 sec
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.053 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
killed.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.

Process timeout out after 3600 seconds
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 63 minutes 33 seconds
[INFO] Finished at: Sat Sep 11 21:19:01 UTC 2010
[INFO] Final Memory: 47M/255M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results


Build failed in Hudson: HBase-TRUNK #1458

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1458/changes>

Changes:

[todd] HBASE-2983. TestHLog unit test is mis-comparing an assertion (Alex Newman via Todd Lipcon)

[stack] HBASE-2978 LoadBalancer IndexOutOfBoundsException

[todd] HBASE-2977. Refactor master command line to a new class

[stack] HBASE-2961 Close zookeeper when done with it (HCM, Master, and RS)

------------------------------------------
[...truncated 679 lines...]
A         src/main/java/org/apache/hadoop/hbase/client/MultiResponse.java
A         src/main/java/org/apache/hadoop/hbase/client/ScannerCallable.java
A         src/main/java/org/apache/hadoop/hbase/client/Action.java
A         src/main/java/org/apache/hadoop/hbase/client/ScannerTimeoutException.java
A         src/main/java/org/apache/hadoop/hbase/client/RowLock.java
A         src/main/java/org/apache/hadoop/hbase/client/MultiPut.java
A         src/main/java/org/apache/hadoop/hbase/client/Scan.java
A         src/main/java/org/apache/hadoop/hbase/client/ServerCallable.java
A         src/main/java/org/apache/hadoop/hbase/client/MultiAction.java
A         src/main/java/org/apache/hadoop/hbase/client/ResultScanner.java
A         src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
A         src/main/java/org/apache/hadoop/hbase/client/NoServerForRegionException.java
A         src/main/ruby
A         src/main/ruby/hbase
A         src/main/ruby/hbase/hbase.rb
A         src/main/ruby/hbase/table.rb
A         src/main/ruby/hbase/admin.rb
A         src/main/ruby/hbase.rb
A         src/main/ruby/shell
A         src/main/ruby/shell/commands
A         src/main/ruby/shell/commands/major_compact.rb
A         src/main/ruby/shell/commands/get_counter.rb
A         src/main/ruby/shell/commands/exists.rb
A         src/main/ruby/shell/commands/get.rb
A         src/main/ruby/shell/commands/describe.rb
A         src/main/ruby/shell/commands/flush.rb
A         src/main/ruby/shell/commands/status.rb
A         src/main/ruby/shell/commands/zk.rb
A         src/main/ruby/shell/commands/scan.rb
A         src/main/ruby/shell/commands/version.rb
A         src/main/ruby/shell/commands/truncate.rb
A         src/main/ruby/shell/commands/compact.rb
A         src/main/ruby/shell/commands/enable.rb
A         src/main/ruby/shell/commands/count.rb
A         src/main/ruby/shell/commands/enable_region.rb
A         src/main/ruby/shell/commands/deleteall.rb
A         src/main/ruby/shell/commands/incr.rb
A         src/main/ruby/shell/commands/split.rb
A         src/main/ruby/shell/commands/delete.rb
A         src/main/ruby/shell/commands/disable.rb
A         src/main/ruby/shell/commands/create.rb
A         src/main/ruby/shell/commands/drop.rb
A         src/main/ruby/shell/commands/disable_region.rb
A         src/main/ruby/shell/commands/alter.rb
A         src/main/ruby/shell/commands/close_region.rb
A         src/main/ruby/shell/commands/put.rb
A         src/main/ruby/shell/commands/zk_dump.rb
A         src/main/ruby/shell/commands/list.rb
A         src/main/ruby/shell/commands/shutdown.rb
A         src/main/ruby/shell/commands.rb
A         src/main/ruby/shell/formatter.rb
A         src/main/ruby/shell.rb
A         src/main/ruby/irb
A         src/main/ruby/irb/hirb.rb
A         src/main/javadoc
A         src/main/javadoc/org
A         src/main/javadoc/org/apache
A         src/main/javadoc/org/apache/hadoop
A         src/main/javadoc/org/apache/hadoop/hbase
A         src/main/javadoc/org/apache/hadoop/hbase/thrift
A         src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html
AU        src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/io
A         src/main/javadoc/org/apache/hadoop/hbase/io/hfile
AU        src/main/javadoc/org/apache/hadoop/hbase/io/hfile/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/replication
A         src/main/javadoc/org/apache/hadoop/hbase/replication/package.html
A         src/main/javadoc/org/apache/hadoop/hbase/ipc
AU        src/main/javadoc/org/apache/hadoop/hbase/ipc/package.html
AU        src/main/javadoc/overview.html
A         src/main/resources
A         src/main/resources/hbase-webapps
A         src/main/resources/hbase-webapps/static
A         src/main/resources/hbase-webapps/static/hbase.css
AU        src/main/resources/hbase-webapps/static/hbase_logo_med.gif
A         src/main/resources/hbase-webapps/regionserver
A         src/main/resources/hbase-webapps/regionserver/regionserver.jsp
A         src/main/resources/hbase-webapps/regionserver/index.html
A         src/main/resources/hbase-webapps/master
A         src/main/resources/hbase-webapps/master/zk.jsp
A         src/main/resources/hbase-webapps/master/table.jsp
A         src/main/resources/hbase-webapps/master/master.jsp
A         src/main/resources/hbase-webapps/master/index.html
AU        src/main/resources/hbase-default.xml
A         src/main/resources/org
A         src/main/resources/org/apache
A         src/main/resources/org/apache/hadoop
A         src/main/resources/org/apache/hadoop/hbase
A         src/main/resources/org/apache/hadoop/hbase/thrift
AU        src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
A         src/main/resources/org/apache/hadoop/hbase/mapreduce
AU        src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties
A         src/main/resources/org/apache/hadoop/hbase/mapred
AU        src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties
A         src/main/resources/org/apache/hadoop/hbase/rest
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableSchemaMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ScannerMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/StorageClusterStatusMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellSetMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/ColumnSchemaMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/CellMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableInfoMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/TableListMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/protobuf/VersionMessage.proto
A         src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
A         src/site
A         src/site/site.xml
A         src/site/site.vm
A         src/site/resources
A         src/site/resources/images
AU        src/site/resources/images/replication_overview.png
AU        src/site/resources/images/asf_logo_wide.png
AU        src/site/resources/images/architecture.gif
AU        src/site/resources/images/hadoop-logo.jpg
AU        src/site/resources/images/hbase_logo_med.gif
AU        src/site/resources/images/favicon.ico
AU        src/site/resources/images/hbase_small.gif
A         src/site/resources/css
A         src/site/resources/css/site.css
A         src/site/xdoc
A         src/site/xdoc/cygwin.xml
A         src/site/xdoc/acid-semantics.xml
A         src/site/xdoc/metrics.xml
A         src/site/xdoc/index.xml
A         src/site/xdoc/replication.xml
A         src/site/xdoc/old_news.xml
A         src/site/xdoc/bulk-loads.xml
A         src/site/xdoc/pseudo-distributed.xml
A         src/site/fml
A         src/site/fml/faq.fml
A         src/docbkx
A         src/docbkx/sample_article.xml
A         src/docbkx/book.xml
AU        src/saveVersion.sh
A         src/examples
A         src/examples/thrift
A         src/examples/thrift/DemoClient.java
A         src/examples/thrift/DemoClient.cpp
A         src/examples/thrift/DemoClient.rb
A         src/examples/thrift/DemoClient.php
AU        src/examples/thrift/DemoClient.py
A         src/examples/thrift/README.txt
A         src/examples/thrift/Makefile
A         src/examples/mapreduce
A         src/examples/mapreduce/org
A         src/examples/mapreduce/org/apache
A         src/examples/mapreduce/org/apache/hadoop
A         src/examples/mapreduce/org/apache/hadoop/hbase
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/SampleUploader.java
A         src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
A         src/examples/mapreduce/index-builder-setup.rb
A         src/examples/README.txt
A         bin
AU        bin/hbase-daemons.sh
A         bin/rename_table.rb
AU        bin/hbase
A         bin/copy_table.rb
A         bin/check_meta.rb
AU        bin/start-hbase.sh
A         bin/hirb.rb
A         bin/set_meta_block_caching.rb
A         bin/loadtable.rb
AU        bin/hbase-daemon.sh
A         bin/hbase-config.sh
A         bin/local-regionservers.sh
AU        bin/zookeepers.sh
A         bin/local-master-backup.sh
A         bin/add_table.rb
A         bin/rolling-restart.sh
AU        bin/regionservers.sh
AU        bin/master-backup.sh
A         bin/replication
A         bin/replication/copy_tables_desc.rb
A         bin/replication/add_peer.rb
AU        bin/stop-hbase.sh
A         pom.xml
A         README.txt
 U        .
At revision 996016
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[trunk] $ /home/hudson/tools/maven/apache-maven-2.2.1/bin/mvn clean -Dmaven.test.redirectTestOutputToFile=true deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[WARNING] POM for 'commons-httpclient:commons-httpclient:pom:3.0.1:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [antrun:run {execution: generate}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
     [copy] Copying 4 files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] [build-helper:add-source {execution: add-jspc-source}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/jspc> added.
[INFO] [build-helper:add-source {execution: add-package-info}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/generated-sources> added.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 418 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 167 source files to <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/HBase-TRUNK/ws/trunk/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.596 sec
Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.078 sec
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.054 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
killed.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.

Process timeout out after 3600 seconds
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 63 minutes 11 seconds
[INFO] Finished at: Sat Sep 11 00:52:40 UTC 2010
[INFO] Final Memory: 48M/256M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results