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 Jenkins Server <je...@builds.apache.org> on 2011/12/01 07:59:34 UTC

Build failed in Jenkins: HBase-TRUNK-security #17

See <https://builds.apache.org/job/HBase-TRUNK-security/17/changes>

Changes:

[karthik] HBASE-4463 [jira] Run more aggressive compactions during off peak hours

Summary:
HBASE-4463 Run more aggressive compactions during off peak hours

Increases the compact selection ratio from 1.3 to 5 at off-peak hours. This
will help utilize the available iops and bandwidth to decrease average num of
files per store. Only one such aggressive compaction is queued per store at any
point.

The number of iops on the disk and the top of the rack bandwidth utilization at
off peak hours is much lower than at peak hours depending on the application
usage pattern. We can utilize this knowledge to improve the performance of the
HBase cluster by increasing the compact selection ratio to a much larger value
during off-peak hours than otherwise - increasing hbase.hstore.compaction.ratio
(1.2 default) to hbase.hstore.compaction.ratio.offpeak (5 default). This will
help reduce the average number of files per store.

Test Plan: Started running the unit tests.

Reviewers: JIRA, Kannan, nspiegelberg, mbautin, stack

Reviewed By: nspiegelberg

CC: nspiegelberg, tedyu, lhofhansl, Karthik

Differential Revision: 471

[karthik] [jira] [HBASE-4867] A tool to merge configuration files

Summary: With our cluster configuration setup it would be good to have a tool
that would merge HBase configuration files so that files appearing later in the
list would override properties specified in earlier files. This way we could
merge an application-specific configuration file with a cluster-specific
configuration file (with the latter overriding the former) and produce a single
HBase configuration file to install on the cluster.

Test Plan: Run the tool on two configuration files (common and
cluster-specific). Use the resulting configuration on a dev cluster.

Reviewers: todd, Karthik, tedyu, stack, JIRA

Reviewed By: Karthik

CC: Karthik, mbautin, todd

Differential Revision: 537

[todd] HBASE-4820. Distributed log splitting coding enhancement to make it easier to understand, no semantics change. Contributed by Jimmy Xiang.

[dmeil] hbase-4906 book.xml - repatch of MR to RDBMS example.  fixed typo missed in first patch.

[dmeil] hbase-4906.  book.xml.  added MR summary to RDBMS section in MR chapter.

[dmeil] hbase-4905.  book.xml (keyvalue types), ops_mgt.xml (metrics corrections)

