You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/15 13:54:57 UTC

Build failed in Jenkins: HBase-Trunk_matrix » latest1.7,Hadoop #554

See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/554/changes>

Changes:

[ramkrishna] HBASE-14895 Seek only to the newly flushed file on scanner reset on

[eclark] HBASE-14979 Update to the newest Zookeeper release

------------------------------------------
[...truncated 5354 lines...]

org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL  Time elapsed: 0.028 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.hadoop.hbase.replication.TestReplicationBase.tearDownAfterClass(TestReplicationBase.java:163)
	at org.apache.hadoop.hbase.replication.TestReplicationEndpoint.tearDownAfterClass(TestReplicationEndpoint.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:108)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 88.598 sec <<< FAILURE! - in org.apache.hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL
killOneMasterRS(org.apache.hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL)  Time elapsed: 69.735 sec  <<< ERROR!
java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to create new native thread
	at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithoutRetries(RpcRetryingCallerImpl.java:193)
	at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.loadCache(ClientSmallReversedScanner.java:212)
	at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.next(ClientSmallReversedScanner.java:186)
	at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegionInMeta(ConnectionImplementation.java:878)
	at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegion(ConnectionImplementation.java:784)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.findAllLocationsOrFail(AsyncProcess.java:973)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.groupAndSendMultiAction(AsyncProcess.java:890)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.resubmit(AsyncProcess.java:1236)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.receiveGlobalFailure(AsyncProcess.java:1197)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.sendMultiAction(AsyncProcess.java:1027)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.access$000(AsyncProcess.java:600)
	at org.apache.hadoop.hbase.client.AsyncProcess.submitMultiActions(AsyncProcess.java:449)
	at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:429)
	at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:344)
	at org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:231)
	at org.apache.hadoop.hbase.client.BufferedMutatorImpl.mutate(BufferedMutatorImpl.java:147)
	at org.apache.hadoop.hbase.client.HTable.put(HTable.java:578)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1958)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1936)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1924)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1902)
	at org.apache.hadoop.hbase.replication.TestReplicationKillRS.loadTableAndKillRS(TestReplicationKillRS.java:57)
	at org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS.killOneMasterRS(TestReplicationKillMasterRS.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:714)
	at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1360)
	at org.apache.hadoop.hbase.client.ResultBoundedCompletionService.submit(ResultBoundedCompletionService.java:146)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.addCallsForCurrentReplica(ScannerCallableWithReplicas.java:279)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:166)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)
	at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithoutRetries(RpcRetryingCallerImpl.java:185)
	at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.loadCache(ClientSmallReversedScanner.java:212)
	at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.next(ClientSmallReversedScanner.java:186)
	at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegionInMeta(ConnectionImplementation.java:878)
	at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegion(ConnectionImplementation.java:784)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.findAllLocationsOrFail(AsyncProcess.java:973)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.groupAndSendMultiAction(AsyncProcess.java:890)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.resubmit(AsyncProcess.java:1236)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.receiveGlobalFailure(AsyncProcess.java:1197)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.sendMultiAction(AsyncProcess.java:1027)
	at org.apache.hadoop.hbase.client.AsyncProcess$AsyncRequestFutureImpl.access$000(AsyncProcess.java:600)
	at org.apache.hadoop.hbase.client.AsyncProcess.submitMultiActions(AsyncProcess.java:449)
	at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:429)
	at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:344)
	at org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:231)
	at org.apache.hadoop.hbase.client.BufferedMutatorImpl.mutate(BufferedMutatorImpl.java:147)
	at org.apache.hadoop.hbase.client.HTable.put(HTable.java:578)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1958)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1936)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1924)
	at org.apache.hadoop.hbase.HBaseTestingUtility.loadTable(HBaseTestingUtility.java:1902)
	at org.apache.hadoop.hbase.replication.TestReplicationKillRS.loadTableAndKillRS(TestReplicationKillRS.java:57)
	at org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS.killOneMasterRS(TestReplicationKillMasterRS.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.lang.Thread.run(Thread.java:745)

Running org.apache.hadoop.hbase.replication.TestMasterReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.777 sec - in org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.664 sec - in org.apache.hadoop.hbase.replication.TestPerTableCFReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.9 sec - in org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
Running org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Running org.apache.hadoop.hbase.replication.TestReplicationWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.893 sec - in org.apache.hadoop.hbase.replication.TestReplicationWithTags
Running org.apache.hadoop.hbase.replication.TestReplicationEndpoint
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.605 sec - in org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.814 sec - in org.apache.hadoop.hbase.replication.TestReplicationEndpoint
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.097 sec - in org.apache.hadoop.hbase.replication.TestReplicationSource
Running org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Running org.apache.hadoop.hbase.fs.TestBlockReorder
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.039 sec - in org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Running org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Running org.apache.hadoop.hbase.trace.TestHTraceHooks
Running org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.826 sec - in org.apache.hadoop.hbase.trace.TestHTraceHooks
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.983 sec - in org.apache.hadoop.hbase.fs.TestBlockReorder
Running org.apache.hadoop.hbase.TestMovedRegionsCleaner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.252 sec - in org.apache.hadoop.hbase.TestMovedRegionsCleaner
Running org.apache.hadoop.hbase.TestMetaTableLocator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 235.448 sec - in org.apache.hadoop.hbase.replication.TestMasterReplication
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.211 sec - in org.apache.hadoop.hbase.TestMetaTableLocator
Running org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.83 sec - in org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Running org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.757 sec - in org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Running org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.962 sec - in org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.712 sec - in org.apache.hadoop.hbase.mapred.TestTableInputFormat
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Running org.apache.hadoop.hbase.TestMultiVersions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.197 sec - in org.apache.hadoop.hbase.TestMultiVersions
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 142.673 sec - in org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.962 sec - in org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.455 sec - in org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 208.995 sec - in org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat

Results :

Failed tests: 
  TestEncryptionKeyRotation.testCFKeyRotation:152 Store file hdfs://localhost:36319/user/jenkins/test-data/81445767-7519-44e4-9acb-82636aeb1dcb/data/default/testCFKeyRotation/1c0994cd56bfdf959251d40484c06ba4/cf/2463557f5448404eb48755749c981d93 has incorrect key
Tests in error: 
org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL.org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL
  Run 1: TestReplicationEndpointWithMultipleWAL.org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL » Remote
  Run 2: TestReplicationEndpointWithMultipleWAL>TestReplicationEndpoint.tearDownAfterClass:72->TestReplicationBase.tearDownAfterClass:163 » NullPointer

  TestReplicationKillMasterRSCompressedWithMultipleWAL>TestReplicationKillMasterRS.killOneMasterRS:34->TestReplicationKillRS.loadTableAndKillRS:57 » Runtime
  TestAccessController2.testACLTableAccess:306->SecureTestUtil.revokeGlobal:390->SecureTestUtil.updateACLs:332 » IO
  TestAccessController2.testPostGrantAndRevokeScanAction:441->SecureTestUtil.verifyDenied:257 » Runtime
  TestCellACLWithMultipleVersions.setUp:151 » IO java.util.concurrent.ExecutionE...
  TestCellACLWithMultipleVersions.testCellPermissionwithVersions » Remote unable...
  TestNamespaceCommands.testListNamespaces:326 » IO java.lang.reflect.Invocation...
org.apache.hadoop.hbase.security.token.TestGenerateDelegationToken.org.apache.hadoop.hbase.security.token.TestGenerateDelegationToken
  Run 1: TestGenerateDelegationToken.org.apache.hadoop.hbase.security.token.TestGenerateDelegationToken » Bind
  Run 2: TestGenerateDelegationToken.tearDown:138 NullPointer

  TestVisibilityLabelsWithACL.setupBeforeClass:89 » IO Shutting down
  TestVisibilityLabelsWithCustomVisLabService.setupBeforeClass:52 » IO Timed out...
org.apache.hadoop.hbase.security.visibility.TestWithDisabledAuthorization.org.apache.hadoop.hbase.security.visibility.TestWithDisabledAuthorization
  Run 1: TestWithDisabledAuthorization.setUpBeforeClass:87 » IO Shutting down
  Run 2: TestWithDisabledAuthorization.tearDownAfterClass:115 » OutOfMemory unable to c...


Tests run: 2415, Failures: 1, Errors: 11, Skipped: 39

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 10.392 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.678 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.963 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.077 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [  8.976 s]
[INFO] Apache HBase - Common ............................. SUCCESS [08:09 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [08:33 min]
[INFO] Apache HBase - Client ............................. SUCCESS [03:28 min]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 28.608 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 56.869 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 40.432 s]
[INFO] Apache HBase - Server ............................. FAILURE [  02:48 h]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:11 h
[INFO] Finished at: 2015-12-15T12:50:39+00:00
[INFO] Final Memory: 394M/680M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/ws/hbase-server> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/bin/java -enableassertions -Dhbase.build.id=554 -Xmx2800m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -jar <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/ws/hbase-server/target/surefire/surefirebooter710097972471159702.jar> <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/ws/hbase-server/target/surefire/surefire8488573985946209125tmp> <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/ws/hbase-server/target/surefire/surefire_1156778156983368002313tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : # Run zombie detector script
./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
[Hadoop] $ /bin/bash -xe /tmp/hudson3808923351009254742.sh
+ ./dev-support/zombie-detector.sh --jenkins 554
Tue Dec 15 12:50:41 UTC 2015 We're ok: there is no zombie test


    {color:green}+1 zombies{color}. No zombie tests found running at the end of the build.
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE

Jenkins build is back to normal : HBase-Trunk_matrix » latest1.7,Hadoop #555

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/555/changes>