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 2016/04/22 22:13:29 UTC

Build failed in Jenkins: HBase-1.2-IT » IntegrationTestImportTsv,latest1.7,yahoo-not-h2 #489

See <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestImportTsv,jdk=latest1.7,label=yahoo-not-h2/489/changes>

Changes:

[enis] HBASE-15670 Add missing Snapshot.proto to the maven profile for

------------------------------------------
[...truncated 2367 lines...]
    uintx YoungGenerationSizeSupplementDecay        = 8               {product}           
    uintx YoungPLABSize                             = 4096            {product}           
     bool ZeroTLAB                                  = false           {product}           
     intx hashCode                                  = 0               {product}           
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
SUREFIRE-859: [GC 194048K->14359K(740864K), 0.2868170 secs]
SUREFIRE-859: [GC 208407K->70088K(934912K), 1.0672330 secs]
SUREFIRE-859: [GC 458184K->115798K(934912K), 0.4936260 secs]
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 653.241 sec <<< FAILURE! - in org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
testGenerateAndLoad(org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv)  Time elapsed: 534.777 sec  <<< ERROR!
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=35, exceptions:
Fri Apr 22 20:04:03 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: java.io.IOException: Could not set up IO Streams to priapus.apache.org/67.195.81.188:54980
Fri Apr 22 20:04:03 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: priapus.apache.org/67.195.81.188:54980
Fri Apr 22 20:04:04 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: priapus.apache.org/67.195.81.188:54980
Fri Apr 22 20:04:04 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: com.google.protobuf.ServiceException: org.apache.hadoop.hbase.ipc.FailedServerException: This server is in the failed servers list: priapus.apache.org/67.195.81.188:54980
Fri Apr 22 20:04:06 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(java.io.IOException): java.io.IOException: sync aborted
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2225)
	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:112)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:133)
	at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:108)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: sync aborted
	at org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.pushData(WALProcedureStore.java:480)
	at org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.insert(WALProcedureStore.java:359)
	at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.submitProcedure(ProcedureExecutor.java:668)
	at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1480)
	at org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:462)
	at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:55682)
	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2180)
	... 4 more
Caused by: org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /user/jenkins/test-data/e1560958-eea8-4c80-ba73-304dc2735823/MasterProcWALs/state-00000000000000000005.log 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.chooseTarget(BlockManager.java:1471)
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:2791)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addBlock(NameNodeRpcServer.java:606)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.addBlock(ClientNamenodeProtocolServerSideTranslatorPB.java:455)
	at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:585)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:928)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2013)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2009)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2007)

	at org.apache.hadoop.ipc.Client.call(Client.java:1411)
	at org.apache.hadoop.ipc.Client.call(Client.java:1364)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
	at com.sun.proxy.$Proxy22.addBlock(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
	at com.sun.proxy.$Proxy22.addBlock(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.addBlock(ClientNamenodeProtocolTranslatorPB.java:368)
	at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.hbase.fs.HFileSystem$1.invoke(HFileSystem.java:279)
	at com.sun.proxy.$Proxy23.addBlock(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.hbase.fs.HFileSystem$1.invoke(HFileSystem.java:279)
	at com.sun.proxy.$Proxy23.addBlock(Unknown Source)
	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.locateFollowingBlock(DFSOutputStream.java:1449)
	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.nextBlockOutputStream(DFSOutputStream.java:1270)
	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:526)

Fri Apr 22 20:04:08 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:04:12 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:04:22 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:04:32 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:04:42 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:04:52 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:05:12 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:05:33 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:05:53 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:06:13 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:06:33 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:06:53 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:07:14 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:07:34 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:07:54 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:08:14 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:08:34 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:08:54 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:09:15 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:09:35 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:09:55 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:10:15 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:10:35 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:10:55 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:11:15 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:11:36 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:11:56 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:12:16 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:12:36 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Fri Apr 22 20:12:56 UTC 2016, RpcRetryingCaller{globalStartTime=1461355443329, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null

	at org.apache.hadoop.hbase.zookeeper.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:154)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$StubMaker.makeStubNoRetries(ConnectionManager.java:1511)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$StubMaker.makeStub(ConnectionManager.java:1552)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$MasterServiceStubMaker.makeStub(ConnectionManager.java:1581)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.getKeepAliveMasterService(ConnectionManager.java:1738)
	at org.apache.hadoop.hbase.client.MasterCallable.prepare(MasterCallable.java:38)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:124)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4293)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4286)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTableAsyncV2(HBaseAdmin.java:750)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:671)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1426)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1473)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1364)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1340)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1284)
	at org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv.testGenerateAndLoad(IntegrationTestImportTsv.java:201)


Results :

Tests in error: 
  IntegrationTestImportTsv.testGenerateAndLoad:201 » RetriesExhausted Failed aft...

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

[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ hbase-it ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestImportTsv,jdk=latest1.7,label=yahoo-not-h2/ws/hbase-it/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [34.776s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [7.547s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [3.166s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [11.960s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [2:15.883s]
[INFO] Apache HBase - Common ............................. SUCCESS [1:33.929s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [15.396s]
[INFO] Apache HBase - Client ............................. SUCCESS [50.938s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [2.372s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [13.953s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [15.436s]
[INFO] Apache HBase - Server ............................. SUCCESS [3:47.296s]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [8.935s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [56.146s]
[INFO] Apache HBase - Rest ............................... SUCCESS [25.851s]
[INFO] Apache HBase - Shell .............................. SUCCESS [15.462s]
[INFO] Apache HBase - Integration Tests .................. FAILURE [11:26.567s]
[INFO] Apache HBase - Examples ........................... 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] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:52.365s
[INFO] Finished at: Fri Apr 22 20:13:17 UTC 2016
[INFO] Final Memory: 197M/4427M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project hbase-it: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestImportTsv,jdk=latest1.7,label=yahoo-not-h2/ws/hbase-it/target/failsafe-reports> for the individual test results.
[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-it
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
[yahoo-not-h2] $ /bin/bash -xe /tmp/hudson5871933807557565248.sh
+ pwd
<https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestImportTsv,jdk=latest1.7,label=yahoo-not-h2/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-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
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ wc -l
++ grep -e -Dhbase.test
++ grep surefirebooter
++ jps -v
+ 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

Jenkins build is back to normal : HBase-1.2-IT » IntegrationTestImportTsv,latest1.7,yahoo-not-h2 #490

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.2-IT/it.test=IntegrationTestImportTsv,jdk=latest1.7,label=yahoo-not-h2/490/changes>