------------------------------------------
[...truncated 1898 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.674 sec
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.hadoop.hbase.rest.TestSchemaResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.363 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.186 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteTable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 sec
Running org.apache.hadoop.hbase.rest.model.TestVersionModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running org.apache.hadoop.hbase.rest.model.TestTableListModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.hadoop.hbase.rest.model.TestCellSetModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.hadoop.hbase.rest.model.TestCellModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.hadoop.hbase.rest.model.TestRowModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.hadoop.hbase.rest.model.TestScannerModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.hadoop.hbase.rest.TestTableResource
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 sec
Running org.apache.hadoop.hbase.rest.TestMultiRowResource
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.305 sec
Running org.apache.hadoop.hbase.rest.TestGzipFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 sec
Running org.apache.hadoop.hbase.rest.TestRowResource
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 sec
Running org.apache.hadoop.hbase.rest.TestScannerResource
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.266 sec
Running org.apache.hadoop.hbase.rest.TestVersionResource
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
Running org.apache.hadoop.hbase.rest.TestStatusResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 sec
Running org.apache.hadoop.hbase.rest.TestTransform
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 sec
Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.376 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFile
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.261 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.377 sec
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 sec
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.867 sec
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.436 sec
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec
Running org.apache.hadoop.hbase.io.hfile.TestBlockCacheColumnFamilySummary
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.787 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.268 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.507 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 sec
Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.hadoop.hbase.TestRegionRebalancing
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.764 sec
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.659 sec
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.791 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.242 sec
Running org.apache.hadoop.hbase.replication.TestReplicationPeer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.035 sec
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.58 sec
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.util.TestHBaseFsckComparator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.hadoop.hbase.util.TestMergeTool
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 338.193 sec
Running org.apache.hadoop.hbase.util.TestFSTableDescriptors
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec
Running org.apache.hadoop.hbase.util.TestIdLock
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.149 sec
Running org.apache.hadoop.hbase.util.TestCompressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
Running org.apache.hadoop.hbase.util.TestBytes
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.apache.hadoop.hbase.util.TestSortedCopyOnWriteSet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
Running org.apache.hadoop.hbase.util.TestKeying
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.hadoop.hbase.util.TestByteBloomFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec
Running org.apache.hadoop.hbase.util.TestRootPath
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.hadoop.hbase.util.TestMergeTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.628 sec
Running org.apache.hadoop.hbase.util.TestHBaseFsck
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.263 sec
Running org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.57 sec <<< FAILURE!
Running org.apache.hadoop.hbase.util.TestPoolMap$TestRoundRobinPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestThreadLocalPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestReusablePoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.362 sec
Running org.apache.hadoop.hbase.util.TestThreads
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.01 sec
Running org.apache.hadoop.hbase.util.TestBase64
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.4 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.17 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.441 sec
Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitCalculator
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.hadoop.hbase.TestHRegionLocation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.hadoop.hbase.migration.TestMigrationFrom090To092
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.apache.hadoop.hbase.TestInfoServers
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running org.apache.hadoop.hbase.TestHServerAddress
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hadoop.hbase.TestServerName
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec

Results :

Failed tests:   testcomputeHDFSBlocksDistribution(org.apache.hadoop.hbase.util.TestFSUtils)

Tests run: 1203, Failures: 1, Errors: 0, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56:51.003s
[INFO] Finished at: Thu Dec 01 06:59:14 UTC 2011
[INFO] Final Memory: 24M/748M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.MojoFailureException: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
	at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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-4906
Updating HBASE-4905
Updating HBASE-4463
Updating HBASE-4820
Updating HBASE-4867


Jenkins build is back to normal : HBase-TRUNK-security #23

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/23/changes>



Build failed in Jenkins: HBase-TRUNK-security #22

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/22/changes>

Changes:

[apurtell] HBASE-4944. Optionally verify bulk loaded HFiles

[tedyu] HBASE-4942  HMaster is unable to start of HFile V1 is used (Honghua Zhu)

[dmeil] hbase-4950.  book.xml, corrected BigTable link throughout paper (it was actually producing 404 from Google Labs)

[dmeil] hbase-4949.  book.xml, more links for "more information about hbase"

[larsh] HBASE-4945  NPE in HRegion.bulkLoadHFiles (Andrew P and Lars H)

[dmeil] hbase-4948.  book.xml, adding more links to resources in appendix

------------------------------------------
[...truncated 1901 lines...]
Running org.apache.hadoop.hbase.catalog.TestCatalogTracker
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.899 sec
Running org.apache.hadoop.hbase.client.TestResult
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.hadoop.hbase.client.TestTimestampsFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.239 sec
Running org.apache.hadoop.hbase.client.TestShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.148 sec
Running org.apache.hadoop.hbase.client.TestFromClientSide
Tests run: 49, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 136.554 sec
Running org.apache.hadoop.hbase.client.TestInstantSchemaChange
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 241.849 sec
Running org.apache.hadoop.hbase.client.TestInstantSchemaChangeSplit
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 166.93 sec
Running org.apache.hadoop.hbase.client.TestHCM
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.539 sec
Running org.apache.hadoop.hbase.client.TestInstantSchemaChangeFailover
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 130.828 sec
Running org.apache.hadoop.hbase.client.TestAttributes
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.hadoop.hbase.client.TestScannerTimeout
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.417 sec
Running org.apache.hadoop.hbase.client.TestMetaScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 sec
Running org.apache.hadoop.hbase.client.TestHTableUtil
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.132 sec
Running org.apache.hadoop.hbase.client.TestMetaMigrationRemovingHTD
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 sec
Running org.apache.hadoop.hbase.client.TestOperation
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableReusablePool
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.282 sec
Running org.apache.hadoop.hbase.client.TestHTablePool$TestHTableThreadLocalPool
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.154 sec
Running org.apache.hadoop.hbase.client.TestGet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.apache.hadoop.hbase.client.TestMultipleTimestamps
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.335 sec
Running org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.hadoop.hbase.client.TestMultiParallel
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.623 sec
Running org.apache.hadoop.hbase.client.TestAdmin
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 376.779 sec
Running org.apache.hadoop.hbase.client.TestScan
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.hadoop.hbase.TestHServerInfo
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 sec
Running org.apache.hadoop.hbase.executor.TestExecutorService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.315 sec
Running org.apache.hadoop.hbase.rest.TestGzipFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 sec
Running org.apache.hadoop.hbase.rest.TestMultiRowResource
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 sec
Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
Running org.apache.hadoop.hbase.rest.TestRowResource
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.736 sec
Running org.apache.hadoop.hbase.rest.model.TestCellModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.hadoop.hbase.rest.model.TestCellSetModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.hadoop.hbase.rest.model.TestTableListModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.hadoop.hbase.rest.model.TestVersionModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.hadoop.hbase.rest.model.TestRowModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.hadoop.hbase.rest.model.TestScannerModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.337 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteTable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 sec
Running org.apache.hadoop.hbase.rest.TestVersionResource
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 sec
Running org.apache.hadoop.hbase.rest.TestScannerResource
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.902 sec
Running org.apache.hadoop.hbase.rest.TestTransform
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.547 sec
Running org.apache.hadoop.hbase.rest.TestTableResource
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 sec
Running org.apache.hadoop.hbase.rest.TestStatusResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 sec
Running org.apache.hadoop.hbase.rest.TestSchemaResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.371 sec
Running org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.778 sec
Running org.apache.hadoop.hbase.thrift.TestThriftServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.277 sec
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.745 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.454 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.467 sec
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.19 sec
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.6 sec
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 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.TestBlockCacheColumnFamilySummary
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFile
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.376 sec
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.329 sec
Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 sec
Running org.apache.hadoop.hbase.migration.TestMigrationFrom090To092
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec
Running org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 sec
Running org.apache.hadoop.hbase.avro.TestAvroUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
Running org.apache.hadoop.hbase.avro.TestAvroServer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.569 sec
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.714 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
Running org.apache.hadoop.hbase.replication.TestReplicationPeer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.06 sec
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.716 sec
Running org.apache.hadoop.hbase.ipc.TestDelayedRpc
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.252 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.329 sec
Running org.apache.hadoop.hbase.TestHBaseTestingUtility
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.385 sec

Results :

Failed tests:   testWorkerAbort(org.apache.hadoop.hbase.master.TestDistributedLogSplitting): expected:<1> but was:<0>

Tests run: 1200, Failures: 1, Errors: 0, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:03:38.249s
[INFO] Finished at: Mon Dec 05 08:03:35 UTC 2011
[INFO] Final Memory: 41M/562M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.

Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.MojoFailureException: There are test failures.

Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
	at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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-4942
Updating HBASE-4944
Updating HBASE-4945
Updating HBASE-4948
Updating HBASE-4950
Updating HBASE-4949


Build failed in Jenkins: HBase-TRUNK-security #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/21/>

------------------------------------------
[...truncated 1913 lines...]
Running org.apache.hadoop.hbase.ipc.TestDelayedRpc
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 sec
Running org.apache.hadoop.hbase.TestGlobalMemStoreSize
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.97 sec
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.hadoop.hbase.rest.TestSchemaResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.443 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.231 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteTable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.56 sec
Running org.apache.hadoop.hbase.rest.model.TestVersionModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.hadoop.hbase.rest.model.TestTableListModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.hadoop.hbase.rest.model.TestCellSetModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.hadoop.hbase.rest.model.TestCellModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.hadoop.hbase.rest.model.TestRowModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.hadoop.hbase.rest.model.TestScannerModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running org.apache.hadoop.hbase.rest.TestTableResource
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec
Running org.apache.hadoop.hbase.rest.TestMultiRowResource
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 sec
Running org.apache.hadoop.hbase.rest.TestGzipFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.397 sec
Running org.apache.hadoop.hbase.rest.TestRowResource
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 sec
Running org.apache.hadoop.hbase.rest.TestScannerResource
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.354 sec
Running org.apache.hadoop.hbase.rest.TestVersionResource
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 sec
Running org.apache.hadoop.hbase.rest.TestStatusResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 sec
Running org.apache.hadoop.hbase.rest.TestTransform
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 sec
Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.011 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFile
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.12 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.297 sec
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.757 sec
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.46 sec
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
Running org.apache.hadoop.hbase.io.hfile.TestBlockCacheColumnFamilySummary
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.804 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.028 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.626 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec
Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.hadoop.hbase.TestRegionRebalancing
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.48 sec
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.816 sec
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.161 sec <<< FAILURE!
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 68.701 sec <<< FAILURE!
Running org.apache.hadoop.hbase.replication.TestReplicationPeer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.038 sec
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.127 sec
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.util.TestHBaseFsckComparator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.hadoop.hbase.util.TestMergeTool
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 335.442 sec
Running org.apache.hadoop.hbase.util.TestFSTableDescriptors
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec
Running org.apache.hadoop.hbase.util.TestIdLock
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.084 sec
Running org.apache.hadoop.hbase.util.TestCompressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
Running org.apache.hadoop.hbase.util.TestBytes
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.apache.hadoop.hbase.util.TestSortedCopyOnWriteSet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.hadoop.hbase.util.TestKeying
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestByteBloomFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 sec
Running org.apache.hadoop.hbase.util.TestRootPath
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.hadoop.hbase.util.TestMergeTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.206 sec
Running org.apache.hadoop.hbase.util.TestHBaseFsck
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.355 sec
Running org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.119 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestRoundRobinPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestThreadLocalPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestReusablePoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.38 sec
Running org.apache.hadoop.hbase.util.TestThreads
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
Running org.apache.hadoop.hbase.util.TestBase64
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.505 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.714 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.882 sec
Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitCalculator
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.hadoop.hbase.TestHRegionLocation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.hadoop.hbase.migration.TestMigrationFrom090To092
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.apache.hadoop.hbase.TestInfoServers
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.hadoop.hbase.TestHServerAddress
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.hadoop.hbase.TestServerName
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec

Results :

Tests in error: 
  testMultiRegionTable(org.apache.hadoop.hbase.mapred.TestTableMapReduce): Job failed!
  testVerifyRepJob(org.apache.hadoop.hbase.replication.TestReplication): Could not find any valid local directory for archive/8150831981837033696_168816042_1448921095/file/home/jenkins/.m2/repository/org/apache/zookeeper/zookeeper/3.4.0/zookeeper-3.4.0.jar

Tests run: 1200, Failures: 0, Errors: 2, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:58:50.065s
[INFO] Finished at: Sun Dec 04 18:15:15 UTC 2011
[INFO] Final Memory: 46M/887M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.MojoFailureException: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
	at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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


Build failed in Jenkins: HBase-TRUNK-security #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/20/changes>

Changes:

[dmeil] hbase-4943.  book updates (more FAQ, add to appendix for other resources)

[dmeil] hbase-4941.  Fixed mis-spelling of 'configuration' in 2 places (configuration.xml and hbase-default.xml)

------------------------------------------
[...truncated 1898 lines...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.629 sec
Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 sec
Running org.apache.hadoop.hbase.coprocessor.TestClassLoading
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.839 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.581 sec
Running org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.117 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.319 sec
Running org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
Running org.apache.hadoop.hbase.coprocessor.TestWALObserver
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.53 sec
Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.128 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.155 sec
Running org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec
Running org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandler
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec
Running org.apache.hadoop.hbase.avro.TestAvroServer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.453 sec
Running org.apache.hadoop.hbase.avro.TestAvroUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
Running org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.784 sec
Running org.apache.hadoop.hbase.thrift.TestThriftServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.443 sec
Running org.apache.hadoop.hbase.monitoring.TestTaskMonitor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.apache.hadoop.hbase.monitoring.TestMemoryBoundedLogMessageBuffer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.hadoop.hbase.regionserver.TestHRegionInfo
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec
Running org.apache.hadoop.hbase.regionserver.TestMemStore
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.874 sec
Running org.apache.hadoop.hbase.regionserver.TestHRegion
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.094 sec
Running org.apache.hadoop.hbase.regionserver.TestMasterAddressManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.584 sec
Running org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.325 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.102 sec
Running org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
Running org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreFileBlockCacheSummary
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.163 sec
Running org.apache.hadoop.hbase.regionserver.TestStore
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 sec
Running org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.043 sec
Running org.apache.hadoop.hbase.regionserver.TestBlocksRead
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
Running org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.896 sec
Running org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.964 sec
Running org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 sec
Running org.apache.hadoop.hbase.regionserver.metrics.TestSchemaConfigured
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.hadoop.hbase.regionserver.metrics.TestSchemaMetrics
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.941 sec
Running org.apache.hadoop.hbase.regionserver.handler.TestCloseRegionHandler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 sec
Running org.apache.hadoop.hbase.regionserver.handler.TestOpenRegionHandler
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec
Running org.apache.hadoop.hbase.regionserver.TestScanDeleteTracker
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.359 sec
Running org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.52 sec
Running org.apache.hadoop.hbase.regionserver.TestSplitTransaction
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.734 sec
Running org.apache.hadoop.hbase.regionserver.TestReadWriteConsistencyControl
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.083 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
Running org.apache.hadoop.hbase.regionserver.TestCompactSelection
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec
Running org.apache.hadoop.hbase.regionserver.TestMinVersions
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 sec
Running org.apache.hadoop.hbase.regionserver.TestWideScanner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 sec
Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.436 sec
Running org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 sec
Running org.apache.hadoop.hbase.regionserver.TestExplicitColumnTracker
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 sec
Running org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 sec
Running org.apache.hadoop.hbase.regionserver.TestParallelPut
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.858 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLogBench
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 158.029 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 303.052 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLog
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.936 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLogSplit
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 246.816 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.015 sec
Running org.apache.hadoop.hbase.regionserver.wal.TestHLogMethods
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 sec
Running org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreScanner
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.hadoop.hbase.regionserver.TestResettingCounters
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 sec
Running org.apache.hadoop.hbase.regionserver.TestStoreFile
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 sec
Running org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.554 sec
Running org.apache.hadoop.hbase.regionserver.TestScanWildcardColumnTracker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
Running org.apache.hadoop.hbase.regionserver.TestCompaction
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.761 sec
Running org.apache.hadoop.hbase.regionserver.TestQueryMatcher
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec
Running org.apache.hadoop.hbase.regionserver.TestRpcMetrics
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 sec
Running org.apache.hadoop.hbase.regionserver.TestScanner
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.999 sec
Running org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.402 sec
Running org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec
Running org.apache.hadoop.hbase.regionserver.TestKeyValueSkipListSet
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.613 sec
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.744 sec
Running org.apache.hadoop.hbase.TestDrainingServer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec
Running org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
Running org.apache.hadoop.hbase.executor.TestExecutorService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 sec
Running org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.581 sec
Running org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 222.429 sec
Running org.apache.hadoop.hbase.mapreduce.TestImportTsv
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.496 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 438.694 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.731 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableSplit
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.69 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.065 sec
Running org.apache.hadoop.hbase.TestHRegionLocation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec

Results :

Failed tests:   testWorkerAbort(org.apache.hadoop.hbase.master.TestDistributedLogSplitting): expected:<1> but was:<0>

Tests run: 1205, Failures: 1, Errors: 0, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:04:46.265s
[INFO] Finished at: Sun Dec 04 07:30:50 UTC 2011
[INFO] Final Memory: 41M/754M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.

Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.MojoFailureException: There are test failures.

Please refer to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
	at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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-4941
Updating HBASE-4943


Build failed in Jenkins: HBase-TRUNK-security #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/19/changes>

Changes:

[dmeil] hbase-4939 book.xml (architecture/faq), troubleshooting.xml (created resources section)

[dmeil] hbase-4930.  home page (index.html) reformat.

[stack] HBASE-4899 Region would be assigned twice easily with continually killing server and moving region in testing environment

[larsh] HBASE-4903 addendum for security build

------------------------------------------
[...truncated 1882 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.201 sec
Running org.apache.hadoop.hbase.TestKeyValue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.hadoop.hbase.rest.TestSchemaResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.415 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteAdmin
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.216 sec
Running org.apache.hadoop.hbase.rest.client.TestRemoteTable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.566 sec
Running org.apache.hadoop.hbase.rest.model.TestVersionModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.apache.hadoop.hbase.rest.model.TestTableRegionModel
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running org.apache.hadoop.hbase.rest.model.TestTableListModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.hadoop.hbase.rest.model.TestCellSetModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.hadoop.hbase.rest.model.TestTableInfoModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.apache.hadoop.hbase.rest.model.TestCellModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.hadoop.hbase.rest.model.TestRowModel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.hadoop.hbase.rest.model.TestScannerModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.hadoop.hbase.rest.TestTableResource
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 sec
Running org.apache.hadoop.hbase.rest.TestMultiRowResource
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 sec
Running org.apache.hadoop.hbase.rest.TestGzipFilter
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 sec
Running org.apache.hadoop.hbase.rest.TestRowResource
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 sec
Running org.apache.hadoop.hbase.rest.TestScannerResource
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.064 sec
Running org.apache.hadoop.hbase.rest.TestVersionResource
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 sec
Running org.apache.hadoop.hbase.rest.TestStatusResource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 sec
Running org.apache.hadoop.hbase.rest.TestTransform
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec
Running org.apache.hadoop.hbase.rest.TestScannersWithFilters
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.981 sec
Running org.apache.hadoop.hbase.metrics.TestMetricsMBeanBase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFile
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.031 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.155 sec
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.668 sec
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.41 sec
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 sec
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec
Running org.apache.hadoop.hbase.io.hfile.TestBlockCacheColumnFamilySummary
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.961 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.474 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSingleSizeCache
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.963 sec
Running org.apache.hadoop.hbase.io.hfile.slab.TestSlab
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.hadoop.hbase.io.hfile.TestHFileReaderV1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec
Running org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 sec
Running org.apache.hadoop.hbase.io.TestHbaseObjectWritable
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
Running org.apache.hadoop.hbase.io.TestImmutableBytesWritable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.hadoop.hbase.io.TestHeapSize
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.hadoop.hbase.TestRegionRebalancing
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.124 sec
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.772 sec
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.073 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
Running org.apache.hadoop.hbase.replication.TestReplication
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.217 sec
Running org.apache.hadoop.hbase.replication.TestReplicationPeer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.045 sec
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.528 sec
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.util.TestHBaseFsckComparator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.hadoop.hbase.util.TestMergeTool
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 333.477 sec
Running org.apache.hadoop.hbase.util.TestFSTableDescriptors
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 sec
Running org.apache.hadoop.hbase.util.TestIdLock
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.102 sec
Running org.apache.hadoop.hbase.util.TestCompressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec
Running org.apache.hadoop.hbase.util.TestBytes
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.hadoop.hbase.util.TestSortedCopyOnWriteSet
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.apache.hadoop.hbase.util.TestKeying
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestByteBloomFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec
Running org.apache.hadoop.hbase.util.TestRootPath
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.hadoop.hbase.util.TestMergeTable
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.387 sec
Running org.apache.hadoop.hbase.util.TestHBaseFsck
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.649 sec
Running org.apache.hadoop.hbase.util.TestFSUtils
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.251 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestRoundRobinPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestThreadLocalPoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.util.TestPoolMap$TestReusablePoolType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.351 sec
Running org.apache.hadoop.hbase.util.TestThreads
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.021 sec
Running org.apache.hadoop.hbase.util.TestBase64
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.388 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildOverlap
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.528 sec
Running org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildHole
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.201 sec
Running org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.hadoop.hbase.util.TestRegionSplitCalculator
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.hadoop.hbase.TestHRegionLocation
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.hadoop.hbase.migration.TestMigrationFrom090To092
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.hadoop.hbase.TestCompare
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Running org.apache.hadoop.hbase.TestInfoServers
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec
Running org.apache.hadoop.hbase.TestHServerAddress
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.hadoop.hbase.TestServerName
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec

Results :

Tests in error: 
  testBasicRollingRestart(org.apache.hadoop.hbase.master.TestRollingRestart): test timed out after 300000 milliseconds

Tests run: 1203, Failures: 0, Errors: 1, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:03:00.590s
[INFO] Finished at: Sat Dec 03 09:30:42 UTC 2011
[INFO] Final Memory: 43M/877M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11-TRUNK-HBASE-2:test (default-test) on project hbase: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.MojoFailureException: There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/HBase-TRUNK-security/trunk/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
	at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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-4899
Updating HBASE-4930
Updating HBASE-4903
Updating HBASE-4939


Re: Build failed in Jenkins: HBase-TRUNK-security #18

Posted by Stack <st...@duboce.net>.
On Thu, Dec 1, 2011 at 9:43 PM, lars hofhansl <lh...@yahoo.com> wrote:
> Done.
>
> Generally that means that we always to compile with and without security to check a change? And also run all tests in both modes?
>
>

I'd say no.  Let the CI machine find the few places where a change
that does not break insecure, breaks security.  Thanks for fixing
Lars.
St.Ack

Re: Build failed in Jenkins: HBase-TRUNK-security #18

Posted by lars hofhansl <lh...@yahoo.com>.
Done.

Generally that means that we always to compile with and without security to check a change? And also run all tests in both modes?



----- Original Message -----
From: lars hofhansl <lh...@yahoo.com>
To: "dev@hbase.apache.org" <de...@hbase.apache.org>
Cc: 
Sent: Thursday, December 1, 2011 9:31 PM
Subject: Re: Build failed in Jenkins: HBase-TRUNK-security #18

Definitely did a clean compile before commit.
Checking now... Hmm... This only fails when I build with -Psecurity

Will check in an addendum momentarily.

-- Lars


----- Original Message -----
From: Stack <st...@duboce.net>
To: dev@hbase.apache.org
Cc: 
Sent: Thursday, December 1, 2011 9:16 PM
Subject: Re: Build failed in Jenkins: HBase-TRUNK-security #18

On Thu, Dec 1, 2011 at 9:05 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/HBase-TRUNK-security/18/changes>
>
> Changes:
>
> [dmeil] hbase-4928.  overhauled FAQ in book.
>
> [stack] HBASE-4918 HTablePool Constructor may cause unintended behavior
>
> [larsh] HBASE-4903  Return a result from RegionObserver.preIncrement (Daniel Gómez Ferro)
>

Lars, did you forget to change the below:


> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype


St.Ack

> ------------------------------------------
> [...truncated 1360 lines...]
>  U        .
> At revision 1209359
> [locks-and-latches] Checking to see if we really have the locks
> [locks-and-latches] Have all the locks, build can start
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson7682337654775029723.sh
> + uname -a
> Linux janus 2.6.32-33-server #70-Ubuntu SMP Thu Jul 7 22:28:30 UTC 2011 x86_64 GNU/Linux
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson3949458907609163442.sh
> + ulimit -a
> core file size          (blocks, -c) 0
> data seg size           (kbytes, -d) unlimited
> scheduling priority             (-e) 0
> file size               (blocks, -f) unlimited
> pending signals                 (-i) 128588
> max locked memory       (kbytes, -l) 64
> max memory size         (kbytes, -m) unlimited
> open files                      (-n) 40000
> pipe size            (512 bytes, -p) 8
> POSIX message queues     (bytes, -q) 819200
> real-time priority              (-r) 0
> stack size              (kbytes, -s) 10240
> cpu time               (seconds, -t) unlimited
> max user processes              (-u) 128588
> virtual memory          (kbytes, -v) unlimited
> file locks                      (-x) unlimited
> [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -e clean -Dmaven.test.redirectTestOutputToFile=true -P security site assembly:assembly
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 2.5 KB/sec)
>
>
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 5.5 KB/sec)
>
>
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hbase ---
> [INFO]
> [INFO] --- xml-maven-plugin:1.0-beta-3:transform (default) @ hbase ---
> [INFO] Transforming file: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/resources/hbase-default.xml>
> [INFO] Transformed 1 file(s).
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (multipage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (onepage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- maven-site-plugin:2.0.1:site (default-site) @ hbase ---
> [INFO] Parent project loaded from repository.
> [INFO] Parent project loaded from repository.
> Downloading: http://people.apache.org/~rawson/repo/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://repository.codehaus.org/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://download.java.net/maven/2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> 458 B
>
> Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 3.1 KB/sec)
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
>
> 458 B
>
> Downloaded: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 1.0 KB/sec)
>
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ hbase >>>
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (arc-setup) @ hbase ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:schema (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:protocol (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
>     [copy] Copying 5 files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
> 11/12/02 05:05:32 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/master/WEB-INF>
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
> [INFO] Executed tasks
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-Avro-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon> added.
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-sources/java> added.
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java> added.
> [INFO]
> [INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase ---
> [INFO] Translating 4 templates from <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/jamon> to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hbase ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 7 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (default) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/nativelib>
>     [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such file or directory
>     [exec] tar: Error is not recoverable: exiting now
>     [exec] Result: 2
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
> [INFO] Compiling 665 source files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/classes>
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 45.744s
> [INFO] Finished at: Fri Dec 02 05:05:45 UTC 2011
> [INFO] Final Memory: 49M/1071M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure: Compilation failure:
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[44,15] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1035,19] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1041,21] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1046,28] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
>        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:537)
>        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.CompilationFailureException: Compilation failure
>        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
>        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
>        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>        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/MojoFailureException
> 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-4903
> Updating HBASE-4918
> Updating HBASE-4928
>

Re: Build failed in Jenkins: HBase-TRUNK-security #18

Posted by lars hofhansl <lh...@yahoo.com>.
Definitely did a clean compile before commit.
Checking now... Hmm... This only fails when I build with -Psecurity

Will check in an addendum momentarily.

-- Lars


----- Original Message -----
From: Stack <st...@duboce.net>
To: dev@hbase.apache.org
Cc: 
Sent: Thursday, December 1, 2011 9:16 PM
Subject: Re: Build failed in Jenkins: HBase-TRUNK-security #18

On Thu, Dec 1, 2011 at 9:05 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/HBase-TRUNK-security/18/changes>
>
> Changes:
>
> [dmeil] hbase-4928.  overhauled FAQ in book.
>
> [stack] HBASE-4918 HTablePool Constructor may cause unintended behavior
>
> [larsh] HBASE-4903  Return a result from RegionObserver.preIncrement (Daniel Gómez Ferro)
>

Lars, did you forget to change the below:


> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype


St.Ack

> ------------------------------------------
> [...truncated 1360 lines...]
>  U        .
> At revision 1209359
> [locks-and-latches] Checking to see if we really have the locks
> [locks-and-latches] Have all the locks, build can start
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson7682337654775029723.sh
> + uname -a
> Linux janus 2.6.32-33-server #70-Ubuntu SMP Thu Jul 7 22:28:30 UTC 2011 x86_64 GNU/Linux
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson3949458907609163442.sh
> + ulimit -a
> core file size          (blocks, -c) 0
> data seg size           (kbytes, -d) unlimited
> scheduling priority             (-e) 0
> file size               (blocks, -f) unlimited
> pending signals                 (-i) 128588
> max locked memory       (kbytes, -l) 64
> max memory size         (kbytes, -m) unlimited
> open files                      (-n) 40000
> pipe size            (512 bytes, -p) 8
> POSIX message queues     (bytes, -q) 819200
> real-time priority              (-r) 0
> stack size              (kbytes, -s) 10240
> cpu time               (seconds, -t) unlimited
> max user processes              (-u) 128588
> virtual memory          (kbytes, -v) unlimited
> file locks                      (-x) unlimited
> [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -e clean -Dmaven.test.redirectTestOutputToFile=true -P security site assembly:assembly
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 2.5 KB/sec)
>
>
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 5.5 KB/sec)
>
>
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hbase ---
> [INFO]
> [INFO] --- xml-maven-plugin:1.0-beta-3:transform (default) @ hbase ---
> [INFO] Transforming file: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/resources/hbase-default.xml>
> [INFO] Transformed 1 file(s).
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (multipage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (onepage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- maven-site-plugin:2.0.1:site (default-site) @ hbase ---
> [INFO] Parent project loaded from repository.
> [INFO] Parent project loaded from repository.
> Downloading: http://people.apache.org/~rawson/repo/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://repository.codehaus.org/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://download.java.net/maven/2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> 458 B
>
> Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 3.1 KB/sec)
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
>
> 458 B
>
> Downloaded: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 1.0 KB/sec)
>
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ hbase >>>
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (arc-setup) @ hbase ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:schema (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:protocol (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
>     [copy] Copying 5 files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
> 11/12/02 05:05:32 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/master/WEB-INF>
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
> [INFO] Executed tasks
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-Avro-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon> added.
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-sources/java> added.
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java> added.
> [INFO]
> [INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase ---
> [INFO] Translating 4 templates from <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/jamon> to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hbase ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 7 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (default) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/nativelib>
>     [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such file or directory
>     [exec] tar: Error is not recoverable: exiting now
>     [exec] Result: 2
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
> [INFO] Compiling 665 source files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/classes>
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 45.744s
> [INFO] Finished at: Fri Dec 02 05:05:45 UTC 2011
> [INFO] Final Memory: 49M/1071M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure: Compilation failure:
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[44,15] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1035,19] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1041,21] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1046,28] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
>        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:537)
>        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.CompilationFailureException: Compilation failure
>        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
>        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
>        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>        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/MojoFailureException
> 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-4903
> Updating HBASE-4918
> Updating HBASE-4928
>


Re: Build failed in Jenkins: HBase-TRUNK-security #18

Posted by Stack <st...@duboce.net>.
On Thu, Dec 1, 2011 at 9:05 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/HBase-TRUNK-security/18/changes>
>
> Changes:
>
> [dmeil] hbase-4928.  overhauled FAQ in book.
>
> [stack] HBASE-4918 HTablePool Constructor may cause unintended behavior
>
> [larsh] HBASE-4903  Return a result from RegionObserver.preIncrement (Daniel Gómez Ferro)
>

Lars, did you forget to change the below:


> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype


St.Ack

> ------------------------------------------
> [...truncated 1360 lines...]
>  U        .
> At revision 1209359
> [locks-and-latches] Checking to see if we really have the locks
> [locks-and-latches] Have all the locks, build can start
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson7682337654775029723.sh
> + uname -a
> Linux janus 2.6.32-33-server #70-Ubuntu SMP Thu Jul 7 22:28:30 UTC 2011 x86_64 GNU/Linux
> [HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson3949458907609163442.sh
> + ulimit -a
> core file size          (blocks, -c) 0
> data seg size           (kbytes, -d) unlimited
> scheduling priority             (-e) 0
> file size               (blocks, -f) unlimited
> pending signals                 (-i) 128588
> max locked memory       (kbytes, -l) 64
> max memory size         (kbytes, -m) unlimited
> open files                      (-n) 40000
> pipe size            (512 bytes, -p) 8
> POSIX message queues     (bytes, -q) 819200
> real-time priority              (-r) 0
> stack size              (kbytes, -s) 10240
> cpu time               (seconds, -t) unlimited
> max user processes              (-u) 128588
> virtual memory          (kbytes, -v) unlimited
> file locks                      (-x) unlimited
> [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -e clean -Dmaven.test.redirectTestOutputToFile=true -P security site assembly:assembly
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 2.5 KB/sec)
>
>
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
> 374 B
>
> Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 5.5 KB/sec)
>
>
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hbase ---
> [INFO]
> [INFO] --- xml-maven-plugin:1.0-beta-3:transform (default) @ hbase ---
> [INFO] Transforming file: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/resources/hbase-default.xml>
> [INFO] Transformed 1 file(s).
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (multipage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- docbkx-maven-plugin:2.0.11:generate-html (onepage) @ hbase ---
> [INFO] Processing input file: developer.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/developer.html> has been generated.
> [INFO] Processing input file: preface.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/preface.html> has been generated.
> [INFO] Processing input file: ops_mgt.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/ops_mgt.html> has been generated.
> [INFO] Processing input file: performance.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/performance.html> has been generated.
> [INFO] Processing input file: upgrading.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/upgrading.html> has been generated.
> [INFO] Processing input file: external_apis.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/external_apis.html> has been generated.
> [INFO] Processing input file: configuration.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/configuration.html> has been generated.
> [INFO] Processing input file: getting_started.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/getting_started.html> has been generated.
> [INFO] Processing input file: shell.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/shell.html> has been generated.
> [INFO] Processing input file: book.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/book.html> has been generated.
> [INFO] Processing input file: troubleshooting.xml
> [INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/troubleshooting.html> has been generated.
> [INFO]
> [INFO] --- maven-site-plugin:2.0.1:site (default-site) @ hbase ---
> [INFO] Parent project loaded from repository.
> [INFO] Parent project loaded from repository.
> Downloading: http://people.apache.org/~rawson/repo/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://repository.codehaus.org/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> Downloading: http://download.java.net/maven/2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
> 458 B
>
> Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 3.1 KB/sec)
> Downloading: http://people.apache.org/~garyh/mvn/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
>
>
> 458 B
>
> Downloaded: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 1.0 KB/sec)
>
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building HBase 0.93-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ hbase >>>
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (arc-setup) @ hbase ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:schema (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- avro-maven-plugin:1.5.3:protocol (generate-avro-sources) @ hbase ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
>     [copy] Copying 5 files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
> 11/12/02 05:05:32 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/master/WEB-INF>
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
> [INFO] Executed tasks
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-Avro-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon> added.
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-sources/java> added.
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ hbase ---
> [INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java> added.
> [INFO]
> [INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase ---
> [INFO] Translating 4 templates from <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/jamon> to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon>
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hbase ---
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 7 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (default) @ hbase ---
> [INFO] Executing tasks
>
> main:
>    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/nativelib>
>     [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such file or directory
>     [exec] tar: Error is not recoverable: exiting now
>     [exec] Result: 2
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
> [INFO] Compiling 665 source files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/classes>
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 45.744s
> [INFO] Finished at: Fri Dec 02 05:05:45 UTC 2011
> [INFO] Final Memory: 49M/1071M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure: Compilation failure:
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[44,15] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1035,19] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1041,21] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1046,28] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
> [ERROR]
> [ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
>        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:537)
>        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.CompilationFailureException: Compilation failure
>        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
>        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
>        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>        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/MojoFailureException
> 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-4903
> Updating HBASE-4918
> Updating HBASE-4928
>

Build failed in Jenkins: HBase-TRUNK-security #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-TRUNK-security/18/changes>

Changes:

[dmeil] hbase-4928.  overhauled FAQ in book.

[stack] HBASE-4918 HTablePool Constructor may cause unintended behavior

[larsh] HBASE-4903  Return a result from RegionObserver.preIncrement (Daniel Gómez Ferro)

------------------------------------------
[...truncated 1360 lines...]
 U        .
At revision 1209359
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson7682337654775029723.sh
+ uname -a
Linux janus 2.6.32-33-server #70-Ubuntu SMP Thu Jul 7 22:28:30 UTC 2011 x86_64 GNU/Linux
[HBase-TRUNK-security] $ /bin/bash -xe /tmp/hudson3949458907609163442.sh
+ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 128588
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 40000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 10240
cpu time               (seconds, -t) unlimited
max user processes              (-u) 128588
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
[trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -e clean -Dmaven.test.redirectTestOutputToFile=true -P security site assembly:assembly
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase 0.93-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
374 B   
        
Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-core/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 2.5 KB/sec)
        
        
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
Downloading: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml
374 B   
        
Downloaded: http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-test/0.20.205.1-7070-SNAPSHOT/maven-metadata.xml (374 B at 5.5 KB/sec)
        
        
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hbase ---
[INFO] 
[INFO] --- xml-maven-plugin:1.0-beta-3:transform (default) @ hbase ---
[INFO] Transforming file: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/resources/hbase-default.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- docbkx-maven-plugin:2.0.11:generate-html (multipage) @ hbase ---
[INFO] Processing input file: developer.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/developer.html> has been generated.
[INFO] Processing input file: preface.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/preface.html> has been generated.
[INFO] Processing input file: ops_mgt.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/ops_mgt.html> has been generated.
[INFO] Processing input file: performance.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/performance.html> has been generated.
[INFO] Processing input file: upgrading.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/upgrading.html> has been generated.
[INFO] Processing input file: external_apis.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/external_apis.html> has been generated.
[INFO] Processing input file: configuration.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/configuration.html> has been generated.
[INFO] Processing input file: getting_started.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/getting_started.html> has been generated.
[INFO] Processing input file: shell.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/shell.html> has been generated.
[INFO] Processing input file: book.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/book.html> has been generated.
[INFO] Processing input file: troubleshooting.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/site/book/troubleshooting.html> has been generated.
[INFO] 
[INFO] --- docbkx-maven-plugin:2.0.11:generate-html (onepage) @ hbase ---
[INFO] Processing input file: developer.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/developer.html> has been generated.
[INFO] Processing input file: preface.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/preface.html> has been generated.
[INFO] Processing input file: ops_mgt.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/ops_mgt.html> has been generated.
[INFO] Processing input file: performance.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/performance.html> has been generated.
[INFO] Processing input file: upgrading.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/upgrading.html> has been generated.
[INFO] Processing input file: external_apis.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/external_apis.html> has been generated.
[INFO] Processing input file: configuration.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/configuration.html> has been generated.
[INFO] Processing input file: getting_started.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/getting_started.html> has been generated.
[INFO] Processing input file: shell.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/shell.html> has been generated.
[INFO] Processing input file: book.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/book.html> has been generated.
[INFO] Processing input file: troubleshooting.xml
[INFO] <https://builds.apache.org/job/HBase-TRUNK-security/18/artifact/trunk/target/site/troubleshooting.html> has been generated.
[INFO] 
[INFO] --- maven-site-plugin:2.0.1:site (default-site) @ hbase ---
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
Downloading: http://people.apache.org/~rawson/repo/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
Downloading: http://repository.codehaus.org/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
Downloading: http://download.java.net/maven/2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
        
Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
458 B   
        
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 3.1 KB/sec)
Downloading: http://people.apache.org/~garyh/mvn/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
        
Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml
        
        
458 B   
        
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-stylus-skin/maven-metadata.xml (458 B at 1.0 KB/sec)
        
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase 0.93-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ hbase >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (arc-setup) @ hbase ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- avro-maven-plugin:1.5.3:schema (generate-avro-sources) @ hbase ---
[INFO] 
[INFO] --- avro-maven-plugin:1.5.3:protocol (generate-avro-sources) @ hbase ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
     [copy] Copying 5 files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps>
11/12/02 05:05:32 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-Avro-source) @ hbase ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon> added.
[INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-sources/java> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ hbase ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java> added.
[INFO] 
[INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase ---
[INFO] Translating 4 templates from <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/jamon> to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/generated-jamon>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hbase ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (default) @ hbase ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/nativelib>
     [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such file or directory
     [exec] tar: Error is not recoverable: exiting now
     [exec] Result: 2
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
[INFO] Compiling 665 source files to <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.744s
[INFO] Finished at: Fri Dec 02 05:05:45 UTC 2011
[INFO] Final Memory: 49M/1071M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[44,15] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[ERROR] 
[ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1035,19] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[ERROR] 
[ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1041,21] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[ERROR] 
[ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java>:[1046,28] sun.misc.Unsafe is Sun proprietary API and may be removed in a future release
[ERROR] 
[ERROR] <https://builds.apache.org/job/HBase-TRUNK-security/ws/trunk/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java>:[787,2] method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project hbase: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:537)
	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.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	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/MojoFailureException
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-4903
Updating HBASE-4918
Updating HBASE-4928