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/11/20 08:52:29 UTC

Build failed in Jenkins: HBase-1.1-JDK8 #1688

See <https://builds.apache.org/job/HBase-1.1-JDK8/1688/changes>

Changes:

[enis] HBASE-14839 [branch-1] Backport test categories so that patch backport

------------------------------------------
[...truncated 3761 lines...]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testRegionReplicaWithoutMemstoreReplication(org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint)  Time elapsed: 8.267 sec  <<< ERROR!
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=5, exceptions:
Fri Nov 20 07:40:22 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:23 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:23 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:24 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:26 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106)
	at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:95)
	at org.apache.hadoop.hbase.util.ForeignExceptionUtil.toIOException(ForeignExceptionUtil.java:45)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.convertResult(HBaseAdmin.java:4206)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4164)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4098)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:560)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:490)
	at org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaWithoutMemstoreReplication(TestRegionReplicaReplicationEndpoint.java:269)
Caused by: org.apache.hadoop.ipc.RemoteException: Failed after attempts=5, exceptions:
Fri Nov 20 07:40:22 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:23 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:23 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:24 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:40:26 UTC 2015, RpcRetryingCaller{globalStartTime=1448005222757, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964

	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:147)
	at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testRegionReplicaReplicationIgnoresDroppedTables(org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint)  Time elapsed: 240.02 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 240000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4168)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4098)
	at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:1201)
	at org.apache.hadoop.hbase.HBaseTestingUtility.deleteTable(HBaseTestingUtility.java:1877)
	at org.apache.hadoop.hbase.HBaseTestingUtility.deleteTableIfAny(HBaseTestingUtility.java:1890)
	at org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDisabledTables(TestRegionReplicaReplicationEndpoint.java:348)
	at org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDroppedTables(TestRegionReplicaReplicationEndpoint.java:335)

testRegionReplicaReplicationPeerIsCreatedForModifyTable(org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint)  Time elapsed: 8.256 sec  <<< ERROR!
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=5, exceptions:
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:32 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:34 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106)
	at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:95)
	at org.apache.hadoop.hbase.util.ForeignExceptionUtil.toIOException(ForeignExceptionUtil.java:45)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.convertResult(HBaseAdmin.java:4206)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4164)
	at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4098)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:560)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:490)
	at org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreatedForModifyTable(TestRegionReplicaReplicationEndpoint.java:151)
Caused by: org.apache.hadoop.ipc.RemoteException: Failed after attempts=5, exceptions:
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:31 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:32 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964
Fri Nov 20 07:44:34 UTC 2015, RpcRetryingCaller{globalStartTime=1448005471111, pause=100, retries=5}, org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: hemera.apache.org/140.211.11.27:45964

	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:147)
	at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Tests run: 51, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 571.095 sec - in org.apache.hadoop.hbase.util.TestHBaseFsck

Results :

Tests in error: 
org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS.testWalRollOnLowReplication(org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS)
  Run 1: TestWALProcedureStoreOnHDFS.testWalRollOnLowReplication:189 ? Runtime sync abo...
  Run 2: TestWALProcedureStoreOnHDFS.testWalRollOnLowReplication:189 ? Runtime sync abo...
  Run 3: TestWALProcedureStoreOnHDFS.testWalRollOnLowReplication:189 ? Runtime sync abo...

  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDroppedTables:335->testRegionReplicaReplicationIgnoresDisabledTables:348 ? TestTimedOut
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreated:121 ? RetriesExhausted
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreatedForModifyTable:151 ? RetriesExhausted
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith10Replicas:259->testRegionReplicaReplication:181 ? TestTimedOut
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith2Replicas:249->testRegionReplicaReplication:178 ? RetriesExhausted
  TestRegionReplicaReplicationEndpoint.testRegionReplicaWithoutMemstoreReplication:269 ? RetriesExhausted
Flaked tests: 
org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowBloom(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
  Run 1: TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowBloom:182->testRegionCrossingHFileSplit:195->runTest:219->runTest:232->runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowColBloom(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
  Run 1: TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowColBloom:191->testRegionCrossingHFileSplit:195->runTest:223->runTest:232->runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles.testRegionCrossingLoad(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
  Run 1: TestLoadIncrementalHFiles.testRegionCrossingLoad:118->runTest:209->runTest:223->runTest:232->runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles.testSimpleHFileSplit(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
  Run 1: TestLoadIncrementalHFiles.testSimpleHFileSplit:155->runTest:223->runTest:232->runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles.testRegionCrossingHFileSplit(org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles)
  Run 1: TestSecureLoadIncrementalHFiles>TestLoadIncrementalHFiles.testRegionCrossingHFileSplit:173->TestLoadIncrementalHFiles.testRegionCrossingHFileSplit:195->TestLoadIncrementalHFiles.runTest:223->TestLoadIncrementalHFiles.runTest:232->TestLoadIncrementalHFiles.runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles.testRegionCrossingHFileSplitRowBloom(org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles)
  Run 1: TestSecureLoadIncrementalHFiles>TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowBloom:182->TestLoadIncrementalHFiles.testRegionCrossingHFileSplit:195->TestLoadIncrementalHFiles.runTest:223->TestLoadIncrementalHFiles.runTest:232->TestLoadIncrementalHFiles.runTest:285 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles.testRegionCrossingHFileSplitRowColBloom(org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles)
  Run 1: TestSecureLoadIncrementalHFiles>TestLoadIncrementalHFiles.testRegionCrossingHFileSplitRowColBloom:191->TestLoadIncrementalHFiles.testRegionCrossingHFileSplit:195->TestLoadIncrementalHFiles.runTest:223->TestLoadIncrementalHFiles.runTest:232->TestLoadIncrementalHFiles.runTest:254 ? TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles.testRegionCrossingLoad(org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles)
  Run 1: TestSecureLoadIncrementalHFiles>TestLoadIncrementalHFiles.testRegionCrossingLoad:118->TestLoadIncrementalHFiles.runTest:209->TestLoadIncrementalHFiles.runTest:223->TestLoadIncrementalHFiles.runTest:232->TestLoadIncrementalHFiles.runTest:285 ? TestTimedOut
  Run 2: PASS


Tests run: 2455, Failures: 0, Errors: 7, Skipped: 21, Flakes: 8

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [7.721s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [1.863s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [1.014s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [3.117s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [12.675s]
[INFO] Apache HBase - Common ............................. SUCCESS [1:29.597s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [1:58.878s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:28.137s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [8.610s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [8.668s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [8.082s]
[INFO] Apache HBase - Server ............................. FAILURE [2:06:15.090s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:12:05.594s
[INFO] Finished at: Fri Nov 20 07:49:56 UTC 2015
[INFO] Final Memory: 54M/581M
[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: java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr: /tmp/stderr4937764101947028578deferred (No such file or directory) -> [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  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 else
   echo "We're ok: there is no zombie test, but some tests took some time to stop"
 fi
else
  echo "We're ok: there is no zombie test"
fi
[HBase-1.1-JDK8] $ /bin/bash -xe /tmp/hudson7972326914140946538.sh
+ pwd
/x1/jenkins/jenkins-slave/workspace/HBase-1.1-JDK8
+ ls
CHANGES.txt
LICENSE.txt
NOTICE.txt
README.txt
bin
conf
dev-support
hbase-annotations
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-hadoop-compat
hbase-hadoop2-compat
hbase-it
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
pom.xml
src
target
++ jps -v
++ grep surefirebooter
++ wc -l
++ grep -e -Dhbase.test
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
Updating HBASE-14839

Jenkins build is back to normal : HBase-1.1-JDK8 #1689

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.1-JDK8/1689/changes>