See
<https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=yahoo-not-h2/1085/changes>
Changes:
[tedyu] HBASE-16035 Nested AutoCloseables might not all get closed (Sean
------------------------------------------
[...truncated 9176 lines...]
at
org.apache.hadoop.hbase.ResourceCheckerJUnitListener$ProcessCountResourceAnalyzer.getVal(ResourceCheckerJUnitListener.java:122)
at
org.apache.hadoop.hbase.ResourceChecker.fill(ResourceChecker.java:115)
at
org.apache.hadoop.hbase.ResourceChecker.fillEndings(ResourceChecker.java:109)
at org.apache.hadoop.hbase.ResourceChecker.end(ResourceChecker.java:209)
at
org.apache.hadoop.hbase.ResourceCheckerJUnitListener.end(ResourceCheckerJUnitListener.java:161)
at
org.apache.hadoop.hbase.ResourceCheckerJUnitListener.testFinished(ResourceCheckerJUnitListener.java:183)
at
org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56)
at
org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190)
at
org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
at
org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187)
at
org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
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.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: 208.773 sec <<<
FAILURE! - in
org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence
testMasterFailoverBalancerPersistence(org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence)
Time elapsed: 208.729 sec <<< ERROR!
java.io.IOException: Shutting down
at
org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:225)
at
org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:410)
at
org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:227)
at
org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:96)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1093)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1053)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:925)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:919)
at
org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence.testMasterFailoverBalancerPersistence(TestMasterFailoverBalancerPersistence.java:54)
Results :
Failed tests:
TestAddColumnFamilyProcedure.testAddSameColumnFamilyTwice:134
java.io.IOException - java.util.concurrent.ExecutionException:
org.apache.hadoop.ipc.RemoteException(java.io.IOException): File
/user/jenkins/test-data/ed5e93d9-ab8e-4dfd-b775-a59dac8ef5d6/.tmp/data/default/testAddColumnFamilyTwice/94f8e057b1a7d4e3f172be83ec7783bc/.regioninfo
could only be replicated to 0 nodes instead of minReplication (=1). There are
1 datanode(s) running and 1 node(s) are excluded in this operation.
at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.chooseTarget4NewBlock(BlockManager.java:1555)
at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getNewBlockTargets(FSNamesystem.java:3110)
at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:3034)
at
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addBlock(NameNodeRpcServer.java:723)
at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.addBlock(ClientNamenodeProtocolServerSideTranslatorPB.java:492)
at
org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:616)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:969)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2049)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2045)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045)
Tests in error:
TestMovedRegionsCleaner.before:71 » IO Shutting down
org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClient.testCloneNonExistentSnapshot(org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClient)
Run 1: TestMobCloneSnapshotFromClient.testCloneNonExistentSnapshot » Remote
unable to...
Run 2:
TestMobCloneSnapshotFromClient>TestCloneSnapshotFromClient.tearDown:143 »
TableNotDisabled
org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence.org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
Run 1:
TestMobSnapshotCloneIndependence>TestSnapshotCloneIndependence.testOfflineSnapshotMetadataChangesIndependent:192->TestSnapshotCloneIndependence.createAndCloneSnapshot:247->Object.wait:-2
» TestTimedOut
Run 2:
TestMobSnapshotCloneIndependence.org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
»
org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
Run 1:
TestReplicationAdminWithClusters.setUpBeforeClass:55->TestReplicationBase.setUpBeforeClass:160
» IO
Run 2: TestReplicationAdminWithClusters.tearDownAfterClass:65 NullPointer
TestBlockReorder.setUp:99 » OutOfMemory unable to create new native thread
org.apache.hadoop.hbase.fs.TestBlockReorder.testBlockLocationReorder(org.apache.hadoop.hbase.fs.TestBlockReorder)
Run 1: TestBlockReorder.testBlockLocationReorder:163 » OutOfMemory unable to
create n...
Run 2: TestBlockReorder.tearDownAfterClass:109 » OutOfMemory unable to create
new nat...
TestBlockReorder.setUp:99 » OutOfMemory unable to create new native thread
org.apache.hadoop.hbase.master.TestDeadServer.org.apache.hadoop.hbase.master.TestDeadServer
Run 1: TestDeadServer.setupBeforeClass:53 » IO Shutting down
Run 2: TestDeadServer.tearDownAfterClass:58 » OutOfMemory unable to create
new native...
TestDistributedLogSplitting.testThreeRSAbort:1113 » Runtime
java.lang.OutOfMem...
TestGetInfoPort.setUp:42 » OutOfMemory unable to create new native thread
TestGetLastFlushedSequenceId.setUp:63 » OutOfMemory unable to create new
nativ...
TestMasterFailover.testMetaInTransitionWhenMasterFailover:336 » TestTimedOut
t...
TestMasterFailover.testPendingOpenOrCloseWhenMasterFailover:223 » IO
java.util...
TestMasterFailover.testSimpleMasterFailover:102 » OutOfMemory unable to
create...
TestMasterFailoverBalancerPersistence.testMasterFailoverBalancerPersistence:54
» IO
org.apache.hadoop.hbase.master.TestMasterFileSystem.org.apache.hadoop.hbase.master.TestMasterFileSystem
Run 1: TestMasterFileSystem.setupTest:49 » IO Shutting down
Run 2: TestMasterFileSystem.teardownTest:54 » OutOfMemory unable to create
new native...
TestMasterMetricsWrapper.setup:41 » OutOfMemory unable to create new native
th...
org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
Run 1: TestMasterOperationsForRegionReplicas.setupBeforeClass:74 » IO
Shutting down
Run 2: TestMasterOperationsForRegionReplicas.tearDownAfterClass:86 »
OutOfMemory unab...
TestMetaShutdownHandler.setUpBeforeClass:52 » OutOfMemory unable to create
new...
TestRollingRestart.testBasicRollingRestart:70 » OutOfMemory unable to create
n...
TestTableLockManager.org.apache.hadoop.hbase.master.TestTableLockManager »
OutOfMemory
TestTableLockManager.testAlterAndDisable:126->prepareMiniCluster:91 »
OutOfMemory
TestTableLockManager.testTableReadLock:319->prepareMiniCluster:91 »
OutOfMemory
TestTableStateManager.testUpgradeFromZk:56 » OutOfMemory unable to create new
...
TestHFileCleaner.setupCluster:59 » OutOfMemory unable to create new native
thr...
TestSnapshotFromMaster.setupCluster:101 » OutOfMemory unable to create new
nat...
TestSimpleRegionNormalizerOnCluster.beforeAllTests:73 » OutOfMemory unable to
...
org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure
Run 1: TestCreateTableProcedure.setupCluster:67 » OutOfMemory unable to
create new na...
Run 2: TestCreateTableProcedure.cleanupTest:73 » OutOfMemory unable to create
new nat...
org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedureFromClient.org.apache.hadoop.hbase.master.procedure.TestDeleteColumnFamilyProcedureFromClient
Run 1: TestDeleteColumnFamilyProcedureFromClient.beforeAllTests:70 » IO
Shutting down
Run 2: TestDeleteColumnFamilyProcedureFromClient.afterAllTests:75 »
OutOfMemory unabl...
TestProcedureAdmin.setupCluster:63 » IO Timed out waiting for Mini HDFS
Cluste...
TestWALProcedureStoreOnHDFS.testWalAbortOnLowReplicationWithQueuedWriters:123->setup:76
» OutOfMemory
TestWALProcedureStoreOnHDFS.testWalRollOnLowReplication:192->tearDown:90 »
OutOfMemory
TestFailedAppendAndSync.testLockupAroundBadAssignSync:242 » TestTimedOut test
...
org.apache.hadoop.hbase.replication.TestPerTableCFReplication.org.apache.hadoop.hbase.replication.TestPerTableCFReplication
Run 1: TestPerTableCFReplication.setUpBeforeClass:171 » IO Shutting down
Run 2: TestPerTableCFReplication.tearDownAfterClass:178 » OutOfMemory unable
to creat...
org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer.org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Run 1:
TestReplicationDisableInactivePeer>TestReplicationBase.setUpBeforeClass:140 » IO
Run 2:
TestReplicationDisableInactivePeer>TestReplicationBase.tearDownAfterClass:174 »
NullPointer
org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS.org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
Run 1: TestReplicationKillMasterRS>TestReplicationBase.setUpBeforeClass:137 »
IO Shut...
Run 2: TestReplicationKillMasterRS>TestReplicationBase.tearDownAfterClass:174
» NullPointer
org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool.org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Run 1: TestReplicationSyncUpTool>TestReplicationBase.setUpBeforeClass:140 »
IO Shutti...
Run 2: TestReplicationSyncUpTool>TestReplicationBase.tearDownAfterClass:174 »
NullPointer
org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData.org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
Run 1:
TestReplicationSyncUpToolWithBulkLoadedData.org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
» IO
Run 2:
TestReplicationSyncUpToolWithBulkLoadedData>TestReplicationBase.tearDownAfterClass:174
» NullPointer
TestReplicationWithTags.setUpBeforeClass:140 » IO Shutting down
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationForFlushAndCompaction
» OutOfMemory
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDisabledTables:333->testRegionReplicaReplicationIgnoresDisabledTables:369
» Runtime
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDroppedTables:338->testRegionReplicaReplicationIgnoresDisabledTables:369
» Runtime
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreatedForModifyTable:143
» IO
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith10Replicas
» OutOfMemory
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith2Replicas
» Remote
TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith3Replicas
» OutOfMemory
TestRegionReplicaReplicationEndpointNoMaster.testRegionReplicaReplicationEndpointReplicate:243
» Service
TestRegionReplicaReplicationEndpointNoMaster.testReplayCallable:168 » Service
...
TestRegionReplicaReplicationEndpointNoMaster.testReplayCallableWithRegionMove
» OutOfMemory
TestRegionReplicaReplicationEndpointNoMaster.testReplayedEditsAreSkipped:294
» Runtime
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportRetry(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)
Run 1: TestExportSnapshot.testExportRetry:331->runExportAndInjectFailures:352
» OutOfMemory
Run 2: TestExportSnapshot.testExportRetry » Remote unable to create new
native thread
org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot.org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
Run 1: TestSecureExportSnapshot.setUpBeforeClass:53 » IO Shutting down
Run 2: TestSecureExportSnapshot>TestExportSnapshot.tearDownAfterClass:100 »
OutOfMemory
Tests run: 2090, Failures: 1, Errors: 52, Skipped: 45
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HBase ...................................... SUCCESS [ 2.620 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 0.871 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [ 0.219 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [ 0.244 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 2.495 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:31 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [01:41 min]
[INFO] Apache HBase - Client ............................. SUCCESS [ 37.217 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 7.712 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 9.264 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 8.623 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 02:19 h]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ 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 - Spark .............................. 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 - Archetypes ......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype SKIPPED
[INFO] Apache HBase - Archetype builder .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:23 h
[INFO] Finished at: 2016-06-21T04:06:23+00:00
[INFO] Final Memory: 337M/2197M
[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.8,label=yahoo-not-h2/ws/hbase-server>
&& /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/bin/java
-enableassertions -Dhbase.build.id=1085 -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.8,label=yahoo-not-h2/ws/hbase-server/target/surefire/surefirebooter5643307233113699461.jar>
<https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=yahoo-not-h2/ws/hbase-server/target/surefire/surefire3687266039582721717tmp>
<https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=yahoo-not-h2/ws/hbase-server/target/surefire/surefire_1250328593942587236000tmp>
[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}
[yahoo-not-h2] $ /bin/bash -xe /tmp/hudson791966043328557469.sh
+ ./dev-support/zombie-detector.sh --jenkins 1085
Tue Jun 21 04:06:25 UTC 2016 Found 3 suspicious java process(es) listed below;
waiting 30s to see if just slow to stop
4480 surefirebooter142001049051165836.jar -enableassertions
-Dhbase.build.id=1085 -Xmx2800m -XX:MaxPermSize=256m
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
-Djava.awt.headless=true 28431 surefirebooter9115412730157812993.jar
-enableassertions -Dhbase.build.id=1085 -Xmx2800m -XX:MaxPermSize=256m
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
-Djava.awt.headless=true 4351 surefirebooter89046878987123269.jar
-enableassertions -Dhbase.build.id=1085 -Xmx2800m -XX:MaxPermSize=256m
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
-Djava.awt.headless=true
tail: cannot open '+2' for reading: No such file or directory
tail: cannot open '+2' for reading: No such file or directory
tail: cannot open '+2' for reading: No such file or directory
Tue Jun 21 04:06:55 UTC 2016 We're ok: there was a zombie candidate but it went
away
{color:green}+1 zombies{color}. No zombie tests found running at the end of
the build (There were candidates but they seem to have gone away).
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