I did both for now.  Will put back TestSingleSizeCache if build passes
(I didn't notice TestSlabCache not completing -- good one Ted).
St.Ack

On Sun, Sep 18, 2011 at 11:53 AM, Ted Yu <[email protected]> wrote:
> I think disabling TestSlabCache would suffice to make build pass. From
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2231/console:
>
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.699 sec
>
> We can see that TestSingleSizeCache was passing.
>
> Cheers
>
> On Sun, Sep 18, 2011 at 10:50 AM, Stack <[email protected]> wrote:
>
>> Let me try disabling TestSlabCache for now and see if it indeed the
>> culprit.
>> St.Ack
>>
>> On Sun, Sep 18, 2011 at 7:35 AM, Ted Yu <[email protected]> wrote:
>> > I have used the following script to try reproducing test failure on Linux
>> > machine:
>> >
>> > for ((  i = 0 ;  i <= 60;  i++  ))
>> > do
>> >  mvn test -Dtest=TestSlabCache > wwg/TestSlabCache.$i
>> >  mvn test -Dtest=TestSingleSizeCache > wwg/TestSingleSizeCache.$i
>> > done
>> >
>> > All the tests passed without any hung surefire process.
>> >
>> > It would be nice if we can obtain trace from the build machine.
>> > Another option is to temporarily disable some tests in TestSlabCache
>> >
>> > Cheers
>> >
>> > On Sat, Sep 17, 2011 at 5:56 PM, Stack <[email protected]> wrote:
>> >
>> >> Again all tests pass but on the end we fail for some reason.  There is
>> >> exception talking about a timeout doing  mojo bs:
>> >>
>> >>
>> >> Tests run: 999, Failures: 0, Errors: 0, Skipped: 9
>> >>
>> >> [INFO]
>> >> ------------------------------------------------------------------------
>> >> [INFO] BUILD FAILURE
>> >> [INFO]
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: 2:08:34.780s
>> >> [INFO] Finished at: Sun Sep 18 00:22:11 UTC 2011
>> >> [INFO] Final Memory: 37M/1076M
>> >> [INFO]
>> >> ------------------------------------------------------------------------
>> >> [ERROR] Failed to execute goal
>> >> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>> >> on project hbase: Failure or timeout -> [Help 1]
>> >> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>> >> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>> >> (default-test) on project hbase: Failure or timeout
>> >> ....
>> >>
>> >> Overall test has a timeout of 191minutes.
>> >> St.Ack
>> >>
>> >> On Sat, Sep 17, 2011 at 5:22 PM, Apache Jenkins Server
>> >> <[email protected]> wrote:
>> >> > See <https://builds.apache.org/job/HBase-TRUNK/2228/changes>
>> >> >
>> >> > Changes:
>> >> >
>> >> > [tedyu] HBASE-4400 fixed up the anonymous Abortable in
>> >> createAndForceNodeToOpenedState()
>> >> >
>> >> > [tedyu] HBASE-4400 rename metaRegion to region in
>> >> HBaseTestingUtility.createAndForceNodeToOpenedState()
>> >> >
>> >> > [tedyu] HBASE-4400  .META. getting stuck if RS hosting it is dead and
>> >> znode state is in
>> >> >               RS_ZK_REGION_OPENED (Ramkrishna)
>> >> >
>> >> > ------------------------------------------
>> >> > [...truncated 1615 lines...]
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925
>> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestStoreScanner
>> >> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102
>> >> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestScanner
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.856
>> >> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestCompaction
>> >> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 153.247
>> >> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestSplitTransaction
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.575
>> sec
>> >> > Running
>> >> org.apache.hadoop.hbase.regionserver.TestStoreFileBlockCacheSummary
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.161
>> >> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestWideScanner
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.99
>> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.164
>> >> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestMasterAddressManager
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367
>> sec
>> >> > Running
>> >> org.apache.hadoop.hbase.regionserver.TestScanWildcardColumnTracker
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278
>> sec
>> >> > Running org.apache.hadoop.hbase.regionserver.TestHRegion
>> >> > Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 42.522
>> >> sec
>> >> > Running org.apache.hadoop.hbase.TestHServerInfo
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053
>> sec
>> >> > Running org.apache.hadoop.hbase.security.TestUser
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195
>> sec
>> >> > Running org.apache.hadoop.hbase.TestFullLogReconstruction
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.786
>> >> sec
>> >> > Running org.apache.hadoop.hbase.ipc.TestDelayedRpc
>> >> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.36
>> sec
>> >> > Running org.apache.hadoop.hbase.TestGlobalMemStoreSize
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.993
>> >> sec
>> >> > Running org.apache.hadoop.hbase.TestKeyValue
>> >> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestSchemaResource
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.875
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.448
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.client.TestRemoteTable
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.84
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestVersionModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel
>> >> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestTableListModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284
>> sec
>> >> > Running
>> org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestCellSetModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301
>> sec
>> >> > Running
>> org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestCellModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestRowModel
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.model.TestScannerModel
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestTableResource
>> >> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.634
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestMultiRowResource
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.544
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestGzipFilter
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.891
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestRowResource
>> >> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 20.846
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestScannerResource
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.877
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestVersionResource
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.599
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestStatusResource
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.138
>> >> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestTransform
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.72
>> sec
>> >> > Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
>> >> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 50.689
>> >> sec
>> >> > Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFile
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
>> >> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.709
>> >> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.386
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.318
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.163
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616
>> sec
>> >> > Running
>> >> org.apache.hadoop.hbase.io.hfile.TestBlockCacheColumnFamilySummary
>> >> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.853
>> >> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.154
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
>> >> > Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11
>> sec
>> >> > Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322
>> sec
>> >> > Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013
>> sec
>> >> > Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298
>> sec
>> >> > Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081
>> sec
>> >> > Running org.apache.hadoop.hbase.io.TestHeapSize
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114
>> sec
>> >> > Running org.apache.hadoop.hbase.TestRegionRebalancing
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.106
>> >> sec
>> >> > Running org.apache.hadoop.hbase.TestScanMultipleVersions
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.287
>> >> sec
>> >> > Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.954
>> >> sec
>> >> > Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.046
>> >> sec
>> >> > Running
>> >> org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.619
>> >> sec
>> >> > Running
>> >>
>> org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652
>> sec
>> >> > Running org.apache.hadoop.hbase.replication.TestReplicationSource
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673
>> sec
>> >> > Running org.apache.hadoop.hbase.replication.TestReplication
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.26
>> >> sec
>> >> > Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.957
>> >> sec
>> >> > Running org.apache.hadoop.hbase.replication.TestMasterReplication
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.874
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestHBaseFsckComparator
>> >> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestMergeTool
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 113.662
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestFSTableDescriptors
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestIdLock
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.204
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestCompressionTest
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestBytes
>> >> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestSortedCopyOnWriteSet
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestKeying
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestByteBloomFilter
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestRootPath
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestMergeTable
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.613
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestHBaseFsck
>> >> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.047
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestFSUtils
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.073
>> >> sec
>> >> > Running org.apache.hadoop.hbase.util.TestPoolMap
>> >> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestBase64
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
>> sec
>> >> > Running org.apache.hadoop.hbase.util.TestRegionSplitCalculator
>> >> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145
>> >> sec
>> >> > Running org.apache.hadoop.hbase.TestHRegionLocation
>> >> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109
>> sec
>> >> > Running org.apache.hadoop.hbase.TestCompare
>> >> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19
>> sec
>> >> > Running org.apache.hadoop.hbase.TestInfoServers
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.943
>> >> sec
>> >> > Running org.apache.hadoop.hbase.TestHServerAddress
>> >> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051
>> sec
>> >> > Running org.apache.hadoop.hbase.TestServerName
>> >> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
>> sec
>> >> >
>> >> > Results :
>> >> >
>> >> > Tests run: 999, Failures: 0, Errors: 0, Skipped: 9
>> >> >
>> >> > [INFO]
>> >> ------------------------------------------------------------------------
>> >> > [INFO] BUILD FAILURE
>> >> > [INFO]
>> >> ------------------------------------------------------------------------
>> >> > [INFO] Total time: 2:08:34.780s
>> >> > [INFO] Finished at: Sun Sep 18 00:22:11 UTC 2011
>> >> > [INFO] Final Memory: 37M/1076M
>> >> > [INFO]
>> >> ------------------------------------------------------------------------
>> >> > [ERROR] Failed to execute goal
>> >> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>> on
>> >> project hbase: Failure or timeout -> [Help 1]
>> >> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>> execute
>> >> goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>> (default-test)
>> >> on project hbase: Failure or timeout
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>> >> >        at
>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
>> >> >        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>> >> >        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
>> >> >        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>> >> >        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>> >> >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >> >        at
>> >>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >> >        at
>> >>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >> >        at java.lang.reflect.Method.invoke(Method.java:597)
>> >> >        at
>> >>
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>> >> >        at
>> >>
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>> >> >        at
>> >>
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>> >> >        at
>> >>
>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
>> >> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failure or
>> >> timeout
>> >> >        at
>> >>
>> org.apache.maven.plugin.surefire.SurefirePlugin.assertNoFailureOrTimeout(SurefirePlugin.java:623)
>> >> >        at
>> >>
>> org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:604)
>> >> >        at
>> >>
>> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:136)
>> >> >        at
>> >>
>> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
>> >> >        at
>> >>
>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
>> >> >        at
>> >>
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>> >> >        ... 23 more
>> >> > [ERROR]
>> >> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> >> > [ERROR]
>> >> > [ERROR] For more information about the errors and possible solutions,
>> >> please read the following articles:
>> >> > [ERROR] [Help 1]
>> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>> >> > Build step 'Invoke top-level Maven targets' marked build as failure
>> >> > [locks-and-latches] Releasing all the locks
>> >> > [locks-and-latches] All the locks released
>> >> > Archiving artifacts
>> >> > Recording test results
>> >> > Updating HBASE-4400
>> >> >
>> >> >
>> >>
>> >
>>
>

Reply via email to