See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_7,label=Hadoop&&!H13/909/display/redirect?page=changes>
Changes: [tedyu] HBASE-18641 Include block content verification logic used in lruCache in ------------------------------------------ [...truncated 2.32 MB...] [19ccb43d] $ /bin/bash -xe /tmp/jenkins1448557145929947093.sh + pwd <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_7,label=Hadoop&&!H13/ws/> + ls bin CHANGES.txt conf dev-support extra_env_var hbase-annotations hbase-archetypes hbase-assembly hbase-checkstyle hbase-client hbase-common hbase-examples hbase-external-blockcache hbase-hadoop2-compat hbase-hadoop-compat hbase-it hbase-metrics hbase-metrics-api 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 ++ jps -v ++ grep surefirebooter ++ wc -l ++ grep -e -Dhbase.test + ZOMBIE_TESTS_COUNT=1 + [[ 1 != 0 ]] + echo 'Suspicious java process found - waiting 30s to see if there are just slow to stop' Suspicious java process found - waiting 30s to see if there are just slow to stop + sleep 30 ++ jps -v ++ grep surefirebooter ++ grep -e -Dhbase.test ++ wc -l + ZOMBIE_TESTS_COUNT=1 + [[ 1 != 0 ]] + echo ' {color:red}There appear to be 1 zombie tests{color}, they should have been killed by surefire but survived' {color:red}There appear to be 1 zombie tests{color}, they should have been killed by surefire but survived + jps -v + grep surefirebooter + grep -e -Dhbase.test 16329 surefirebooter8365182560065593092.jar -enableassertions -Dhbase.test -Xmx2800m -XX:MaxPermSize=512m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true + jps -v + grep surefirebooter + grep -e -Dhbase.test + xargs -n 1 jstack + cut -d ' ' -f 1 2017-09-08 20:21:02 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode): "Attach Listener" daemon prio=10 tid=0x00007f0ed0001000 nid=0x408d waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "ProcedureExecutorTimeout" daemon prio=10 tid=0x00007f0eb4019800 nid=0x4026 waiting on condition [0x00007f0ef52c4000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007cd22ae58> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at org.apache.hadoop.hbase.procedure2.util.TimeoutBlockingQueue.poll(TimeoutBlockingQueue.java:122) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.timeoutLoop(ProcedureExecutor.java:969) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.access$500(ProcedureExecutor.java:76) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor$3.run(ProcedureExecutor.java:487) "ProcedureExecutor-0" daemon prio=10 tid=0x00007f0eb4016000 nid=0x4025 waiting on condition [0x00007f0ef53c5000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.util.Threads.sleepWithoutInterrupt(Threads.java:164) at org.apache.hadoop.hbase.procedure2.TestProcedureRecovery$TestStateMachineProcedure.executeFromState(TestProcedureRecovery.java:324) at org.apache.hadoop.hbase.procedure2.TestProcedureRecovery$TestStateMachineProcedure.executeFromState(TestProcedureRecovery.java:290) at org.apache.hadoop.hbase.procedure2.StateMachineProcedure.execute(StateMachineProcedure.java:139) at org.apache.hadoop.hbase.procedure2.Procedure.doExecute(Procedure.java:506) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execProcedure(ProcedureExecutor.java:1152) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execLoop(ProcedureExecutor.java:940) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execLoop(ProcedureExecutor.java:893) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.access$400(ProcedureExecutor.java:76) at org.apache.hadoop.hbase.procedure2.ProcedureExecutor$2.run(ProcedureExecutor.java:478) "WALProcedureStoreSyncThread" daemon prio=10 tid=0x00007f0eb4015800 nid=0x4022 waiting on condition [0x00007f0ef56ca000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007cd22a8b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2176) at org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.syncLoop(WALProcedureStore.java:605) at org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.access$000(WALProcedureStore.java:67) at org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore$1.run(WALProcedureStore.java:215) "Time-limited test" daemon prio=10 tid=0x00007f0f282bf000 nid=0x4016 waiting on condition [0x00007f0ef51c2000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.util.Threads.sleepWithoutInterrupt(Threads.java:164) at org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility.waitProcedure(ProcedureTestingUtility.java:185) at org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.waitProcedure(TestProcedureRecovery.java:502) at org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.testStateMachineRollbackRecovery(TestProcedureRecovery.java:475) 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) "process reaper" daemon prio=10 tid=0x00007f0f288ee000 nid=0x3fe1 waiting on condition [0x00007f0ef5703000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007c848e918> (a java.util.concurrent.SynchronousQueue$TransferStack) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=10 tid=0x00007f0f2829a000 nid=0x3fde runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0x00007f0f28298000 nid=0x3fdd waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0x00007f0f28295000 nid=0x3fdc waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0x00007f0f28292800 nid=0x3fdb runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0x00007f0f2826a000 nid=0x3fda in Object.wait() [0x00007f0ef69e8000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c5a84858> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c5a84858> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" daemon prio=10 tid=0x00007f0f28268000 nid=0x3fd9 in Object.wait() [0x00007f0ef6ae9000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c5a84470> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x00000007c5a84470> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0x00007f0f28009000 nid=0x3fca waiting on condition [0x00007f0f311a9000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007cd28ad18> (a java.util.concurrent.FutureTask) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:422) at java.util.concurrent.FutureTask.get(FutureTask.java:199) at org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:141) at org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:127) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) 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) "VM Thread" prio=10 tid=0x00007f0f28263800 nid=0x3fd8 runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f0f2801f000 nid=0x3fcb runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f0f28020800 nid=0x3fcc runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f0f28022800 nid=0x3fcd runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f0f28024800 nid=0x3fce runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0x00007f0f28026800 nid=0x3fcf runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0x00007f0f28028000 nid=0x3fd0 runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0x00007f0f2802a000 nid=0x3fd1 runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0x00007f0f2802c000 nid=0x3fd2 runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0x00007f0f2802d800 nid=0x3fd3 runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0x00007f0f2802f800 nid=0x3fd4 runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f0f28031800 nid=0x3fd5 runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0x00007f0f28033800 nid=0x3fd6 runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0x00007f0f28035000 nid=0x3fd7 runnable "VM Periodic Task Thread" prio=10 tid=0x00007f0f282a5000 nid=0x3fdf waiting on condition JNI global references: 228 + exit 1 POST BUILD TASK : FAILURE END OF POST BUILD TASK : 0 Archiving artifacts Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8 Recording test results Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8 Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
